Any way to use a USB WiFi Dongle with the Prime? - Asus Eee Pad Transformer Prime

So I have recently purchased a USB WiFi dongle (from ASUS actually) for my laptop- primarily because it has the 5 ghz band (which, I realize is overstated, but it's still better than the 2.4 at close distances). And given how weak the wifi is on the prime, I was wondering if there's any way to use the dongle with the tablet dock and to get the system to actually recognize and use it instead of its own wifi. I'm guessing no, but hopefully I'll be pleasantly surprised!

there are some people who have gotten them to work. there is a thread on it. you just have to search through the pages for it. I know one person gotten it to work through ubuntu/linux. by loading up the modules/drivers and setting commands for them. check out the thread already made for it. We suggested to asus to add native support for usb wifi dongles. we have yet to hear a response on it.

KDLMaj said:
USB WiFi dongle (from ASUS actually)
Click to expand...
Click to collapse
Hi, i've a working Wi-Fi dongle on TF201.
what model of dongle do you have?
can you post a "lsusb" output ? ( attach the dongle to a linux box and type lsusb in a terminal )
i will compile the module for you and all you have to do when i will done is:
1) open termianl emulator
2) su
3) insmod path/to/module.ko
4) wpa_supplicant -i wlan1 -c /data/misc/wifi/wpa_supplicant.conf
5) dhcpcd wlan1
i suppose that the new device is wlan1. the interestant thing is that with an external wifi dongle you can put the interface in monitor mode, so you can dump the sorround WPA handshakes while sending deauth packets.

Essentially, building your own kernel is the only sure fire way to add support for your particular dong, i mean dongle.
Sent from my Transformer Prime TF201 using xda premium

For serious?
Sorry guys if he cant handle the search button hes not going to be able to figure out the wifi dongle bit. Just can't be done!

bdawg31 said:
Essentially, building your own kernel is the only sure fire way to add support for your particular dong, i mean dongle.
Sent from my Transformer Prime TF201 using xda premium
Click to expand...
Click to collapse
pileot said:
For serious?
Sorry guys if he cant handle the search button hes not going to be able to figure out the wifi dongle bit. Just can't be done!
Click to expand...
Click to collapse
maybe i don't understand your posts....why "Just can't be done!" ?
I have a WG111v3 [ RTL8187 chipset ] working on TF201.
I use it when wifi signal is weak or for sniffing on wifi networks.
....mmmm idea!
wait my next post!

here you are:
http://forum.xda-developers.com/showthread.php?t=1711805
here you can find all USB wifi modules.
byeee!

help
tux_mind said:
Hi, i've a working Wi-Fi dongle on TF201.
what model of dongle do you have?
can you post a "lsusb" output ? ( attach the dongle to a linux box and type lsusb in a terminal )
i will compile the module for you and all you have to do when i will done is:
1) open termianl emulator
2) su
3) insmod path/to/module.ko
4) wpa_supplicant -i wlan1 -c /data/misc/wifi/wpa_supplicant.conf
5) dhcpcd wlan1
i suppose that the new device is wlan1. the interestant thing is that with an external wifi dongle you can put the interface in monitor mode, so you can dump the sorround WPA handshakes while sending deauth packets.
Click to expand...
Click to collapse
hello,
I compiled my drivers but how can I force Android to recognize my usb instead of the onboard card? 'cause I can browse the web and also watch videos but I cannot use the market or download files from browser... or please tell how to config my wpa_supplicant.conf??? please I need some light over here.... thanks

Related

[DEV] Wireless Monitor Mode

