xoocoon / hp-15-ew0xxx-snd-fix

DKMS module for fixing the sound on Linux for HP models Envy x360 15-ew0xxx
GNU General Public License v3.0
33 stars 16 forks source link

Wrong name of the kernel header folder? #27

Open TheBlackmeister opened 8 months ago

TheBlackmeister commented 8 months ago

I have an HP Envy 15ew0901nc, which is a supported model. I've installed Pop!_OS 22.04 LTS and of course, the speaker does not work. I've cloned the script and ran the first script, but it seems that it cannot correctly find the kernel version, log is in firstlog.txt. So I tried to bypass the kernel name issue by hardcoding the name of the kernel to the script (tee "/usr/src/6.4.6-76060406-generic-${DKMS_MODULE_VERSION}/cs35l41_hda.patch" <<'EOF') , but then a different issue occurred, secondlog.txt. As Pop OS has an Ubuntu core, I would assume that the patch should behave very similarly as in Ubuntu 22.04.

firstlog.txt secondlog.txt

Does this script handle Pop OS or it has to be modified?