Toshiba Portege Z30-A

High-performance ultrabook laptop of Toshiba think for professionals and business. Portégé Z30-A is a long-lasting battery, full-size ports and Intel® Core™ processor laptop of 13.3" and 1.2Kg.

Bluetooth

The toshiba_bluetooth kernel module is auto-loaded but is not necessary and, in fact, is counter-productive since as soon as you disable Bluetooth (e.g. with rfkill), it seems to attempt to re-load the Intel Bluetooth firmware every few seconds. Just blacklist the module, to make it permanent create

/etc/modprobe.d/toshiba-blacklist.conf
blacklist toshiba_bluetooth

Wifi

linux-firmware is needed for the correct working of WiFi.

Smart Card Reader

Works perfectly with ccid & opensc.

Display backlight control

Control with the Fn buttons works correctly in 3.17 and 3.18 kernel. However, in 3.19 kernel, a minimum configuration is needed because toshiba_acpi kernel module add some non-necessary backlight control. For controlling with Fn, create:

/etc/X11/xorg.conf.d/80-backlight.conf
Section "Device"
    Identifier "Intel Graphics"
    Driver "intel"
    Option "Backlight" "intel_backlight" # use your backlight that works here
EndSection

Keyboard Backlight control

The backlight works correctly if it is configured on BIOS. toshiba_acpi kernel module add support for configuring the backlit of the keyboard. However, Fn+Z does not work. The modules can be changed in /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS6208:00/kbd_backlight_mode with the modes: 2,8,16.

# echo 2 > /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS6208:00/kbd_backlight_mode

Fingerprint reader

The last version of has support for it. However, the image usually is wrong (lengthened) and needs two, three or more tries to obtain verifications.

gollark: No.
gollark: Idea: deploy orbital lasers against 263274173223272449.
gollark: Heavpoot is not a... female dog?
gollark: Anyway, it's bizarre to go around complaining about me watching CIA-created stuff with no actual knowledge of what I watch, the difference between what you and me watch, and any explanation of what you actually mean by it.
gollark: Fascinating.

See also

This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.