You are not logged in.

#1 2025-11-10 23:01:11

Macunaíma
Member
Registered: 2025-11-10
Posts: 3

FN Key does not work after resuming from suspend Lenovo Ideapad Slim 3

I have a Lenovo Ideapad Slim 3 83MM0004BO with AMD Ryzen 7 7735HS and AMD radeon 680m.

At first, the keyboard would stop working after I closed and reopened the laptop lid. I solved this problem using the script I found here: https://discussion.fedoraproject.org/t/ … s/161174/7

#!/bin/sh
case $1/$2 in
    pre/*)
        echo i8042 > /sys/bus/platform/drivers/i8042/unbind
        ;;
    post/*)
        echo i8042 > /sys/bus/platform/drivers/i8042/bind
        ;;
esac

This script solved my problem. However, I have another issue: the FN key does not work after resuming from suspend and it's annoying me too much.
Do you guys know how to solve this?

I'm running the 6.17.7-arch1-1 kernel

Oh, I have another thing to say: I have already updated the BIOS using the file provided by LENOVO in their website

Another thing, I runned the command journalctl -f, closed the lid and opened it. Here is the output:

[daniel@dvieira ~]$ journalctl -f
nov 10 20:32:39 dvieira systemd-logind[562]: Removed session 1.
nov 10 20:32:39 dvieira systemd[1]: user@966.service: Deactivated successfully.
nov 10 20:32:39 dvieira systemd[1]: Stopped User Manager for UID 966.
nov 10 20:32:39 dvieira systemd[1]: Stopping User Runtime Directory /run/user/966...
nov 10 20:32:39 dvieira systemd[1]: run-user-966.mount: Deactivated successfully.
nov 10 20:32:39 dvieira systemd[1]: user-runtime-dir@966.service: Deactivated successfully.
nov 10 20:32:39 dvieira systemd[1]: Stopped User Runtime Directory /run/user/966.
nov 10 20:32:39 dvieira systemd[1]: Removed slice User Slice of UID 966.
nov 10 20:32:39 dvieira systemd[1]: user-966.slice: Consumed 1.077s CPU time, 252.6M memory peak.
nov 10 20:32:40 dvieira systemd[1]: dbus-:1.2-org.kde.kded.smart@0.service: Deactivated successfully.
nov 10 20:32:43 dvieira systemd[1]: dbus-:1.2-org.kde.powerdevil.discretegpuhelper@0.service: Deactivated successfully.
nov 10 20:32:43 dvieira systemd[1]: dbus-:1.2-org.kde.powerdevil.chargethresholdhelper@0.service: Deactivated successfully.
nov 10 20:32:43 dvieira systemd[1]: dbus-:1.2-org.kde.powerdevil.backlighthelper@0.service: Deactivated successfully.
nov 10 20:32:49 dvieira systemd-logind[562]: Lid closed.
nov 10 20:32:49 dvieira systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.powerdevil.wakeupsourcehelper.
nov 10 20:32:49 dvieira systemd[1]: Started dbus-:1.2-org.kde.powerdevil.wakeupsourcehelper@0.service.
nov 10 20:32:49 dvieira systemd-logind[562]: The system will suspend now!
nov 10 20:32:49 dvieira NetworkManager[559]: <info>  [1762817569.5117] manager: sleep: sleep requested (sleeping: no  enabled: yes)
nov 10 20:32:49 dvieira NetworkManager[559]: <info>  [1762817569.5119] device (p2p-dev-wlan0): state change: disconnected -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
nov 10 20:32:49 dvieira NetworkManager[559]: <info>  [1762817569.5123] manager: NetworkManager state is now ASLEEP
nov 10 20:32:49 dvieira NetworkManager[559]: <info>  [1762817569.5124] device (wlan0): state change: activated -> deactivating (reason 'sleeping', managed-type: 'full')
nov 10 20:32:49 dvieira systemd[1]: Starting Network Manager Script Dispatcher Service...
nov 10 20:32:49 dvieira systemd[1]: Started Network Manager Script Dispatcher Service.
nov 10 20:32:49 dvieira kernel: wlan0: deauthenticating from c0:c9:e3:09:9a:28 by local choice (Reason: 3=DEAUTH_LEAVING)
nov 10 20:32:49 dvieira wpa_supplicant[592]: nl80211: send_event_marker failed: Source based routing not supported
nov 10 20:32:49 dvieira wpa_supplicant[592]: wlan0: CTRL-EVENT-DISCONNECTED bssid=c0:c9:e3:09:9a:28 reason=3 locally_generated=1
nov 10 20:32:49 dvieira wpa_supplicant[592]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
nov 10 20:32:49 dvieira wpa_supplicant[592]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
nov 10 20:32:49 dvieira NetworkManager[559]: <info>  [1762817569.6286] device (wlan0): supplicant interface state: completed -> disconnected
nov 10 20:32:49 dvieira NetworkManager[559]: <info>  [1762817569.6287] device (wlan0): state change: deactivating -> disconnected (reason 'sleeping', managed-type: 'full')
nov 10 20:32:49 dvieira NetworkManager[559]: <info>  [1762817569.6289] dhcp4 (wlan0): canceled DHCP transaction
nov 10 20:32:49 dvieira NetworkManager[559]: <info>  [1762817569.6289] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
nov 10 20:32:49 dvieira NetworkManager[559]: <info>  [1762817569.6290] dhcp4 (wlan0): state changed no lease
nov 10 20:32:49 dvieira NetworkManager[559]: <info>  [1762817569.6416] device (wlan0): set-hw-addr: set MAC address to EE:0C:07:4C:A6:1E (scanning)
nov 10 20:32:49 dvieira NetworkManager[559]: <info>  [1762817569.7775] device (wlan0): supplicant interface state: disconnected -> interface_disabled
nov 10 20:32:49 dvieira NetworkManager[559]: <info>  [1762817569.7776] device (wlan0): supplicant interface state: interface_disabled -> disconnected
nov 10 20:32:49 dvieira NetworkManager[559]: <info>  [1762817569.7784] device (wlan0): state change: disconnected -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
nov 10 20:32:49 dvieira NetworkManager[559]: <info>  [1762817569.9336] device (wlan0): set-hw-addr: reset MAC address to 14:B5:CD:2E:1E:01 (unmanage)
nov 10 20:32:50 dvieira wpa_supplicant[592]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
nov 10 20:32:50 dvieira wpa_supplicant[592]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
nov 10 20:32:50 dvieira wpa_supplicant[592]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
nov 10 20:32:50 dvieira systemd[1]: Reached target Sleep.
nov 10 20:32:50 dvieira systemd[1]: Starting System Suspend...
nov 10 20:32:50 dvieira systemd[1]: session-2.scope: Unit now frozen-by-parent.
nov 10 20:32:50 dvieira systemd[1]: user@1000.service: Unit now frozen-by-parent.
nov 10 20:32:50 dvieira systemd[1]: user.slice: Unit now frozen.
nov 10 20:32:50 dvieira systemd[1]: user-1000.slice: Unit now frozen-by-parent.
nov 10 20:32:50 dvieira systemd-sleep[1453]: Successfully froze unit 'user.slice'.
nov 10 20:32:50 dvieira systemd-sleep[1453]: Performing sleep operation 'suspend'...
nov 10 20:32:50 dvieira kernel: PM: suspend entry (s2idle)
nov 10 20:32:50 dvieira kernel: Filesystems sync: 0.028 seconds
nov 10 20:32:51 dvieira kernel: Freezing user space processes
nov 10 20:32:51 dvieira kernel: Freezing user space processes completed (elapsed 0.001 seconds)
nov 10 20:32:51 dvieira kernel: OOM killer disabled.
nov 10 20:32:51 dvieira kernel: Freezing remaining freezable tasks
nov 10 20:32:51 dvieira kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
nov 10 20:32:51 dvieira kernel: printk: Suspending console(s) (use no_console_suspend to debug)
nov 10 20:32:51 dvieira kernel: PM: Some devices failed to suspend, or early wake event detected
nov 10 20:32:51 dvieira kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F47FC00000).
nov 10 20:32:51 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: SMU is resuming...
nov 10 20:32:51 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: SMU is resumed successfully!
nov 10 20:32:51 dvieira bluetoothd[560]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSource/ldac
nov 10 20:32:51 dvieira kernel: nvme nvme0: 16/0/0 default/read/poll queues
nov 10 20:32:51 dvieira bluetoothd[560]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSink/aptx_hd
nov 10 20:32:51 dvieira systemd[1]: Starting Load/Save RF Kill Switch Status...
nov 10 20:32:51 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
nov 10 20:32:51 dvieira bluetoothd[560]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSource/aptx_hd
nov 10 20:32:51 dvieira dbus-broker[558]: A security policy denied :1.4 to send method call /midi/profile:org.bluez.GattProfile1.Release to :1.46.
nov 10 20:32:51 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
nov 10 20:32:51 dvieira bluetoothd[560]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSink/aptx
nov 10 20:32:51 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
nov 10 20:32:51 dvieira bluetoothd[560]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSource/aptx
nov 10 20:32:51 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
nov 10 20:32:51 dvieira bluetoothd[560]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSink/aac
nov 10 20:32:51 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
nov 10 20:32:51 dvieira bluetoothd[560]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSource/aac
nov 10 20:32:51 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
nov 10 20:32:51 dvieira bluetoothd[560]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSink/opus_g
nov 10 20:32:51 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
nov 10 20:32:51 dvieira bluetoothd[560]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSource/opus_g
nov 10 20:32:51 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
nov 10 20:32:51 dvieira bluetoothd[560]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSink/sbc
nov 10 20:32:51 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
nov 10 20:32:51 dvieira bluetoothd[560]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSource/sbc
nov 10 20:32:51 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
nov 10 20:32:51 dvieira bluetoothd[560]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSource/aptx_ll_1
nov 10 20:32:51 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
nov 10 20:32:51 dvieira bluetoothd[560]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSource/aptx_ll_0
nov 10 20:32:51 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
nov 10 20:32:51 dvieira bluetoothd[560]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
nov 10 20:32:51 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
nov 10 20:32:51 dvieira bluetoothd[560]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
nov 10 20:32:57 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
nov 10 20:32:57 dvieira systemd-logind[562]: Lid opened.
nov 10 20:32:51 dvieira bluetoothd[560]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSource/faststream
nov 10 20:32:57 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
nov 10 20:32:51 dvieira bluetoothd[560]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSource/faststream_duplex
nov 10 20:32:57 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
nov 10 20:32:51 dvieira bluetoothd[560]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSink/opus_05
nov 10 20:32:57 dvieira kernel: usb 3-3: reset full-speed USB device number 2 using xhci_hcd
nov 10 20:32:51 dvieira bluetoothd[560]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSource/opus_05
nov 10 20:32:57 dvieira kernel: OOM killer enabled.
nov 10 20:32:51 dvieira bluetoothd[560]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSink/opus_05_duplex
nov 10 20:32:57 dvieira kernel: Restarting tasks: Starting
nov 10 20:32:51 dvieira bluetoothd[560]: Endpoint unregistered: sender=:1.45 path=/MediaEndpoint/A2DPSource/opus_05_duplex
nov 10 20:32:57 dvieira kernel: Restarting tasks: Done
nov 10 20:32:51 dvieira bluetoothd[560]: Battery Provider Manager destroyed
nov 10 20:32:57 dvieira kernel: random: crng reseeded on system resumption
nov 10 20:32:57 dvieira kernel: PM: suspend exit
nov 10 20:32:57 dvieira kernel: PM: suspend entry (s2idle)
nov 10 20:32:57 dvieira kernel: Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000b lmp_ver=0b lmp_subver=8852
nov 10 20:32:57 dvieira kernel: Bluetooth: hci0: RTL: rom_version status=0 version=1
nov 10 20:32:57 dvieira kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_fw.bin
nov 10 20:32:57 dvieira kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_config.bin
nov 10 20:32:57 dvieira kernel: Filesystems sync: 0.007 seconds
nov 10 20:32:57 dvieira kernel: Bluetooth: hci0: RTL: cfg_sz 6, total sz 57259
nov 10 20:32:57 dvieira kernel: Freezing user space processes
nov 10 20:32:57 dvieira kernel: Freezing user space processes completed (elapsed 0.007 seconds)
nov 10 20:32:57 dvieira kernel: OOM killer disabled.
nov 10 20:32:57 dvieira kernel: Freezing remaining freezable tasks
nov 10 20:32:57 dvieira kernel: Freezing remaining freezable tasks completed (elapsed 0.024 seconds)
nov 10 20:32:57 dvieira kernel: printk: Suspending console(s) (use no_console_suspend to debug)
nov 10 20:32:57 dvieira kernel: Bluetooth: hci0: RTL: download fw command failed (-2)
nov 10 20:32:57 dvieira kernel: ACPI: EC: interrupt blocked
nov 10 20:32:57 dvieira kernel: ACPI: EC: interrupt unblocked
nov 10 20:32:57 dvieira kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F47FC00000).
nov 10 20:32:57 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: SMU is resuming...
nov 10 20:32:57 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: SMU is resumed successfully!
nov 10 20:32:57 dvieira kernel: nvme nvme0: 16/0/0 default/read/poll queues
nov 10 20:32:57 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
nov 10 20:32:57 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
nov 10 20:32:57 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
nov 10 20:32:57 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
nov 10 20:32:57 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
nov 10 20:32:57 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
nov 10 20:32:57 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
nov 10 20:32:57 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
nov 10 20:32:57 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
nov 10 20:32:57 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
nov 10 20:32:57 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
nov 10 20:32:57 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
nov 10 20:32:57 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
nov 10 20:32:57 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
nov 10 20:32:57 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
nov 10 20:32:57 dvieira kernel: amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
nov 10 20:32:57 dvieira kernel: Bluetooth: hci0: Failed to read MSFT supported features (-110)
nov 10 20:32:57 dvieira kernel: Bluetooth: hci0: command 0xfc20 tx timeout
nov 10 20:32:57 dvieira kernel: Bluetooth: hci0: Resetting usb device.
nov 10 20:32:57 dvieira kernel: usb 3-3: reset full-speed USB device number 2 using xhci_hcd
nov 10 20:32:57 dvieira kernel: Bluetooth: hci0: command 0xfc20 tx timeout
nov 10 20:32:57 dvieira kernel: Bluetooth: hci0: AOSP get vendor capabilities (-110)
nov 10 20:32:57 dvieira kernel: Bluetooth: hci0: Resetting usb device.
nov 10 20:32:57 dvieira kernel: OOM killer enabled.
nov 10 20:32:57 dvieira kernel: Restarting tasks: Starting
nov 10 20:32:57 dvieira kernel: Restarting tasks: Done
nov 10 20:32:57 dvieira kernel: random: crng reseeded on system resumption
nov 10 20:32:57 dvieira kernel: Bluetooth: hci1: RTL: examining hci_ver=0b hci_rev=000b lmp_ver=0b lmp_subver=8852
nov 10 20:32:57 dvieira kernel: Bluetooth: hci1: RTL: rom_version status=0 version=1
nov 10 20:32:57 dvieira kernel: Bluetooth: hci1: RTL: loading rtl_bt/rtl8852bu_fw.bin
nov 10 20:32:57 dvieira kernel: Bluetooth: hci1: RTL: loading rtl_bt/rtl8852bu_config.bin
nov 10 20:32:57 dvieira kernel: Bluetooth: hci1: RTL: cfg_sz 6, total sz 57259
nov 10 20:32:57 dvieira systemd[1]: Stopped target Bluetooth Support.
nov 10 20:32:57 dvieira systemd[1]: Reached target Bluetooth Support.
nov 10 20:32:57 dvieira systemd[1]: Stopped target Bluetooth Support.
nov 10 20:32:57 dvieira systemd[1]: Reached target Bluetooth Support.
nov 10 20:32:57 dvieira systemd[1]: Started Load/Save RF Kill Switch Status.
nov 10 20:32:57 dvieira systemd-sleep[1453]: System returned from sleep operation 'suspend'.
nov 10 20:32:57 dvieira kernel: PM: suspend exit
nov 10 20:32:57 dvieira kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
nov 10 20:32:57 dvieira kernel: input: AT Raw Set 2 keyboard as /devices/platform/i8042/serio1/input/input17
nov 10 20:32:57 dvieira systemd[1]: user.slice: Unit now thawed.
nov 10 20:32:57 dvieira systemd[1]: user-1000.slice: Unit now thawed.
nov 10 20:32:57 dvieira systemd-sleep[1453]: Successfully thawed unit 'user.slice'.
nov 10 20:32:57 dvieira systemd[1]: user@1000.service: Unit now thawed.
nov 10 20:32:57 dvieira systemd[1]: session-2.scope: Unit now thawed.
nov 10 20:32:57 dvieira systemd[1]: systemd-suspend.service: Deactivated successfully.
nov 10 20:32:57 dvieira systemd[1]: Finished System Suspend.
nov 10 20:32:57 dvieira systemd[1]: Stopped target Sleep.
nov 10 20:32:57 dvieira systemd[1]: Reached target Suspend.
nov 10 20:32:57 dvieira systemd-logind[562]: Operation 'suspend' finished.
nov 10 20:32:57 dvieira systemd[1]: Stopped target Suspend.
nov 10 20:32:57 dvieira NetworkManager[559]: <info>  [1762817577.4264] manager: sleep: wake requested (sleeping: yes  enabled: yes)
nov 10 20:32:57 dvieira NetworkManager[559]: <info>  [1762817577.4265] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
nov 10 20:32:57 dvieira systemd[694]: Reached target Bluetooth.
nov 10 20:32:57 dvieira NetworkManager[559]: <info>  [1762817577.4277] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
nov 10 20:32:57 dvieira NetworkManager[559]: <info>  [1762817577.4279] manager: NetworkManager state is now DISCONNECTED
nov 10 20:32:57 dvieira NetworkManager[559]: <info>  [1762817577.4434] device (wlan0): supplicant interface state: internal-starting -> disconnected
nov 10 20:32:57 dvieira NetworkManager[559]: <info>  [1762817577.4435] device (p2p-dev-wlan0): state change: unavailable -> unmanaged (reason 'unmanaged-link-not-init', managed-type: 'removed')
nov 10 20:32:57 dvieira NetworkManager[559]: <info>  [1762817577.4440] Wi-Fi P2P device controlled by interface wlan0 created
nov 10 20:32:57 dvieira NetworkManager[559]: <info>  [1762817577.4442] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
nov 10 20:32:57 dvieira NetworkManager[559]: <info>  [1762817577.4443] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
nov 10 20:32:57 dvieira NetworkManager[559]: <info>  [1762817577.4453] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
nov 10 20:32:57 dvieira NetworkManager[559]: <info>  [1762817577.4457] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
nov 10 20:32:57 dvieira systemd[1]: Starting Locale Service...
nov 10 20:32:57 dvieira systemd-logind[562]: Watching system buttons on /dev/input/event2 (AT Raw Set 2 keyboard)
nov 10 20:32:57 dvieira systemd[1]: Started Locale Service.
nov 10 20:32:57 dvieira systemd[1]: Reached target User and Group Name Lookups.
nov 10 20:32:57 dvieira systemd[1]: Starting Accounts Service...
nov 10 20:32:57 dvieira kscreenlocker_greet[1421]: Hunspell dictionary is missing for "pt_BR". Search paths QList("/usr/share/qt6/qtvirtualkeyboard/hunspell", "/usr/share/hunspell", "/usr/share/myspell/dicts")
nov 10 20:32:57 dvieira accounts-daemon[1544]: started daemon version 23.13.0
nov 10 20:32:57 dvieira systemd[1]: Started Accounts Service.
nov 10 20:32:57 dvieira DiscoverNotifie[1241]: Aviso: Tratando erro de obtenção de remoto como não fatal, já que runtime/org.kde.Platform/x86_64/6.9 já está instalado: Ref inexistente “runtime/org.kde.Platform/x86_64/6.9” no remoto flathub
nov 10 20:32:57 dvieira DiscoverNotifie[1241]: Aviso: Tratando erro de obtenção de remoto como não fatal, já que runtime/org.kde.Platform.Locale/x86_64/6.9 já está instalado: Ref inexistente “runtime/org.kde.Platform.Locale/x86_64/6.9” no remoto flathub
nov 10 20:32:57 dvieira DiscoverNotifie[1241]: Aviso: Tratando erro de obtenção de remoto como não fatal, já que runtime/org.gtk.Gtk3theme.Breeze/x86_64/3.22 já está instalado: Ref inexistente “runtime/org.gtk.Gtk3theme.Breeze/x86_64/3.22” no remoto flathub
nov 10 20:32:57 dvieira DiscoverNotifie[1241]: Aviso: Tratando erro de obtenção de remoto como não fatal, já que runtime/org.freedesktop.Platform/x86_64/24.08 já está instalado: Ref inexistente “runtime/org.freedesktop.Platform/x86_64/24.08” no remoto flathub
nov 10 20:32:57 dvieira DiscoverNotifie[1241]: Aviso: Tratando erro de obtenção de remoto como não fatal, já que runtime/org.freedesktop.Platform.openh264/x86_64/2.5.1 já está instalado: Ref inexistente “runtime/org.freedesktop.Platform.openh264/x86_64/2.5.1” no remoto flathub
nov 10 20:32:57 dvieira DiscoverNotifie[1241]: Aviso: Tratando erro de obtenção de remoto como não fatal, já que runtime/org.freedesktop.Platform.Locale/x86_64/24.08 já está instalado: Ref inexistente “runtime/org.freedesktop.Platform.Locale/x86_64/24.08” no remoto flathub
nov 10 20:32:57 dvieira DiscoverNotifie[1241]: Aviso: Tratando erro de obtenção de remoto como não fatal, já que runtime/org.freedesktop.Platform.GL.default/x86_64/24.08extra já está instalado: Ref inexistente “runtime/org.freedesktop.Platform.GL.default/x86_64/24.08extra” no remoto flathub
nov 10 20:32:57 dvieira DiscoverNotifie[1241]: Aviso: Tratando erro de obtenção de remoto como não fatal, já que runtime/org.freedesktop.Platform.GL.default/x86_64/24.08 já está instalado: Ref inexistente “runtime/org.freedesktop.Platform.GL.default/x86_64/24.08” no remoto flathub
nov 10 20:32:57 dvieira DiscoverNotifie[1241]: Aviso: Tratando erro de obtenção de remoto como não fatal, já que app/org.localsend.localsend_app/x86_64/stable já está instalado: Ref inexistente “app/org.localsend.localsend_app/x86_64/stable” no remoto flathub
nov 10 20:32:57 dvieira DiscoverNotifie[1241]: Aviso: Tratando erro de obtenção de remoto como não fatal, já que app/io.github.webcamoid.Webcamoid/x86_64/stable já está instalado: Ref inexistente “app/io.github.webcamoid.Webcamoid/x86_64/stable” no remoto flathub
nov 10 20:32:58 dvieira kernel: Bluetooth: hci1: RTL: fw version 0x098b154b
nov 10 20:32:58 dvieira kernel: Bluetooth: hci1: AOSP extensions version v1.00
nov 10 20:32:58 dvieira kernel: Bluetooth: MGMT ver 1.23
nov 10 20:32:58 dvieira bluetoothd[560]: Battery Provider Manager created
nov 10 20:32:58 dvieira bluetoothd[560]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSource/ldac
nov 10 20:32:58 dvieira bluetoothd[560]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSink/aptx_hd
nov 10 20:32:58 dvieira bluetoothd[560]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSource/aptx_hd
nov 10 20:32:58 dvieira bluetoothd[560]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSink/aptx
nov 10 20:32:58 dvieira bluetoothd[560]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSource/aptx
nov 10 20:32:58 dvieira bluetoothd[560]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSink/aac
nov 10 20:32:58 dvieira bluetoothd[560]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSource/aac
nov 10 20:32:58 dvieira bluetoothd[560]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSink/opus_g
nov 10 20:32:58 dvieira bluetoothd[560]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSource/opus_g
nov 10 20:32:58 dvieira bluetoothd[560]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSink/sbc
nov 10 20:32:58 dvieira bluetoothd[560]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSource/sbc
nov 10 20:32:58 dvieira bluetoothd[560]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSource/aptx_ll_1
nov 10 20:32:58 dvieira bluetoothd[560]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSource/aptx_ll_0
nov 10 20:32:58 dvieira bluetoothd[560]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
nov 10 20:32:58 dvieira bluetoothd[560]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
nov 10 20:32:58 dvieira bluetoothd[560]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSource/faststream
nov 10 20:32:58 dvieira bluetoothd[560]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSource/faststream_duplex
nov 10 20:32:58 dvieira bluetoothd[560]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSink/opus_05
nov 10 20:32:58 dvieira bluetoothd[560]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSource/opus_05
nov 10 20:32:58 dvieira bluetoothd[560]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSink/opus_05_duplex
nov 10 20:32:58 dvieira bluetoothd[560]: Endpoint registered: sender=:1.45 path=/MediaEndpoint/A2DPSource/opus_05_duplex
nov 10 20:32:58 dvieira wpa_supplicant[592]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
nov 10 20:32:58 dvieira wpa_supplicant[592]: wlan0: CTRL-EVENT-REGDOM-BEACON-HINT before freq=5240 max_tx_power=2000 no_ir=1
nov 10 20:32:58 dvieira wpa_supplicant[592]: wlan0: CTRL-EVENT-REGDOM-BEACON-HINT after freq=5240 max_tx_power=2000
nov 10 20:32:58 dvieira autokey-qt[1255]: X protocol error:
nov 10 20:32:58 dvieira autokey-qt[1255]: <class 'Xlib.error.BadAccess'>: code = 10, resource_id = 839, sequence_number = 113, major_opcode = 33, minor_opcode = 0
nov 10 20:32:58 dvieira autokey-qt[1255]: X protocol error:
nov 10 20:32:58 dvieira autokey-qt[1255]: <class 'Xlib.error.BadAccess'>: code = 10, resource_id = 839, sequence_number = 114, major_opcode = 33, minor_opcode = 0
nov 10 20:32:58 dvieira autokey-qt[1255]: X protocol error:
nov 10 20:32:58 dvieira autokey-qt[1255]: <class 'Xlib.error.BadAccess'>: code = 10, resource_id = 839, sequence_number = 115, major_opcode = 33, minor_opcode = 0
nov 10 20:32:58 dvieira autokey-qt[1255]: X protocol error:
nov 10 20:32:58 dvieira autokey-qt[1255]: <class 'Xlib.error.BadAccess'>: code = 10, resource_id = 839, sequence_number = 116, major_opcode = 33, minor_opcode = 0
nov 10 20:33:01 dvieira wpa_supplicant[592]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
nov 10 20:33:01 dvieira wpa_supplicant[592]: wlan0: CTRL-EVENT-REGDOM-BEACON-HINT before freq=5805 max_tx_power=2000 no_ir=1
nov 10 20:33:01 dvieira wpa_supplicant[592]: wlan0: CTRL-EVENT-REGDOM-BEACON-HINT after freq=5805 max_tx_power=2000
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.2134] policy: auto-activating connection 'Iquiririm 10 - 14' (11354e04-274e-48d4-a347-be10786403e4)
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.2138] device (wlan0): Activation: starting connection 'Iquiririm 10 - 14' (11354e04-274e-48d4-a347-be10786403e4)
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.2139] device (wlan0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.2141] manager: NetworkManager state is now CONNECTING
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.2142] device (wlan0): state change: prepare -> config (reason 'none', managed-type: 'full')
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.2145] device (wlan0): Activation: (wifi) access point 'Iquiririm 10 - 14' has security, but secrets are required.
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.2145] device (wlan0): state change: config -> need-auth (reason 'none', managed-type: 'full')
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.2146] sup-iface[8e4ff9e0237b5cee,1,wlan0]: wps: type pbc start...
nov 10 20:33:01 dvieira wpa_supplicant[592]: wlan0: WPS-PBC-ACTIVE
nov 10 20:33:01 dvieira autokey-qt[1255]: X protocol error:
nov 10 20:33:01 dvieira autokey-qt[1255]: <class 'Xlib.error.BadAccess'>: code = 10, resource_id = 839, sequence_number = 117, major_opcode = 33, minor_opcode = 0
nov 10 20:33:01 dvieira autokey-qt[1255]: X protocol error:
nov 10 20:33:01 dvieira autokey-qt[1255]: <class 'Xlib.error.BadAccess'>: code = 10, resource_id = 839, sequence_number = 118, major_opcode = 33, minor_opcode = 0
nov 10 20:33:01 dvieira autokey-qt[1255]: X protocol error:
nov 10 20:33:01 dvieira autokey-qt[1255]: <class 'Xlib.error.BadAccess'>: code = 10, resource_id = 839, sequence_number = 119, major_opcode = 33, minor_opcode = 0
nov 10 20:33:01 dvieira autokey-qt[1255]: X protocol error:
nov 10 20:33:01 dvieira autokey-qt[1255]: <class 'Xlib.error.BadAccess'>: code = 10, resource_id = 839, sequence_number = 120, major_opcode = 33, minor_opcode = 0
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.2271] device (wlan0): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.2274] device (wlan0): state change: prepare -> config (reason 'none', managed-type: 'full')
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.2277] device (wlan0): Activation: (wifi) connection 'Iquiririm 10 - 14' has security, and secrets exist.  No new secrets needed.
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.2277] Config: added 'ssid' value 'Iquiririm 10 - 14'
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.2277] Config: added 'scan_ssid' value '1'
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.2277] Config: added 'bgscan' value 'simple:30:-65:300'
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.2277] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.2278] Config: added 'auth_alg' value 'OPEN'
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.2278] Config: added 'psk' value '<hidden>'
nov 10 20:33:01 dvieira wpa_supplicant[592]: wlan0: WPS-CANCEL
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.3395] device (wlan0): supplicant interface state: disconnected -> scanning
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.3396] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
nov 10 20:33:01 dvieira wpa_supplicant[592]: wlan0: SME: Trying to authenticate with c0:c9:e3:09:9a:27 (SSID='Iquiririm 10 - 14' freq=5805 MHz)
nov 10 20:33:01 dvieira systemd[1]: dbus-:1.2-org.kde.powerdevil.wakeupsourcehelper@0.service: Deactivated successfully.
nov 10 20:33:01 dvieira kernel: wlan0: authenticate with c0:c9:e3:09:9a:27 (local address=14:b5:cd:2e:1e:01)
nov 10 20:33:01 dvieira kernel: wlan0: send auth to c0:c9:e3:09:9a:27 (try 1/3)
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.5775] device (wlan0): supplicant interface state: scanning -> authenticating
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.5776] device (p2p-dev-wlan0): supplicant management interface state: scanning -> authenticating
nov 10 20:33:01 dvieira wpa_supplicant[592]: wlan0: Trying to associate with c0:c9:e3:09:9a:27 (SSID='Iquiririm 10 - 14' freq=5805 MHz)
nov 10 20:33:01 dvieira kernel: wlan0: authenticated
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.5877] device (wlan0): supplicant interface state: authenticating -> associating
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.5877] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
nov 10 20:33:01 dvieira kernel: wlan0: associate with c0:c9:e3:09:9a:27 (try 1/3)
nov 10 20:33:01 dvieira kernel: wlan0: associate with c0:c9:e3:09:9a:27 (try 2/3)
nov 10 20:33:01 dvieira kernel: wlan0: associate with c0:c9:e3:09:9a:27 (try 3/3)
nov 10 20:33:01 dvieira kernel: wlan0: RX AssocResp from c0:c9:e3:09:9a:27 (capab=0x1811 status=0 aid=2)
nov 10 20:33:01 dvieira kernel: wlan0: associated
nov 10 20:33:01 dvieira wpa_supplicant[592]: wlan0: Associated with c0:c9:e3:09:9a:27
nov 10 20:33:01 dvieira wpa_supplicant[592]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.7825] device (wlan0): supplicant interface state: associating -> associated
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.7826] device (p2p-dev-wlan0): supplicant management interface state: associating -> associated
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.8191] device (wlan0): supplicant interface state: associated -> 4way_handshake
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.8192] device (p2p-dev-wlan0): supplicant management interface state: associated -> 4way_handshake
nov 10 20:33:01 dvieira wpa_supplicant[592]: wlan0: WPA: Key negotiation completed with c0:c9:e3:09:9a:27 [PTK=CCMP GTK=TKIP]
nov 10 20:33:01 dvieira wpa_supplicant[592]: wlan0: CTRL-EVENT-CONNECTED - Connection to c0:c9:e3:09:9a:27 completed [id=0 id_str=]
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.8556] device (wlan0): supplicant interface state: 4way_handshake -> completed
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.8557] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Iquiririm 10 - 14"
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.8557] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.8560] device (wlan0): state change: config -> ip-config (reason 'none', managed-type: 'full')
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.8563] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
nov 10 20:33:01 dvieira NetworkManager[559]: <info>  [1762817581.8815] dhcp4 (wlan0): state changed new lease, address=192.168.11.247, acd pending
nov 10 20:33:02 dvieira NetworkManager[559]: <info>  [1762817582.0601] dhcp4 (wlan0): state changed new lease, address=192.168.11.247
nov 10 20:33:02 dvieira NetworkManager[559]: <info>  [1762817582.0637] policy: set 'Iquiririm 10 - 14' (wlan0) as default for IPv4 routing and DNS
nov 10 20:33:02 dvieira NetworkManager[559]: <info>  [1762817582.0692] device (wlan0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
nov 10 20:33:02 dvieira systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
nov 10 20:33:02 dvieira systemd[1]: Starting Network Manager Script Dispatcher Service...
nov 10 20:33:02 dvieira systemd[1]: Started Network Manager Script Dispatcher Service.
nov 10 20:33:02 dvieira NetworkManager[559]: <info>  [1762817582.0992] device (wlan0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
nov 10 20:33:02 dvieira NetworkManager[559]: <info>  [1762817582.0995] device (wlan0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
nov 10 20:33:02 dvieira NetworkManager[559]: <info>  [1762817582.0998] manager: NetworkManager state is now CONNECTED_SITE
nov 10 20:33:02 dvieira NetworkManager[559]: <info>  [1762817582.1003] device (wlan0): Activation: successful, device activated.
nov 10 20:33:02 dvieira systemd[1]: systemd-rfkill.service: Deactivated successfully.
nov 10 20:33:02 dvieira kernel: ucsi_acpi USBC000:00: failed to re-enable notifications (-110)
nov 10 20:33:02 dvieira NetworkManager[559]: <info>  [1762817582.8639] manager: NetworkManager state is now CONNECTED_GLOBAL
nov 10 20:33:12 dvieira systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
nov 10 20:33:27 dvieira systemd[1]: systemd-hostnamed.service: Deactivated successfully.
nov 10 20:33:27 dvieira systemd[1]: systemd-localed.service: Deactivated successfully.
nov 10 20:33:28 dvieira systemd-timesyncd[412]: Contacted time server 200.189.40.8:123 (0.arch.pool.ntp.org).
nov 10 20:33:28 dvieira systemd-timesyncd[412]: Initial clock synchronization to Mon 2025-11-10 20:33:28.853273 -03.
nov 10 20:33:32 dvieira drkonqi-coredump-processor[982]: "/usr/lib/firefox/crashreporter" 4025 "/var/lib/systemd/coredump/core.crashreporter.1000.937a3b62a4f8470eb18e3c7cef27ed5a.4025.1762366553000000.zst"
nov 10 20:33:32 dvieira systemd[694]: Started Launch DrKonqi for a systemd-coredump crash (PID 982/UID 1000).
nov 10 20:33:32 dvieira drkonqi-coredump-processor[982]: "/usr/lib/firefox/crashreporter" 8003 "/var/lib/systemd/coredump/core.crashreporter.1000.937a3b62a4f8470eb18e3c7cef27ed5a.8003.1762366729000000.zst"
nov 10 20:33:32 dvieira drkonqi-coredump-launcher[1597]: Unable to find file for pid 4025 expected at "kcrash-metadata/crashreporter.937a3b62a4f8470eb18e3c7cef27ed5a.4025.ini"
nov 10 20:33:33 dvieira systemd[694]: Started Launch DrKonqi for a systemd-coredump crash (PID 982/UID 1000).
nov 10 20:33:33 dvieira drkonqi-coredump-processor[982]: "/usr/bin/journalctl" 4162 "/var/lib/systemd/coredump/core.journalctl.1000.56e7e237d9a544b7a95158f90e4f3df5.4162.1762367259000000.zst"
nov 10 20:33:33 dvieira drkonqi-coredump-processor[982]: "/app/bin/webcamoid" 4292 "/var/lib/systemd/coredump/core.webcamoid.1000.6be784d4c94e4bdaa8c21fcb2ba00a0a.4292.1762643344000000.zst"
nov 10 20:33:33 dvieira drkonqi-coredump-launcher[1599]: Unable to find file for pid 8003 expected at "kcrash-metadata/crashreporter.937a3b62a4f8470eb18e3c7cef27ed5a.8003.ini"
nov 10 20:33:33 dvieira systemd[694]: Started Launch DrKonqi for a systemd-coredump crash (PID 982/UID 1000).
nov 10 20:33:33 dvieira systemd[694]: Started Launch DrKonqi for a systemd-coredump crash (PID 982/UID 1000).
nov 10 20:33:33 dvieira drkonqi-coredump-launcher[1601]: Unable to find file for pid 4162 expected at "kcrash-metadata/journalctl.56e7e237d9a544b7a95158f90e4f3df5.4162.ini"
nov 10 20:33:33 dvieira drkonqi-coredump-processor[982]: "/app/bin/webcamoid" 31209 "/var/lib/systemd/coredump/core.webcamoid.1000.7f95f6a7b396413bb9cd9d6225facc85.31209.1762714950000000.zst"
nov 10 20:33:33 dvieira drkonqi-coredump-launcher[1603]: Unable to find file for pid 4292 expected at "kcrash-metadata/webcamoid.6be784d4c94e4bdaa8c21fcb2ba00a0a.4292.ini"
nov 10 20:33:33 dvieira systemd[694]: Started Launch DrKonqi for a systemd-coredump crash (PID 982/UID 1000).
nov 10 20:33:33 dvieira drkonqi-coredump-processor[982]: "/app/bin/webcamoid" 31452 "/var/lib/systemd/coredump/core.webcamoid.1000.7f95f6a7b396413bb9cd9d6225facc85.31452.1762715060000000.zst"
nov 10 20:33:33 dvieira drkonqi-coredump-launcher[1607]: Unable to find file for pid 31209 expected at "kcrash-metadata/webcamoid.7f95f6a7b396413bb9cd9d6225facc85.31209.ini"
nov 10 20:33:33 dvieira systemd[694]: Started Launch DrKonqi for a systemd-coredump crash (PID 982/UID 1000).
nov 10 20:33:33 dvieira drkonqi-coredump-processor[982]: "/app/bin/webcamoid" 2787 "/var/lib/systemd/coredump/core.webcamoid.1000.4dc5dd7d36c34b66add92d626fbac9d2.2787.1762777360000000.zst"
nov 10 20:33:33 dvieira drkonqi-coredump-launcher[1610]: Unable to find file for pid 31452 expected at "kcrash-metadata/webcamoid.7f95f6a7b396413bb9cd9d6225facc85.31452.ini"
nov 10 20:33:33 dvieira systemd[694]: Started Launch DrKonqi for a systemd-coredump crash (PID 982/UID 1000).
nov 10 20:33:33 dvieira drkonqi-coredump-processor[982]: "/home/daniel/.local/share/Steam/ubuntu12_64/steamwebhelper" 3843 "/var/lib/systemd/coredump/core.steamwebhelper.1000.4dc5dd7d36c34b66add92d626fbac9d2.3843.1762777539000000.zst"
nov 10 20:33:33 dvieira drkonqi-coredump-launcher[1613]: Unable to find file for pid 2787 expected at "kcrash-metadata/webcamoid.4dc5dd7d36c34b66add92d626fbac9d2.2787.ini"
nov 10 20:33:33 dvieira systemd[694]: Started Launch DrKonqi for a systemd-coredump crash (PID 982/UID 1000).
nov 10 20:33:33 dvieira drkonqi-coredump-launcher[1616]: Unable to find file for pid 3843 expected at "kcrash-metadata/steamwebhelper.4dc5dd7d36c34b66add92d626fbac9d2.3843.ini"

Last edited by Macunaíma (2025-11-11 10:46:37)

Offline

#2 2025-11-11 08:39:09

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,554

Re: FN Key does not work after resuming from suspend Lenovo Ideapad Slim 3

Please use [code][/code] tags, not "quote" tags. Edit your post in this regard.

Before sleeping, is there any /sys/bus/platform/drivers/*/*/fn_lock ?
Does it help to also reload ideapad-laptop?
Do you get away w/ "i8042.reset=1" instead of the reload?
Is there a parallel windows installation?

