Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2019-09-29 21:39:33
Size: 4939
Editor: ?karlschmidt
Comment:
Revision 4 as of 2019-10-24 21:14:02
Size: 7655
Editor: ?karlschmidt
Comment: Most of what you need
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
~-''Models covered''-~<<BR>>'''COMMERCIAL NAME''' ~-''Models covered''-~<<BR>>'''GPD Pocket 2 - silver'''
Line 17: Line 17:
~- Sub-models ('''LIST OF MODEL REFERENCE NUMBER''') options :<<BR>> - Video card (Intel or ATI radeon or ATI FireGL) '''(adapt this list to actually match __options__ available. Common features are listed below)''' <<BR>> - Screen size (14", 15", or 15" ''wide'')<<BR>> - Wireless card<<BR>> - Disk and Ram size, optical device <<BR>> - Other options, like fingerprint reader, bluetooth... -~ ~- Sub-models ('''LIST OF MODEL REFERENCE NUMBER''') options :<<BR>> - Video card (Intel or ATI radeon or ATI FireGL) '''(adapt this list to actually match __options__ available. Common features are listed below)''' <<BR>> - Screen size (7")<<BR>> - Wireless card<<BR>> - Disk and Ram size, optical device <<BR>> - Other options, like fingerprint reader, bluetooth... -~
Line 19: Line 19:
Pocket 2 Silver has a Intel Core m3-8100Y - not the same as the Amber black version

