operating-system: 8.0.rc1 fails to connect to wifi on rpi4
Describe the issue you are experiencing
After upgrading to 8.rc1 on my rpi4, I couldn’t connect to my HA instance via wifi. I managed to ssh using ethernet and discovered that it can’t find any wifi devices to connect to:
# 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
# cat /etc/*-release
NAME="Home Assistant OS"
VERSION="8.0.rc1 (RaspberryPi 4 64bit)"
ID=haos
VERSION_ID=8.0.rc1
PRETTY_NAME="Home Assistant OS 8.0.rc1"
CPE_NAME=cpe:2.3:o:home-assistant:haos:8.0.rc1:*:development:*:*:*:rpi4-64:*
HOME_URL=https://hass.io/
VARIANT="Home Assistant OS RaspberryPi 4 64bit"
VARIANT_ID=rpi4-64
SUPERVISOR_MACHINE=raspberrypi4-64
SUPERVISOR_ARCH=aarch64
After downgrading back to 7.6 it worked again
What operating system image do you use?
rpi4-64 (Raspberry Pi 4/400 64-bit OS)
What version of Home Assistant Operating System is installed?
8.0.rc1
Did you upgrade the Operating System.
Yes
Steps to reproduce the issue
- Upgrade to 8.0.rc1
- Fail to connect to device using wifi
Anything in the Supervisor logs that might be useful for us?
22-04-08 10:45:05 WARNING (MainThread) [supervisor.host.network] Requested to update interface eth0 which does not exist or is disabled.
22-04-08 10:45:03 INFO (MainThread) [supervisor.bootstrap] Seting up coresys for machine: raspberrypi4-64
22-04-08 10:45:03 INFO (SyncWorker_0) [supervisor.docker.supervisor] Attaching to Supervisor homeassistant/aarch64-hassio-supervisor with version 2022.04.0
22-04-08 10:45:03 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.INITIALIZE
22-04-08 10:45:03 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
22-04-08 10:45:03 INFO (MainThread) [__main__] Setting up Supervisor
22-04-08 10:45:04 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
22-04-08 10:45:04 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
22-04-08 10:45:04 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface io.hass.os
22-04-08 10:45:04 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.systemd1
22-04-08 10:45:04 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.login1
22-04-08 10:45:04 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.hostname1
22-04-08 10:45:04 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.timedate1
22-04-08 10:45:04 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.NetworkManager
22-04-08 10:45:04 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface de.pengutronix.rauc
22-04-08 10:45:04 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.resolve1
22-04-08 10:45:04 INFO (MainThread) [supervisor.host.info] Updating local host information
22-04-08 10:45:04 INFO (MainThread) [supervisor.host.services] Updating service information
22-04-08 10:45:04 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
22-04-08 10:45:04 INFO (MainThread) [supervisor.host.manager] Host information reload completed
22-04-08 10:45:04 INFO (MainThread) [supervisor.host.network] Updating local network information
22-04-08 10:45:05 WARNING (MainThread) [supervisor.host.network] Requested to update interface eth0 which does not exist or is disabled.
22-04-08 10:45:05 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
22-04-08 10:45:05 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-cli with version 2021.12.0
22-04-08 10:45:05 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
22-04-08 10:45:07 INFO (SyncWorker_0) [supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/aarch64-hassio-cli with version 2021.12.0 - 172.30.32.5
22-04-08 10:45:07 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-dns with version 2022.04.0
22-04-08 10:45:07 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin
22-04-08 10:45:08 INFO (SyncWorker_1) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/aarch64-hassio-dns with version 2022.04.0 - 172.30.32.3
22-04-08 10:45:08 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
22-04-08 10:45:08 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-audio with version 2021.07.0
22-04-08 10:45:08 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
22-04-08 10:45:10 INFO (SyncWorker_0) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/aarch64-hassio-audio with version 2021.07.0 - 172.30.32.4
22-04-08 10:45:10 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-observer with version 2021.10.0
22-04-08 10:45:10 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-multicast with version 2022.02.0
22-04-08 10:45:10 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
22-04-08 10:45:11 INFO (SyncWorker_1) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/aarch64-hassio-multicast with version 2022.02.0 - Host
22-04-08 10:45:11 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/beta.json
22-04-08 10:45:11 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 15 Home Assistant secrets
22-04-08 10:45:11 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/raspberrypi4-64-homeassistant with version 2022.4.0
22-04-08 10:45:11 INFO (MainThread) [supervisor.os.manager] Detect Home Assistant Operating System 8.0.rc1 / BootSlot B
22-04-08 10:45:14 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a2b947f4 repository
22-04-08 10:45:14 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/9b2623eb repository
22-04-08 10:45:14 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
22-04-08 10:45:14 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/cebe7a76 repository
22-04-08 10:45:14 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/f6fddefc repository
22-04-08 10:45:14 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/db21ed7f repository
22-04-08 10:45:14 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/45df7312 repository
22-04-08 10:45:14 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
22-04-08 10:45:21 INFO (MainThread) [supervisor.store] Loading add-ons from store: 127 all - 127 new - 0 remove
22-04-08 10:45:21 INFO (MainThread) [supervisor.addons] Found 13 installed add-ons
22-04-08 10:45:21 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to sabeechen/hassio-google-drive-backup-aarch64 with version 0.106.2
22-04-08 10:45:21 INFO (SyncWorker_2) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-mariadb with version 2.4.0
22-04-08 10:45:21 INFO (SyncWorker_4) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/plex/aarch64 with version 2.8.0
22-04-08 10:45:21 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/regevbr/node-red-dashboard/aarch64 with version 1.2.0
22-04-08 10:45:21 INFO (SyncWorker_5) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/adguard/aarch64 with version 4.5.0
22-04-08 10:45:21 INFO (SyncWorker_7) [supervisor.docker.interface] Attaching to ghcr.io/sharptools-io/sharptools-hass-addon-connector-aarch64 with version 1.0.2
22-04-08 10:45:21 INFO (SyncWorker_6) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/vscode/aarch64 with version 4.2.0
22-04-08 10:45:21 INFO (SyncWorker_3) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/node-red/aarch64 with version 11.1.1
22-04-08 10:45:21 INFO (SyncWorker_4) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-mosquitto with version 6.0.1
22-04-08 10:45:21 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to f6fddefc/aarch64-addon-transmission with version dev
22-04-08 10:45:21 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.25.0-1
22-04-08 10:45:21 INFO (SyncWorker_2) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-nginx_proxy with version 3.1.1
22-04-08 10:45:21 INFO (SyncWorker_5) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-duckdns with version 1.14.0
22-04-08 10:45:21 INFO (MainThread) [supervisor.backups.manager] Found 9 backup files
22-04-08 10:45:21 INFO (MainThread) [supervisor.discovery] Loaded 2 messages
22-04-08 10:45:21 INFO (MainThread) [supervisor.ingress] Loaded 9 ingress sessions
22-04-08 10:45:21 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.SETUP
22-04-08 10:45:21 INFO (MainThread) [supervisor.resolution.check] System checks complete
22-04-08 10:45:21 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
22-04-08 10:45:21 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
22-04-08 10:45:21 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - CoreState.SETUP
22-04-08 10:45:21 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
22-04-08 10:45:21 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
22-04-08 10:45:21 INFO (MainThread) [__main__] Running Supervisor
22-04-08 10:45:21 INFO (MainThread) [supervisor.os.manager] Rauc: B - marked slot kernel.1 as good
22-04-08 10:45:21 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.INITIALIZE' starting 0 add-ons
22-04-08 10:45:22 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SYSTEM' starting 2 add-ons
22-04-08 10:45:23 INFO (SyncWorker_5) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-mariadb with version 2.4.0
22-04-08 10:45:25 INFO (SyncWorker_2) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-mosquitto with version 6.0.1
22-04-08 10:45:29 INFO (MainThread) [supervisor.services.modules.mysql] Set core_mariadb as service provider for MySQL
22-04-08 10:45:29 INFO (MainThread) [supervisor.services.modules.mqtt] Set core_mosquitto as service provider for mqtt
22-04-08 10:45:30 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SERVICES' starting 5 add-ons
22-04-08 10:45:31 INFO (SyncWorker_3) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-duckdns with version 1.14.0
22-04-08 10:45:34 INFO (SyncWorker_1) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/plex/aarch64 with version 2.8.0
22-04-08 10:45:35 INFO (SyncWorker_6) [supervisor.docker.addon] Starting Docker add-on f6fddefc/aarch64-addon-transmission with version dev
22-04-08 10:45:37 INFO (SyncWorker_0) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/vscode/aarch64 with version 4.2.0
22-04-08 10:45:39 INFO (SyncWorker_1) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/adguard/aarch64 with version 4.5.0
22-04-08 10:45:44 INFO (MainThread) [supervisor.core] Start Home Assistant Core
22-04-08 10:45:44 INFO (SyncWorker_4) [supervisor.docker.interface] Starting homeassistant
22-04-08 10:45:45 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
22-04-08 10:45:50 INFO (MainThread) [supervisor.api.middleware.security] /network/info access from a0d7b954_adguard
22-04-08 10:45:51 INFO (MainThread) [supervisor.api.middleware.security] /network/interface/eth0/info access from a0d7b954_adguard
22-04-08 10:46:14 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.STARTUP
22-04-08 10:46:14 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
22-04-08 10:46:14 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/beta.json
22-04-08 10:46:14 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
22-04-08 10:46:14 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/regevbr/addon-node-red-dashboard repository
22-04-08 10:46:14 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/zigbee2mqtt/hassio-zigbee2mqtt repository
22-04-08 10:46:14 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/sharptools-io/hass-addons repository
22-04-08 10:46:14 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
22-04-08 10:46:14 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/alexbelgium/hassio-addons repository
22-04-08 10:46:14 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/pierrickrouxel/hassio-addon-transmission repository
22-04-08 10:46:14 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/sabeechen/hassio-google-drive-backup repository
22-04-08 10:46:15 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
22-04-08 10:46:18 INFO (MainThread) [supervisor.store] Loading add-ons from store: 127 all - 0 new - 0 remove
22-04-08 10:46:18 INFO (MainThread) [supervisor.store] Loading add-ons from store: 127 all - 0 new - 0 remove
22-04-08 10:46:59 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
22-04-08 10:46:59 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.APPLICATION' starting 5 add-ons
22-04-08 10:47:02 INFO (SyncWorker_3) [supervisor.docker.addon] Starting Docker add-on sabeechen/hassio-google-drive-backup-aarch64 with version 0.106.2
22-04-08 10:47:04 INFO (SyncWorker_7) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/node-red/aarch64 with version 11.1.1
22-04-08 10:47:07 INFO (SyncWorker_3) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-nginx_proxy with version 3.1.1
22-04-08 10:47:09 INFO (SyncWorker_0) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.25.0-1
22-04-08 10:47:10 INFO (MainThread) [supervisor.api.middleware.security] /core/info access from core_nginx_proxy
22-04-08 10:47:28 INFO (SyncWorker_6) [supervisor.docker.addon] Starting Docker add-on ghcr.io/regevbr/node-red-dashboard/aarch64 with version 1.2.0
22-04-08 10:47:29 INFO (MainThread) [supervisor.api.middleware.security] /core/info access from cebe7a76_hassio_google_drive_backup
22-04-08 10:47:29 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from cebe7a76_hassio_google_drive_backup
22-04-08 10:47:29 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from cebe7a76_hassio_google_drive_backup
22-04-08 10:47:29 INFO (MainThread) [supervisor.api.middleware.security] /backups access from cebe7a76_hassio_google_drive_backup
22-04-08 10:47:29 INFO (MainThread) [supervisor.api.middleware.security] /backups/82296e99/info access from cebe7a76_hassio_google_drive_backup
22-04-08 10:47:29 INFO (MainThread) [supervisor.api.middleware.security] /backups/250a1f28/info access from cebe7a76_hassio_google_drive_backup
22-04-08 10:47:29 INFO (MainThread) [supervisor.api.middleware.security] /backups/417029a3/info access from cebe7a76_hassio_google_drive_backup
22-04-08 10:47:29 INFO (MainThread) [supervisor.api.middleware.security] /backups/733024ec/info access from cebe7a76_hassio_google_drive_backup
22-04-08 10:47:30 INFO (MainThread) [supervisor.api.middleware.security] /backups/8209c8c8/info access from cebe7a76_hassio_google_drive_backup
22-04-08 10:47:30 INFO (MainThread) [supervisor.api.middleware.security] /backups/c397fb64/info access from cebe7a76_hassio_google_drive_backup
22-04-08 10:47:30 INFO (MainThread) [supervisor.api.middleware.security] /backups/0db79c33/info access from cebe7a76_hassio_google_drive_backup
22-04-08 10:47:30 INFO (MainThread) [supervisor.api.middleware.security] /backups/5e385546/info access from cebe7a76_hassio_google_drive_backup
22-04-08 10:47:30 INFO (MainThread) [supervisor.api.middleware.security] /backups/88a5893e/info access from cebe7a76_hassio_google_drive_backup
22-04-08 10:47:33 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
22-04-08 10:47:33 INFO (MainThread) [supervisor.core] Supervisor is up and running
22-04-08 10:47:33 INFO (MainThread) [supervisor.host.info] Updating local host information
22-04-08 10:47:33 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/beta.json
22-04-08 10:47:33 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
22-04-08 10:47:33 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.CORE
22-04-08 10:47:33 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.PLUGIN
22-04-08 10:47:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
22-04-08 10:47:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
22-04-08 10:47:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
22-04-08 10:47:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.SUPERVISOR
22-04-08 10:47:34 INFO (MainThread) [supervisor.resolution.check] System checks complete
22-04-08 10:47:34 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
22-04-08 10:47:35 INFO (MainThread) [supervisor.host.services] Updating service information
22-04-08 10:47:35 INFO (MainThread) [supervisor.host.network] Updating local network information
22-04-08 10:47:35 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
22-04-08 10:47:35 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
22-04-08 10:47:35 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
22-04-08 10:47:36 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
22-04-08 10:47:36 INFO (MainThread) [supervisor.host.manager] Host information reload completed
22-04-08 10:47:37 INFO (MainThread) [supervisor.api.middleware.security] /dns/info access from a2b947f4_node-red-dashboard
22-04-08 10:47:52 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'mqtt_us'
22-04-08 10:47:53 INFO (MainThread) [supervisor.auth] Successful login for 'mqtt_us'
Anything in the Host logs that might be useful for us?
I have made a copy of the logs, let me know what to look for in them
System Health information
System Health
| version | core-2022.4.0 |
|---|---|
| installation_type | Home Assistant OS |
| dev | false |
| hassio | true |
| docker | true |
| user | root |
| virtualenv | false |
| python_version | 3.9.9 |
| os_name | Linux |
| os_version | 5.10.103-v8 |
| arch | aarch64 |
| timezone | Asia/Jerusalem |
Home Assistant Community Store
| GitHub API | ok |
|---|---|
| GitHub Content | ok |
| GitHub Web | ok |
| GitHub API Calls Remaining | 4567 |
| Installed Version | 1.24.3 |
| Stage | running |
| Available Repositories | 1009 |
| Downloaded Repositories | 36 |
Home Assistant Cloud
| logged_in | false |
|---|---|
| can_reach_cert_server | ok |
| can_reach_cloud_auth | ok |
| can_reach_cloud | ok |
Home Assistant Supervisor
| host_os | Home Assistant OS 7.6 |
|---|---|
| update_channel | beta |
| supervisor_version | supervisor-2022.04.0 |
| docker_version | 20.10.9 |
| disk_total | 57.8 GB |
| disk_used | 33.0 GB |
| healthy | true |
| supported | true |
| board | rpi4-64 |
| supervisor_api | ok |
| version_api | ok |
| installed_addons | Duck DNS (1.14.0), Home Assistant Google Drive Backup (0.106.2), Plex Media Server (2.8.0), Transmission (dev), Studio Code Server (4.2.0), Node-RED (11.1.1), NGINX Home Assistant SSL proxy (3.1.1), MariaDB (2.4.0), AdGuard Home (4.5.0), Mosquitto broker (6.0.1), Zigbee2mqtt (1.25.0-1), Node-RED Dashboard (1.2.0), SharpTools.io (1.0.2) |
Dashboards
| dashboards | 2 |
|---|---|
| resources | 28 |
| views | 8 |
| mode | storage |
Additional information
No response
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 6
- Comments: 18 (3 by maintainers)
Commits related to this issue
- Fix WiFi/Bt firmware deployment for Raspberry Pi 3/4 (#1837) — committed to agners/operating-system by agners 2 years ago
- Fix WiFi/Bt firmware deployment for Raspberry Pi 3/4 (#1837) (#1841) — committed to home-assistant/operating-system by agners 2 years ago
WiFi is working again on 8.0.rc2.
ssh to the machine (using ethernet) and run
ha os update --version 7.6if I remember correctlyAlso affected.
I can confirm it works on rc2, thanks @agners 😃
Same issue, Rpi4
Hi, I have that same issue - no wifi device on rpi 3b
ha os info
board: rpi3 boot: A data_disk: /dev/mmcblk0p8 update_available: false version: 8.0.rc1 version_latest: 8.0.rc1
ha host info
agent_version: 1.2.1 apparmor_version: 3.0.3 boot_timestamp: 1649483238331535 chassis: embedded cpe: cpe:2.3⭕home-assistant:haos:8.0.rc1::development::::rpi3:* deployment: development disk_free: 8.3 disk_life_time: null disk_total: 13.8 disk_used: 4.8 dt_synchronized: false dt_utc: “2022-04-09T05:50:33.707554+00:00” features:
Hm, this is likely connected with the latest kernel update of Raspberry Pi. I’ll investigate.
same here , Wifi setting disappeared
Same problem