Where to find and install ASUS motherboard drivers for Linux [duplicate]

Solution 1:

There aren't generally any special motherboard chipset drivers that you need to install separately on Linux, like you need to do on Windows. The drivers are part of the Linux kernel. The hardware is detected at boot time and the correct drivers are loaded.

There are however cases where one might acquire hardware that is newer than the version of the kernel in the Linux distribution you choose to install; or even do not yet have any or full functionality in the upstream kernel.

In these cases though, you usually have to just wait or suffer, until the better drivers are available, as manufacturers typically don't offer additional drivers for Linux for these types of hardware. This is rarely an issue for motherboards though, as most of them use standard chipsets across the board, so are often covered by the drivers already available in the kernel.

The Ubuntu Kernel Team are also pretty good about ensuring that newer drivers are backported into the current development version of Ubuntu, to ensure a broader range of compatibility for users.