ssmarrtass
01-08-2005, 07:16 PM
I've been having a problem getting some of my USB devices working under 2.6.x.
The problem is with mass storage devices (a camera, and a couple of memory sticks).
I have the storage module compiled into the kernel.
No /dev/sd** devices exist, and I have not been able to figure out why not. I assume it's because I'm missing a module which needs to be loaded in order to use these devices, but I can not seem to figure out which module this would be. If it's something completely different, I would appreciate knowing about that, too, if anyone has run accross this problem before.
I have searched on this for a while, and found nothing particularly relevent, but if you know of anything, please point me that way...
Some possibly relevant output follows:
root /usr/src/linux-2.6.7 # lsusb
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 003: ID 03f0:1204 Hewlett-Packard DeskJet 930c
Bus 001 Device 002: ID 045e:0047 Microsoft Corp.
Bus 001 Device 001: ID 0000:0000
root /usr/src/linux-2.6.7 # lsmod
Module Size Used by
nvidia 3469468 12
ipv6 216416 10
ohci_hcd 18052 0
ehci_hcd 27012 0
intel_agp 16924 1
hw_random 4500 0
uhci_hcd 28176 0
eepro100 26124 0
nls_utf8 1792 2
agpgart 26920 2 intel_agp
evdev 7424 0
psmouse 18184 0
dmesg does not show any action when the devices are unplugged and plugged in.
If you need further information, please let me know.
Thanks for any help.
The problem is with mass storage devices (a camera, and a couple of memory sticks).
I have the storage module compiled into the kernel.
No /dev/sd** devices exist, and I have not been able to figure out why not. I assume it's because I'm missing a module which needs to be loaded in order to use these devices, but I can not seem to figure out which module this would be. If it's something completely different, I would appreciate knowing about that, too, if anyone has run accross this problem before.
I have searched on this for a while, and found nothing particularly relevent, but if you know of anything, please point me that way...
Some possibly relevant output follows:
root /usr/src/linux-2.6.7 # lsusb
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 003: ID 03f0:1204 Hewlett-Packard DeskJet 930c
Bus 001 Device 002: ID 045e:0047 Microsoft Corp.
Bus 001 Device 001: ID 0000:0000
root /usr/src/linux-2.6.7 # lsmod
Module Size Used by
nvidia 3469468 12
ipv6 216416 10
ohci_hcd 18052 0
ehci_hcd 27012 0
intel_agp 16924 1
hw_random 4500 0
uhci_hcd 28176 0
eepro100 26124 0
nls_utf8 1792 2
agpgart 26920 2 intel_agp
evdev 7424 0
psmouse 18184 0
dmesg does not show any action when the devices are unplugged and plugged in.
If you need further information, please let me know.
Thanks for any help.