06-10-2025, 08:54 PM
The case is metal -- one of these https://www.hifiberry.com/blog/new-hifib...-pi4-amp2/. But if I click the scan button in the wifi settings then it lists the SSIDs of various local wifi networks, including my "Polygon" hub and one that (from the name) I'm fairly sure is a couple of hundred metres away. So I'm pretty confident that wifi reception isn't being affected.
I ran the commands that you suggested:
From the above it looks like the wlan hasn't sent or received and data, and isn't associated with the wifi hub. And thts about all I can get from it.
I've triple-checked the wifi password.
I'm genuinely not sure what else to try. Grateful for suggestions or observations.
Andy
I ran the commands that you suggested:
Code:
andy@moode:~ $ ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.208 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::c540:2076:c18e:4561 prefixlen 64 scopeid 0x20<link>
ether dc:a6:32:f7:e8:49 txqueuelen 1000 (Ethernet)
RX packets 1488 bytes 273760 (267.3 KiB)
RX errors 0 dropped 1 overruns 0 frame 0
TX packets 739 bytes 821139 (801.8 KiB)
TX errors 0 dropped 4 overruns 0 carrier 0 collisions 0
wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether dc:a6:32:f7:e8:4b txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
andy@moode:~ $ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=31 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on
andy@moode:~ $ nmcli
eth0: connected to Wired connection 1
"eth0"
ethernet (bcmgenet), DC:A6:32:F7:E8:49, hw, mtu 1500
ip4 default
inet4 192.168.1.208/24
route4 192.168.1.0/24 metric 100
route4 default via 192.168.1.1 metric 100
inet6 fe80::c540:2076:c18e:4561/64
route6 fe80::/64 metric 1024
lo: connected (externally) to lo
"lo"
loopback (unknown), 00:00:00:00:00:00, sw, mtu 65536
inet4 127.0.0.1/8
inet6 ::1/128
wlan0: disconnected
"Broadcom BCM43438 combo and Bluetooth Low Energy"
1 connection available
wifi (brcmfmac), DC:A6:32:F7:E8:4B, hw, mtu 1500
p2p-dev-wlan0: disconnected
"p2p-dev-wlan0"
wifi-p2p, hw
DNS configuration:
servers: 192.168.1.1
domains: lan
interface: eth0
andy@moode:~ $ nmcli device show wlan0
GENERAL.DEVICE: wlan0
GENERAL.TYPE: wifi
GENERAL.HWADDR: DC:A6:32:F7:E8:4B
GENERAL.MTU: 1500
GENERAL.STATE: 30 (disconnected)
GENERAL.CONNECTION: --
GENERAL.CON-PATH: --
IP4.GATEWAY: --
IP6.GATEWAY: --
andy@moode:~ $ sudo nmcli d wifi list ifname wlan0
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
B8:BE:F4:AE:5B:94 Polygon Infra 9 130 Mbit/s 87 ▂▄▆█ WPA2 WPA3
D6:35:1D:CA:C5:11 *********** Infra 11 130 Mbit/s 84 ▂▄▆█ WPA2
00:22:6C:34:74:98 ************ Infra 11 65 Mbit/s 70 ▂▄▆_ WPA1 WPA2
D6:35:1D:CA:C5:1A ************** Infra 52 540 Mbit/s 62 ▂▄▆_ WPA2
D6:35:1D:CA:C5:1B -- Infra 52 540 Mbit/s 62 ▂▄▆_ WPA2
B0:0A:D5:FB:26:E9 ***************** Infra 40 270 Mbit/s 35 ▂▄__ WPA2
0A:C7:F5:9F:BD:CF -- Infra 108 405 Mbit/s 30 ▂___ WPA2
0A:C7:F5:9F:BD:CC *********** Infra 108 405 Mbit/s 29 ▂___ WPA2
(I've *** redacted the other SSIDs in the above output).
From the above it looks like the wlan hasn't sent or received and data, and isn't associated with the wifi hub. And thts about all I can get from it.
I've triple-checked the wifi password.
I'm genuinely not sure what else to try. Grateful for suggestions or observations.
Andy