Hey,
I updated Volumio to Version 3 and and could connect it to my wireless network (I’m using an AC dongle). I connected via network cable but I can’t activate the network adapter - it throws the error "Error: Command failed: sudo/bin/systemctl restart wireless.service Job for wireless.service failed. See ‘systemctl status wireless.service’ and ‘journalctl -xn’ for details.
When I ssh into volumio I get following results.
systemctl status wireless.service:
wireless.service - Wireless Services
Loaded: loaded (/lib/systemd/system/wireless.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2022-01-30 15:25:28 UTC; 23s ago
Process: 2222 ExecStart=/volumio/app/plugins/system_controller/network/wireless.js start (code=exited, status=0/SUCCESS)
Process: 2264 ExecStartPost=/sbin/iw dev wlan0 set power_save off (code=exited, status=237/KEYRING)
Jan 30 15:25:27 volumio sudo[2232]: pam_unix(sudo:session): session opened for user root by (uid=0)
Jan 30 15:25:27 volumio sudo[2232]: pam_unix(sudo:session): session closed for user root
Jan 30 15:25:27 volumio wireless.js[2222]: Stopped aP
Jan 30 15:25:27 volumio sudo[2243]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ip addr flush dev wlan0
Jan 30 15:25:27 volumio sudo[2243]: pam_unix(sudo:session): session opened for user root by (uid=0)
Jan 30 15:25:27 volumio sudo[2243]: pam_unix(sudo:session): session closed for user root
Jan 30 15:25:28 volumio iw[2264]: command failed: No such device (-19)
Jan 30 15:25:28 volumio systemd[1]: wireless.service: Control process exited, code=exited, status=237/KEYRING
Jan 30 15:25:28 volumio systemd[1]: wireless.service: Failed with result 'exit-code'.
Jan 30 15:25:28 volumio systemd[1]: Failed to start Wireless Services.
and journalctl -xn:
-- Logs begin at Thu 2019-02-14 10:12:00 UTC, end at Sun 2022-01-30 15:53:19 UTC. --
Jan 30 15:53:19 volumio-boxen hostapd[2133]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Jan 30 15:53:19 volumio-boxen hostapd[2133]: Could not read interface wlan0 flags: No such device
Jan 30 15:53:19 volumio-boxen hostapd[2133]: nl80211 driver initialization failed.
Jan 30 15:53:19 volumio-boxen hostapd[2133]: wlan0: interface state UNINITIALIZED->DISABLED
Jan 30 15:53:19 volumio-boxen hostapd[2133]: wlan0: AP-DISABLED
Jan 30 15:53:19 volumio-boxen hostapd[2133]: wlan0: CTRL-EVENT-TERMINATING
Jan 30 15:53:19 volumio-boxen hostapd[2133]: hostapd_free_hapd_data: Interface wlan0 wasn't started
Jan 30 15:53:19 volumio-boxen systemd[1]: hostapd.service: Control process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- An ExecStart= process belonging to unit hostapd.service has exited.
I’m I seeing that right that he can’t detect the wireless dongle anymore after the update?
I’ve also tried several factory resets with no results.