Where would I look for a list of what network chips are supported in any given kernel? I’m looking to build my first computer designed from the ground up for Linux and want to be sure that the Ethernet port and WiFi chip will work without needing to do anything special.

  • sic_semper_tyrannis@lemmy.todayOP
    link
    fedilink
    arrow-up
    2
    ·
    6 months ago

    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?

    • Babbiorsetto@lemmy.sdf.org
      link
      fedilink
      arrow-up
      2
      ·
      6 months ago

      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

    • azvasKvklenko@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 months ago

      It’s much easier to lookup for info on hardware when you’ve got vendor/product ID or line from lsusb/lspci.

      As far as my quick googling goes, one user asked for help on Linux Mint forums as the Wifi wasn’t detected by default. They advised them to upgrade kernel to a newer version and the problem was solved.

      Interestingly, there’s that post on HP forums about Windows driver quality being crap and the card actually working better on Linux with its unofficial driver xD https://h30434.www3.hp.com/t5/Notebook-Wireless-and-Networking/Realtek-8852CE-throughput-issues-and-does-not-support-160/td-p/9031507