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?
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.
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
04-01-2020, 06:16 PM
(This post was last modified: 04-01-2020, 06:17 PM by bcnaz.)
May be a dumb question to ask
but, did you possibly (accidentally) click 'forget this connection' ?
LINUX = CHOICES
**BCnAZ**
Donate to $upport
your favorite OS Team
No I have not. Have re-installed debian several times when getting cinnamon to work, and it never showed up :/
OK,
When troubleshooting, I start with the simplest and go from there.
LINUX = CHOICES
**BCnAZ**
Donate to $upport
your favorite OS Team
04-01-2020, 08:48 PM
(This post was last modified: 04-01-2020, 11:06 PM by wdt.)
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
04-02-2020, 05:58 AM
(This post was last modified: 04-02-2020, 06:25 AM by GloriousCoffee.)
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.
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... ?
LINUX = CHOICES
**BCnAZ**
Donate to $upport
your favorite OS Team
sudo iwlist scan |grep ESSID (|grep your-ssid)