this post was submitted on 07 Jun 2024
27 points (93.5% liked)

Linux

46852 readers
2617 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I've had LMDE6 installed since it's release day and everything has been fine. For the past week it's been dropping my wifi card randomly. It is not recognized by rfkill nor lspci after it happens. Only reboot helps.

Does anyone know why it might happen? Kernel is 6.1.0-21-amd64 but I don't know has the kernel been updated recently.

all 11 comments
sorted by: hot top controversial new old
[–] possiblylinux127@lemmy.zip 4 points 2 months ago* (last edited 2 months ago)

Let me guess, Realtek

Edit:

What chipset?

[–] charles3@scribe.disroot.org 3 points 2 months ago

Which brand is it? I have an HP and have a similar problem, adding "pcie_aspm.policy=performance" to the kernel parameters mostly mitigates it but on Fedora like distros it may still have errors I don't know how to fix.

[–] Sammirr@aussie.zone 3 points 2 months ago (1 children)

I'd start with checking logs with journalctl as a privileged user. If the device disappears, there should be logs about it. Maybe that will point the way.

[–] FBJimmy@lemmus.org 3 points 2 months ago

I had some hard to track down intermittent network issues when I upgraded from LMDE5 to LMDE6 - the solution was to get a newer kernel from backports - its fairly painless...

https://forums.linuxmint.com/viewtopic.php?t=413995#:~:text=You%20get%20the%20kernel%20updates,using%20with%20command%20uname%20%2Dv.

[–] bloodfart@lemmy.ml 2 points 2 months ago (1 children)

Your computer is going into s1 and the driver for your card can’t wake it back up.

[–] Certainity45@lemmy.ml 2 points 2 months ago (1 children)

No. It goes off when I'm using it actively. I've never had any issues getting back from hibernate.

[–] bloodfart@lemmy.ml 3 points 2 months ago* (last edited 2 months ago)

Damn, I thought I had you clocked.

Getting hot maybe? Some of those baseband chips are downright tiny and can’t really dissipate the heat they build up under heavy use…

Did you look at dmesg/journalctl to to see what the kernel says when it falls over?

E: spelling/autocorrect

[–] lemmyreader@lemmy.ml 1 points 2 months ago

Kernel is 6.1.0-21-amd64 but I don’t know has the kernel been updated recently.

zgrep linux-image /var/log/dpkg.log* can tell you more.

[–] Kidplayer_666@lemm.ee 1 points 2 months ago (1 children)

How recent is your computer? Debian based distros, due to their focus on stability tend to have quite old packages, namely kernels

[–] pastermil@sh.itjust.works 4 points 2 months ago

OP said it's been running fine until recently, so I doubt it's the kernel.