this post was submitted on 12 Sep 2025
13 points (88.2% liked)

Linux

58306 readers
1185 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 6 years ago
MODERATORS
 

I was having some iwl wifi microcode errors for 05:00.0 Network controller: Intel Corporation Centrino Advanced-N 6235 (rev 24)

which was making my system unresponsive to the point that it messed with login.d and prevented my system from shutting down.

after a few days of this I resorted to removing the modules but when I ran this after stopping networkmanager sudo modprobe -r iwldvm iwlwifi this happened and when I did sudo lsmod | grep iwlwifi

this was the output

iwlwifi 585728 -1 
cfg80211 1495040 1 iwlwifi

I have since successfully blacklisted that module but any insight will be helpful as I am without wifi for the moment

you are viewing a single comment's thread
view the rest of the comments
[–] Artemis_Mystique@lemmy.ml 1 points 6 days ago (1 children)

Same, the only answers i am getting point to the module just being buggy in general.

[–] solrize@lemmy.ml 2 points 6 days ago

Yeah there was a longstanding open bug on iirc the Fedora tracker and idk if it really went anywhere.