Projet

Général

Profil

NUC » Historique » Version 36

Version 35 (bikepunk bikepunk, 04/12/2015 17:39) → Version 36/53 (bikepunk bikepunk, 05/12/2015 15:10)

{{>toc}}

h1. NUC

h2. Liste

http://ark.intel.com/products/family/76952/Intel-NUC-Boards-and-Kits
http://forum.hardware.fr/hfr/Hardware/minipc/intel-unit-computing-sujet_923709_1.htm

h2. DN2820FYKH

http://ark.intel.com/products/78953/Intel-NUC-Kit-DN2820FYKH

126 euros
http://chiliproject.tetaneutral.net/projects/tetaneutral/wiki/Inventaire#Commande-ldlccom-20140606
http://www.ldlc.com/fiche/PB00161112.html

le NUC DN2820FYKH est livré avec un bios version 0015

* flasher le bios :
https://www.youtube.com/watch?v=VwOQjFly290

page pour télécharger la dernière version :
https://downloadcenter.intel.com/SearchResult.aspx?lang=eng&keyword=%22dn2820FYKH%22&OSVersion=OS+Independent&DownloadType=BIOS

* désactiver l'UEFI

Wheezy ne fonctionne pas avec tous les écrans, à cause du noyau :
http://forums.debian.net/viewtopic.php?p=536124&sid=e74a8e7b801c370a8b266d7f12c3f2b7
https://bbs.archlinux.org/viewtopic.php?id=178162

* installer Jessie
image : http://cdimage.debian.org/cdimage/weekly-builds/amd64/iso-cd/debian-testing-amd64-netinst.iso

testé avec bios version 0028, 0032, 0034
freeze pendant le boot :'(

* Buxiness
** de mon coté ca a marché avec un bios 0034 + desactivation de l'uefi
** sur le meme ecran full HD ok adapteur HDMI VGA et direct HDMI
** debian-7.5.0-amd64-CD-1.iso http://cdimage.debian.org/cdimage/release/current/amd64/iso-cd/debian-7.5.0-amd64-CD-1.iso
** sur cle USB

* Laurent
** Pour BIOS update
<pre>
cle usb sdd
$ fdisk /dev/sdd
n
p
(default)
t
b (w95 fat32)
w
mkfs.vfat -F 32 /dev/sdd1
</pre>
** Pour OS
cle USB sur sdd
<pre>
md5sum debian-7.5.0-amd64-CD-1.iso
cat debian-7.5.0-amd64-CD-1.iso > /dev/sdd
sync
</pre>
** forum https://communities.intel.com/thread/51162
** https://www.mail-archive.com/debian-bugs-rc@lists.debian.org/msg360100.html
** https://lists.debian.org/debian-kernel/2014/06/msg00212.html

* Vross
** OS
*** Debian testing (Jessie) : OK pour l'installation (netinstall + config par défaut), problème : lorsque l'écran se met en veille, impossible de reprendre la main
*** Debian stable (Wheezy) : OK pour l'installation (netinstall + config par défaut), pas de problème à première vue

h2. D34010WYK

http://ark.intel.com/products/76978/Intel-NUC-Kit-D34010WYK

240-260 euros
http://www.cdiscount.com/informatique/pc-en-kit-kit-d-evolutions/intel-nuc-d34010wyk-barbone/f-1077017-boxd34010wyk2.html
http://www.ldlc.com/fiche/PB00157163.html

h2. DC53427HYE

Seul NUC avec [[vPro]] mais i5 ivy bridge
http://ark.intel.com/products/74483/Intel-NUC-Kit-DC53427HYE
Intel® Core™ i5-3427U

http://intel.com/go/vpro
http://intel.com/nuc

h2. NUC5i5MYHE

avec vPro

http://www.intel.com/content/www/us/en/nuc/nuc-kit-nuc5i5myhe-board-nuc5i5mybe.html
http://ark.intel.com/products/84861/Intel-NUC-Kit-NUC5i5MYHE

version Board NUC5i5MYBE

h2. BRIX GB-BXBT-2807

http://www.gigabyte.com/products/product-page.aspx?pid=5038#ov

* OS
** Debian testing (Jessie) : pas de problème lors de l'installation (netinstall + config par défaut)
** Debian stable (Wheezy) : TODO

*Attention* le BIOS F5 est bugué et empeche un Brix 2807 de booter sans ecran branché. F3 et F4 n'ont pas ce bug. Le BIOS F3 est a priori stable

Le pilote kernel de la carte réseau realtek n'est pas stable et peut freezer la machine. Il faut utiliser le pilote libre realtek avec DKMS : https://packages.debian.org/sid/r8168-dkms

<pre>
# reboot pour avoir installed = running kernel puis
apt-get install dkms gcc
wget http://ftp.de.debian.org/debian/pool/non-free/r/r8168/r8168-dkms_8.040.00-1_all.deb
dpkg -i r8168-dkms_8.040.00-1_all.deb
</pre>