BCM4329 driver source code suggests that monitor mode is possible (for kismet_drone, WIDSs, etc).
http://forum.aircrack-ng.org/index.php?topic=6735.msg34733#msg34733
The idea is to modify wl_iw_set_mode(), and allow IW_MODE_MONITOR by setting these flags:
WLC_SET_MONITOR and maybe WLC_SET_PROMISC too.
Then test with tcpdump if anything changed.
Have you come across anything regarding injection with this driver/chip? Monitoring mode would be nice, but add packet injection to the mix and the Nexus one becomes a lean mean WEP cracking machine.
airo*-ng with gpsd sounds fun.
overridex said:
Have you come across anything regarding injection with this driver/chip? Monitoring mode would be nice, but add packet injection to the mix and the Nexus one becomes a lean mean WEP cracking machine.
Click to expand...
Click to collapse
Confirmed. Damn would that be a seriously good feature for a phone. Wouldn't have to use the laptop then
mer6 said:
Confirmed. Damn would that be a seriously good feature for a phone. Wouldn't have to use the laptop then
Click to expand...
Click to collapse
I would LOVE this. Hate having to drag the laptop around....
I had a go at putting it into monitor mode within a debian Chroot but wasnt having any of it. No idea if its debian/driver/hardware thats stopping it.
Code:
[email protected]:~$ sudo iwconfig eth0
eth0 IEEE 802.11-DS ESSID:"" Nickname:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Bit Rate:72 Mb/s Tx-Power:32 dBm
Retry min limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Managementmode:All packets received
Link Quality=5/5 Signal level=0 dBm Noise level=0 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
[email protected]:~$ sudo iwconfig eth0 mode Monitor
Error for wireless request "Set Mode" (8B06) :
SET failed on device eth0 ; Invalid argument.
It wont give error when trying to swap into Ad-Hoc but then doesnt swap.
It is about driver, you need to modify it.
If anyone is able to compile & run a compiled wifi driver I can try write a patch for enabling monitor mode.
bump
bump... just wondering
any word on aircrack suite working?
usually broadcom chips don't support it.
fleebailey33 said:
usually broadcom chips don't support it.
Click to expand...
Click to collapse
Can't agree with that assert.
http://aircrack-ng.org/doku.php?id=compatibility_drivers
I'm waiting N1 to be released in my country so I can get one and start investigating.
Any news on this? Would truly be great.
deprecated
fleebailey33 said:
usually broadcom chips don't support it.
Click to expand...
Click to collapse
That's not true, look at the b43 module .. it proves that the broadcom chips are capable of being set into monitor mode, the only thing you'll need is a firmware that is able to supports the monitor mode
sorry for the noob question but what does this accomplish..i see ppl posting not having to carry the laptop and got interested
bonkasnucca said:
sorry for the noob question but what does this accomplish..i see ppl posting not having to carry the laptop and got interested
Click to expand...
Click to collapse
It would basically make our Nexus capable of injecting packets which would allow us to crack a WEP encryption on a secured network to obtain the key and then connect to that network and use the internet
gravufo said:
It would basically make our Nexus capable of injecting packets which would allow us to crack a WEP encryption on a secured network to obtain the key and then connect to that network and use the internet
Click to expand...
Click to collapse
So any work on this been made since OP or is this still being thought about even? Status update would be great.
hi guys,
bcm4329 is also in Desire Z, and Galaxy S I9000.
I posted here in galaxy dev thread,
but there is no further interest..
br
condi
deprecated
gravufo said:
It would basically make our Nexus capable of injecting packets which would allow us to crack a WEP encryption on a secured network to obtain the key and then connect to that network and use the internet
Click to expand...
Click to collapse
There is an app for that try looking for "penetrate" apps on market.
BTW someone need to compil new kernel and drivers files with this flags to test it

[Q] USB to Serial

