Re: Problems loading the at76c503 driver for F5D6050
Joerg Albert <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Wed, 11 Aug 2004, Radu Cornea wrote: > First of all, thanks for the effort you put in developing this driver. > I just bought a Belkin F5D6050 to use it with my Linux box and tried to > load the at76c503 driver without success. I installed the CVS version > under 2.6.7-1.494.2.2 kernel (Fedora Core 2). > Every time I plug in the USB wireless adapter I get this errors in > /var/log/messages: > > Aug 11 14:48:49 mars kernel: usb 4-2: new full speed USB device using > address 2 > Aug 11 14:48:49 mars kernel: /root/src/at76c503a/usbdfu.c: USB Device > Firmware Upgrade (DFU) handler v0.12beta14 loading > Aug 11 14:48:49 mars kernel: /root/src/at76c503a/at76c503.c: Generic Atmel > at76c503/at76c505 routines v0.12beta14 > Aug 11 14:48:49 mars kernel: /root/src/at76c503a/at76c503-fw_skel.c: Atmel > at76c503 (RFMD/Accton) Wireless LAN Driver v0.12beta14 loading > Aug 11 14:48:49 mars kernel: usbcore: registered new driver > at76c503-rfmd-acc > Aug 11 14:48:52 mars kernel: usb 4-2: reset full speed USB device using > address 2 > Aug 11 14:48:52 mars kernel: usb 4-2: device firmware changed > Aug 11 14:48:52 mars kernel: usb 4-2: USB disconnect, address 2 > Aug 11 14:48:52 mars kernel: /root/src/at76c503a/at76c503.c: unable to get > descriptor > Aug 11 14:48:52 mars kernel: /root/src/at76c503a/at76c503.c: unexpected > opmode 237 > Aug 11 14:48:52 mars kernel: /root/src/at76c503a/at76c503-fw_skel.c: > wlan%%d disconnecting > Aug 11 14:48:52 mars kernel: /root/src/at76c503a/at76c503-fw_skel.c: > at76c503-rfmd-acc disconnected > Aug 11 14:48:52 mars kernel: usb 4-2: new full speed USB device using > address 3 > Aug 11 14:48:52 mars kernel: /root/src/at76c503a/at76c503.c: getting > firmware failed with -32, or version is 0 > Aug 11 14:48:52 mars kernel: /root/src/at76c503a/at76c503.c: this probably > means that the ext. fw was not loaded correctly This looks like the long awaited change in the USB subsystem to enhance support for device which need a reset after firmware download (like the Atmel USB ones). I can reproduce your errors with 2.6.8-rc4. This Fedora kernel seems to be no plain 2.6.7. What's the output of "uname -a" ? I've just checked in version 0.12beta15 into cvs. Please try it, if your kernel is something like 2.6.8-XXX. Otherwise the change won't be active and I'll have to change the cvs. /Jörg