03-19-2016, 12:20 PM
(This post was last modified: 03-19-2016, 01:26 PM by Earthenware.)
I bought the Intel NUC NUC6i5SYH. I got the following config:
16GB DDR4/2133 RAM
256GB NVME SSD
2TB Samsung Spinpoint HDD
It comes with Intel Iris 540 integrated graphics.
I need Windows for one application so I installed that on the SSD. The first hurdle was that the BIOS didn't like the NVME drive so I had to do a BIOS update (from within the BIOS).
The next hurdle was installing Windows, which also didn't like the NVME drive so I had to get a driver for that also.
After that, Windows was fairly painless and the NVME drive is very fast.
Then on to installing Linux on the HDD. I was expecting problems as I had read online that the Iris 540 Graphics lacked drivers and GRUB was likely to cause issues also.
I was really expecting to have to install the latest short-term support version of Linux (15.10 at the time of writing) but I decided to try my latest Linux Lite DVD anyway (2.6, 64-bit).
Well, it installed and with no graphics issues - or any other issues as far as I can see. Everything (including GRUB) worked first time.
This was BEFORE I had connected to the internet to download any updates or drivers.
This is excellent and I'm most impressed. I was expecting big problems but had none at all.
Add to that the fact that Linux Lite comes ready to run in VMs (no need to download VirtualBox Guest Additions) and, for my purposes at least, it's by far the best Linux distro available.
Top stuff.
Edit: Forgot to mention no sound through headphones. Easy fix found at (https://www-ssl.intel.com/content/www/us...05499.html):
1/ Add the following groups to your account: audio, pulse, pulse-access, video, and voice
2/ sudo add-apt-repository ppa:ubuntu-audio-dev/alsa-daily
3/ sudo apt update
4/ sudo apt install oem-audio-hda-daily-dkms
5/ reboot
16GB DDR4/2133 RAM
256GB NVME SSD
2TB Samsung Spinpoint HDD
It comes with Intel Iris 540 integrated graphics.
I need Windows for one application so I installed that on the SSD. The first hurdle was that the BIOS didn't like the NVME drive so I had to do a BIOS update (from within the BIOS).
The next hurdle was installing Windows, which also didn't like the NVME drive so I had to get a driver for that also.
After that, Windows was fairly painless and the NVME drive is very fast.
Then on to installing Linux on the HDD. I was expecting problems as I had read online that the Iris 540 Graphics lacked drivers and GRUB was likely to cause issues also.
I was really expecting to have to install the latest short-term support version of Linux (15.10 at the time of writing) but I decided to try my latest Linux Lite DVD anyway (2.6, 64-bit).
Well, it installed and with no graphics issues - or any other issues as far as I can see. Everything (including GRUB) worked first time.
This was BEFORE I had connected to the internet to download any updates or drivers.
This is excellent and I'm most impressed. I was expecting big problems but had none at all.
Add to that the fact that Linux Lite comes ready to run in VMs (no need to download VirtualBox Guest Additions) and, for my purposes at least, it's by far the best Linux distro available.
Top stuff.
Edit: Forgot to mention no sound through headphones. Easy fix found at (https://www-ssl.intel.com/content/www/us...05499.html):
1/ Add the following groups to your account: audio, pulse, pulse-access, video, and voice
2/ sudo add-apt-repository ppa:ubuntu-audio-dev/alsa-daily
3/ sudo apt update
4/ sudo apt install oem-audio-hda-daily-dkms
5/ reboot