Re: CNET 611 support
sfg <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Organization | GNU Linux |
| Message-ID | <[email protected]> |
Hi Jörg
Thanks for pointing me at the right module.
After re-adding the prodid to at76c503-rfmd I recompiled and
reinstalled.
Since I dont understand modules.conf, I inserted the module as follows:
insmod at76c503-rfmd debug=-1
Which gave this in the syslog:
Jan 7 09:19:54 mc kernel: at76c503-fw_skel.c: Atmel at76c503 (RFMD)
Wireless LAN Driver v0.12beta4 loading
Jan 7 09:19:54 mc kernel: usb.c: registered new driver at76c503-rfmd
Jan 7 09:19:54 mc kernel: at76c503-fw_skel.c: using compiled-in
firmware
Jan 7 09:19:54 mc kernel: at76c503.c: Downloading external firmware
failed: -22
For usbdfu, the device/resource was already there and refused to be
re-installed:
rmmod usbdfu
usbdfu: Device or resource busy
[root@mc at76c503a]# insmod usbdfu debug=-1
Using /lib/modules/2.4.22-10mdk/kernel/drivers/usb/usbdfu.o
insmod: a module named usbdfu already exists
If you could explain the parameters to insert the debug parameter in
modules.conf I will do that. I have already RTFMed and do not understand
the man instructions.
TIA
Stuart
On Wed, 2004-01-07 at 07:19, Joerg Albert wrote:
> 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
> _______________________________________________
> at76c503a-user mailing list
> [email protected]
> http://lists.berlios.de/mailman/listinfo/at76c503a-user
>