this post was submitted on 13 Apr 2025
39 points (100.0% liked)
Linux
7138 readers
280 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of [email protected] and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This article is getting so many things wrong for new users ๐คฆ
Example: It would be more productive if they explained the difference between how Windows detects and installs drivers vs Linux to let people know there may be extra steps. There are no functional differences between any distro detecting hardware on the same kernel version, but some do load Nvidia drivers during install by default, as an extra point.
Some hardware doesn't play well with deb based distros vs rpm based, it would be good to point out if your install is failing with errors that another distro may work
Absolutely not a thing ๐คฃ
Where did you get this idea? Packages are compiled by architecture.
This may also come down to hardware support generally; we ran into an issue upgrading an OS from CentOS 7 to Rocky 9; where RH had dropped support for our hardware during the RHEL 8 releases.
Debian, on the other hand, still had drivers available.
Yeah, it was some BIOS bug or hardware error that halted Debs, but RPM based would show that it worked around the issue and continued. As a Debian branch whatever was missing in main was probably missing throughout all the derivatives.