Difference between revisions of "Intel NUC"

From YobiWiki
Jump to navigation Jump to search
(Created page with "* [https://downloadcenter.intel.com/product/129702/Intel-NUC-Mini-PC-with-7th-Generation-Intel-Core-Processors Intel NUC Gen7 BIOS updates]")
 
m
Line 1: Line 1:
  +
=NUC7i5BN=
  +
 
* [https://downloadcenter.intel.com/product/129702/Intel-NUC-Mini-PC-with-7th-Generation-Intel-Core-Processors Intel NUC Gen7 BIOS updates]
 
* [https://downloadcenter.intel.com/product/129702/Intel-NUC-Mini-PC-with-7th-Generation-Intel-Core-Processors Intel NUC Gen7 BIOS updates]
  +
  +
=NUC8i3BEH==
  +
  +
Disabling secure boot:
  +
  +
* F2 on Intel logo -> BIOS -> Advanced -> Boot -> Secure Boot -> Disable
  +
  +
We need at least kernel 4.18 -> Debian Buster alpha installer with non-free drivers, at the moment it's
  +
  +
* https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/buster_di_alpha4+nonfree/amd64/iso-cd/
  +
  +
Missing firmware:
  +
  +
<pre>
  +
[ 4.060527] i915 0000:00:02.0: firmware: failed to load i915/kbl_dmc_ver1_04.bin (-2)
  +
</pre>
  +
  +
<pre>
  +
apt-get install firmware-misc-nonfree
  +
</pre>
  +
  +
Enabling local web server
  +
<pre>
  +
# a2enmod userdir
  +
# systemctl restart apache
  +
marc$ mkdir public_html
  +
marc$ vi public_html/index.html
  +
</pre>
  +
=> http://nuc-marc/~marc/

Revision as of 19:16, 22 January 2019

NUC7i5BN

NUC8i3BEH=

Disabling secure boot:

  • F2 on Intel logo -> BIOS -> Advanced -> Boot -> Secure Boot -> Disable

We need at least kernel 4.18 -> Debian Buster alpha installer with non-free drivers, at the moment it's

Missing firmware:

[    4.060527] i915 0000:00:02.0: firmware: failed to load i915/kbl_dmc_ver1_04.bin (-2)
apt-get install firmware-misc-nonfree

Enabling local web server

# a2enmod userdir
# systemctl restart apache
marc$ mkdir public_html
marc$ vi public_html/index.html

=> http://nuc-marc/~marc/