Online

#3 2025-11-11 12:30:44

Macunaíma
Member
Registered: 2025-11-10
Posts: 3

Re: FN Key does not work after resuming from suspend Lenovo Ideapad Slim 3

seth wrote:

Please use  tags, not "quote" tags. Edit your post in this regard.

Done. Thanks for the tip

seth wrote:

Before sleeping, is there any /sys/bus/platform/drivers/*/*/fn_lock ?

Yes, there is a fn_lock file in /sys/bus/platform/drivers/ideapad_acpi/VPC2004:00/fn_lock
there is also another fn_lock file in /sys/devices/pci0000:00/0000:00:14.3/PNP0C09:00/VPC2004:00/

I will show you the output of ls -R in sys/bus/platform/drivers/, I hope it can help

[daniel@dvieira ~]$ cd /sys/bus/platform/drivers/
[daniel@dvieira drivers]$ ls -R
.:
ac        acp_yc_mach     amd_sdw_manager        cherryview-pinctrl       clk-lpss-atom      dw-pcie          i8042           pcspkr            serial8250          tps65086-restart        ucsi_acpi
acpi-fan  acp_yc_pdm_dma  axp288_pmic_acpi       cht_crystal_cove_pmic    clk-pmc-atom       efi-framebuffer  ideapad_acpi    poweroff-restart  simple-framebuffer  tps6586x-gpio           vesa-framebuffer
acpi-ged  alarmtimer      bxt_whiskey_cove_pmic  cht_dollar_cove_ti_pmic  crystal_cove_gpio  gated-fixed-clk  intel_rapl_msr  rc5t583-gpio      soc-audio           tps65910-gpio           vmgenid
acpi-tad  amd_gpio        byt_crystal_cove_pmic  cht_whiskey_cove_pmic    crystal_cove_pwm   gpio-clk         lgm-dma         rproc-virtio      sp5100-tco          tps68470_pmic_opregion
acpi-wmi  amd_pmc         byt_gpio               clk-fch                  dmic-codec         i2c_designware   mt6323-pwrc     rtsx_pci_sdmmc    tpm_tis             twl4030-audio

