Re: siemens santis wlan usb on mdk 10.1

Nick Steeves <[email protected]> Tue, 04 Jan 2005 17:51:20 -0700
Newsgroups gmane.linux.drivers.at76c503a.user
Message-ID <[email protected]>
On January 4, 2005 2:24, Pierre Strodiot wrote:
> siemens santis wlan usb chip inside is atmel
>
> i've tried the driver i found on the berlios site but he doesn't find my
> siemens santis wlan usb.
Well, it should be supported.  "grep VENDOR_ID at76c503a/*", and a bit of 
scanning shows:
at76c503-rfmd.c:        { USB_DEVICE(VENDOR_ID_SIEMENS,  
PRODUCT_ID_SIEMENS_SANTIS_WLL013) },

This is on line 112.  Do you own the WLL013 model?  When you plug it in, what 
does your kernel say the VENDOR and PRODUCT IDs are?  You might need to add 
another entry to at76c503-rfmd.c.  For example, if you have a (hypothetical) 
WLL013 v2, add:

#define PRODUCT_ID_SIEMENS_SANTIS_WLL013v2   0x1c /* Siemens Santis ADSL WLAN
                                                     USB adapter WLL 013 v2 */

Replace 0x1c with the  PRODUCT_ID the kernel outputs.  This fix assumes too 
things:

1. That you are running the latest cvs driver (are you?)
2. That your device uses the at76c503, and not the at76c505 chipset.

Does anyone have any other advice?

Nick

P.S.  Si tu ne peux pas expliquer less problème avec votre USB NIC en englais, 
tu peux m'envoyer un email, et je vais essayer de vous aider le meilleur que 
je pourrai. (mai mon français est très limité!)