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

chmod: cannot access '/usr/src/snd-hda-scodec-cs35l41-0.1/dkms-patchmodule.sh': No such file or directory #10

Closed troyandabed6396 closed 1 year ago

troyandabed6396 commented 1 year ago

I just installed the newest version of Arch for version 6.4.7 of the Linux kernel on my HP Envy x360 2-in-1 Laptop 15-fe0xxx. I'm very new to Linux, and have been troubleshooting my internal speakers over the last two days. I stumbled upon this repository from the HP Support thread. When I run sudo ./setup_snd-hda-scodec-cs35l41.sh, I keep getting the error chmod: cannot access '/usr/src/snd-hda-scodec-cs35l41-0.1/dkms-patchmodule.sh': No such file or directory. How can I go about fixing this?

L1Z3 commented 1 year ago

Looks to me like this commit changed a file name and forgot to update that command. I'm not too familiar with how this script works, but I suspect a fix would be to find and replace "dkms-patchmodule" to "kernel-module_patch" in "dkms-module_create.sh".

L1Z3 commented 1 year ago

14 fixes this!

xoocoon commented 1 year ago

Hi there, thank you for this hint. I will close this issue and deal with the bug in the scope of https://github.com/xoocoon/hp-15-ew0xxx-snd-fix/pull/14.