./ac:
ACPI0003:00  bind  uevent  unbind

./acpi-fan:
bind  uevent  unbind

./acpi-ged:
bind  uevent  unbind

./acpi-tad:
bind  module  uevent  unbind

./acpi-wmi:
bind  module  PNP0C14:00  PNP0C14:01  PNP0C14:02  PNP0C14:03  uevent  unbind

./acp_yc_mach:
bind  module  uevent  unbind

./acp_yc_pdm_dma:
acp_yc_pdm_dma.0  bind  module  uevent  unbind

./alarmtimer:
alarmtimer.0.auto  bind  uevent  unbind

./amd_gpio:
AMDI0030:00  bind  uevent  unbind

./amd_pmc:
AMDI0007:00  bind  module  uevent  unbind

./amd_sdw_manager:
bind  module  uevent  unbind

./axp288_pmic_acpi:
bind  uevent  unbind

./bxt_whiskey_cove_pmic:
bind  uevent  unbind

./byt_crystal_cove_pmic:
bind  uevent  unbind

./byt_gpio:
uevent

./cherryview-pinctrl:
bind  uevent  unbind

./cht_crystal_cove_pmic:
bind  uevent  unbind

./cht_dollar_cove_ti_pmic:
bind  uevent  unbind

./cht_whiskey_cove_pmic:
bind  uevent  unbind

