CNET 611 support
sfg <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Organization | GNU Linux |
| Message-ID | <[email protected]> |
Hi there,
I have been trying to get my cnet 611 working using the drivers. I use
Mandrake 9.2 and get:
kernel: usb.c: USB device 2 (vend/prod 0x1371/0x1) is not claimed by any
active driver.
Looking through the cheat notes on the site, I have downloaded the
latest source (at76c503-rfmd.c,v 1.19 )
done a make, make install all worked (also removed orig usbvnet drivers)
Still get the message about not claimed. So I grep the source for
references to 1371 and get:
grep -R 1371 *
at76c503-rfmd.c:#define VENDOR_ID_DICK_SMITH_ELECTR 0x1371 /* Dick
Smith Electronics */
at76c505-rfmd2958.c:#define VENDOR_ID_CNET 0x1371
Second of these looks promising but only recognises with
VENDOR_ID_CNET, PRODUCT_ID_FL_WL240U ) },
{ USB_DEVICE(VENDOR_ID_CNET, PRODUCT_ID_CNET_CNUSB611G
for products 0x0014 and 0x0013 respectively.
I added a new one for this product ID, make clean,make, make install and
it failed:
Jan 6 23:12:44 mc kernel: usb.c: USB disconnect on device 00:10.0-1
address 4
Jan 6 23:12:46 mc kernel: hub.c: new USB device 00:10.0-1, assigned
address 5
Jan 6 23:12:46 mc kernel: usb.c: USB device 5 (vend/prod 0x1371/0x1) is
not claimed by any active driver.
Jan 6 23:12:51 mc /etc/hotplug/usb.agent: Setup at76c505-rfmd2958 for
USB product 1371/1/100
Jan 6 23:12:52 mc kernel: at76c503-fw_skel.c: Atmel at76c505 (RFMD
2958) Wireless LAN Driver v0.12beta4 loading
Jan 6 23:12:52 mc kernel: usb.c: registered new driver
at76c505-rfmd2958
Jan 6 23:12:52 mc kernel: at76c503-fw_skel.c: using compiled-in
firmware
Jan 6 23:12:52 mc kernel: at76c503.c: Downloading external firmware
failed: -22
So trying the first grep victim:
at76c503-rfmd.c added to recognise that prod ID for DICK SMITH/0001.
make clean, make, make install,
same thing. Did this for all the other options and they all had
downloading external firmware failed.
Does anyone have any ideas?
TIA
Stuart Guthrie