PINE64
Can't find Wifi network - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: General Discussion on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=112)
+--- Thread: Can't find Wifi network (/showthread.php?tid=9556)

Pages: 1 2 3


Can't find Wifi network - GloriousCoffee - 04-01-2020

So I'm not really sure what the issue is, but using for example Manjaro seems to work just fine with my Wifi router, although once the regular Debian has been installed (Thompson installer) I can no longer find my network. Its not a problem that the network doesn't work, as I see other networks in the list, its also not an issue of weak signal as I'm fairly close to the router and get high % of signal where I'm at. Does anyone have any clue what the source of the problem could be?


RE: Can't find Wifi network - xmixahlx - 04-01-2020

i've been using unofficial debian sid arm64 for quite some time without any wireless issues.

are you switching between two currently active installs and debian doesn't work while manjaro does work? (there shouldn't be any impact between installs)

if this is a confirmed issue then i'd suspect that this is another debian testing package transition issue.

for any wireless issues jump into a tty and try without the gui and see if that changes the experience. "nmcli connect wifi <BSSID> -a"

i'll continue to recommend debian sid arm64 or armhf depending on your use case.


RE: Can't find Wifi network - GloriousCoffee - 04-01-2020

I tried out Manjaro before, but have not got it running anymore. When I had it installed I was using my wifi without problems.

I'm not using the MrFixit Debian (I guess that is the one you are referring to with unofficial?) version but I do recall wifi working with it. I currently have Debian installed via Thompson installer. Had to install it to get FDE working.

Running the command simply gives me:
Error: arugment wifi not understood. Try passing --help instead.

I see nothing about "wifi" under --help


RE: Can't find Wifi network - bcnaz - 04-01-2020

May be a dumb question to ask
but, did you possibly (accidentally) click 'forget this connection' ?


RE: Can't find Wifi network - GloriousCoffee - 04-01-2020

No I have not. Have re-installed debian several times when getting cinnamon to work, and it never showed up :/


RE: Can't find Wifi network - bcnaz - 04-01-2020

OK,
When troubleshooting, I start with the simplest and go from there.


RE: Can't find Wifi network - wdt - 04-01-2020

ifconfig,, but probably you haven't installed net-tools,, so
ip a ,, and rfkill list
Maybe the reason for wifi - unrecognized command is the wifi not existing
--edit--
And, for troubleshooting ,, dmesg, and to avoid searching thru 200 lines,
dmesg | grep wlan ,, dmesg |grep -i firm ,, or any other search terms


RE: Can't find Wifi network - GloriousCoffee - 04-02-2020

ip a shows all m devices, lo, enx00e04c360050 and wlan0

dmesg | grep wlan give me no results

gives me:
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 4.203171] cdn-dp fec00000.dp: Direct firmware load for rockchip/dptx.bin failed with error -2
[ 4.914993] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 5.280270] cdn-dp fec00000.dp: Direct firmware load for rockchip/dptx.bin failed with error -2
[ 7.360447] cdn-dp fec00000.dp: Direct firmware load for rockchip/dptx.bin failed with error -2
[ 11.440484] cdn-dp fec00000.dp: Direct firmware load for rockchip/dptx.bin failed with error -2
[ 15.510790] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/9 wl0: Jun 16 2017 12:38:26 version 7.45.96.2 (66c4e21@sh-git) ® FWID 01-1813af84
[ 15.732759] r8152 2-1.1:1.0: skip request firmware
[ 16.531441] ARM_SMCCC_ARCH_WORKAROUND_1 missing from firmware
[ 270.183438] r8152 2-1.1:1.0: skip request firmware
[ 271.533573] r8152 2-1.1:1.0: skip request firmware

I installed wavemon, and walked around with the PBP in my house. Pickup about 5-7 different networks from nearby buildings (but still not my own).

My phone is connected to the Wifi router and it currently has where I'm at with the PBP, full coverage. Walked around with it inside the house, and there is nowhere I get less than 2 bars coverage from my wifi router with the phone.


RE: Can't find Wifi network - bcnaz - 04-02-2020

Perhaps the metal case of the PBP is blocking the rf signal. ?
Wonder if it would make any difference if you turned the screen in the direction facing the router ?

Just asking... ?


RE: Can't find Wifi network - wdt - 04-02-2020

sudo iwlist scan |grep ESSID (|grep your-ssid)