Re: Problems with Compex WLU11A (03eb:7614)
Joerg Albert <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Jacek, On Tue, 20 Apr 2004, Jacek Konieczny wrote: > I just got my new WLAN card: Compex WLU11A > I bought that one, because I found a card with the same model name on > supported device list. But this one has other USB id: 03eb:7614 > > I tried the driver from CVS head, but it didn't handle my card > automatically, so I have modified at76c505-rfmd2958.c to include my > cards id. I have also downloaded binary firmware for that. > > Here is what I got: > Apr 20 19:06:26 nic kernel: usb 1-2: new full speed USB device using address 3 > Apr 20 19:06:26 nic kernel: /home/jacek/CVS/berlios/at76c503a/usbdfu.c: USB Device Firmware Upgrade (DFU) handler v0.12beta11-fwdl loading > Apr 20 19:06:26 nic kernel: /home/jacek/CVS/berlios/at76c503a/at76c503.c: Generic Atmel at76c503/at76c505 routines v0.12beta11-fwdl > Apr 20 19:06:26 nic kernel: /home/jacek/CVS/berlios/at76c503a/at76c503-fw_skel.c: Atmel at76c505 (RFMD 2958) Wireless LAN Driver v0.12beta11-fwdl loading > Apr 20 19:06:26 nic kernel: drivers/usb/core/usb.c: registered new driver at76c505-rfmd2958 > > After that my console hung an I could only use Magic-SysRq to reboot the > machine. > > Before rebooting I had unplugged the card - this was also logged: > Apr 20 19:07:02 nic kernel: usb 1-2: USB disconnect, address 3 > Apr 20 19:07:02 nic kernel: /home/jacek/CVS/berlios/at76c503a/at76c503-fw_skel.c: wlan%%d disconnecting > > There is nothing more in the log, although I plugged the card and unplugged again. > > I guess I need proper firmare for this particular product-id. How can I get one? You've got a at76c505a chipset, which the Berlios driver currently has no firmware for. There is one in the SF driver, but unfortunately it's the WPA-enabled version only, which won't work with the current Berlios driver. I've started to look into the SF driver, but it's difficult to understand - I need more info about WPA first (just ordered a book). Hope in 4-6 weeks the Berlios driver will support 3eb/7614 devices (i.e. SMC2662W rev.4 as well). The USB ids in the device table at http://at76c503a.berlios.de/devices.html must match your adapter, too many manufacturer re-use the product name for a different hardware revision. You may sometimes be able to see this on their Win driver download pages or in the .inf file of the most recent Win driver. /Jörg