HP Envy 15t-j000 Quad Edition

The HP Envy 15t-j000 Quad Edition is a laptop released in 2013.

DeviceStatusModules
IntelWorkingxf86-video-intel (on some versions use NVIDIA with bumblebee)
EthernetWorkingatl1c
WirelessWorkingiwlwifi
AudioWorkingsnd_hda_intel
TouchpadWorkingsynaptics
CameraWorking
Card ReaderWorkingrts5229 !!from 3.8, try rtsx_pci!!
Fingerprint ReaderNot Working

Installing Arch

This laptop has secure boot enabled by default. In order to install Arch this should be disabled. UFEI should be set to legacy mode.

Backlight Issue

On some kernels the laptop backlight will not turn on, leaving a black screen on boot. This can be solved with the following kernel parameter.

 acpi_backlight=vendor

The following kernel parameter will also work, but will disable 3d acceleration.

 nomodeset

Battery and Power Management

The rated battery life for this laptop is 9hrs and with configuration 5.5 hrs is usually possible.

Install acpi

Install thermald, start/enable thermald.service

Install tlp

Configure it as per TLP

Install iw

Install smartmontools

Install intel-ucode

# su -c 'echo "microcode" >> /etc/modules-load.d/microcode.conf'

Install cpupower, start/enable

Mouse and Trackpad

The trackpad for this laptop supports a virtual scroll wheel. To enable it edit /etc/X11/xorg.conf.d/10-evdev.conf

and make sure the following is commented out

Section "InputClass"
       Identifier "evdev touchpad catchall"
       MatchIsTouchpad "on"
       MatchDevicePath "/dev/input/event*"
       Driver "evdev"
EndSection

Graphics, Video Card, and NVIDIA Optimus

If you have the version of this laptop with an NVIDIA card then you have an optimus based chipset.

Fingerprint Reader

This laptop comes with a fingerprint reader but there is no Linux driver for it.

Wireless Networking

Recent kernels contain a driver for this laptop's wireless adapter.

Sound

Sound works out of the box. and may be useful in configuring audio.

mSATA SSD Cache

This laptop has a mSATA bay that can include a cache hard drive. This mSATA can be used as a primary hard drive with some configuration.

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