Hi Peter,

[...]
You don't seem to have the USB root hub module loaded.  Try these:
modprobe uhci
modprobe usb-uhci
modprobe usb-ohci
modprobe ehci-hcd

If you want to know what root hub you have, do (as root):
lspci -vv | grep HCI

Mine shows:
# lspci -vv | grep HCI
00:0a.0 USB Controller: NEC Corporation USB (rev 41) (prog-if 10 [OHCI])
00:0a.1 USB Controller: NEC Corporation USB (rev 41) (prog-if 10 [OHCI])
00:0a.2 USB Controller: NEC Corporation USB 2.0 (rev 02) (prog-if 20
[EHCI])
00:10.0 USB Controller: VIA Technologies, Inc. USB (rev 81) (prog-if 00
[UHCI])
00:10.1 USB Controller: VIA Technologies, Inc. USB (rev 81) (prog-if 00
[UHCI])
00:10.2 USB Controller: VIA Technologies, Inc. USB (rev 81) (prog-if 00
[UHCI])
00:10.3 USB Controller: VIA Technologies, Inc. USB (rev 81) (prog-if 00
[UHCI])
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86) (prog-if
20 [EHCI])
00:14.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host
Controller (rev 46) (prog-if 10 [OHCI]

Below is what I get:
- - - - - - - - - - - - -
bash-2.05b# lspci -vv | grep HCI
00:07.2 USB Controller: VIA Technologies, Inc. USB (rev 16) (prog-if 00 [UHCI])
00:07.3 USB Controller: VIA Technologies, Inc. USB (rev 16) (prog-if 00 [UHCI])


Now if i load the modules:
- - - - - - - - - - - - - - - - - -
bash-2.05b# /sbin/modprobe usb-storage
bash-2.05b# modprobe usb-uhci
/lib/modules/2.4.20-gentoo-r2/kernel/drivers/usb/usb-uhci.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.20-gentoo-r2/kernel/drivers/usb/usb-uhci.o: insmod /lib/modules/2.4.20-gentoo-r2/kernel/drivers/usb/usb-uhci.o failed
/lib/modules/2.4.20-gentoo-r2/kernel/drivers/usb/usb-uhci.o: insmod usb-uhci failed



If I look at syslog: bash-2.05b# dmesg [...] usb.c: registered new driver usbdevfs usb.c: registered new driver hub blk: queue c038ad04, I/O limit 4095Mb (mask 0xffffffff) blk: queue c038ae54, I/O limit 4095Mb (mask 0xffffffff) init_module: prism2_pci.o: 0.1.16-pre5 Loaded init_module: dev_info is: prism2_pci PCI: Found IRQ 10 for device 00:0b.0 PCI: Sharing IRQ 10 with 00:07.2 PCI: Sharing IRQ 10 with 00:07.3 A Prism2.5 PCI device found, phymem:0xdd102000, irq:10, mem:0xe0b43000 ident: nic h/w: id=0x8013 1.0.0 ident: pri f/w: id=0x15 1.0.7 ident: sta f/w: id=0x1f 1.3.6 MFI:SUP:role=0x00:id=0x01:var=0x01:b/t=1/1 CFI:SUP:role=0x00:id=0x02:var=0x02:b/t=1/1 PRI:SUP:role=0x00:id=0x03:var=0x01:b/t=4/4 STA:SUP:role=0x00:id=0x04:var=0x01:b/t=1/9 PRI-CFI:ACT:role=0x01:id=0x02:var=0x02:b/t=1/1 STA-CFI:ACT:role=0x01:id=0x02:var=0x02:b/t=1/1 STA-MFI:ACT:role=0x01:id=0x01:var=0x01:b/t=1/1 Prism2 card SN: 99SA01000000 SCSI subsystem driver Revision: 1.00 Initializing USB Mass Storage driver... usb.c: registered new driver usb-storage USB Mass Storage support registered. uhci.c: USB Universal Host Controller Interface driver v1.1 PCI: Found IRQ 10 for device 00:07.2 PCI: Sharing IRQ 10 with 00:07.3 PCI: Sharing IRQ 10 with 00:0b.0 uhci.c: USB UHCI at I/O 0xd800, IRQ 10 usb.c: new USB bus registered, assigned bus number 1 hub.c: USB hub found hub.c: 2 ports detected PCI: Found IRQ 10 for device 00:07.3 PCI: Sharing IRQ 10 with 00:07.2 PCI: Sharing IRQ 10 with 00:0b.0 uhci.c: USB UHCI at I/O 0xdc00, IRQ 10 usb.c: new USB bus registered, assigned bus number 2 hub.c: USB hub found hub.c: 2 ports detected usb-uhci.c: $Revision: 1.275 $ time 09:33:08 Oct 19 2003 usb-uhci.c: High bandwidth mode enabled usb-uhci.c: v1.275:USB Universal Host Controller Interface driver

I don't see anything wrong in the output, and besides the module
seems to be loaded:
bash-2.05b# lsmod
Module                  Size  Used by    Tainted: P
uhci                   23536   0  (unused)
usb-storage            22264   0  (unused)
sd_mod                 11020   0  (autoclean) (unused)
scsi_mod               89268   1  (autoclean) [usb-storage sd_mod]
vpnmod                187808  -1  (unused)
prism2_pci             57008   1  (autoclean)
p80211                 17036   1  [prism2_pci]
usbcore                56000   1  [uhci usb-storage]


Obviously at this point nothing has changed: . I don't have any entries under /dev/sd*

Did i miss something?

Thanks for your time.

S.

_________________________________________________________________
Add MSN 8 Internet Software to your current Internet access and enjoy patented spam control and more. Get two months FREE! http://join.msn.com/?page=dept/byoa



-- [EMAIL PROTECTED] mailing list



Reply via email to