operating-system: Broken WiFi on Raspberry Pi 4 / HassOS 3.3 64bit
Like in title, looks like WiFi is not working for latest (beta) version of HassOS for rpi4.
WiFi was initialized with CONFIG/network/my-network file on boot parition.
Eth connection working without any problems.
hassio >
arch: aarch64
channel: stable
hassos: "3.3"
homeassistant: 0.96.0b3
hostname: hassio
logging: info
machine: raspberrypi4-64
supervisor: "169"
supported_arch:
- aarch64
- armv7
- armhf
timezone: UTC
# uname -a
Linux hassio 4.19.58-v8 #1 SMP PREEMPT Tue Jul 16 21:21:05 UTC 2019 aarch64 Hassio/OS
# nmcli
eth0: connected to Wired connection 1
"eth0"
ethernet (bcmgenet), HIDDEN, hw, mtu 1500
ip4 default
inet4 192.168.1.238/24
route4 0.0.0.0/0
route4 192.168.1.0/24
inet6 fe80::ae04:f1e9:a4b1:aeb7/64
route6 fe80::/64
route6 ff00::/8
docker0: unmanaged
"docker0"
bridge, 02:42:AF:E0:28:B0, sw, mtu 1500
hassio: unmanaged
"hassio"
bridge, 02:42:55:47:C1:D2, sw, mtu 1500
vethd122498: unmanaged
"vethd122498"
ethernet (veth), 6E:3A:AA:2F:08:E9, sw, mtu 1500
vethe815468: unmanaged
"vethe815468"
ethernet (veth), 76:5D:85:91:4B:67, sw, mtu 1500
lo: unmanaged
"lo"
loopback (unknown), 00:00:00:00:00:00, sw, mtu 65536
DNS configuration:
servers: 192.168.1.1
domains: lan
interface: eth0
Use "nmcli device show" to get complete information about known devices and
"nmcli connection show" to get an overview on active connection profiles.
Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage details.
# nmcli radio
WIFI-HW WIFI WWAN-HW WWAN
enabled enabled enabled enabled
# nmcli device wifi rescan
Error: No Wi-Fi device found.
# nmcli device wifi
# dmesg | grep brcmfmac
[ 1.930670] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 1.935632] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 1.936832] usbcore: registered new interface driver brcmfmac
[ 3.043709] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
[ 4.054813] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
#
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 28 (3 by maintainers)
Yeah, I wait for new drivers there
hassio os update --version 3.4Hello, Just realized why I was pulling hairs for hours!!! Do you know when we would be able to download a new image for HassOS? Thanks!
I have just updated to beta 3.4 release and can confirm that wifi is now working on Raspberry Pi 4 model B 4Gb, Hass.io 3.4 64bit.
Download image file .raucb format Copy image file to root of USB stick (FAT32 format) Navigate to HA UI HASS.IO -> System -> Inport from USB Reboot
The fix works for me too on Raspberry Pi 4: kernel: 4.19.67-v7l operating_system: HassOS 3.4
@cigas4 It should be possible to have multiple files like that called my-network - the name is just example. Off topic here, btw. 😃
@cigas4 3.4 which includes the fix was just released
Same issue here with a Pi4 2GB. It seems the wi-fi driver is still not working. Solved it by pluging in an old Edimax USB Wi-fi adapter took from my Pi 1 Model B. 😃
@pvizeli purely for educational purpose and not to put any pressure, where are we waiting the drivers from? I am trying to better understand the architecture, do we use the same kernel and firmware as raspbian? If so could we use their driver?
I confirm the issue with 32bit version too on Pi4 2G, any update ?
I wish I read this before spending 2 hours on making wifi work.