./clk-fch:
uevent

./clk-lpss-atom:
bind  uevent  unbind

./clk-pmc-atom:
bind  uevent  unbind

./crystal_cove_gpio:
bind  uevent  unbind

./crystal_cove_pwm:
bind  uevent  unbind

./dmic-codec:
bind  dmic-codec.0  module  uevent  unbind

./dw-pcie:
uevent

./efi-framebuffer:
bind  uevent  unbind

./gated-fixed-clk:
bind  uevent  unbind

./gpio-clk:
bind  uevent  unbind

./i2c_designware:
AMDI0010:00  AMDI0010:01  bind  uevent  unbind

./i8042:
bind  i8042  uevent  unbind

./ideapad_acpi:
bind  module  uevent  unbind  VPC2004:00

./intel_rapl_msr:
bind  intel_rapl_msr.0  module  uevent  unbind

./lgm-dma:
bind  uevent  unbind

./mt6323-pwrc:
bind  uevent  unbind

./pcspkr:
bind  module  pcspkr  uevent  unbind

./poweroff-restart:
bind  uevent  unbind

./rc5t583-gpio:
bind  uevent  unbind

./rproc-virtio:
bind  uevent  unbind

./rtsx_pci_sdmmc:
bind  module  rtsx_pci_sdmmc.0  uevent  unbind

