this post was submitted on 20 Apr 2024
28 points (93.8% liked)
Linux
48003 readers
883 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
https://deviwiki.com/wiki/Main_Page
https://wikidevi.wi-cat.ru/Main_Page
On the wikidevi ru site it lists the chip I'm interested in, the Realtek RTL8852CE. What am I looking for in the tables that indicate it works with a said kernel?
It looks like there's no devices listed for that chipset yet. Assuming there were any, you would go to the device's page and check the table on the right for something like "probable linux drivers". If you want a plug and play experience you need to look for one where the drivers have been integrated into the kernel, and then make sure your system is using that kernel version or later. It's usually older devices whose drivers have been brought into the kernel, you won't find newer stuff that just works out of the box.
If you don't want to limit yourself to the ones with kernel drivers you'll usually be downloading the driver's source code from somewhere, then set up dkms to build and install them on every kernel update.
It's honestly not as bad as it sounds if you don't mind researching for a bit and running a couple commands.
Good luck
Using my knowledge of the Linux Kernel, I was about to locate the page. RTL8852CE's driver is rtw8852ce located in the Rtw89 driver family subset.
Thank you! This is very helpful! Do you know if it's fairly easy to add on an immutable distro (Bazzite)?