Re: CNET 611 support
Joerg Albert <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
On Tue, 6 Jan 2004, sfg wrote:
> 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.
>
> ...
>
> 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.
according to the device table (http://at76c503a.berlios.de/devices.html)
the CNet 611 (not D/G suffix) contains a AT76C503A and a "normal" RFMD, so
at76c503-rfmd.c should be the place to add the product id.
Please switch on full debug on at76c503.o (module param debug=-1) and on
usbdfu.o (debug=1) and post your syslog.
/Jörg