USB problem on Mandrake 9.1
Hi,
I just installed Mandrake 9.1 on a system because there are some legacy products that use the 2.4 kernel that I have to support.
Anyway, I tried to use a USB flash drive and noticed that it couldn't be found in /dev, so I did a lsusb and got the following:
Code:
Invalid product/subclass spec at line 2650
cannot open /proc/bus/usb, No such file or directory (2)
Sure enough, I go to /proc/bus/ and only find pci/ in there, nothing else.
I also did an lsmod and got the following:
Code:
Module Size Used by Not tainted
nfsd 74256 0 (autoclean)
af_packet 14952 1 (autoclean)
floppy 55132 0
3c59x 29584 1 (autoclean)
supermount 15296 2 (autoclean)
rtc 8060 0 (autoclean)
ext3 59916 1
jbd 38972 1 [ext3]
lspci returned the following:
Code:
00:00.0 Host bridge: Intel Corp.: Unknown device 2580 (rev 04)
00:02.0 VGA compatible controller: Intel Corp.: Unknown device 2582 (rev 04)
00:1c.0 PCI bridge: Intel Corp.: Unknown device 2660 (rev 04)
00:1d.0 USB Controller: Intel Corp.: Unknown device 2658 (rev 04)
00:1d.1 USB Controller: Intel Corp.: Unknown device 2659 (rev 04)
00:1d.2 USB Controller: Intel Corp.: Unknown device 265a (rev 04)
00:1d.7 USB Controller: Intel Corp.: Unknown device 265c (rev 04)
00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB PCI Bridge (rev d4)
00:1e.2 Multimedia audio controller: Intel Corp.: Unknown device 266e (rev 04)
00:1f.0 ISA bridge: Intel Corp.: Unknown device 2640 (rev 04)
00:1f.1 IDE interface: Intel Corp.: Unknown device 266f (rev 04)
00:1f.3 SMBus: Intel Corp.: Unknown device 266a (rev 04)
02:00.0 Ethernet controller: Broadcom Corporation: Unknown device 167e (rev 11)
0a:01.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30)
"dmesg | grep usb" returned nothing.
Strangely, my USB mouse is working.
Does anyone know what's wrong? I'm a linux noob so I don't have much of an idea what's going on.
TIA.