What is your hardware setup running your Linux system.

Configure and optimize you computer for Audio.
Post Reply New Topic
RELATED
PRODUCTS

Post

Only interested in knowing from others that are currently running a Linux system successfully. If you're reading this just to post why no one should, please move on.
I've been running an older Ubuntu version on two different laptops in live session USB boots for awhile now. Decided to take the next step of installing the updated version to a dedicated SSD and dual booting on my desktop xeons and have tried Ubuntu Studio and Mint with no success. I currently believe there are some hardware conflicts causing kernel syncing panic. From what I read, the video card is most suspect. Don't want to upgrade that just for this though.
So I'm thinking of buying a dedicated system to run Linux only and since I generally build my own systems want to ask what's working best for you that have it running without issue.
Again, if you're just waiting to post about issues and why anyone using Linux is a fool, move on.
If you have ideas of things you would like to do to improve your hardware system more, please share.

Specs most interested in are models/brands of MB/CPU, Video card or if you're using a preconfigured laptop brand/model and its specs. And any b other considerations you've come across. And of course, what distro you're using with it.

And secondarily, your interface and input controller(s), etc.

Post

BBFG# wrote: Sun Jul 19, 2026 10:44 pm Only interested in knowing from others that are currently running a Linux system successfully. If you're reading this just to post why no one should, please move on.
I've been running an older Ubuntu version on two different laptops in live session USB boots for awhile now. Decided to take the next step of installing the updated version to a dedicated SSD and dual booting on my desktop xeons and have tried Ubuntu Studio and Mint with no success. I currently believe there are some hardware conflicts causing kernel syncing panic. From what I read, the video card is most suspect. Don't want to upgrade that just for this though.
So I'm thinking of buying a dedicated system to run Linux only and since I generally build my own systems want to ask what's working best for you that have it running without issue.
Again, if you're just waiting to post about issues and why anyone using Linux is a fool, move on.
If you have ideas of things you would like to do to improve your hardware system more, please share.

Specs most interested in are models/brands of MB/CPU, Video card or if you're using a preconfigured laptop brand/model and its specs. And any b other considerations you've come across. And of course, what distro you're using with it.

And secondarily, your interface and input controller(s), etc.
Sorry. I didn't see this message until today. Here are my simple recommendations for buying a new system for Linux:

Only use hardware that has "in-tree" kernel support. This means that you will want to make sure that every component of your system has drivers built and supported directly in the kernel. Avoid hardware that requires you to use a vendor-supplied kernel module driver. This will save you a TON of problems in the future, because with in-tree kernel drivers, your hardware won't have any problems each time you do a kernel update. With out of tree kernel module drivers, every time the kernel is updated, you'll have to update the kernel module driver from the vendor's site--IF the vendor even keeps up with the kernel for driver updates. It's a constant non-stop pain. Also, out of tree kernel module drivers have problems with things like virtualization, secure boot, and can cause real time audio issues.

There are fewer popular out of tree hardware drivers today than there used to be 10-15 years ago, because Linux hardware support has largely moved into the mainline kernel. That said, there are still some popular hardware that still has these problems. Probably the biggest historical example is Nvidia GPUs. Things have gotten better, because Nvidia has finally open sourced the core of their drivers, after years of keeping them proprietary. But for Linux, I would still advise using AMD (or Intel if you are just using the on motherboard GPU) for your video.

Another big gotcha is Broadcom Wi-Fi adapters and some USB WiFi adapters, in fact, WiFi adapters in general can be trouble. You'll need to check and confirm that your WiFi adapter uses an in-tree kernel chipset. You have to check and confirm compatibility of the chipset on the card to confirm. For example, Realtek RTL8812AU, Realtek RTL8814AU, and Realtek RTL8821AU are common offenders. Whatever it is that you choose, make sure it is supported and doesn't require any out of tree kernel modules. Anything that supports linux and wants you to use the "dkms install" command is something you'll want to avoid. Search reviews and comments and look for hardware that works out of the box without any special install instructions.

Other things to watch out for are Fingerprint readers, Webcam and IR cameras, audio hardware, and Power Management and Suspend capabilities. One of the best things you can do, is to install a "Live" linux OS onto a flashdrive. With that, you can boot into a system and check and confirm that everything works. Check everything--even the following:

Does suspend work?
Does hibernate work?
Does battery life match Windows

You will want to make sure that there is Firmware Update support. If you aren't already aware of it, there is a great tool called LVFS (the Linux Vendor Firmware Service). One of the reasons I love Fedora, is that this is installed by default on Fedora. This service can be installed (if it isn't there by default), and it will keep your firmware up-to-date, and install the needed firmware onto your system if it isn't already there when you run it. This keeps my system always up to date with the latest firmware. In fact, it might be a good idea to see what companies submit to the LVFS service and use that as a good sign of quality support. Lenovo ThinkPads, Framework laptops, and many Dell systems fit within this category. Here are some examples explicitly mentioned as LVFS participants:

Lenovo
Dell
HP
Acer
Framework
Logitech
Wacom

Dell, HP and Lenovo are premier sponsors, so their hardware is usually really good for usage on Linux.

In fact, if you are able to find a Linux certified system that has the features you want, you would be best off getting that. It will provide you with the best support and the most problem free experience. So many (I would say the majority) of problems come from less than stellar hardware support. Yes, many (possibly even most) systems will run on Linux, but getting properly supported hardware will solve so many problems before you even begin to start using Linux. I suspect that the majority of problems people experience with Linux has to do with poorly supported hardware and lack of Linux experience.

