← Back to team overview

sslug-teknik team mailing list archive

Re: Topcom Skyr@cer USB wireless adapter

 

If it is a Topcom Skyr@cer 3511 USB then it have an Atmel Chipset and there are working drivers for it as well. (I know they work, I use them :-))
You can get them at
http://sourceforge.net/projects/atmelwlandriver/

In order to get them to work, you have to change the config.h file in src/includes/usb/. Under RFMD, which is the first list of product/vendor you have to add 0x1371,0x2 like the previous ones is. After that you can run
make realclean config
answer no to all questions other than install USB Drivers, then run
make clean all install
then you will have a module that makes it works called usbvnetr which you can load with insmod usbvnetr
Then all you have to do is to set it up correctly with iwconfig

Enjoy
Claus...



References