I am having a problem with my laptop. The wifi keeps getting disabled when I open my lid. The laptop does not go to sleep when closed, just set to turn off screen. If I ping from another computer and close the lid I still have connection, but as soon as I open the screen the connection gets disconnected. I am running KDE.
I have looked though the logs and have found a few entries like this that seem to be related to the event:
Dec 04 00:01:27 JLaptop-Endeavour NetworkManager[520]: [1670133687.6955] device (p2p-dev-wlan0): state change: disconnected ā unavailable (reason āsupplicant-failedā, sys-iface-state: āmanagedā)
Dec 04 00:01:36 JLaptop-Endeavour kernel: ACPI: : failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
Dec 04 00:01:36 JLaptop-Endeavour kernel: ACPI: : failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
Dec 04 00:01:36 JLaptop-Endeavour kernel: ACPI: : failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
Dec 04 00:01:36 JLaptop-Endeavour kernel: ACPI: : failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
Dec 04 00:01:36 JLaptop-Endeavour kernel: ACPI: : failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
Dec 04 00:01:36 JLaptop-Endeavour kernel: ACPI: : failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
Dec 04 00:01:36 JLaptop-Endeavour kernel: ACPI: : failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
Dec 04 00:01:43 JLaptop-Endeavour dbus-daemon[460]: [system] Activation via systemd failed for unit ādbus-org.freedesktop.home1.serviceā: Unit dbus-org.freedesktop.home1.service not found.
I had this issue for a long long time. But it somehow got fixed automatically after the 6.0 kernel update. None of the suggestions in that post worked for me, but they might end up helping you out.
Yeah, I tried those before and it does not seem to work. It is weird because it did work before, but I did a reinstall to switch from Timeshift to Snapper. Now it acts weird.
I also have another problem this time around. I cannot get NoMachine to work. I have enabled the ports in firewalld, but I cannot connect to my laptop from my other devices. It is acting like the ports are closed, but everything is set up the same. where do I ask about setting up the firewall in the forums? I looked but could not find a networking subsection.
You can try posting in Newbie (even if youāre not a newbie, itās meant for when youāre not sure where to post). If someone knows a better category, it can be updated.
It is old, a Windows 8 PC with a touch screen. It was 50 dollars and I was tired of broken screens so I found a touch screen thinking it would be more robust, which so far has worked.
I tried lts and is still acts up. It is running power-profiles-daemon. Should I replace it with TLP?
ppd is known to not work nicely with AMD CPU yes and it has more options to set power saving up⦠but you could try disable it first to see if some powersaving option disturbing suspend to workā¦
sudo systemctl mask power-profiles-daemon or remove it completely sudo pacman -Rc power-profiles-daemon and reboot.
the hardware info do not show any proper device model so I could not check here:
Could be this one but only could be !! there are like 8 similar devices
But all showing firmware updates from 2018
HP is not offering a generic firmware update file it is only a windows executable⦠possible to run if you do dualboot or use something like hiren rescue cdā¦
Looks like Iām still experiencing it. Iāve noticed something using acpi_listen. It shows this even called
button/wlan WLAN 00000080 00000000 K
and this is exactly when the issue happens. So I tried to ignore it using the following config:
/etc/acpi/events/anything
--------------------------
# Pass all events to our one handler script
event=.*
action=/etc/acpi/handler.sh %e
/etc/acpi/handles.sh
---------------------
#!/bin/bash
# Default acpi script that takes an entry for all actions
case "$1" in
...
button/wlan)
logger "WLAN button event. Ignoring..."
;;
...
esac
I donāt know enough to figure it out and just accepted it. All I know is it only does it when the lid is opened and it is a newish problem. On my original install it never happened but after I reinstalled using the Neo ISO it started to happen. I might have to go back and do an offline install of Artemis then upgrade and see what happens.
Ok, so noticing the keypress was the key step for solving this. Looks like itās a common issue for HP laptops. Iām surprised that I didnāt find out about this earlier.
The answer provided here ended up working for me. I used the systemd method. Might work for you too.
In case the answer gets down or something, you basically have to create the following systemd unit file: