Q4OS WiFi Dongle not working - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6) +---- Forum: Debian (https://forum.pine64.org/forumdisplay.php?fid=24) +---- Thread: Q4OS WiFi Dongle not working (/showthread.php?tid=4436) |
Q4OS WiFi Dongle not working - cheezmeister - 04-01-2017 Hello, I have a Pine A64+ 2GB (if it matters) running Q4OS on a SanDisk 32gb Class U3 MicroSD card (equivalent to Class 30). I also have a RTL8188 WiFi dongle which did not work on Ubuntu, worked OK on Raspbian (for BPi) and worked smoothly on Debian. This seems to work now on Q4OS, but when I connect to my network and specify the password, the WiFi Connected icon shows up, the text says it's "active," and I cannot acess the Internet. Any help is, well, helpful! -Tom's Piano RE: Q4OS WiFi Dongle not working - iccoldbeer - 04-01-2017 I am having same problem with q4os and rt5370 shows signal and connected. In terminal type sudo wpa_cli status and has ip but I unable to connect with browser. RE: Q4OS WiFi Dongle not working - q4osteam - 04-02-2017 @cheezmeister You may need to comment out the line 'iface wlan1 inet manual' in '/etc/network/interfaces' file, so it will look like: Code: #iface wlan1 inet manual RE: Q4OS WiFi Dongle not working - iccoldbeer - 04-07-2017 Update My issue was managed wlan0 was only local no internet. I comment out all ect/network/interfaces and create unmanaged wlan0 connection working fine now. |