Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: bigpcman on May 13, 2010, 04:33:37 PM

Title: Using wifi WUSB600n with tc3 - Does it work?
Post by: bigpcman on May 13, 2010, 04:33:37 PM
Not happy to hear about this since I have been hoping I could now use my WUSB600n with tc3.

Any thoughts on this matter?

From:
http://www.linuxquestions.org/questions/linux-wireless-networking-41/recommendations-for-a-new-wireless-device-to-replace-a-wusb600n-v2-usb-device-807270/#post3965222 (http://www.linuxquestions.org/questions/linux-wireless-networking-41/recommendations-for-a-new-wireless-device-to-replace-a-wusb600n-v2-usb-device-807270/#post3965222)

Quote
I'm out on the prowl for a new Wireless Device to replace my WUSB600n Version 2 by Linksys. Main reason behind this being the method for getting the driver to work on Linux under kernel 2.6.33 is now failing (something missing under this new kernel revision that just doesn't go gravy when compiling the driver as I understand it).
Title: Re: Using wifi WUSB600n with tc3 - Does it work?
Post by: curaga on May 13, 2010, 05:00:51 PM
Have you tried with the wireless extension? The pci id from http://linux-wless.passys.nl/query_part.php?brandname=Linksys
is listed in rt2800usb.c in my 2.6.33.3 tree.
Title: Re: Using wifi WUSB600n with tc3 - Does it work?
Post by: bigpcman on May 13, 2010, 06:24:33 PM
Have you tried with the wireless extension? The pci id from http://linux-wless.passys.nl/query_part.php?brandname=Linksys
is listed in rt2800usb.c in my 2.6.33.3 tree.

I've installed:

# wireless_tools.tcz
# wireless-2.6.33.3-tinycore.tcz
# wpa-supplicant.tcz

"iwconfig" reports wlan0 present and not associated

"iwlist wlan0 scanning" reports "failed to read scan data: Network is down"

modules loaded include rt2800usb and rt2x00usb and a couple rt2..libs

I'm running a dlink 614 802.11n (n only no b or g) access point wifi network

"iwconfig wlan0 essid any" reports "SET failed on device wlan0, operation not permitted"
Title: Re: Using wifi WUSB600n with tc3 - Does it work?
Post by: bmarkus on May 14, 2010, 02:36:52 AM
Interface is down. First try to turn it on.

My advice is to install WICD and let it do all necessary preparation. If it works with WICD, you can find proper console commands, if you want that way.
Title: Re: Using wifi WUSB600n with tc3 - Does it work?
Post by: bigpcman on May 14, 2010, 12:38:10 PM
Interface is down. First try to turn it on.

My advice is to install WICD and let it do all necessary preparation. If it works with WICD, you can find proper console commands, if you want that way.

Tried wicd no dice.

The adapter does not turn on. Going back to tc2.11 and my old wg511 adapter to see if that works, If that doesn't work I'll create a separate post so as to not create confusion as it relates to tc3.
Title: Re: Using wifi WUSB600n with tc3 - Does it work?
Post by: combo3 on May 14, 2010, 07:13:26 PM
This site (http://gordonazmo.wordpress.com/2010/02/04/getting-the-linksys-wusb600n-v2-usb-stick-to-work-in-linux/) gives instructions on how to get it working. (Note: Involves compiling.)