Pour upgrader ou downgrader le BIOS il faut creer une disquette FreeDOS et installer le .zip de gigabyte dessus.
Pour sauvegarder le BIOS (ici F3) avec les outils de cette disquette :
<pre>
AFUDOS.EXE 2807.F3 /O
</pre>

h2. BRIX GB-XM12-3277

http://www.gigabyte.com/products/product-page.aspx?pid=4604&kw=GB-XM12-32271.0#ov

* OS
** Debian testing (Jessie) : L'installer 8.0 plante à la fin de la configuration du réseau (cf.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768188 )
il suffit de faire un kill-all-dhcp et l'installer reprend :)

L'installer 8.2.0 ne plante pas :)

* carte ethernet
c'est une :
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)

Le driver qui fonctionne est packagé dans stretch https://packages.debian.org/stretch/r8168-dkms
mais c'est pas dans jessie-backport.

pour éviter les problèmes, il vaut donc mieux utiliser le driver r8168-dkms de debian sid/stretch sid
cf. https://unixblogger.wordpress.com/2011/10/18/the-pain-of-an-realtek-rtl8111rtl8168-ethernet-card/
<pre>
#apt-get install gcc dkms
#wget http://apt.tetaneutral.net/debian/pool/non-free/r/r8168/r8168-dkms_8.040.00-1_all.deb http://apt.tetaneutral.net/debian/pool/main/r/r8168/r8168-dkms_8.039.00-1_all.deb (vérifier la version)
#dpkg -i r8168-dkms_8.039.00-1_all.deb
#reboot
</pre>

pour vérifier la version du driver utilisée (la version inclue dans le noyau par défaut est r8169, la version dkms est r8168), on peut utiliser la commande :
<pre>
#lspci -vv
</pre>

h2. Zotac

* Zbox RI323 : 2x2.5 SATA 2xgigabit Intel Processor 2961Y (dual-core, 1.1 GHz)
** http://www.zotac.com/us/products/mini-pcs/product/mini-pcs/detail/zbox-ri323-zbox-ri323.html
** 214.95 http://www.ldlc.com/fiche/PB00188920.html
** 214.95 http://www.darty.com/nav/achat/mp/informatique/ordinateur_de_bureau/barebone_pc/zotac_zbox_ri323__MK1721242628.html
* Zbox RI531 i3-5010U 2C/4T 2.1 GHz
** http://www.zotac.com/products/mini-pcs/zbox-r-series/product/zbox-r-series/detail/zbox-ri531-zbox-ri531.html
* Zbox CI521 nano M-5Y10c 2C/4T 0.8 2 GHz
** http://www.zotac.com/banner/us-id24/zbox-ci521-nano.html
** 415.95 http://www.ldlc.com/fiche/PB00188489.html
** 515.95 8G RAM http://www.ldlc.com/fiche/PB00189018.html
* Zbox CI321 nano Intel Processor 2961Y (dual-core, 1.1 GHz)
** http://www.zotac.com/us/products/mini-pcs/product/mini-pcs/detail/zbox-ci321-nano-plus-zbox-ci321nano-p.html
** 219.95 http://www.ldlc.com/fiche/PB00186996.html
** 319.95 avec 4G RAM 64G SSD http://www.ldlc.com/fiche/PB00188321.html

* http://www.nextinpact.com/news/95181-zbox-r-series-mini-pc-zotac-avec-deux-emplacements-25-pouces.htm
* http://www.nextinpact.com/news/95246-zotac-zbox-sessayent-aux-core-m-et-aux-amd-fx-mobiles.htm
* http://www.nextinpact.com/news/91687-ces-gigabyte-intel-et-zotac-mettent-a-jour-leurs-mini-pc.htm

h2. Shuttle

* DS57U Intel Celeron 3205U 2C/2T 1.5 GHz
** http://www.shuttle.eu/fileadmin/resources/download/docs/spec/barebones/DS57U_e.pdf
** http://www.nextinpact.com/news/93938-shuttle-ds57u-broadwell-machine-passive-peut-aussi-etre-convaincante.htm
** 234.24 EUR http://www.cdiscount.com/informatique/achat-pc-ordinateur/shuttle-barebone-ds57u-mini-pc/f-107082403-auc0887993000053.html
** 214.00 + 5.99 http://www.ebay.fr/itm/Shuttle-DS57U-PEB-DS57U001-PC-de-bureau-Mini-PC-Intel-/281704189330?pt=LH_DefaultDomain_71&hash=item4196e0cd92
** 218.34 http://www.pc21.fr/fiche/ds57u-shuttle-ds57u-barebone-slim-pc-1-x-celeron-3205u-1-5-ghz-ulv-hd-graphics-gige-802-11b-g-n-i735941.html
* DS57U3 core i3-5005U 2C/4T 2.0 GHz
** 417.85 http://www.pc21.fr/fiche/ds57u3-shuttle-ds57u-barebone-slim-pc-1-x-core-i3-5005u-hd-graphics-5500-gige-lan-sans-fil-i767746.html