Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Lost Wi-Fi after system update
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
fishsemxpinha
n00b
n00b


Joined: 01 Jul 2022
Posts: 12

PostPosted: Tue Aug 23, 2022 6:13 pm    Post subject: [SOLVED] Lost Wi-Fi after system update Reply with quote

Hi all,

I’ve done a system update and after reboot can’t get my Wi-Fi to work again.

syslog has the following error:

Code:
NetworkManager: <error> iwd-manager: failed to acquire IWD Object Manager: Wi-Fi will not be available (Error calling StartServiceByName for net.connman.iwd: Launch helper exited with unknown return code 1)


Any ideas what this could be? I couldn’t find online references to such error.

Drivers seem to be properly loaded and rfkill is not showing any blocked devices. nmcli won’t list any Wi-Fi networks, but
Code:
iw dev wlan0 scan
does show.

Last edited by fishsemxpinha on Tue Aug 23, 2022 6:50 pm; edited 1 time in total
Back to top
View user's profile Send private message
alamahant
Advocate
Advocate


Joined: 23 Mar 2019
Posts: 3879

PostPosted: Tue Aug 23, 2022 6:31 pm    Post subject: Reply with quote

Plz build NM with USE="-iwd" or downgrade to stable version.
see
https://forums.gentoo.org/viewtopic-t-1155857-highlight-.html
_________________
:)
Back to top
View user's profile Send private message
fishsemxpinha
n00b
n00b


Joined: 01 Jul 2022
Posts: 12

PostPosted: Tue Aug 23, 2022 6:50 pm    Post subject: Reply with quote

alamahant wrote:
Plz build NM with USE="-iwd" or downgrade to earliest version available.
see
https://forums.gentoo.org/viewtopic-t-1155857-highlight-.html


Many thanks for the reference. Will apply.

In the meantime I've managed to connect via wi-fi using iwd in the meantime with iwctl and then setting ip, dns and ip route manually, so I can fix this now as I don't have any way to connect using cable atm.

A reference for anyone needing to connect temporarily with iwd on WPA2 networks:

Code:
# iwctl station wlan0 get-networks
# iwctl station wlan0 connect <SSID>
Passphrase: **************
# ip address add <ipaddress/mask> dev wlan0
# ip route add default via <gateway>
# echo "nameserver 1.1.1.1" | resolvconf -a wlan0 


example:

Code:
# iwctl station wlan0 get-networks
# iwctl station wlan0 connect SomeNetworkName
Passphrase: mynetworkpassphrase
# ip address add 192.168.1.100/24 dev wlan0
# ip route add default via 192.168.1.1
# echo "nameserver 1.1.1.1" | resolvconf -a wlan0 
Back to top
View user's profile Send private message
NuLL3rr0r
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2009
Posts: 96
Location: The Netherlands

PostPosted: Sun Oct 09, 2022 2:01 pm    Post subject: Reply with quote

alamahant wrote:
Plz build NM with USE="-iwd" or downgrade to stable version.
see
https://forums.gentoo.org/viewtopic-t-1155857-highlight-.html


Thank you! That was a life saver on 3 systems. I'm wondering why they don't document such changes in an ebuild message for example.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum