Wifi problem - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: UBPorts on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=125) +---- Thread: Wifi problem (/showthread.php?tid=8969) |
Wifi problem - drpi - 01-30-2020 Hi, I'm playing with my Pinephone for few days. I'm mainly trying Ubuntu Touch for now. I have not found a better place to ask questions so I do it here. I have a problem with wifi which, for some reason, stops working. Once it has stopped working, the only solution I've found is to reflash the SD card. Then, it works again untill it stops again. When the wifi is not functionnal, ifconfig shows only loopback interface. Any workaround ? Maybe a console command to reinit software ? Regards, Nicolas RE: Wifi problem - murak - 01-30-2020 I have no solution, but I can link to the ubports support forum: https://forums.ubports.com/category/37/support Good luck! RE: Wifi problem - vrabac - 01-31-2020 can you check if you have same problem as here stated: https://forum.pine64.org/showthread.php?tid=8822 RE: Wifi problem - drpi - 01-31-2020 (01-31-2020, 02:49 AM)vrabac Wrote: can you check if you have same problem as here stated: https://forum.pine64.org/showthread.php?tid=8822 Mhmmm... not sure. My wifi network is configured to use WPA-PSK/TKIP, not WPA2. "ip link show wlan0" says the interface is down. "sudo ip link set wlan0 up" says RTNETLINK answers : Operation not possible due to RF-kill "rfkill list" says 0: phy0: Wireless LAN Soft blocked: yes Hard blocked: no Then : "sudo rfkill unblock 0" is ok. "sudo ip link set wlan0 up" is ok. "sudo iw wlan0 scan" shows my wifi network. Then, I don't know what to do. (01-30-2020, 02:21 PM)murak Wrote: I have no solution, but I can link to the ubports support forum: Thanks, I'll visit it. RE: Wifi problem - PinePhoneCoder - 02-03-2020 My wifi suddenly stopped working after sometime, but i got wifi working again after entering the folowing comments: Open the terminal app and enter: sudo nmcli radio wifi off sudo nmcli radio wifi on sudo reboot now The pinephone reboots and I can connect with wifi again. RE: Wifi problem - Verritus - 02-08-2020 (02-03-2020, 02:36 PM)PinePhoneCoder Wrote: My wifi suddenly stopped working after sometime, but i got wifi working again after entering the folowing comments: Thanks for this. In my case wifi blocks, after I start the modem (following the tutorial: https://forum.pine64.org/showthread.php?tid=8923) Your comments and reboot seem to resolve it. RE: Wifi problem - CrowderSoup - 02-09-2020 (02-03-2020, 02:36 PM)PinePhoneCoder Wrote: My wifi suddenly stopped working after sometime, but i got wifi working again after entering the folowing comments: This is the only solution I have found thus-far. However, it's a recurring proplem for me. Does the WiFi keep randomly dying for anyone else? RE: Wifi problem - Uigeadial - 02-09-2020 I had the same issue as Verritus, wifi stopped working shortly after manually activating the modem. PinePhoneCoder's solution seems to have resolved it for the time being. RE: Wifi problem - ksmithaz1 - 02-09-2020 I have the same issue. You are not alone! RE: Wifi problem - kop316 - 02-10-2020 I had the same issue. I software turned off the WiFi and it never came back up. https://gitlab.com/ubports/community-ports/pinephone This is a good place to see if others are having similar issues. If it isn't in there, I suggest making this a new issue on gitlab. Edit: this appears to be a known issue: https://gitlab.com/ubports/community-ports/pinephone/issues/16 |