this post was submitted on 03 May 2026
118 points (97.6% liked)

Linux

13577 readers
442 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] panda_abyss@lemmy.ca 9 points 6 days ago (3 children)

Why does this need to be in the kernel?

Looking to learn not criticize.

[–] sip@programming.dev 15 points 6 days ago (2 children)

coz it's an monolithic architecture, they all get compiled in. if you don't want it, you can compile the kernel yourself, specifically for your hardware.

[–] neighborhoodnerd21@mastodon.social 3 points 6 days ago (1 children)

@sip @panda_abyss and if i remember correctly from the last time i made a bad attempt at that lol its optional sometimes to support a driver as modular but supprt for that driver module still needs to be set during compile? if im wrong just tell me to shut up its been probably 15 or 20 years since i tried to compile my own kernel

[–] sip@programming.dev 1 points 6 days ago

tbf never tried compiling. Just not my cup of tea. it works OOB.

I might have had a laptop that it's wifi card driver somehow got botched on a linux update, but I didn't have the knowledge back then to attempt compiling from source, let alone with a pinned driver.