Above all, keep your receipts, and check and test everything as soon as possible, so that you can return the hardware if it doesn't do what you need it to do, within the short return period that is usually provided for computer hardware. Do your research and confirm compatibility for all components. Research the exact chipset, not the product name. Many products use differing chipsets, even though they use the same product name. Once you have done this, you have a very high chance of having a nice Linux experience. :)
Vendor‑Dependent Copy Protection: Customers lose. Pirates win.:mad:
(Also: I'm Accused of lying about Linux—it boots, runs my pro audio workflow, stays stable, updates--though yearly dismissed as “niche”. Yet I'm the deluded one.)
:roll:

Post

audiojunkie wrote: Wed Jul 22, 2026 5:16 pm
Sorry. I didn't see this message until today. Here are my simple recommendations for buying a new system for Linux:

Only use hardware that has "in-tree" kernel support. This means that you will want to make sure that every component of your system has drivers built and supported directly in the kernel. Avoid hardware that requires you to use a vendor-supplied kernel module driver. This will save you a TON of problems in the future, because with in-tree kernel drivers, your hardware won't have any problems each time you do a kernel update. With out of tree kernel module drivers, every time the kernel is updated, you'll have to update the kernel module driver from the vendor's site--IF the vendor even keeps up with the kernel for driver updates. It's a constant non-stop pain. Also, out of tree kernel module drivers have problems with things like virtualization, secure boot, and can cause real time audio issues.

There are fewer popular out of tree hardware drivers today than there used to be 10-15 years ago, because Linux hardware support has largely moved into the mainline kernel. That said, there are still some popular hardware that still has these problems. Probably the biggest historical example is Nvidia GPUs. Things have gotten better, because Nvidia has finally open sourced the core of their drivers, after years of keeping them proprietary. But for Linux, I would still advise using AMD (or Intel if you are just using the on motherboard GPU) for your video.

Another big gotcha is Broadcom Wi-Fi adapters and some USB WiFi adapters, in fact, WiFi adapters in general can be trouble. You'll need to check and confirm that your WiFi adapter uses an in-tree kernel chipset. You have to check and confirm compatibility of the chipset on the card to confirm. For example, Realtek RTL8812AU, Realtek RTL8814AU, and Realtek RTL8821AU are common offenders. Whatever it is that you choose, make sure it is supported and doesn't require any out of tree kernel modules. Anything that supports linux and wants you to use the "dkms install" command is something you'll want to avoid. Search reviews and comments and look for hardware that works out of the box without any special install instructions.

Other things to watch out for are Fingerprint readers, Webcam and IR cameras, audio hardware, and Power Management and Suspend capabilities. One of the best things you can do, is to install a "Live" linux OS onto a flashdrive. With that, you can boot into a system and check and confirm that everything works. Check everything--even the following:

Does suspend work?
Does hibernate work?
Does battery life match Windows

You will want to make sure that there is Firmware Update support. If you aren't already aware of it, there is a great tool called LVFS (the Linux Vendor Firmware Service). One of the reasons I love Fedora, is that this is installed by default on Fedora. This service can be installed (if it isn't there by default), and it will keep your firmware up-to-date, and install the needed firmware onto your system if it isn't already there when you run it. This keeps my system always up to date with the latest firmware. In fact, it might be a good idea to see what companies submit to the LVFS service and use that as a good sign of quality support. Lenovo ThinkPads, Framework laptops, and many Dell systems fit within this category. Here are some examples explicitly mentioned as LVFS participants:

Lenovo
Dell
HP
Acer
Framework
Logitech
Wacom

Dell, HP and Lenovo are premier sponsors, so their hardware is usually really good for usage on Linux.

In fact, if you are able to find a Linux certified system that has the features you want, you would be best off getting that. It will provide you with the best support and the most problem free experience. So many (I would say the majority) of problems come from less than stellar hardware support. Yes, many (possibly even most) systems will run on Linux, but getting properly supported hardware will solve so many problems before you even begin to start using Linux. I suspect that the majority of problems people experience with Linux has to do with poorly supported hardware and lack of Linux experience.

Above all, keep your receipts, and check and test everything as soon as possible, so that you can return the hardware if it doesn't do what you need it to do, within the short return period that is usually provided for computer hardware. Do your research and confirm compatibility for all components. Research the exact chipset, not the product name. Many products use differing chipsets, even though they use the same product name. Once you have done this, you have a very high chance of having a nice Linux experience. :)
Thank you. That's very helpful information.
I suspect my current issue is a Nvidia card and that it was also a major culprit to Bitwig conflicts when I tried to upgrade to version 5.
I do currently have Lenovo Thinkstations (servers) and noticed that Linux has a skip in which processors they currently support. They appear to have tested them on older ones and newer ones without issue, but not the specific ones I own.
I don't run cameras or computer mics (only pro mics through my audio interface). Ethernet is always preferred as a wired connection, although I carry a hot spot connector specifically for necessary quick authorizations.
I've used AMD in the past and loved them, but am not aware if they have a server type CPU that I've come to prefer.
It would be hard for me to go back to a single CPU if I don't have to.

What specific components are you using?
I would like to see what specific things others are using here. Desktop or laptop, parts or preconfigured.
What's your's?
Last edited by BBFG# on Wed Jul 22, 2026 10:12 pm, edited 2 times in total.

Post

I have a Lenovo ThinkPad X1 Yoga, an Intel NUC specifically mentioned supporting Linux, and a Dell Optiplex (Business class) system. They all are running Fedora.
Vendor‑Dependent Copy Protection: Customers lose. Pirates win.:mad:
(Also: I'm Accused of lying about Linux—it boots, runs my pro audio workflow, stays stable, updates--though yearly dismissed as “niche”. Yet I'm the deluded one.)
:roll:

Post Reply

Return to “Computer Setup and System Configuration”