Differences between revisions 15 and 16
Revision 15 as of 2015-05-31 17:24:42
Size: 9157
Editor: devfra
Comment:
Revision 16 as of 2015-05-31 17:25:36
Size: 9155
Editor: devfra
Comment:
Deletions are marked like this. Additions are marked like this.
Line 121: Line 121:
<<Anchor(wifi_section)>>
Line 123: Line 123:
<<Anchor(wifi_section)>>

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
ASUS Transformer Book T100TA-DK002DH

- CPU: Intel Atom Bay Trail Z3740 (BYT-T)/BGA
- Video card: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display
- Screen: 10.1" HD SLIM WV(GL,LED-TP)
- Wireless card: Broadcom 43241b4 SDIO
- Disks: eMMC 32 GB (/dev/mmcblk0), internal USB Disk 7.5GB (/dev/sda, hidden, Windows recovery)
- RAM: LPDDR3 1067 2GB (on-board)
- Bluetooth: Broadcom (on-board BCM2035 HCI?)

Overall Status

Core Components

[ATTACH]

Boot Standard Kernel:

{OK}

Detect hard drives:

{OK}

Extra Features

CPU Frequency Scaling

[?]

Hibernation

[?]

Sleep / Suspend

[?]

Xorg

{OK}

- OpenGL

{OK}

- Resize-and-Rotate(randr)

{i}

Switch to External Screen (HDMI)

[?]

Mouse

- Built-in (Touchpad)

{OK} (but no gestures/multitouch)

- Built-in (Touchscreen)

{OK} (but no gestures/multitouch)

Bluetooth

{i} /!\

Wireless/Wifi

{i} X-(

Keyboard's Hotkeys

[?]

Sound

{X}

MicroSD card reader

{i}

Built-in camera

{X}

Accelerometers

{X}

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

{i} Before installing Debian, Secure Boot needs to be disabled. Also, if dual-booting with Windows 8 it is recommended to disable its fast boot feature.

{i} Starting with Jessie d-i RC2, the installer includes all needed modules and core changes to install and boot on this machine. Make sure you use this version or later to install, or you'll have to fight with lots of issues and it's not likely to be fun! Besides, due to a lot of components still unsupported, it would be better to install Debian Stretch (testing) and keep it up to date.

{i} Installing Debian with a netinst image, or other means using the internet, requires to enable the wifi. See the steps described in the WiFi section, prepare the needed firmware (see also the d-i manual Loading Missing Firmware) and reproduce the steps using a shell.

{i} The T100TA is a mixed mode EFI system (i.e. a 64-bit CPU combined with a 32-bit EFI) without any legacy BIOS mode. By default, the Jessie i386 installer images should boot on this machine via UEFI and let you install a complete 32-bit (i386) system. If you use the multi-arch amd64/i386 netinst or DVD image, you will also be able to install in 64-bit mode. You might expect slightly better performance that way, but the limited memory on the machine (2 GiB) will become more of an issue. For those installing Debian 64-bit without the d-i, e.g. with debootstrap, chroot to the newly installed Debian partition and install GRUB in this way:

# apt-get install grub-efi-ia32-bin
# grub-install --target i386-efi

Configuration

Touchscreen

Intel Graphics using i915 driver, X.org works. Brightness level cannot yet be adjusted and it is locked at the maximum value.

The accelermeters are not supported yet, therefore the screen can only be manually rotated using xrandr. However the touchscreen inputs also have to be manually adjusted with xinput to be coherent with the rotations. See the example script ts_rotate.Stretch_ASUS_T100TA.sh.

The touchscreen is identified as ATML1000:

$ xinput
⎡ Virtual core pointer                          id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ ASUSTek COMPUTER INC. ASUS Base Station(T100)     id=9    [slave  pointer  (2)]
⎜   ↳ ASUSTek COMPUTER INC. ASUS Base Station(T100)     id=10   [slave  pointer  (2)]
⎜   ↳ ATML1000:00 03EB:8C0E                     id=11   [slave  pointer  (2)]
⎣ Virtual core keyboard                         id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
    ↳ Video Bus                                 id=6    [slave  keyboard (3)]
    ↳ Sleep Button                              id=7    [slave  keyboard (3)]
    ↳ ASUSTek COMPUTER INC. ASUS Base Station(T100)     id=8    [slave  keyboard (3)]
    ↳ Asus WMI hotkeys                          id=12   [slave  keyboard (3)]

Audio

  • (not covered yet)

Mouse

  • (not covered yet)

Power Management

  • (not covered yet)

WiFi

  • (not covered yet)

Modem

  • (not covered yet)


System Summary

lspci

00:00.0 Host bridge [0600]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register [8086:0f00] (rev 09)
00:02.0 VGA compatible controller [0300]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display [8086:0f31] (rev 09)
00:14.0 USB controller [0c03]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series USB xHCI [8086:0f35] (rev 09)
00:1a.0 Encryption controller [1080]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine [8086:0f18] (rev 09)
00:1f.0 ISA bridge [0601]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit [8086:0f1c] (rev 09)

lsusb

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0b05:17e0 ASUSTek Computer, Inc. 
Bus 001 Device 002: ID 0b05:17e4 ASUSTek Computer, Inc. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Resources

Attachments

Some configuration files and sample outputs.

  • [get | view] (2019-06-23 21:05:34, 42.7 KB) [[attachment:photo.jpg]]
 All files | Selected Files: delete move to page copy to page

Credits