Re: Problem using CVS Tarball on 2.6.5 kernel
Joerg Albert <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Ewan, On Mon, 9 Aug 2004, Ewan Grantham wrote: > Am building my own LFS (Linux from Scratch) system, and got to the > point where it boots from my kernel and had networking support (as > far as I can tell). > > Built the drivers from the CVS tarball I had downloaded a while ago, > and it appears to be v0.12beta11 This version should work with WUSB v2.8, but you may try the latest (0.12beta14). > Unplugging and then plugging in my Linksys WUSB11 v2.8 gives the > following message: > > usb1-1:new full speed USB device using address 5 > midi:probe of 1-1:1.0 failed with error -5 > > so it's possible I'm having a USB problem? Wonder why "midi" is tried for it? What are the USB ids of your WUSB v2.8 (try lsusb)? Do you use the hotplug package for dynamic loading of kernel drivers? Try a manual "modprobe -v at76c505-rfmd2958" after plugging the device in. > Anyway, per my understanding of what y'all need to help diagnose - > > 1. uname -a > Linux lfs 2.6.5 #1 Sun Aug 8 23:49:34 PDT 2004 i686 GenuineIntel > unknown GNU/Linux > > 2. find /lib/modules -name at76c503\* > /lib/modules/2.6.5/kernel/drivers/usb/at76c503.ko > /lib/modules/2.6.5/kernel/drivers/usb/at76c503-i3861.ko > /lib/modules/2.6.5/kernel/drivers/usb/at76c503-rfmd.ko > /lib/modules/2.6.5/kernel/drivers/usb/at76c503-rfmd-acc.ko > /lib/modules/2.6.5/kernel/drivers/usb/at76c503-i3863.ko If the USB ids of your module are 1915,2233 you'll need at76c505-rfmd2958.ko. Grep for 1915 in /lib/modules/2.6.5/modules.usbmap. Any line there? /Jörg