Are there any usb to serial devices that work on the gtablet? I'd like to be able to use my GTab to access the serail consoles on my SUN servers. I'd much rather carry it around than my 5 pound laptop or even my netbook.
Moved to general.
Desdinova said:
Are there any usb to serial devices that work on the gtablet? I'd like to be able to use my GTab to access the serail consoles on my SUN servers. I'd much rather carry it around than my 5 pound laptop or even my netbook.
Click to expand...
Click to collapse
I'd like to know as well. I want to use my gtab to config cisco devices.
-J
pershoot's kernel works. I have hooked up my USB GPS which looks like a COM port. Problem is I can't coax VEGAn 5.1.1 to actually use it. Now that I've switched to gingerbread I may have to try again.
wd5gnr said:
pershoot's kernel works. I have hooked up my USB GPS which looks like a COM port. Problem is I can't coax VEGAn 5.1.1 to actually use it. Now that I've switched to gingerbread I may have to try again.
Click to expand...
Click to collapse
I have a conversion interface to try....is there an android terminal app lit bit term or something?
That's what I can't find. The only thing I can find is in the market only works with a BT port. I worked with mine from a console using STTY and cat /dev/ttyUSB0.
So I am either going to wind up writing something or....
did you make any progress on this? i have a usb to serial dongle that i would like to use to configure switches/etc....
my tab recognizes the dongle but i have yet to find a program to connect using the dongle...
I too was thinking about this for configuring Cisco switches and routers. I went a head and ordered a USB to serial connection. But like the other members were saying what app can we use to login into the ios? wtb putty for android
Any progress on writing something for USB GPS?
peterweter said:
Any progress on writing something for USB GPS?
Click to expand...
Click to collapse
You can contact user herbert1 on this board. As long as the USB serial GPS outputs either NMEA or SiRF data--both standard data formats--he should be able to get your GPS working for you.
See this post where he's helped us out. You might, in fact, be able to just use the custom alpha apk from there and get everything working by just changing the serial port in the app and setting the correct permissions on /dev/ttyUSB0.

Running 3G and WiFi connections simultaneously

