Re: Hardwired USB challenge - update
Pavel Roskin <[email protected]> Wed, 02 Aug 2006 16:57:02 -0400
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Message-ID | <1154552222.7714.22.camel@dv> |
Hello! On Wed, 2006-08-02 at 13:05 -0600, Edward Hooks Jr wrote: > I have enabled USB diagnostic (verbose) mode, and clipped information > from the boot log. > It appears that there is a Hub 2.0 with one device that is being > mistaken for a Printer (or MassStorage device). I don't see any such thing in your log. The lines you highlighted only show that the drivers for printers and mass storage devices are loaded. There is no indication that any devices are claimed by those drivers. > Am I correct in this thinking ? If so, How can I get the right driver > to Load? If hotplug or udev is working properly, all you need is to install the driver and reboot. If it doesn't work, try using modprobe. > Vendor Tech Support sent this information > "The chipset info are: Manufactory: ATMEL, AT76C505, 567B1-2, 3J3821 > My client got this to work with the latest 2.6 kernel using the driver > from > http://developer.berlios.de/projects/at76c503a/ " You can use "lsusb" to find which devices are connected. > -- Regards, Pavel Roskin