eisxen RC5 - usb nach e1 domU durchreichen
Jens Kluge <[email protected]>
| Newsgroups | spline.eisxen |
|---|---|
| Organization | spline |
| Message-ID | <[email protected]> |
Möchte ein Velleman K8055 I/O Board von einer e1 domU ansprechen. Auf dom0 hab ich mir die USB-Controller addressen rausgesucht: eisxen # lspci ... 00:1d.0 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 01) 00:1d.1 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 01) 00:1d.2 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 01) 00:1d.3 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 01) 00:1d.7 USB controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 01) .... Dies in domU config eingefÌgt pci = [ '0000:00:1d.0', '0000:00:1d.1', '0000:00:1d.2', '0000:00:1d.3', '0000:00:1d.7' ] Finde die usb controller auch unter der eisfair domU Welcome to eisfair! base : 2.2.4 eiskernel: (2.6.24-24-xen) domU # lspci 00:00.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 01) 00:00.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 01) 00:00.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 01) 00:00.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 01) 00:00.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 01) Sobald ich das Board an USB anstecke, sehe ich das auch im logfile Nov 23 23:35:30 openhab kernel: [ 506.432219] usb 5-1.4: new full speed USB device using ehci_hcd and address 8 Nov 23 23:35:30 openhab kernel: [ 506.527308] usb 5-1.4: configuration #1 chosen from 1 choice Allerdings gelingt es mir nicht, das Board anzusprechen und ich erhalte beim AusfÌhren folgende Meldung: domU # k8055 --debug Could not open the k8055 (port:0) Please ensure that the device is correctly connected. Gibt es irgendwelche Einstellungen zu beachten fÌr usb? Folgendes zeigt lsmod domU # lsmod Module Size Used by ipv6 269572 60 isofs 36388 0 ide_tape 37184 0 ide_core 115660 1 ide_tape cdrom 37280 0 8250 39652 0 serial_core 24192 1 8250 ehci_hcd 38540 0 uhci_hcd 27536 0 usbcore 147308 3 ehci_hcd,uhci_hcd ext3 137096 1 jbd 48660 1 ext3 mbcache 9600 1 ext3 Gibt es noch andere Möglichkeiten zu prÌfen, ob des Board an USB erkannt wird? lsusb funktioniert ja leider nicht unter eisxen. Gruesse Jens