Device | Status | Modules |
Intel graphics | Working | xf86-video-intel |
AMD graphics (PRIME) | Working | xf86-video-amdgpu |
HDMI | Working | xf86-video-intel |
Ethernet | Working | |
Wireless | Working | |
Bluetooth | Working | |
Audio | Working | snd_hda_intel |
Touchpad | Working | xf86-input-synaptics |
Camera | Working | uvcvideo |
Fingerprint reader | Working | fprintd-vfs_proprietary |
USB 3.0 | Working | xhci-hcd |
Memory Card Reader | Working | |
Smart Card Reader | Working | ccid, pcsclite |
Function Keys | Working |
- 1Configuration
- 1.1UEFI Setup
Configuration
UEFI Setup
Reading your documents and web content on Kindle is now easier than ever. Use Send to Kindle applications to read on your Kindle devices and free reading apps on iPhone, iPad, iPod touch and Android phone and tablet. Find MediaFire software downloads at CNET Download.com, the most comprehensive source for safe, trusted, and spyware-free downloads on the Web.
Even if UEFI, Arch Linux and (e.g.) GRUB are correctly configured and with the correct UEFI NVRAM variables set, the system will not boot from the HDD/SSD. The problem is that HP hard coded the paths for the OS boot manager in their UEFI boot manager to EFIMicrosoftBootbootmgfw.efi
to boot Microsoft Windows, regardless of how the UEFI NVRAM variables are changed. There are two workarounds:
Using the 'Customized Boot' path option (recommended)
The latest HP firmware allows defining a “Customized Boot” path in the UEFI pre-boot graphical environment.Select the “Customized Boot” option in the UEFI pre-boot graphical environment under “Boot Options” and set the path to your OS boot loader on the ESP (see UEFI#EFI System Partition[broken link: invalid section]), e.g.:
EFIgrubgrubx64.efi
Always verify the correct path to the .efi file. Also, adjust the device boot order (also in the UEFI pre-boot graphical environment) to boot this entry first.
Change the OS boot loader path to match the hard coded path
Change the UEFI application path of the OS boot loader to that hard coded path.On your ESP (see UEFI#EFI System Partition[broken link: invalid section]; e.g. with the $MOUNTPOINT /boot/efi
), do (e.g. with GRUB entry grub_archlinux
):
or
Encryption
This notebook supports HDD FDE (SED). The HDD/SSD can be locked by setting a password in the UEFI pre-boot graphical environment under the option 'DriveLock' (this requires setting a password for the UEFI pre-boot graphical environment first). If you replace the HDD/SSD, make sure to get a compatible one to make use of this feature.
Otherwise, see Disk encryption for software-based encryption.
AMD Graphics
In order to get the dedicated AMD graphics card to function properly, install AMDGPU first.Set the following kernel parameters: amdgpu.si_support=1 radeon.si_support=0
.
Now, any application run with DRI_PRIME=1
(as described for using PRIME) is using the dedicated GPU.
Audio
For HDMI Audio you need CONFIG_INTEL_IOMMU_DEFAULT_ON=n
in your kernel config (see https://bugzilla.kernel.org/show_bug.cgi?id=61471). In some cases, you will need options snd-hda-intel enable=1,1,0
in /etc/modprobe.d/snd-hda-intel.conf
. This will prevent freezes caused by hdmi audio cards conflicting.
Wireless
Set CONFIG_HP_WIRELESS=y
in your kernel config to enable the hardware button (Linux 3.14+).
Resume / wake on lid open
Audiobook Free
This feature needs to be enabled in the bios / uefi setup: Advanced > Built-in device options > Wake unit from sleep when lid is opened
Enable the microphone muting key
If your mute mic key (fn+F8) does not work, you actually just need to remap this key manually.
Here is an example of how you can do this by adding a custom mapping file:
Then, you just need to regenerate and reload your hwdb.bin
file:
See also
Audio Book 1.1.0 Download
- UEFI, GNU/Linux and HP notebooks – problems and how to get it working[dead link 2020-02-24]