#Wireless turns its self off sometimes when Laptop wakes up from sleep
71 messages · Page 1 of 1 (latest)
Does the wifi come back?
yeah i can turn it back on, it just switches it self off
Post results from terminal for inxi -Fxxxz
Or open system information program and press the upload button and post URL
Might be a BIOS issue as I found people with the same problem when running Windows on that computer
Hello, I am writing this post to express my complete dissatisfaction and disappointment with my purchase. From the beginning on, I faced problems with the wifi connection since when turning the laptop on, it connected to the network for the first 10 minutes, then somehow automatically disconnected...
thats odd. When i had windows on this didnt seem to have that promblem
so dousnt seem to be a solution. guess ill just have to deal with it
Have you disabled wifi power management?
also you wouldnt happen to know how to make it so lights on keyboard like mute and mic on and off?
i dont think so, where is that?
sudo iwconfig wlo1 power off and sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
sudo iwconfig wlo1 power off and sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
[sudo] password for mack:
Error for wireless request "Set Power Management" (8B2C) :
SET failed on device wlo1 ; Operation not supported.
mack-HP-Envy 3.899s 3:32 PM
⚡mack ❯❯
⚡mack ❯❯ iwconfig
lo no wireless extensions.
wlo1 no wireless extensions.
docker0 no wireless extensions.
Something going on with the wifi now?
nope working fine seems to be
It shouldn't show wlo1 no wireless extensions. if the wifi is working
Mode:Managed Frequency:2.432 GHz Access Point: 5E:A6:39:64:AD:4E
Bit Rate=72.2 Mb/s Tx-Power=22 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=63/70 Signal level=-47 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:2 Invalid misc:34 Missed beacon:0
ill restart the laptop see if that changes anything
Maybe try a shutdown and then boot
How are you enabling it after opening the lid?
just clickig on the wifi icon on botton right hand corner and flipping the switch to on
Did you install TLP?
Im not sure what that is, so no lol
Can you close the lid, open the lid, enable wifi, then run wget -N -t 5 -T 10 https://github.com/jeremyb31/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info in terminal and then post URL?
Have you tried on kernel 6.14.0-37?
Might be just as easy to try 6.17 from ubuntu-proposed
right, how would i do that lol, appolagise for not knowing much
Open Software Sources program, additional repositories, click the add button, paste in deb http://archive.ubuntu.com/ubuntu/ noble-proposed restricted main multiverse universe
ok done that, anything else i need to do?
Click the refresh button, then close Software Sources, then open Update Manager, view menu, Linux kernels and it should show 6.17 on the left side
installing it now
what next?
I shut down and booted and now it's refusing to connect to any network
Any results from terminal for sudo dmesg|grep iwl
Reboot and press ESC and it should bring up Grub menu, use Advanced Options for Mint, scroll down to the first 6.14 kernel and press enter to boot
type normal and see if a different screen appears
That is likely because of the Mint signing key in MOK
Right ok, how can I fix it?
That isn't a big issue, I see it on my computer
Gotcha, but the issue of not being able to connect to wifi is still there
Can you use USB tethering to the phone to get the computer online?
Yeah I should be able to, how would I do that, just plug it in?
Plug it in and go into connection settings on phone
Could download this on your phone and transfer it to Mint http://security.ubuntu.com/ubuntu/pool/main/l/linux-firmware/linux-firmware_20250901.git993ff19b-0ubuntu1.4_all.deb
Find that file with file manager and double click to install. The firmware version for wifi changed in the 6.17 kernel and Ubuntu hasn't updated linux-firmware for this version yet
Intel must not be making newer firmware for my wifi as I installed the 6.17 kernel last week
ahh i see
i did that and the wifi is back, so that good lol
but issue of wifi turning off is still there
Lets try closing lid, open lid, enable wifi, then in terminal dmesg |tail -70|nc termbin.com 9999 and post URL
dmesg| grep -E -i 'acpi|iwl'|nc termbin.com 9999