Hello to all.
I was trying to start this thread in Android Software and Hacking General, but got a warning about not having enough posts to submit a thread there, so I'm going to try here.
I have a Samsung Galaxy S II phone with the newest Android version. My goal is to modify the system so that 3G and WiFi are able to run together, side-by-side, simultaneously without 3G being turned off. Now, every time I connect to a WLAN, 3G cuts.
[OK, the spam police won't let me post outside links; Google Mobisocial 3G Wifi Stanford to find the article I'm talking about.]
MobiSocial News wrote about a hack that modifies ConnectivityService.java in a rather crude way, but according to the author of that article, it works on a 2.x Android system. There's not much info about the hack, but it's at least something and sounds plausible.
I tried to follow the instructions; I downloaded newest Android source codes, modified ConnectivityService.java and built the kernel by following these instructions: [a link to source.android.com "Building the System"]. But unfortunately, make didn't produce a services.jar mentioned in the article.
---
Does anyone know anything about using 3G and WiFi at the same time? Is it even possible?
Every piece of information is valuable, so don't be afraid to post. Thanks!
Anyone?
If I was misunderstood in my previous post; I'm not looking to have simultaneous connections, I just want the mobile network device to be online while I'm doing something with WiFi. And when WiFi cuts off, for example in a train tunnel or something, 3G takes its place.
I want to do the same with you
Cherilee said:
Anyone?
If I was misunderstood in my previous post; I'm not looking to have simultaneous connections, I just want the mobile network device to be online while I'm doing something with WiFi. And when WiFi cuts off, for example in a train tunnel or something, 3G takes its place.
Click to expand...
Click to collapse
Hello from me. I done the same job with you! And the Service.jar was created and i pushed to my mobile phone. But still the same default use of the connectivity. You managed to do something?
No it is not possible.
"NEVER CALL YOURSELF NOOB BE A NEWBIE"
PM me if u need help
Sent from MOON......
Moonguy75 said:
No it is not possible.
"NEVER CALL YOURSELF NOOB BE A NEWBIE"
PM me if u need help
Sent from MOON......
Click to expand...
Click to collapse
And why they say that it works?
Cherilee said:
Does anyone know anything about using 3G and WiFi at the same time? Is it even possible?
Click to expand...
Click to collapse
It's possible with a rooted phone.
cboursinos said:
Hello from me. I done the same job with you! And the Service.jar was created and i pushed to my mobile phone. But still the same default use of the connectivity. You managed to do something?
Click to expand...
Click to collapse
Read here:
http://forum.xda-developers.com/showthread.php?t=2197776
Moonguy75 said:
No it is not possible.
Click to expand...
Click to collapse
Actually it is, I found this thread that describes how to do it on an optimus G phone, and based on that I was able to do in on vanilla android 4.3 as well (my rooted nexus 4).
You need to put a couple of scripts together, since you need a series of shell commands for turning this on and off, I recommend the wonderful SH Script Runner for this.
Here is what I did on my Nexus 4. It works perfectly but note that you don't actually see the wifi icon turning on, but if you run "netcfg | grep UP" you will see that the wlan0 interface is up and running (as well as the rmnet_usb0 mobile data interface, both of them will be up and will have the expected IP addresses) and you can access your local LAN while your mobile data 3g/4g whatever provides your default route to the outside world.
Code:
# enable dual-networking:
pkill dhcpcd
svc wifi disable
svc data enable
netcfg wlan0 up
cd /data/misc/wifi/.
wpa_supplicant -B -Dnl80211 -iwlan0 -c/data/misc/wifi/wpa_supplicant.conf
dhcpcd wlan0
ip route add x.x.x.x via x.x.x.y # add any desired local route
# disable dual-networking:
ip route del x.x.x.x/x via x.x.x.y
pkill dhcpcd
pkill wpa_supplicant
rm -rf /data/misc/wifi/wlan0
netcfg wlan0 down
svc wifi disable
svc data disable
Hi guys. I am trying to do the same on my Xiaomi m2. Can someone point me to the correct direction. Much much much appreciated.
Sent from my MI 2 using Tapatalk
wlh03212 said:
Hi guys. I am trying to do the same on my Xiaomi m2. Can someone point me to the correct direction. Much much much appreciated.
Click to expand...
Click to collapse
What's your Android version? Is the phone rooted? Did you try running the above commands I posted, and what was the output?
You could also try the similar commands that worked on another and post the output here.
sordna said:
What's your Android version? Is the phone rooted? Did you try running the above commands I posted, and what was the output?
You could also try the similar commands that worked on another and post the output here.
Click to expand...
Click to collapse
Hi I'm running on Miui v5 4.1.1
I did try the above commands. But I'm not sure about the ip route you mentioned in the coding x. X. X. X via y. Y. Y. Y.
The response of the script was permission denied. I am definitely rooted and I gave permission to SH script runner.
Sent from my MI 2 using Tapatalk
First try the commands on the terminal (adb shell, or terminal app) and make sure to type "su" first, so that all commands get executed with root permissions. After you get things working without errors on the terminal, you can put these commands in script runner.
The x.x.x stuff needs to be replaced with the subnet/netmask of your home LAN, such as 10.0.0.0/24 or whatever and the default gateway (your wireless router) to reach it via.The route stuff assumes a basic understanding of networking... Actually you can remove the route statements, they are only needed if your home LAN is on a different subnet than your WiFi subnet... most home routers put everything on the same subnet.
What is the end goal you are trying to achieve by connecting to 2 networks?
sordna said:
First try the commands on the terminal (adb shell, or terminal app) and make sure to type "su" first, so that all commands get executed with root permissions. After you get things working without errors on the terminal, you can put these commands in script runner.
The x.x.x stuff needs to be replaced with the subnet/netmask of your home LAN, such as 10.0.0.0/24 or whatever and the default gateway (your wireless router) to reach it via.The route stuff assumes a basic understanding of networking... Actually you can remove the route statements, they are only needed if your home LAN is on a different subnet than your WiFi subnet... most home routers put everything on the same subnet.
What is the end goal you are trying to achieve by connecting to 2 networks?
Click to expand...
Click to collapse
Thanks you for your reply. First of all my understanding of networking isn't anywhere basic . What i did with the xxx was replacing it with the internal ip assigned to me, aka 192.x.x.x
For the yyy, I replaced it with the ip of 3g connection. Not sure what I am doing here. Please guide me here (I know the su part which I an required to do in terminal)
And finally my goal. I have Seagate wireless plus and itself is a portable wifi hotspot to its own content. I am able to stream pictures music and video from the battery operated hardisk. I can bridge the connection of the portable hotspot to my home wifi gaining xs to the Internet.
However while I am connected to the Seagate wireless plus, I cannot connect to my 3g. That meaning I can't have Internet on the go which is a very big limitation.
Sent from my MI 2 using Tapatalk
Sent from my MI 2 using Tapatalk
OK. You don't need the "ip route" command, since your WiFi interface will give you access to the Seagate as soon as you connect to it. And the 3G interface, at least in my case, provided default gateway to the internet.
Anyway, try the other commands one by one and see which of them, if any, give you any errors. The netcfg command should show you that 2 interfaces (apart from the lo - 127.0.0.1) are UP and with expected IP addresses if everything goes well.
sordna said:
OK. You don't need the "ip route" command, since your WiFi interface will give you access to the Seagate as soon as you connect to it. And the 3G interface, at least in my case, provided default gateway to the internet.
Anyway, try the other commands one by one and see which of them, if any, give you any errors. The netcfg command should show you that 2 interfaces (apart from the lo - 127.0.0.1) are UP and with expected IP addresses if everything goes well.
Click to expand...
Click to collapse
# enable dual-networking:
............
............
.............
..........
...........
..............
..........
ip route add x.x.x.x via x.x.x.y # add any desired local route -------->( do i remove this row of code entirely? What do i do with this row of coding? Provide my default gateway? I'm not sure what's my default gateway or how i do find out my default gateway or how should i edit this coding to my default gateway.)
Anyway, try the other commands one by one and see which of them, if any, give you any errors. The netcfg command should show you that 2 interfaces (apart from the lo - 127.0.0.1) are UP and with expected IP addresses if everything goes well (In short if the i execute the above commands correctly with the correct default gateway of my 3G, the netcfg command should show my default gateway correctly? is my understanding correct?)
As I said before, you don't need the ip route command, remove that line entirely!
When all is working, netcfg | grep UP should show you your wlan interface with the IP address given to it by the Seagate, and your mobile data interface with the IP address given to it by your cellular provider.
sordna said:
As I said before, you don't need the ip route command, remove that line entirely!
When all is working, netcfg | grep UP should show you your wlan interface with the IP address given to it by the Seagate, and your mobile data interface with the IP address given to it by your cellular provider.
Click to expand...
Click to collapse
Thanks you much! Going to try out when I get home.
Sent from my MI 2 using Tapatalk
OK. Please hit the thanks buttons
sordna said:
OK. Please hit the thanks buttons
Click to expand...
Click to collapse
When i run the code line by line in terminal, i get an error message wlan0: interface not found or invalid
Do I run the code when connected to my hardisk hotspot? When exactly do I run the code.
wlh03212 said:
When i run the code line by line in terminal, i get an error message wlan0: interface not found or invalid
Do I run the code when connected to my hardisk hotspot? When exactly do I run the code.
Click to expand...
Click to collapse
If you try to understand the code you will notice it turns off your Wi-Fi and then turns it on. So actually you don't need to connect to the hotspot first.
Regarding the interface name, here is where you need to do your own investigation and figure the WiFi interface name for your own phone.
The netcfg command without any arguments displays all interfaces, and whenever you are on Wi-Fi, the relevant interface will be UP and will have your assigned IP address next to it.
Look at how much stuff I changed compared to the things posted by the other guy for the optimus phone. Look at his solution and be prepared to investigate and come up with similar amount of changes for your phone. I spent several hours trying different stuff for my Nexus 4, with my only info being the other guy's post. I read about netcfg and everything else googling various websites. You need to do the same and learn a bit about that stuff.
For all I know, the Optimus phone method could be closer to your phone than my method, perhaps. You have to do your own research and figure out the differences, then post them here to help other owners with the same device as yours.
sordna said:
If you try to understand the code you will notice it turns off your Wi-Fi and then turns it on. So actually you don't need to connect to the hotspot first.
Regarding the interface name, here is where you need to do your own investigation and figure the WiFi interface name for your own phone.
The netcfg command without any arguments displays all interfaces, and whenever you are on Wi-Fi, the relevant interface will be UP and will have your assigned IP address next to it.
Look at how much stuff I changed compared to the things posted by the other guy for the optimus phone. Look at his solution and be prepared to investigate and come up with similar amount of changes for your phone. I spent several hours trying different stuff for my Nexus 4, with my only info being the other guy's post. I read about netcfg and everything else googling various websites. You need to do the same and learn a bit about that stuff.
For all I know, the Optimus phone method could be closer to your phone than my method, perhaps. You have to do your own research and figure out the differences, then post them here to help other owners with the same device as yours.
Click to expand...
Click to collapse
Yes. I notice that the wifi switched off and then turns on again. Alright I do some research on my own! Thanks again.
Hope that I will get some breakthrough soon
Sent from my MI 2 using Tapatalk
Hi
I finally got it working. When I am connected to seagate wireless, I have to fiddle with the connection settings inside wifi settings. I assigned a static ip and assigned the gateway to 0.0.0.0
As for the ip, I set a different internal ip with the last digit increased by one. Example 172.25.0.2
Now I am connected to both 3G and LAN.
Sent from my iPhone using Tapatalk

Cannot connect to wifi

Hi,
i cannot connect to any wifi, with password or not, it just saying obtaining ip adress, and then the network disapeare or it just write saved under the network, sometimes i cannot even see any networks, i tried many roms, on all its the same.
currently i am using aokp mix rom, faux kernel 1.45.
please help, thank you
aspico said:
Hi,
i cannot connect to any wifi, with password or not, it just saying obtaining ip adress, and then the network disapeare or it just write saved under the network, sometimes i cannot even see any networks, i tried many roms, on all its the same.
currently i am using aokp mix rom, faux kernel 1.45.
please help, thank you
Click to expand...
Click to collapse
Logcat will help you.
If you are on linux:
Code:
adb logcat -d > /tmp/logcat.txt
grep -i 'wifi\|wpa' /tmp/logcat.txt
On windows, use "adb logcat" saving the output to a text file, like my example above. Try to find strings containing wifi and wpa (or wpa_supplicant).
This way you will know what is really happening.
epinter said:
Logcat will help you.
If you are on linux:
Code:
adb logcat -d > /tmp/logcat.txt
grep -i 'wifi\|wpa' /tmp/logcat.txt
On windows, use "adb logcat" saving the output to a text file, like my example above. Try to find strings containing wifi and wpa (or wpa_supplicant).
This way you will know what is really happening.
Click to expand...
Click to collapse
huh can you explain it a little more better, where i have to write this above? i am on windows...on my atrix i have terminal emuluator, have i there to write this?
There have been several reports over the months of people having trouble connecting to one manufacturers routers..........may be Belkin, but a cannot remember for sure. Also, if you are trying to connect to wireless N at 5GHz, try wireless G instead. I believe the Atrix will not connect at 5GHz, and the symptoms of trying to do so are exactly what you describe. If I try to connect to my router on the 5GHz wireless N band I get the same results as you. One other possibility is the password length. I have read that you should keep it under 8 characters with the Atrix, so maybe try shortening the password, or try connecting unsecured to test this theory out. I am using an Asus RT-N66U right now, but have previously used 2 Netgear routers without issue also. My work uses Cisco repeaters and routers and I have no issues there either.
CaelanT said:
There have been several reports over the months of people having trouble connecting to one manufacturers routers..........may be Belkin, but a cannot remember for sure. Also, if you are trying to connect to wireless N at 5GHz, try wireless G instead. I believe the Atrix will not connect at 5GHz, and the symptoms of trying to do so are exactly what you describe. If I try to connect to my router on the 5GHz wireless N band I get the same results as you. One other possibility is the password length. I have read that you should keep it under 8 characters with the Atrix, so maybe try shortening the password, or try connecting unsecured to test this theory out. I am using an Asus RT-N66U right now, but have previously used 2 Netgear routers without issue also. My work uses Cisco repeaters and routers and I have no issues there either.
Click to expand...
Click to collapse
I cannot connect to any network, 2.4 5 ghz.... secured or not secured, it finds networks, but i cannot connect to them.
CaelanT said:
Also, if you are trying to connect to wireless N at 5GHz, try wireless G instead. I believe the Atrix will not connect at 5GHz, and the symptoms of trying to do so are exactly what you describe. If I try to connect to my router on the 5GHz wireless N band I get the same results as you.
Click to expand...
Click to collapse
Just a heads up, but I can connect to my 5Ghz WiFi at home just fine. What kind of encryption are you using?
Inspiredwire said:
Just a heads up, but I can connect to my 5Ghz WiFi at home just fine. What kind of encryption are you using?
Click to expand...
Click to collapse
it has no matter with encription, i cannot connect at home, cannot connect at the city, cannot connect anywhere. its just showing up the network i try to connect it says saved and nothing happens, later the phone just turn off, i have to pull the battery to turn it on again,
logcat says this when i turn on the wifi:
E/Wifistatemachine (1553): Unable to change interface settings: java.lang.illegalstateexeption: Unable to communicate with native daemon to interface setcfg - com. android.server.NativeDaemonConnectorExeption: Cmd interface setcfg eth0 0.0.0.0 0 down broadcast running multicast failed with code 501: Flag unsupported
EWifiConfigStore (1552) : Missing id while pharsing configuration
Just installed CM7 nightly, everything works fine for now

