meandu229
Zubeman
Hi Guys ive just got my edimax wifi stick, works great in SZ1.51 speeds are from 400k -> 1.5mbs while I'm at work but I really got this stick for use with android. But I cant seem to get it to work. Do I have to super disable the onboard wifi or something.
when in android if I type iwconfig I see both wifi devices but it only connects with the first on wlan0 which is the onboard one.
Ive tried
ifconfig wlan0 down
ifconfig wlan1 up
which seems to kick off the wlan0 for a moment but it connects back up again quite quickly.
Any ideas how I can get rid of Wlan0 until I want it?
Thanks
Alex
edit:how to : experimental not 100% sure if this is all thats needed yet. (I dont take blame for anything blah blah, but will try to help if needs be)
pretty simple trick I used to make my usb wifi work in android
good luck
when in android if I type iwconfig I see both wifi devices but it only connects with the first on wlan0 which is the onboard one.
Ive tried
ifconfig wlan0 down
ifconfig wlan1 up
which seems to kick off the wlan0 for a moment but it connects back up again quite quickly.
Any ideas how I can get rid of Wlan0 until I want it?
Thanks
Alex
edit:how to : experimental not 100% sure if this is all thats needed yet. (I dont take blame for anything blah blah, but will try to help if needs be)
pretty simple trick I used to make my usb wifi work in android
- make sure you have the usb stick plugged in and enabled.
- open terminal
- if you type iwconfig and hit enter you will see your 2 network connections.
- enter sudo mousepad /etc/udev/rules.d/70-persistent-net.rules (you may want to back up this file just in case)
- Hit Enter and enter password (I think pandoras come loaded with mousepad)
- in this file you should have 2 lines which dont start with # these are the lines we are looking at.
- scroll all the way to the right and you will see one has name="wlan0" and the other is names "wlan1" simply switch them over so the 1 is a 0 and 0 a 1. (you may want to back up this file just in case)
- give a reboot
- now if you do iwconfig you will see the numbers have switched, if you start up android now and connect to the wireless lan as normal open the terminal emulator and do iwconfig you will see its the new card connected at a higher rate (e.g my onboard said connected at 1mbps my usb says 150mbps)
good luck
Last edited by a moderator: