#networks drops, computer freezes

98 messages · Page 1 of 1 (latest)

neat rock
#

I have an issue on an Asus laptop.

randomly, the network connection drops and then the laptop freezes. I even switched distro, but it still happens. so I'm back to mint. what do I do?

tulip turret
#

Make sure you have secure boot turned off in your bios first. Then show the output of the command lspci -D.

neat rock
neat rock
tulip turret
neat rock
#

won't shut down now lmao

tulip turret
#

Force shutting down from button. After reboot share the output of the following commands:

iwconfig
lsusb 
mokutil --sb-state```
neat rock
#

and yeah I did force it off way before you said that. would be silly to leave it whirring away

tulip turret
#

I do not know what effect will have but you can try unblocking the bluetooth first: sudo rfkill unblock bluetooth.

neat rock
#

what has the Bluetooth got to do with it? I'll do it but i see no need

tulip turret
#

Then try to update the kernel to 6.11 series. It may help fix the problem. Software manager -> View -> Linux kernels. Install one from 6.11 series and reboot the computer. Seems that 6.8 kernel comes with an regression for some drivers.

tulip turret
neat rock
#

for the record, network works. it just occasionally stops working

tulip turret
neat rock
#

well this is an impasse

tulip turret
#

This one with green?

neat rock
#

the shield thing on the panel is gone too

#

i know from my limited time with mint that i would expect it to be there

#

however there is no such thing

tulip turret
#

Then go into terminal sudo apt install mint-update mint-update-info

neat rock
#

this is a very weird time

tulip turret
#

Maybe is mint-updateinfo

#

Are you on arch or mint?

neat rock
#

it would be funny if i was on arch and confused about the lack of mint update

neat rock
tulip turret
#

apt search mint | grep update

neat rock
#

mintupdate

#

it is installed

tulip turret
#

Ok. Then install that

#

Run it from the terminal then.

neat rock
#

its open

#

i got it, no worries in life. now view something kernels

#

is 6.11 before or after 6.8

tulip turret
#

6.11 is newer. You should install that.

neat rock
#

oh heck yeah newer AND better

#

was worried that maybe i was downgrading to something older with less support left

neat rock
#

19 or 17 are the two available

#

im predicting 19 but i will hold fire until further advice

tulip turret
neat rock
#

i would say, this being the fix would be surprising because i used arch and it had the same issue

tulip turret
#

Tell me if it still crashes.

neat rock
neat rock
#

held power to shut it down and its fine now but still, frozen

tulip turret
#

I need the following command's output: lsmod |grep bt systemctl status bluetooth.

neat rock
#

ah. crashed again. i dont know when it happened however it seems weirdly coincidental that it happened twice in the same day

tulip turret
#

I think is because of usb autosuspend.

#

sudo nano /etc/udev/rules.d/92-usb-input-no-powersave.rules
Add this text:
ACTION=="add", SUBSYSTEM=="input", TEST=="power/control", ATTR{power/control}="on"
Save the file and reboot.
Then let's see what happens.

neat rock
#

okay, rebooted

#

anything specific now or just wait to see if it dies again?

tulip turret
#

Wait to see if it dies again or no,

neat rock
neat rock
#

still, resulted in the computer being unresponsive

tulip turret
#

Look in sudo dmesg -H to see some logs, why it crashed.Look for network driver messages there. Add them here if possible.

neat rock
neat rock
# neat rock

@tulip turret tagging you would probably be smart or youll have no way of knowing i sent those photos. i may be stupid

tulip turret
#

Sorry. Somewhat busy. I need to see some logs from when the computer freezes. May be a problem with the network adapter.

neat rock
tulip turret
neat rock
#

ctrl alt F3 is flooded with these errors

tulip turret
#

After it starts, I need 2 commands: ```systemctl list-units --type service --no-pager
find /etc/systemd | grep wpa

#

Then try to disable power saving for your network card. This will not do it permanent but it will last until the next reboot hopefully:
sudo iw dev wlp0s2f1u2 set power_save off - Change the wlp0s2f1u2 with your wifi adapter name.

tulip turret
#

If it does not work get an USB to ethernet adapter or WIFI USB adapter.

neat rock
#

managed to dmesg -H

neat rock
tulip turret
#

sudo lspci -D

neat rock
neat rock
tulip turret
neat rock
#

it probably won't happen again today anyway

tulip turret
#

Yeah. Mediatek. Better get a usb to wifi adapter or a usb to ethernet.

neat rock
#

or nvme to internet?

#

i know those exist