ASUS A8N-SLI SE and Linux

I'd say the mainboard is well supported on Linux. I was able to install core of the Debian GNU/Linux 3.1/sarge unofficial amd64 port on the machine. Note the onboard network card is not supported in the sarge Linux kernel -- if you want to perform a network installation, you must use an additional supported network card (as I did).

After the base installation I upgraded to Linux 2.6.16. My observations with that kernel are:

Some additional observations not specific to Linux:

How to make ALSA dmix work with the onboard sound card

I had to define the mixing ALSA device with the following parameters:

pcm.dmixer {
    type dmix
    ipc_key 1024
    slave {
        pcm "hw:0,0"  # adjust this to your actual card position
        period_time 0
        period_size 512
        buffer_size 4096
    }
}
    

Milan Zamazal <pdm@zamazal.org>
Last modified: 2006-07-27 17:03 UTC.