How can I tell if a specific USB device, in this case a removable USB hard drive, is supported by my kernel? I know that Linux 2.4.18 has "support" for USB devices. Does this mean all USB devices or just a few? I would think that the OS talks to the USB controller via a series of well documented commands and that its up to the controller to talk to the specific USB device. Does this make sense, or is there more to it? Thanks, Chuck
Chuck, most mass-storage devices are supported by the usb-storage module. Plug in the drive go to a shell and type "usbview" the list should have your drive there, and may tell you what driver it uses. Wes On Sat, 2002-08-10 at 22:10, chuck wrote:
How can I tell if a specific USB device, in this case a removable USB hard drive, is supported by my kernel? I know that Linux 2.4.18 has "support" for USB devices. Does this mean all USB devices or just a few? I would think that the OS talks to the USB controller via a series of well documented commands and that its up to the controller to talk to the specific USB device.
Does this make sense, or is there more to it?
Thanks, Chuck
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
-- This message may be digitally signed. For my public key, e-mail me a request.
On Saturday 10 August 2002 10:10 pm, chuck wrote:
How can I tell if a specific USB device, in this case a removable USB hard drive, is supported by my kernel? I know that Linux 2.4.18 has "support" for USB devices. Does this mean all USB devices or just a few? I would think that the OS talks to the USB controller via a series of well documented commands and that its up to the controller to talk to the specific USB device.
Does this make sense, or is there more to it?
Thanks, Chuck
Check this website: http://www.qbik.ch/usb/devices/ It has a list of USB devices supported by the kernel. In many cases, there are separate modules for USB devices. Hotplug (when it works) is supposed to load these modules automatically. In my personal experience, I have found USB support to be spotty and not always reliable. However, when it does work, it tends to work fairly well. I recently took my printer off of USB and put it back to the much more reliable parallel port and have had no problems since. Later, Andy -- Andy Stewart, Founder Worcester Linux Users' Group Worcester, MA USA http://www.wlug.org
participants (3)
-
Andy Stewart
-
chuck
-
Wesley Allen