This is supposed to work well according to [[https://liliputing.com/2018/08/linux-on-the-gpd-pocket-2-ubuntu-debian-and-fedora.html|https://liliputing.com/2018/08/linux-on-the-gpd-pocket-2-ubuntu-debian-and-fedora.html]]
He didn't have the rotation quite figured out..

This is a very cool pocket sized computer - replacing my cellphone..
Line 24: Line 30:
||Boot Standard Kernel: || [?] ||
|| LAN network card: || [?] ||
|| Detect CD/DVD: || [?] ||
|| Detect hard drives: || [?] ||
||Boot Standard Kernel: || {OK} ||
|| LAN network card: || {-} ||
|| Detect CD/DVD: || {-} ||
|| Detect hard drives: || {ok} ||
Line 33: Line 39:
|| Xorg || [?] || || Xorg || {i} ||
Line 38: Line 44:
|| - Built-in (Trackpoint) || [?] ||
|| - Built-in (Touchpad) || [?] ||
|| Modem || [?] ||
|| Wireless/Wifi || [?] ||
|| Keyboard's Hotkeys || [?] ||
|| - Built-in (Trackpoint) || {OK} ||
|| - Built-in (Touchpad) || {i} ||
|| Modem || {-} ||
|| Wireless/Wifi || {OK} ||
|| Keyboard's Hotkeys || {OK} ||
Line 46: Line 52:
### Any Important note, before the user starts installing Debian
### Like Bios, Disk, MBR Configuration. (default : ''none'')
A USB to ethernet adapter was helpful
Line 49: Line 54:
### uncomment one of the two lines
## none
## {X} There is currently a bug that ...
I would install this without desktop support - then install kde-minimal
Line 56: Line 59:
Line 57: Line 61:
## 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.
 (not covered yet)
VGA compatible controller: Intel Corporation HD Graphics 615 (rev 02
Line 63: Line 63:
## If this computer has variants with various Display adapter, simply
## duplicate this section, like "Display / Ati".
Works - but needs rotation --

Create Pocket 2 Xorg configs
<<BR>>
 Create Intel xorg config at /etc/X11/xorg.conf.d/20-intel.conf with the following:
{{{
 Section "Device"
  Identifier "Intel Graphics"
  Driver "intel"
  Option "AccelMethod" "sna"
  Option "TearFree" "true"
  Option "DRI" "3"
 EndSection
}}}
Create display config at /etc/X11/xorg.conf.d/30-display.conf with the following:
<<BR>>
{{{
Section "Monitor"
 Identifier "eDP1"
 Option "Rotate" "right"
EndSection
}}}

Line 67: Line 89:
## First say what's the Sound adapter model (lspci may help)
## Then explain how to get it working
 (not covered yet)
Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
Line 72: Line 92:
 (not covered yet) There is a touch screen - needs rotating as well:

Create touchscreen config at /etc/X11/xorg.conf.d/99-touchscreen.conf with the following:
<<BR>>
{{{
Section "InputClass"
 Identifier "calibration"
 MatchProduct "Goodix Capacitive TouchScreen"
 Option "TransformationMatrix" "0 1 0 -1 0 1 0 0 1"
EndSection
}}}
There is also a track-pointer - works out of box
Line 75: Line 106:
## Have you tested Hibernation and/or
## Then explain how to get it working
Seems to work - have not tested long term
Line 82: Line 112:
== Modem ==
 (not covered yet)
== Fan control ==
Line 85: Line 114:
Works out of box..
Line 90: Line 120:
## Paste the output of "lspci -nn" here, within some {{{ }}} brackets. Optionally, attach "lspci -vnn"
##(lspci -nn missing)
~-{{{
{{{
 # lspci -nn
 00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers [8086:590c] (rev 02)
 00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 615 [8086:591e] (rev 02)
 00:04.0 Signal processing controller [1180]: Intel Corporation Skylake Processor Thermal Subsystem [8086:1903] (rev 02)
 00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller [8086:9d2f] (rev 21)
 00:14.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Thermal subsystem [8086:9d31] (rev 21)
 00:15.0 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 [8086:9d60] (rev 21)
 00:15.1 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 [8086:9d61] (rev 21)
 00:15.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #2 [8086:9d62] (rev 21)
 00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-LP CSME HECI #1 [8086:9d3a] (rev 21)
 00:1d.0 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port #9 [8086:9d18] (rev f1)
 00:1e.0 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO UART Controller #0 [8086:9d27] (rev 21)
 00:1e.4 SD Host controller [0805]: Intel Corporation Device [8086:9d2b] (rev 21)
 00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:9d4b] (rev 21)
 00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-LP PMC [8086:9d21] (rev 21)
 00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-LP HD Audio [8086:9d71] (rev 21)
 00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-LP SMBus [8086:9d23] (rev 21)
 01:00.0 Network controller [0280]: Intel Corporation Wireless 3165 [8086:3165] (rev 79)
}}}
Line 94: Line 141:
}}}-~
Line 97: Line 143:
## Uncomment and Paste the output of one of the three lines (within some {{{ }}}} brackets)
## (lsusb missing)
## lsusb
lsusb -v | grep -E '\<(Bus|iProduct|bDeviceClass|bDeviceProtocol)' 2>/dev/null
{{{
# lsusb
Bus 002 Device 002: ID 0bda:0316 Realtek Semiconductor Corp.
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 258a:000c
Bus 001 Device 003: ID 8087:0a2a Intel Corp.
Bus 001 Device 002: ID 050d:0121 Belkin Components F5D5050 100Mbps Ethernet
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
}}}
##lsusb -v | grep -E '\<(Bus|iProduct|bDeviceClass|bDeviceProtocol)' 2>/dev/null
Line 127: Line 179:
## CategoryLaptopComputer | CategoryDesktopComputer | CategoryEmbeddedComputer CategoryLaptopComputer

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.

Models covered
GPD Pocket 2 - silver

Sub-models (LIST OF MODEL REFERENCE NUMBER) options :
- Video card (Intel or ATI radeon or ATI FireGL) (adapt this list to actually match options available. Common features are listed below)
- Screen size (7")
- Wireless card
- Disk and Ram size, optical device
- Other options, like fingerprint reader, bluetooth...

Pocket 2 Silver has a Intel Core m3-8100Y - not the same as the Amber black version

This is supposed to work well according to https://liliputing.com/2018/08/linux-on-the-gpd-pocket-2-ubuntu-debian-and-fedora.html He didn't have the rotation quite figured out..

This is a very cool pocket sized computer - replacing my cellphone..

Overall Status

Core Components

[ATTACH]

Boot Standard Kernel:

{OK}

LAN network card:

{-}

Detect CD/DVD:

{-}

Detect hard drives:

{ok}

Extra Features

CPU Frequency Scaling

[?]

Hibernation

[?]

Sleep / Suspend

[?]

Xorg

{i}

- OpenGL

[?]

- Resize-and-Rotate(randr)

[?]

Switch to External Screen

[?]

Mouse

- Built-in (Trackpoint)

{OK}

- Built-in (Touchpad)

{i}

Modem

{-}

Wireless/Wifi

{OK}

Keyboard's Hotkeys

{OK}

Legend :
{OK} = OK ; {X} Unsupported(No Driver) ; /!\ = Error (Couldn't get it working); [?] Unknown, Not Test ; [-] Not-applicable
{i} = Configuration Required; X-( = Only works with a non-free driver and or firmware

Important Note

A USB to ethernet adapter was helpful

I would install this without desktop support - then install kde-minimal

Configuration

Display

VGA compatible controller: Intel Corporation HD Graphics 615 (rev 02

Works - but needs rotation --

Create Pocket 2 Xorg configs

  • Create Intel xorg config at /etc/X11/xorg.conf.d/20-intel.conf with the following:

 Section "Device"
  Identifier "Intel Graphics"
  Driver "intel"
  Option "AccelMethod" "sna"
  Option "TearFree" "true"
  Option "DRI" "3"
 EndSection

Create display config at /etc/X11/xorg.conf.d/30-display.conf with the following:

Section "Monitor"
 Identifier "eDP1"
 Option "Rotate" "right"
EndSection

Audio

Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)

Mouse

There is a touch screen - needs rotating as well:

Create touchscreen config at /etc/X11/xorg.conf.d/99-touchscreen.conf with the following:

Section "InputClass"
 Identifier "calibration"
 MatchProduct "Goodix Capacitive TouchScreen"
 Option "TransformationMatrix" "0 1 0 -1 0 1 0 0 1"
EndSection

There is also a track-pointer - works out of box

Power Management

Seems to work - have not tested long term

  • (not covered yet)

WiFi

  • (not covered yet)

Fan control

Works out of box..


System Summary

lspci

 # lspci -nn
 00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers [8086:590c] (rev 02)
 00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 615 [8086:591e] (rev 02)
 00:04.0 Signal processing controller [1180]: Intel Corporation Skylake Processor Thermal Subsystem [8086:1903] (rev 02)
 00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller [8086:9d2f] (rev 21)
 00:14.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Thermal subsystem [8086:9d31] (rev 21)
 00:15.0 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 [8086:9d60] (rev 21)
 00:15.1 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 [8086:9d61] (rev 21)
 00:15.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #2 [8086:9d62] (rev 21)
 00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-LP CSME HECI #1 [8086:9d3a] (rev 21)
 00:1d.0 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port #9 [8086:9d18] (rev f1)
 00:1e.0 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO UART Controller #0 [8086:9d27] (rev 21)
 00:1e.4 SD Host controller [0805]: Intel Corporation Device [8086:9d2b] (rev 21)
 00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:9d4b] (rev 21)
 00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-LP PMC [8086:9d21] (rev 21)
 00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-LP HD Audio [8086:9d71] (rev 21)
 00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-LP SMBus [8086:9d23] (rev 21)
 01:00.0 Network controller [0280]: Intel Corporation Wireless 3165 [8086:3165] (rev 79)

lsusb

# lsusb 
Bus 002 Device 002: ID 0bda:0316 Realtek Semiconductor Corp. 
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 258a:000c  
Bus 001 Device 003: ID 8087:0a2a Intel Corp. 
Bus 001 Device 002: ID 050d:0121 Belkin Components F5D5050 100Mbps Ethernet
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

USB Host controllers entries (without OHCI, UHCI, EHCI) are removed too.

Resources

Attachments

Some configuration files and sample outputs.

Credits


CategoryLaptopComputer