Differences between revisions 8 and 12 (spanning 4 versions)
Revision 8 as of 2016-03-29 09:45:51
Size: 5534
Editor: ?RalphGlass
Comment:
Revision 12 as of 2016-03-29 09:53:34
Size: 4212
Editor: ?RalphGlass
Comment:
Deletions are marked like this. Additions are marked like this.
Line 34: Line 34:
~-Legend :<<BR>> {OK} = OK ; {X} Unsupported(No Driver) ; /!\ = Error (Couldn't get it working); [?] Unknown, Not Test ; [-] Not-applicable <<BR>> {i} = Configuration Required; X-( = Only works with a non-free driver and or firmware-~ ~-Legend :<<BR>> {OK} = OK ; <<BR>> {i} = Configuration Required; -~
Line 37: Line 37:
### Any Important note, before the user starts installing Debian
### Like Bios, Disk, MBR Configuration. (default : ''none'')

### uncomment one of the two lines
## none
## {X} There is currently a bug that ...


= Configuration =
Line 47: Line 38:
Set BIOS boot configuration to "Linux" (necessary for newer kernels)
Install Debian netinst image and nonfree firmware
Upgrade from jessie to stretch (from stable to testing)
<<BR>>Set BIOS boot configuration to "Linux" (necessary for newer kernels)
<<BR>>Install Debian netinst image and nonfree firmware
<<BR>>Upgrade from jessie to stretch (from stable to testing)
Line 52: Line 43:
## First say what's the Display adapter model (lspci may help)
## Then explain how to get it working (or just the module used)
## what about : 3D ; DRI ; xrandr ; external/secondary screen...
## attach your xorg.conf at the bottom of the page.
Line 59: Line 46:
## If this computer has variants with various Display adapter, simply
## duplicate this section, like "Display / Ati".

Line 64: Line 47:
 apt-get install firmware-iwlwifi

~-{{{
apt-get install firmware-iwlwifi
}}}-~
Line 93: Line 76:


= Resources =
<<Anchor(attachments)>>
== Attachments ==
## Some interesting files you can attach: (Named with computer name and model, and Debian version, like "dmidecode.Etch_Thinkpad_T60_1952-W5R.txt")
## - Xorg.conf file (then "include" it inline below)
## - Output of dmidecode (make sure to remove Serial Number and UUID before), you'd may choose to use:
## sudo dmidecode | sed 's/\(Serial Number\|UUID\).*/\1: Not Disclosed/g'
## - Output of lsmod
''Some configuration files and sample outputs.''
<<AttachList>>
Line 111: Line 81:

== Credits ==
----

Translation(s): none

DebianOn is an effort to document how to install, configure and use Debian on some specific hardware. Therefore potential buyers would know if that hardware is supported and owners would know how get the best out of that hardware.

The purpose is not to duplicate the Debian Official Documentation, but to document how to install Debian on some specific hardware.

If you need help to get Debian running on your hardware, please have a look at our user support channels where you may find specific channels (mailing list, IRC channel) dedicated to certain types of hardware.

Model covered
Intel Kit NUC5PPYH

Configuration :
- Video card Intel HD Graphics
- Resolutions up to 4k@30, 2560x1440@60
- Wireless card: Intel Wireless-AC 3165
- Disk and Ram: Kit Computer sold without memory and disk
- Bluetooth, SDXC Card slot, 4x USB 3.0 ports, Infrared sensor

Overall Status

Core Components

Boot Standard Kernel:

{OK}

LAN network card:

{OK}

Detect hard drives:

{OK}

Extra Features

CPU Frequency Scaling

{OK}

Xorg

{i}

- OpenGL

{i}

- Resize-and-Rotate(randr)

{i}

Wireless/Wifi

{i}

Legend :
{OK} = OK ;
{i} = Configuration Required;

Important Note

Update BIOS to version 50
Set BIOS boot configuration to "Linux" (necessary for newer kernels)
Install Debian netinst image and nonfree firmware
Upgrade from jessie to stretch (from stable to testing)

Display

The integrated Intel HD graphics adapter does not work with Debian Jessie. It is working with Debian Stretch (Testing).

WiFi

apt-get install firmware-iwlwifi


System Summary

lspci

00:00.0 Host bridge [0600]: Intel Corporation Device [8086:2280] (rev 21)
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:22b1] (rev 21)
00:12.0 SD Host controller [0805]: Intel Corporation Device [8086:2296] (rev 21)
00:13.0 SATA controller [0106]: Intel Corporation Device [8086:22a3] (rev 21)
00:14.0 USB controller [0c03]: Intel Corporation Device [8086:22b5] (rev 21)
00:18.0 DMA controller [0801]: Intel Corporation Device [8086:22c0] (rev 21)
00:18.6 Serial bus controller [0c80]: Intel Corporation Device [8086:22c6] (rev 21)
00:18.7 Serial bus controller [0c80]: Intel Corporation Device [8086:22c7] (rev 21)
00:1a.0 Encryption controller [1080]: Intel Corporation Device [8086:2298] (rev 21)
00:1b.0 Audio device [0403]: Intel Corporation Device [8086:2284] (rev 21)
00:1c.0 PCI bridge [0604]: Intel Corporation Device [8086:22c8] (rev 21)
00:1c.1 PCI bridge [0604]: Intel Corporation Device [8086:22ca] (rev 21)
00:1c.2 PCI bridge [0604]: Intel Corporation Device [8086:22cc] (rev 21)
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:229c] (rev 21)
00:1f.3 SMBus [0c05]: Intel Corporation Device [8086:2292] (rev 21)
02:00.0 Network controller [0280]: Intel Corporation Wireless 3165 [8086:3165] (rev 81)
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)

http://forums.debian.net/viewtopic.php?f=17&t=127662