Subject: Audio codec fix
Changelog: 3287c57
Compiled Binary Installation
- Download
linux-6.7.8-hp-envy_13_ar0xxx+-x86.tar.gz
file at below of this page - 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
- Add kernel module option
echo "options snd_hda_intel index=1 model=alc285-hp-envy-x360" | sudo tee /etc/modprobe.d/alc285_fix.conf
- Regenerate initramfs
a. mkinitcpio (for most Arch Linux users)b. Dracut (Fedora and RHEL)sudo mkinitcpio -P
c. Ubuntu/Debiansudo dracut --regenerate-all -vf
d. EndeavourOSsudo update-initramfs -c -k 6.7.8-hp-envy_13_ar0xxx+
You can skip this step
- Reconfigure bootloader
a. GRUB (for most Arch Linux users)b. EndeavourOSsudo grub-mkconfig -o /boot/grub/grub.cfg
c. Ubuntusudo reinstall-kernels
d. Fedora (Legacy BIOS)sudo update-grub
e. Fedora (UEFI)sudo grub2-mkconfig -o /etc/grub2.cfg
sudo grub2-mkconfig -o /etc/grub2-efi.cfg
Now reboot and let's see if it works.