You are not logged in.
I recently installed arch in a new laptop (Dell Latitude 7430). I've been able to troubleshoot most bumps (this is at least my 20th arch install), but one has me stumped. If I suspend (usually by closing the lid) when I resume there is no wifi, wlan0 is down and powered off. I can easily manually reconnect. I have not been able to find a similar issue. Here is the journalctl output from when the lid closes:
Sep 23 16:36:37 dizzy systemd-logind[551]: Lid closed.
Sep 23 16:36:37 dizzy systemd-logind[551]: Suspending...
Sep 23 16:36:37 dizzy systemd[1]: Reached target Sleep.
Sep 23 16:36:37 dizzy systemd[1]: Starting System Suspend...
Sep 23 16:36:37 dizzy systemd-sleep[48987]: Entering sleep state 'suspend'...
Sep 23 16:36:37 dizzy kernel: PM: suspend entry (s2idle)
Sep 23 16:36:37 dizzy kernel: Filesystems sync: 0.009 seconds
Sep 23 16:36:47 dizzy kernel: Freezing user space processes ... (elapsed 0.001 seconds) done.
Sep 23 16:36:47 dizzy kernel: OOM killer disabled.
Sep 23 16:36:47 dizzy kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Sep 23 16:36:47 dizzy kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Sep 23 16:36:47 dizzy kernel: wlan0: deauthenticating from d8:47:32:b6:96:5e by local choice (Reason: 3=DEAUTH_LEAVING)
Sep 23 16:36:47 dizzy kernel: iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Can't send a SAP message if we're not connected
Sep 23 16:36:47 dizzy kernel: ACPI: EC: interrupt blocked
Sep 23 16:36:47 dizzy kernel: ACPI: EC: interrupt unblocked
Sep 23 16:36:47 dizzy kernel: pcieport 10000:e0:06.0: can't derive routing for PCI INT A
Sep 23 16:36:47 dizzy kernel: nvme 10000:e1:00.0: PCI INT A: no GSI
Sep 23 16:36:47 dizzy kernel: nvme nvme0: 12/0/0 default/read/poll queues
Sep 23 16:36:47 dizzy kernel: nvme nvme0: Ignoring bogus Namespace Identifiers
Sep 23 16:36:47 dizzy kernel: i915 0000:00:02.0: [drm] GuC firmware i915/adlp_guc_70.1.1.bin version 70.1
Sep 23 16:36:47 dizzy kernel: i915 0000:00:02.0: [drm] HuC firmware i915/tgl_huc_7.9.3.bin version 7.9
Sep 23 16:36:47 dizzy kernel: i915 0000:00:02.0: [drm] HuC authenticated
Sep 23 16:36:47 dizzy kernel: i915 0000:00:02.0: [drm] GuC submission enabled
Sep 23 16:36:47 dizzy kernel: i915 0000:00:02.0: [drm] GuC SLPC enabled
Sep 23 16:36:47 dizzy kernel: i915 0000:00:02.0: [drm] GuC RC: enabled
Sep 23 16:36:47 dizzy kernel: OOM killer enabled.And here is when it opens:
Sep 23 16:36:47 dizzy systemd-logind[551]: Lid opened.
Sep 23 16:36:47 dizzy dhcpcd[1268]: wlan0: carrier lost
Sep 23 16:36:47 dizzy iwd[550]: Received Deauthentication event, reason: 3, from_ap: false
Sep 23 16:36:47 dizzy iwd[550]: WARNING: src/resolve.c:resolve_systemd_revert() condition !systemd_state.is_ready failed
Sep 23 16:36:47 dizzy iwd[550]: [DHCPv4] l_dhcp_client_stop:1247 Entering state: DHCP_STATE_INIT
Sep 23 16:36:47 dizzy kernel: Restarting tasks ... done.
Sep 23 16:36:47 dizzy kernel: random: crng reseeded on system resumption
Sep 23 16:36:47 dizzy kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
Sep 23 16:36:47 dizzy kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
Sep 23 16:36:47 dizzy systemd[1]: Daily man-db regeneration was skipped because of a failed condition check (ConditionACPower=true).
Sep 23 16:36:47 dizzy dhcpcd[1268]: wlan0: deleting route to 192.168.0.0/24
Sep 23 16:36:47 dizzy dhcpcd[1268]: wlan0: deleting default route via 192.168.0.1
Sep 23 16:36:47 dizzy kernel: thermal thermal_zone9: failed to read out thermal zone (-61)
Sep 23 16:36:47 dizzy systemd-sleep[48987]: System returned from sleep state.
Sep 23 16:36:47 dizzy systemd[1]: systemd-suspend.service: Deactivated successfully.
Sep 23 16:36:47 dizzy systemd[1]: Finished System Suspend.
Sep 23 16:36:47 dizzy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 16:36:47 dizzy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 16:36:47 dizzy systemd[1]: Stopped target Sleep.
Sep 23 16:36:47 dizzy kernel: PM: suspend exit
Sep 23 16:36:47 dizzy kernel: audit: type=1130 audit(1663965407.313:510): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 16:36:47 dizzy kernel: audit: type=1131 audit(1663965407.313:511): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 23 16:36:47 dizzy systemd[1]: Reached target Suspend.
Sep 23 16:36:47 dizzy systemd[1]: Stopped target Suspend.
Sep 23 16:36:47 dizzy systemd-logind[551]: Operation 'sleep' finished.And finally, here is me manually connecting:
Sep 23 16:37:16 dizzy dbus-daemon[549]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.133' (uid=0 pid=49095 comm="sudo ip link set wlan0 up")
Sep 23 16:37:16 dizzy dbus-daemon[549]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 23 16:37:16 dizzy sudo[49095]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Sep 23 16:37:16 dizzy audit[49095]: USER_ACCT pid=49095 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="kiesling" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 23 16:37:16 dizzy audit[49095]: CRED_REFR pid=49095 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 23 16:37:16 dizzy audit[49095]: USER_START pid=49095 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 23 16:37:16 dizzy sudo[49095]: kiesling : TTY=pts/1 ; PWD=/home/kiesling ; USER=root ; COMMAND=/usr/bin/ip link set wlan0 up
Sep 23 16:37:16 dizzy sudo[49095]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Sep 23 16:37:16 dizzy kernel: audit: type=1101 audit(1663965436.673:512): pid=49095 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="kiesling" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 23 16:37:16 dizzy kernel: audit: type=1110 audit(1663965436.673:513): pid=49095 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 23 16:37:16 dizzy kernel: audit: type=1105 audit(1663965436.673:514): pid=49095 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 23 16:37:16 dizzy audit[49095]: USER_END pid=49095 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 23 16:37:16 dizzy audit[49095]: CRED_DISP pid=49095 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 23 16:37:16 dizzy iwd[550]: Could not register frame watch type 00d0: -114
Sep 23 16:37:16 dizzy kernel: audit: type=1106 audit(1663965436.923:515): pid=49095 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 23 16:37:16 dizzy kernel: audit: type=1104 audit(1663965436.923:516): pid=49095 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 23 16:37:17 dizzy kernel: wlan0: authenticate with d8:47:32:b6:96:5e
Sep 23 16:37:17 dizzy kernel: wlan0: send auth to d8:47:32:b6:96:5e (try 1/3)
Sep 23 16:37:17 dizzy kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
Sep 23 16:37:17 dizzy kernel: wlan0: Connection to AP d8:47:32:b6:96:5e lost
Sep 23 16:37:18 dizzy kernel: wlan0: send auth to d8:47:32:b6:96:5e (try 2/3)
Sep 23 16:37:19 dizzy kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
Sep 23 16:37:19 dizzy kernel: wlan0: Connection to AP d8:47:32:b6:96:5e lost
Sep 23 16:37:19 dizzy kernel: wlan0: send auth to d8:47:32:b6:96:5e (try 3/3)
Sep 23 16:37:20 dizzy kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
Sep 23 16:37:20 dizzy kernel: wlan0: Connection to AP d8:47:32:b6:96:5e lost
Sep 23 16:37:20 dizzy kernel: wlan0: authentication with d8:47:32:b6:96:5e timed out
Sep 23 16:37:20 dizzy iwd[550]: authentication timed out
Sep 23 16:37:20 dizzy iwd[550]: WARNING: src/resolve.c:resolve_systemd_revert() condition !systemd_state.is_ready failed
Sep 23 16:37:20 dizzy iwd[550]: [DHCPv4] l_dhcp_client_stop:1247 Entering state: DHCP_STATE_INIT
Sep 23 16:37:30 dizzy dbus-daemon[549]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.134' (uid=0 pid=49099 comm="sudo iwctl station wlan0 connect NETGEAR20-5G")
Sep 23 16:37:30 dizzy dbus-daemon[549]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 23 16:37:30 dizzy sudo[49099]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Sep 23 16:37:30 dizzy audit[49099]: USER_ACCT pid=49099 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="kiesling" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 23 16:37:30 dizzy sudo[49099]: kiesling : TTY=pts/1 ; PWD=/home/kiesling ; USER=root ; COMMAND=/usr/bin/iwctl station wlan0 connect NETGEAR20-5G
Sep 23 16:37:30 dizzy audit[49099]: CRED_REFR pid=49099 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 23 16:37:30 dizzy audit[49099]: USER_START pid=49099 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 23 16:37:30 dizzy sudo[49099]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Sep 23 16:37:30 dizzy kernel: audit: type=1101 audit(1663965450.136:517): pid=49099 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="kiesling" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 23 16:37:30 dizzy kernel: audit: type=1110 audit(1663965450.136:518): pid=49099 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 23 16:37:30 dizzy kernel: audit: type=1105 audit(1663965450.136:519): pid=49099 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 23 16:37:30 dizzy kernel: wlan0: authenticate with d8:47:32:b6:96:5e
Sep 23 16:37:30 dizzy kernel: wlan0: send auth to d8:47:32:b6:96:5e (try 1/3)
Sep 23 16:37:30 dizzy kernel: wlan0: authenticated
Sep 23 16:37:30 dizzy kernel: wlan0: associate with d8:47:32:b6:96:5e (try 1/3)
Sep 23 16:37:30 dizzy kernel: wlan0: RX AssocResp from d8:47:32:b6:96:5e (capab=0x11 status=0 aid=2)
Sep 23 16:37:30 dizzy kernel: wlan0: associated
Sep 23 16:37:30 dizzy kernel: wlan0: Limiting TX power to 40 (40 - 0) dBm as advertised by d8:47:32:b6:96:5e
Sep 23 16:37:30 dizzy iwd[550]: [DHCPv4] l_dhcp_client_start:1202 Entering state: DHCP_STATE_SELECTING
Sep 23 16:37:30 dizzy dhcpcd[1268]: wlan0: carrier acquired
Sep 23 16:37:30 dizzy sudo[49099]: pam_unix(sudo:session): session closed for user root
Sep 23 16:37:30 dizzy audit[49099]: USER_END pid=49099 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 23 16:37:30 dizzy audit[49099]: CRED_DISP pid=49099 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 23 16:37:30 dizzy kernel: audit: type=1106 audit(1663965450.280:520): pid=49099 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 23 16:37:30 dizzy kernel: audit: type=1104 audit(1663965450.280:521): pid=49099 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Sep 23 16:37:30 dizzy dhcpcd[1268]: wlan0: IAID 9a:15:1f:7b
Sep 23 16:37:30 dizzy iwd[550]: [DHCPv4] dhcp_client_handle_offer:796 Entering state: DHCP_STATE_REQUESTING
Sep 23 16:37:30 dizzy iwd[550]: [DHCPv4] dhcp_client_rx_message:898 Entering state: DHCP_STATE_BOUND
Sep 23 16:37:30 dizzy iwd[550]: [DHCPv4] dhcp_client_rx_message:931 T1 expiring in 3599780 ms
Sep 23 16:37:30 dizzy iwd[550]: WARNING: src/resolve.c:resolve_systemd_set_dns() condition !systemd_state.is_ready failed
Sep 23 16:37:30 dizzy iwd[550]: WARNING: src/resolve.c:resolve_systemd_set_domains() condition !systemd_state.is_ready failed
Sep 23 16:37:30 dizzy dhcpcd[1268]: wlan0: soliciting an IPv6 router
Sep 23 16:37:31 dizzy dhcpcd[1268]: wlan0: rebinding lease of 192.168.0.195
Sep 23 16:37:31 dizzy dhcpcd[1268]: wlan0: leased 192.168.0.195 for 7200 seconds
Sep 23 16:37:31 dizzy dhcpcd[1268]: wlan0: adding route to 192.168.0.0/24
Sep 23 16:37:31 dizzy dhcpcd[1268]: wlan0: adding default route via 192.168.0.1(I think that's the right division of the log -- it's all actually continuous, nothing edited out.)
I have also tried the fix here
Thanks for any suggestions.
Offline
So it looks like you're using iwd & dhcpcd. Is that correct?
This will show all services, to check for conflicts:
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -fDoes the interface connect automatically after resuming if you use iwd's builtin dhcp server instead of dhcpcd? Details in the wiki.
Jin, Jîyan, Azadî
Offline
Thanks, I was running both. I shut down standalone dhcpcd and made sure /etc/iwd/main.conf had the line suggested in the wiki, restarted. On pin, got a "temporary failure in name resolution." Recheck main.conf, restart, same result. Not sure why the iwd daemon is not actually getting an ip address.
Anyway, I set iwd built in configuration to 'false,' restarted with dhcpcd, all is well.
Edit: Actually, not completely well. I have this script to restart everything:
sudo ip link set wlan0 up
sudo iwctl station wlan0 connect NETGEAR20-5G
sudo systemctl restart dhcpcd@wlan0.serviceBut this returns and error:
A dependency job for dhcpcd@wlan0.service failed. See 'journalctl -xe' for details.journalctl -xe:
The job identifier is 584 and the job result is collected.
Sep 25 15:08:49 dizzy systemd[1]: dhcpcd@wlan0.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit dhcpcd@wlan0.service has entered the 'failed' state with result 'exit-code'.
Sep 25 15:08:49 dizzy systemd[1]: Stopped dhcpcd on wlan0.
░░ Subject: A stop job for unit dhcpcd@wlan0.service has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ A stop job for unit dhcpcd@wlan0.service has finished.
░░
░░ The job identifier is 583 and the job result is done.
Sep 25 15:08:49 dizzy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=d>
Sep 25 15:08:49 dizzy systemd[1]: dhcpcd@wlan0.service: Bound to unit sys-subsystem-net-devices-wla>
Sep 25 15:08:49 dizzy systemd[1]: Dependency failed for dhcpcd on wlan0.
░░ Subject: A start job for unit dhcpcd@wlan0.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ A start job for unit dhcpcd@wlan0.service has finished with a failure.
░░
░░ The job identifier is 583 and the job result is dependency.
Sep 25 15:08:49 dizzy systemd[1]: dhcpcd@wlan0.service: Job dhcpcd@wlan0.service/start failed with >
Sep 25 15:08:49 dizzy sudo[1157]: pam_unix(sudo:session): session closed for user root
Sep 25 15:08:49 dizzy audit[1157]: USER_END pid=1157 uid=1000 auid=1000 ses=1 msg='op=PAM:session_c>
Sep 25 15:08:49 dizzy audit[1157]: CRED_DISP pid=1157 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred >
Sep 25 15:08:50 dizzy kernel: wlan0: authenticate with d8:47:32:b6:96:5e
Sep 25 15:08:50 dizzy kernel: wlan0: send auth to d8:47:32:b6:96:5e (try 1/3)
Sep 25 15:08:50 dizzy kernel: wlan0: authenticated
Sep 25 15:08:50 dizzy kernel: wlan0: associate with d8:47:32:b6:96:5e (try 1/3)
Sep 25 15:08:50 dizzy kernel: wlan0: RX AssocResp from d8:47:32:b6:96:5e (capab=0x11 status=0 aid=2)
Sep 25 15:08:50 dizzy kernel: wlan0: associated
Sep 25 15:08:50 dizzy kernel: wlan0: Limiting TX power to 40 (40 - 0) dBm as advertised by d8:47:32>
Sep 25 15:08:50 dizzy kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Sep 25 15:09:01 dizzy dbus-daemon[553]: [system] Activating via systemd: service name='org.freedesk>
Sep 25 15:09:01 dizzy dbus-daemon[553]: [system] Activation via systemd failed for unit 'dbus-org.f>
Sep 25 15:09:01 dizzy sudo[1172]: pam_systemd_home(sudo:account): systemd-homed is not available: U>
Sep 25 15:09:01 dizzy audit[1172]: USER_ACCT pid=1172 uid=1000 auid=1000 ses=1 msg='op=PAM:accounti>
Sep 25 15:09:01 dizzy sudo[1172]: kiesling : TTY=pts/0 ; PWD=/home/kiesling ; USER=root ; COMMAND=/>
Sep 25 15:09:01 dizzy audit[1172]: CRED_REFR pid=1172 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred >
Sep 25 15:09:01 dizzy audit[1172]: USER_START pid=1172 uid=1000 auid=1000 ses=1 msg='op=PAM:session>
Sep 25 15:09:01 dizzy sudo[1172]: pam_unix(sudo:session): session opened for user root(uid=0) by (u>
Sep 25 15:09:01 dizzy kernel: kauditd_printk_skb: 5 callbacks suppressed
Sep 25 15:09:01 dizzy kernel: audit: type=1101 audit(1664132941.690:93): pid=1172 uid=1000 auid=100>
Sep 25 15:09:01 dizzy kernel: audit: type=1110 audit(1664132941.693:94): pid=1172 uid=1000 auid=100>
Sep 25 15:09:01 dizzy kernel: audit: type=1105 audit(1664132941.693:95): pid=1172 uid=1000 auid=100>BUT the suspend problem is still present. The main problem is that upon resume, wlan0 is down:
wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noqueue state DOWN mode DORMANT group default qlen 1000I then set it to up manually, and also have to manually connect with an iwctl command.
Last edited by sfabius (2022-09-25 19:20:23)
Offline
This problem went away after some update. One day I resumed and there the network was. So not really solved by me, even though everything works.
Offline