vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I finally got around to upgrading from 8.1 to 10.2. I can't seem to get my USB mass storage device (a flash card reader) to be recognized at boot (what I'm doing worked under 8.1). I'm loading the same usb related modules: usb-storage 24976 0 (unused) usbcore 38212 0 [usb-storage] scsi_mod 56808 2 [sg ide-scsi usb-storage] The reader was not recognized with either the stock 2.4.31 kernel, or the 2.4.32 one I just installed. Searching the net, I have found a few references with problems related to hotplug (not using it) and udev (I'm not using kernel 2.6.x) - I don't think either of those would have an effect on the device being recognized anyway. Any ideas on what the hell I'm missing. Kinda stumped - I haven't had to mess around with the system in so long I'm a bit rusty and out of date. And yes, the reader is plugged into the computer.... Thanks, - Kurt |
| |||
| ~kurt <actinouranium@earthlink.net>: > I finally got around to upgrading from 8.1 to 10.2. I can't seem to > get my USB mass storage device (a flash card reader) to be recognized > at boot (what I'm doing worked under 8.1). I'm loading the same usb > related modules: > > usb-storage 24976 0 (unused) > usbcore 38212 0 [usb-storage] > scsi_mod 56808 2 [sg ide-scsi usb-storage] Just a guess ... (0) heretic /home/keeling_ lsmod | grep uh uhci_hcd 33136 0 <-- ! usbcore 119044 3 uhci_hcd -- Any technology distinguishable from magic is insufficiently advanced. (*) http://www.spots.ab.ca/~keeling Linux Counter #80292 - - http://www.faqs.org/rfcs/rfc1855.html Spammers! http://www.spots.ab.ca/~keeling/emails.html |
| ||||
| s. keeling <keeling@spots.ab.ca> wrote: > Just a guess ... > > (0) heretic /home/keeling_ lsmod | grep uh > uhci_hcd 33136 0 <-- ! > usbcore 119044 3 uhci_hcd Good guess - thanks. Things have changed a little since 2.4.18 - go figure.... - Kurt |