#Wireless turns its self off sometimes when Laptop wakes up from sleep

71 messages · Page 1 of 1 (latest)

dense spear
#

Hi there, I'm running the newest mint on a hp envy. For some reason sometimes when i flip the lid back open, or restart the laptop or just turn it on in anyway really, the Wifi seems to be off. It is quite annoying!

I'm just wondering if its meant to be like that and if there's a easy fix for it!!

Cheers for the help!

finite copper
#

Does the wifi come back?

dense spear
#

yeah i can turn it back on, it just switches it self off

finite copper
#

Post results from terminal for inxi -Fxxxz

#

Or open system information program and press the upload button and post URL

dense spear
#

let me know if you need anything else

finite copper
#

Might be a BIOS issue as I found people with the same problem when running Windows on that computer

#
dense spear
#

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

finite copper
#

Have you disabled wifi power management?

dense spear
#

also you wouldnt happen to know how to make it so lights on keyboard like mute and mic on and off?

dense spear
finite copper
#

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

dense spear
#

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 ❯❯

finite copper
#

Keyboard lights would be handled in the kernel

#

What does iwconfig show

dense spear
#

⚡mack ❯❯ iwconfig
lo no wireless extensions.

wlo1 no wireless extensions.

docker0 no wireless extensions.

finite copper
#

Something going on with the wifi now?

dense spear
#

nope working fine seems to be

finite copper
#

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
dense spear
#

ill restart the laptop see if that changes anything

finite copper
#

Maybe try a shutdown and then boot

dense spear
#

will do

#

done that and no change

#

still showing nothing

finite copper
#

How are you enabling it after opening the lid?

dense spear
#

just clickig on the wifi icon on botton right hand corner and flipping the switch to on

finite copper
#

Did you install TLP?

dense spear
#

Im not sure what that is, so no lol

finite copper
#

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?

dense spear
finite copper
#

Have you tried on kernel 6.14.0-37?

dense spear
#

No i havnt, how would i try that?

#

thanks for the help btw, appreciate it

finite copper
#

Might be just as easy to try 6.17 from ubuntu-proposed

dense spear
#

right, how would i do that lol, appolagise for not knowing much

finite copper
#

Open Software Sources program, additional repositories, click the add button, paste in deb http://archive.ubuntu.com/ubuntu/ noble-proposed restricted main multiverse universe

dense spear
#

ok done that, anything else i need to do?

finite copper
#

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

dense spear
#

installing it now

#

what next?

#

I shut down and booted and now it's refusing to connect to any network

finite copper
#

Any results from terminal for sudo dmesg|grep iwl

dense spear
finite copper
#

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

dense spear
finite copper
#

type normal and see if a different screen appears

dense spear
#

Typed that and it said an error, then seemed to restart back to lock screen

finite copper
#

That is likely because of the Mint signing key in MOK

dense spear
#

Right ok, how can I fix it?

finite copper
#

That isn't a big issue, I see it on my computer

dense spear
#

Gotcha, but the issue of not being able to connect to wifi is still there

finite copper
#

Can you use USB tethering to the phone to get the computer online?

dense spear
#

Yeah I should be able to, how would I do that, just plug it in?

finite copper
#

Plug it in and go into connection settings on phone

#

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

dense spear
#

ahh i see

#

i did that and the wifi is back, so that good lol

#

but issue of wifi turning off is still there

finite copper
#

Lets try closing lid, open lid, enable wifi, then in terminal dmesg |tail -70|nc termbin.com 9999 and post URL

dense spear
finite copper
#

dmesg| grep -E -i 'acpi|iwl'|nc termbin.com 9999

dense spear