Hi, I’m using Arch with gamescope-session-steam and I switch between this and Plasma, usually booting right to Gamescope session. It was all fine and games, but with recent Steam update it is no longer able to connect to any network with its built-in NetworkManager integration.

It shows all the wifi networks as well as my wired connection, but WiFi simply doesn’t connect (asks for password and fails immediately) not leaving any log anywhere as if nothing happened.

At first I thought that this might be problem with kwallet not being open, but there’s pam log that it opens kwallet fine + it worked before not requiring any extra configuration. The problem also reproduces in gamescope nested mode from within Plasma, though it fills the remembered password from kwallet, fails exactly the same way immediately (not waiting for anything) without producing any log in either NetworkManager service or output from gamescope/steam.

Looks like a Steam bug, or now Steam needs something that I don’t have installed, but I don’t know what that could be. Any ideas where to troubleshoot?

  • azvasKvklenkoOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 hours ago

    I created an issue in tracker for Steam Linux client: https://github.com/ValveSoftware/steam-for-linux/issues/11518 Found some logs in Steam directory:

    [2024-11-26 23:30:25] Client version: 1731433018
    [2024-11-26 23:30:25] Init: enable connect workaround: 0
    [2024-11-26 23:30:25] Init: create NetworkManager client: success
    [2024-11-26 23:31:15] Device[0xd32c0739] state: Unknown/Connected -> Deactivating/Disconnecting - reason: user-requested
    [2024-11-26 23:31:15] Device[0xd32c0739] state: Deactivating/Disconnecting -> Disconnected/Disconnected - reason: user-requested
    [2024-11-26 23:31:15] Device[0xd32c0739] state: Disconnected/Disconnected -> Unavailable/NotPresent - reason: carrier-changed
    [2024-11-26 23:31:19] Device[0xd32c0739] state: Unavailable/NotPresent -> Disconnected/Disconnected - reason: carrier-changed
    [2024-11-26 23:31:22] Connect: interface: enp8s0
    [2024-11-26 23:31:22] SetIPv6Config: IPv6 libnm workaround: 1
    [2024-11-26 23:31:22] Connection invalid: ipv6.method: property is invalid
    

    Interesting…