Page 7 of 8

Re: HP Envy 17-cw0023dx no sound ...

Posted: Mon Oct 23, 2023 9:22 pm
by CharlesV
Charlie Brown wrote: Mon Oct 23, 2023 9:09 pm
CharlesV wrote: Mon Oct 23, 2023 5:31 pm... 'stack on' like this?..
Nope, one at a time.

Code: Select all

options snd-intel-dspcfg dsp_driver=1
options snd-hda-intel model=dell-headset-multi enable=yes
Next time just change the model=... part to headset-mic then to auto


P.S. Nice to hear your new device is ok and you liked it :)
Thanks. Yes, that machine is SO FAST .. pretty amazing actually!

I will work through the various options tomorrow .. I am spent ;-/

Re: HP Envy 17-cw0023dx no sound ...

Posted: Tue Oct 24, 2023 5:35 am
by l0dr3
CharlesV wrote: Thu Oct 19, 2023 1:54 pm @l0dr3 So, the script fails with the following:

Code: Select all

Preparation steps not (yet) supported for your Linux distro. You might want to modify the distro-specific commands.
Auto-installing kernel headers not (yet) supported for your Linux distro. You might want to modify the distro-specific commands.
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/^gcc\b.+?(1\d)\.\d{ <-- HERE ,2}\.\d{,2}/ at -e line 1.
Here: https://github.com/saulhdev/hp-15-ew0xx ... ad9634e956 ...

This is another (newer) dkms patch repository, which contains fixes for building on debian :popcorn:

NB: with only a quick look at the build scripts, this stuff will ONLY work with OFFICIAL debian kernels, NOT with AHS or Liquorix ones?

NB2: compared to the original patches from late August, theres now an '--auto' flag, that should detect the model specific subsystem-id??

Plz post the output of ...

Code: Select all

sudo dmidecode | less | grep "Product Name"
:
greetz l0dr3

Re: HP Envy 17-cw0023dx no sound ...

Posted: Tue Oct 24, 2023 11:30 am
by CharlesV
Here you go

Code: Select all

$ sudo dmidecode | less | grep "Product Name"
	Product Name: HP Envy Laptop 17-cw0xxx
	Product Name: 8BDD

Re: HP Envy 17-cw0023dx no sound ...

Posted: Tue Oct 24, 2023 12:13 pm
by l0dr3
CharlesV wrote: Tue Oct 24, 2023 11:30 am Here you go

Code: Select all

$ sudo dmidecode | less | grep "Product Name"
	Product Name: HP Envy Laptop 17-cw0xxx
	Product Name: 8BDD
OK - so this are the infos for the quirk to be set by you IF the '--auto' flag does not do ;)

in https://github.com/saulhdev/hp-15-ew0xx ... realtek.sh

Code: Select all

:
+  SND_PCI_QUIRK(0x103c, 0x8be5, "HP ENVY Laptop 16-h1xxx", ALC287_FIXUP_CS35L41_I2C_2),
+  SND_PCI_QUIRK(0x103c, 0x8bdd, "HP Envy Laptop 17-cw0xxx", ALC287_FIXUP_CS35L41_I2C_2),
 	SND_PCI_QUIRK(0x103c, 0x8a78, "HP Dev One", ALC285_FIXUP_HP_LIMIT_INT_MIC_BOOST)
:

Re: HP Envy 17-cw0023dx no sound ...

Posted: Tue Oct 24, 2023 12:49 pm
by Charlie Brown
... But why ALC287 when it's 245 ?

Re: HP Envy 17-cw0023dx no sound ...

Posted: Tue Oct 24, 2023 1:02 pm
by l0dr3
Charlie Brown wrote: Tue Oct 24, 2023 12:49 pm ... But why ALC287 when it's 245 ?
Yep - thats common practice by the kernel hackers/devs. if there is no info for a new codec, they always refer the quirks from similar known codecs.

BTW - this 'ALC245' is some sort of a 'phantom' :blindfold: - theres no info at all about this device, not even on AllDataSheets

https://www.alldatasheet.com/view.jsp?Searchword=ALC245

:mad:

Re: HP Envy 17-cw0023dx no sound ...

Posted: Tue Nov 28, 2023 1:13 am
by xedij68496
How's it going? I have the same problem :(
Previously I had a 17-cr0xxx model and the hp-15-ew0xxx-snd-fix patch fixed the sound problem perfectly. But for 17-cw0xxx it doesn't work. I have tried various combinations of this fix, but regardless of the options, I constantly get an error in the log: Invalid boost inductor peak current: -1 mA

Re: HP Envy 17-cw0023dx no sound ...

Posted: Tue Nov 28, 2023 11:31 am
by CharlesV
xedij68496 wrote: Tue Nov 28, 2023 1:13 am How's it going? I have the same problem :(
Previously I had a 17-cr0xxx model and the hp-15-ew0xxx-snd-fix patch fixed the sound problem perfectly. But for 17-cw0xxx it doesn't work. I have tried various combinations of this fix, but regardless of the options, I constantly get an error in the log: Invalid boost inductor peak current: -1 mA
Welcome In!

I had to put this issue aside and get some work done, and will be picking it back up shortly. Everything I can determine is that the layer between the sound card and the speakers is not being addressed properly, and have still not found a fix.

The workaround for me is bluetooth. ( I have an onxy speaker or AirPods which both work perfect.)

Re: HP Envy 17-cw0023dx no sound ...  [Solved]

Posted: Mon May 20, 2024 8:37 am
by xedij68496
Kernel 6.9 solves the problem.

Re: HP Envy 17-cw0023dx no sound ...

Posted: Mon May 20, 2024 10:44 am
by CharlesV
xedij68496 wrote: Mon May 20, 2024 8:37 am Kernel 6.9 solves the problem.
Very cool and thank you for that. I have read that the 6.9 kernel was fixing Acer laptop sound, but nothing about HP's... I was hoping:-) .

You have tried it? or just read about the fix?