#networks drops, computer freezes
98 messages · Page 1 of 1 (latest)
Make sure you have secure boot turned off in your bios first. Then show the output of the command lspci -D.
secure boot is definitely off. I will do lspci -D when I next can
ah. there's a lot. I forgot that would be the case. probably too much for one photo. what's the important part?
Network adapters - ethernet/ wireless.
won't shut down now lmao
Force shutting down from button. After reboot share the output of the following commands:
iwconfig
lsusb
mokutil --sb-state```
I did say sb is turned off
there we go, done
and yeah I did force it off way before you said that. would be silly to leave it whirring away
I do not know what effect will have but you can try unblocking the bluetooth first: sudo rfkill unblock bluetooth.
the effect is my mother's do not ask me
what has the Bluetooth got to do with it? I'll do it but i see no need
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.
Just to make sure it works too.
for the record, network works. it just occasionally stops working
where is view?
Update manager, not Software manager, sorry.
I don't have an app called update manager
well this is an impasse
This one with green?
yeah no thats not a thing
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
Then go into terminal sudo apt install mint-update mint-update-info
unable to locate package
this is a very weird time
mint lol
it would be funny if i was on arch and confused about the lack of mint update
it is not
apt search mint | grep update
ah. does not have a space
mintupdate
it is installed
its open
i got it, no worries in life. now view something kernels
is 6.11 before or after 6.8
6.11 is newer. You should install that.
oh heck yeah newer AND better
was worried that maybe i was downgrading to something older with less support left
any particular one?
19 or 17 are the two available
im predicting 19 but i will hold fire until further advice
Yes. Use 19.
kernel installed
i would say, this being the fix would be surprising because i used arch and it had the same issue
Tell me if it still crashes.
so far, havent experienced any crashes. will update if it changes
frozen
held power to shut it down and its fine now but still, frozen
I need the following command's output: lsmod |grep bt systemctl status bluetooth.
ah. crashed again. i dont know when it happened however it seems weirdly coincidental that it happened twice in the same day
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.
powersaving when active? thats nuts
okay, rebooted
anything specific now or just wait to see if it dies again?
Wait to see if it dies again or no,
noted, will do
network just dropped. said I was connected but couldn't access Google or anything. computer almost froze but I killed it before it completely died
still, resulted in the computer being unresponsive
Look in sudo dmesg -H to see some logs, why it crashed.Look for network driver messages there. Add them here if possible.
@tulip turret tagging you would probably be smart or youll have no way of knowing i sent those photos. i may be stupid
Sorry. Somewhat busy. I need to see some logs from when the computer freezes. May be a problem with the network adapter.
theres no rush, i just forgot to actually tag you when i sent the images. i was the fool. also, those are the logs. are you saying you need me to run dmesg -H directly after it freezes? (after powering it off and on again)
Before reboot. Try to press ctrl+alt+f2 or ctrl+alt+f3 to go to a TTY. Then try to log in if possible and do sudo dmesg -H
very good point. will do
can't seem to get to that stage
ctrl alt F3 is flooded with these errors
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.
If it does not work get an USB to ethernet adapter or WIFI USB adapter.
managed to dmesg -H
how do I know the name of my WiFi adapter
sudo lspci -D
wait if it's not permeant what's the point
also no idea what part of this is important
To test it until the next reboot. Then find a way to make it permanent.
yeah but this issue is so infrequent that doing this won't make a difference unless it is permenant
it probably won't happen again today anyway
Yeah. Mediatek. Better get a usb to wifi adapter or a usb to ethernet.
I do have this though