./serial8250:
bind  serial8250  uevent  unbind

./simple-framebuffer:
bind  uevent  unbind

./soc-audio:
bind  module  uevent  unbind

./sp5100-tco:
bind  module  sp5100-tco  uevent  unbind

./tpm_tis:
bind  uevent  unbind

./tps65086-restart:
bind  uevent  unbind

./tps6586x-gpio:
bind  uevent  unbind

./tps65910-gpio:
bind  uevent  unbind

./tps68470_pmic_opregion:
bind  uevent  unbind

./twl4030-audio:
bind  uevent  unbind

./ucsi_acpi:
bind  module  uevent  unbind  USBC000:00

./vesa-framebuffer:
bind  uevent  unbind

./vmgenid:
bind  uevent  unbind
seth wrote:

Does it help to also reload ideapad-laptop?

I'm sorry, I didn't understand what you mean. How can I verify it? Besides using linux for more than 12 years, I'm still a noob.

seth wrote:

Do you get away w/ "i8042.reset=1" instead of the reload?

I tried adding the i8042.reset=1 to the kernel parameters but it didn't solve my problem
I also tried adding acpi.prefer_microsoft_guid=1 and nothing happened

seth wrote:

Is there a parallel windows installation?

no. It's just arch linux. And there are four kernels: normal, normal fallback, LTS and LTS fallback

