Tiny Core Linux

General TC => General TC Talk => Topic started by: bigpcman on January 20, 2010, 06:14:56 PM

Title: Anybody get this to work - Linksys WUSB600N Wireless-N USB Adapter
Post by: bigpcman on January 20, 2010, 06:14:56 PM
Has anyone got the Linksys WUSB600N Dual-Band Wireless-N USB Network Adapter
(wireless usb stick) to work on tc? I've tried it with wicd on my dell 640 laptop just as a simple test and it's not recognized as I expected would be the case.
Title: Re: Anybody get this to work - Linksys WUSB600N Wireless-N USB Adapter
Post by: curaga on January 21, 2010, 06:59:00 AM
edit: Hmm, from http://linux-wless.passys.nl/query_part.php?brandname=Linksys
it seems yours is v2, unsupported by the kernel drivers.
Title: Re: Anybody get this to work - Linksys WUSB600N Wireless-N USB Adapter
Post by: combo3 on January 21, 2010, 10:34:31 AM
Your device uses a Ralink chipset.

To determine which one Install usb-utils.tcz.

Then open a terminal and run lsusb to list the device number.

ID 1737:0071 - RT2870USB(RT2870/RT2770)
ID 1737:0079 - RT3572USB

The drivers are available at http://www.ralinktech.com/support.php?s=2
Title: Re: Anybody get this to work - Linksys WUSB600N Wireless-N USB Adapter
Post by: bigpcman on January 21, 2010, 12:28:13 PM
Your device uses a Ralink chipset.

To determine which one Install usb-utils.tcz.

Then open a terminal and run lsusb to list the device number.

ID 1737:0071 - RT2870USB(RT2870/RT2770)
ID 1737:0079 - RT3572USB

The drivers are available at http://www.ralinktech.com/support.php?s=2

Have you compiled these for tc 2.8?
Title: Re: Anybody get this to work - Linksys WUSB600N Wireless-N USB Adapter
Post by: combo3 on January 27, 2010, 12:27:29 AM
No... I don't own said device, so I have no way to test it.

In your opening post you stated it's not recognized using wicd.

What is the output of lsmod? Do you see the module for your device listed?

If so, then perhaps all you need is the firmware.
Title: Re: Anybody get this to work - Linksys WUSB600N Wireless-N USB Adapter
Post by: braindeid on June 16, 2011, 08:25:12 AM
Following on this thread....
Noob alert!!

I am new to TCL and I am not a Linux expert by any manner of means as I come from a Windoze world
however....

I have a device which uses a Raltek RT2770. This is not supported by TC. So I downloaded the Linux
drivers from the Raltek site. These need to be compiled so:-
Q1 do the drivers need to be compiled on the target system i.e. the device with TCL installed or can
any Linux based system be used?

Q2 Assuming I manage to compile them and get a driver how would I then get it deployed in TCL on
the target device?
Title: Re: Anybody get this to work - Linksys WUSB600N Wireless-N USB Adapter
Post by: Juanito on June 16, 2011, 09:07:22 AM
Q1 do the drivers need to be compiled on the target system i.e. the device with TCL installed or can any Linux based system be used?
It would be much better to compile the driver on tc, then you would be sure there would be no compatibility issues.

Quote
Q2 Assuming I manage to compile them and get a driver how would I then get it deployed in TCL on the target device?
You can make an extension out of the driver - see the extensions section of the wiki