I wanted to write down my notes for getting Ubuntu Linux fully running on an Asus H87M-E with a Intel Haswell processor. I use this on a media center, so I needed HDMI video and audio support.
- Ubuntu 13.04 is required for support of the Haswell GPU.
- Linux kernel 3.10 is required for HDMI audio support.
- I used Upubuntu to install 3.10.7 for my system.
- Never use an older (1200/1500 series) Sandforce Controller SSD with Haswell Motherboards.
- The hardware controller is a NCT6791D. You will need a very recent version of the nct6775 driver. It will probably be merged in Linux 3.12.
- If you use Western Digital Green Drives on Linux be sure to look at idle3-tools.
Here is a script that I wrote to setup the fans in a way useful for my system. One fan sits on my HDs, so I wanted to regulate it based on their temperature.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
|