HP Pavilion 13-a252ur

From ArchWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Tango-edit-clear.pngThis article or section does not follow the Laptop page guidelines.Tango-edit-clear.png

Reason: Stub (Discuss in Talk:HP Pavilion 13-a252ur)
Device Working
Graphics Yes
HDMI Yes
Audio No internal mic
USB 3.0 Yes
Ethernet Yes
Wireless Yes
Bluetooth Yes
Touchpad Yes
Backlight control Yes
Function keys Yes
Card reader Yes
Webcam Yes

Hardware Info

  • Intel Core i5-5200U (Broadwell)
  • 8GB RAM (Up to 16GB)
  • Intel HD Graphics 5500
  • 128GB SSD
  • 1366x768 HD Display
  • Touch screen
  • Tablet mode
  • Dual Speakers
  • 2 USB 3.0, single USB 2, HDMI port
  • Broadcom BCM43142 ( WiFi + Bluetooth )

lspci

00:00.0 Host bridge: Intel Corporation Broadwell-U Host Bridge -OPI (rev 09)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)
00:03.0 Audio device: Intel Corporation Broadwell-U Audio Controller (rev 09)
00:14.0 USB controller: Intel Corporation Wildcat Point-LP USB xHCI Controller (rev 03)
00:16.0 Communication controller: Intel Corporation Wildcat Point-LP MEI Controller #1 (rev 03)
00:1b.0 Audio device: Intel Corporation Wildcat Point-LP High Definition Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #1 (rev e3)
00:1c.1 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #2 (rev e3)
00:1c.2 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #3 (rev e3)
00:1c.3 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #4 (rev e3)
00:1f.0 ISA bridge: Intel Corporation Wildcat Point-LP LPC Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation Wildcat Point-LP SATA Controller [AHCI Mode] (rev 03)
00:1f.3 SMBus: Intel Corporation Wildcat Point-LP SMBus Controller (rev 03)
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5227 PCI Express Card Reader (rev 01)
03:00.0 Network controller: Broadcom Inc. and subsidiaries BCM43142 802.11b/g/n (rev 01)
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL810xE PCI Express Fast Ethernet controller (rev 08)

lsusb

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 105b:e065 Foxconn International, Inc. BCM43142A0 Bluetooth module
Bus 001 Device 004: ID 048d:8350 Integrated Technology Express, Inc. ITE Device(8350)
Bus 001 Device 003: ID 06cb:014f Synaptics, Inc. Synaptics Touch Digitizer V04
Bus 001 Device 002: ID 0bda:5776 Realtek Semiconductor Corp. HP Truevision HD
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Sensors

BAT0-acpi-0
Adapter: ACPI interface
in0:          12.07 V  
curr1:       670.00 mA 

acpitz-acpi-0
Adapter: ACPI interface
temp1:        +40.0°C  

coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +39.0°C  (high = +105.0°C, crit = +105.0°C)
Core 0:        +38.0°C  (high = +105.0°C, crit = +105.0°C)
Core 1:        +38.0°C  (high = +105.0°C, crit = +105.0°C)

Notes

Installation

You have to disable Secure Boot. repeatedly press F10 during boot to bring up the BIOS setup, navigate to the boot section and disable Secure Boot.

To prevent the system from booting in Legacy mode, it is also recommended to disable CSM/Legacy mode.

WiFi

For WiFi driver install broadcom-wl-dkms package, or broadcom-wl if you use stock non lts kernel.

Bluetooth

For Bluetooth driver install bcm43142a0-firmwareAUR package.

Tablet mode

Keyboard disables and enables out of the box. However, for touchpad it is necessary to create udev rule:

/etc/udev/hwdb.d/90-custom-keys.hwdb
evdev:atkbd:dmi:*
  KEYBOARD_KEY_d7=!f22
  KEYBOARD_KEY_d8=!f23

KDE Plasma

In KDE Plasma 5 it works out of the box.

Sway

Create ~/.config/sway/config.d/tablet_mode.conf file

~/.config/sway/config.d/tablet_mode.conf
# Tablet mode
bindcode 200 input type:touchpad events enabled
bindcode 201 input type:touchpad events disabled

In addition, squeekboardAUR (with sway-gitAUR and wlroots-gitAUR) supports auto show/hide feature, and to enable it when using tablet mode, change the config to

~/.config/sway/config.d/tablet_mode.conf
# Tablet mode
bindcode 200 input type:touchpad events enabled, exec 'killall squeekboard'
bindcode 201 input type:touchpad events disabled, exec 'squeekboard &'

Other Desktop Enviroments

Other DEs are either untested or does not support this feature.

Kernel parameters

For tablet mode to work correctly, add

acpi_osi=!

and

acpi_backlight=vendor

for better backlight manipulation.