Thank you for your patience

Offline

#4 2025-11-11 14:04:06

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,554

Re: FN Key does not work after resuming from suspend Lenovo Ideapad Slim 3

I'm sorry, I didn't understand what you mean.

You already have a hook to re-bind "i8042" - you can probably do the same w/ "ideapad-laptop" and on top of that attempt to "modprobe -r i8042; modprobe -r ideapad-laptop" and then later "modprobe i8042; modprobe ideapad-laptop" (also realoading the modules)

Online

#5 2025-11-12 12:29:31

Macunaíma
Member
Registered: 2025-11-10
Posts: 3

Re: FN Key does not work after resuming from suspend Lenovo Ideapad Slim 3

I'm sorry for replying late, I was working yesterday

seth wrote:

You already have a hook to re-bind "i8042" - you can probably do the same w/ "ideapad-laptop"

I did it but it didn't work, here is the script I used:

#!/bin/sh
case $1/$2 in
    pre/*)
        echo i8042 > /sys/bus/platform/drivers/ideapad_acpi/unbind
        ;;
    post/*)
        echo i8042 > /sys/bus/platform/drivers/ideapad_acpi/bind
        ;;
esac

Actually, there is no ideapad-laptop, only ideapad_acpi
Seeing

When I see the logs returning from suspension, it says this:

nov 12 08:56:29 dvieira systemd-sleep[1516]: /usr/lib/systemd/system-sleep/fn-fix.sh: linha 4: echo: erro de escrita: Dispositivo inexistente
nov 12 08:56:29 dvieira (sd-exec-strv)[1515]: /usr/lib/systemd/system-sleep/fn-fix.sh failed with exit status 1.

And this:

nov 12 08:56:29 dvieira systemd-sleep[1516]: /usr/lib/systemd/system-sleep/fn-fix.sh: linha 4: echo: erro de escrita: Dispositivo inexistente
nov 12 08:56:29 dvieira (sd-exec-strv)[1515]: /usr/lib/systemd/system-sleep/fn-fix.sh failed with exit status 1.

Oh, and there is a fun thing:
when I type

echo 0 | sudo tee /sys/bus/platform/drivers/ideapad_acpi/VPC2004:00/fn_lock

in the terminal, the fn lock key light turns off and the fn key stops working
Then I type

echo 1 | sudo tee /sys/bus/platform/drivers/ideapad_acpi/VPC2004:00/fn_lock

and everything starts working again
HOWEVER, if I do these two commands after closing and opening the lid, the fn lock key light turns off and on, but the fn key no longer works. Very weird.

Offline

#6 2025-11-12 13:55:28

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,554

Re: FN Key does not work after resuming from suspend Lenovo Ideapad Slim 3

Actually, there is no ideapad-laptop, only ideapad_acpi

modinfo ideapad-laptop

https://man.archlinux.org/man/modprobe.8

Online

Board footer

Powered by FluxBB