Skip to content

Linux Kernel for HP Envy x360 13-ARxxx

Latest
Compare
Choose a tag to compare
@Thor-x86 Thor-x86 released this 11 Mar 05:52
3287c57

Subject: Audio codec fix
Changelog: 3287c57


Compiled Binary Installation

  1. Download linux-6.7.8-hp-envy_13_ar0xxx+-x86.tar.gz file at below of this page
  2. Extract the kernel and its modules to your root, this is the example command
    cd /
    sudo tar -xvf ~/Downloads/linux-6.7.8-hp-envy_13_ar0xxx+-x86.tar.gz
  3. Add kernel module option
    echo "options snd_hda_intel index=1 model=alc285-hp-envy-x360" | sudo tee /etc/modprobe.d/alc285_fix.conf
  4. Regenerate initramfs
    a. mkinitcpio (for most Arch Linux users)
    sudo mkinitcpio -P
    b. Dracut (Fedora and RHEL)
    sudo dracut --regenerate-all -vf
    c. Ubuntu/Debian
    sudo update-initramfs -c -k 6.7.8-hp-envy_13_ar0xxx+
    d. EndeavourOS

    You can skip this step

  5. Reconfigure bootloader
    a. GRUB (for most Arch Linux users)
    sudo grub-mkconfig -o /boot/grub/grub.cfg
    b. EndeavourOS
    sudo reinstall-kernels
    c. Ubuntu
    sudo update-grub
    d. Fedora (Legacy BIOS)
    sudo grub2-mkconfig -o /etc/grub2.cfg
    e. Fedora (UEFI)
    sudo grub2-mkconfig -o /etc/grub2-efi.cfg

Now reboot and let's see if it works.