Question: USB Wifi - how do you get it to work (plz I need exact steps and links thx)

Question: USB Wifi - how do you get it to work??
=================================================
I just tried the newest Android RemixOS as of Jan 25 2017. I read some of what you all have here and I was very impressed with your knowledge, however I have no idea what some of this stuff means even though I can regedit.exe and toss code around in C# and VB.NET and use Framework like a boss. Meaning, if I had the exact steps to fix my problem that would be GREAT!
* My problem, I only have a USB Wifi, my USB keboard and mouse work fine but RemixOS Marshmello will not work together. It just shows the Wifi off and when I click the toggle button to turn it on it just scans. Advanced under Wifi has nothing I can work with.
I heard that the problem -used- to be that USB was not supported at all but my keyboard and mouse work. So is there anything I can do to make the USB Wifi work, I have no internal Wifi for this computer -or- is that the best solution, just get an internal Wifi board that supports 2.4Ghz (which I read somewhere was the other problem, only 2.4Ghz is supported). Also I have no access to my Landlords Wifi so I am unable to play around with it.
Follow up Question: What is rooting and why is it better and why doesn't RemixOS just make everything rooted (since it sounds better and everyone wants RemixOs this way)? Rooted sounds to me like its, "written in stone" but it sounds like it makes it so people can get access to things?
** I already installed RemixOS Jan 2017 version if I have to Root do I uninstall RemixOS first, if so how do you install it from your PC if it made your system into a dual boot?
** Or do you all mean uninstall RemixOS then edit the ISO and put the mentioned code for init() into the init.sh file? is that the Trick?
*** Additionally for anyone that doesn't understand what I said above cuz I am sure I am clear as Mud on my questions. My Wifi is a stick, that is attached to a USB cord that then goes into the Back of my computer into a USB 3.0 port. I have no internal Wifi board and the motherboard is 6 years old and doesn't have much integreated into it except sound, maybe grafx VGA but I installed a RX 780 for a good graphics card.
*** I also forgot to mention it dual boots just fine, just no internet. Thx!
same here, im using TL-WN723N_V3 and wifi always keep searching.
helppp
here the pic
winpoincom/cara-dual-boot-windows-dan-android-melalui-remix-os/
insert . before com
Generally, wifi adapter connected using USB should work. It maybe a problem with particular adapter type not having driver in kernel or something like that. You can check output of "dmesg" command if it says something about the adapter. For example I'm using quite cheap usb wifi adapter Tenda (W311U+) and it works directly without any intervention.
pakarem said:
Generally, wifi adapter connected using USB should work. It maybe a problem with particular adapter type not having driver in kernel or something like that. You can check output of "dmesg" command if it says something about the adapter. For example I'm using quite cheap usb wifi adapter Tenda (W311U+) and it works directly without any intervention.
Click to expand...
Click to collapse
here my dmesg,

Categories

Resources