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

Message
Author
User avatar
CharlesV
Administrator
Posts: 7920
Joined: Sun Jul 07, 2019 5:11 pm

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

#61 Post 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 ;-/
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
l0dr3
Posts: 463
Joined: Wed Jun 28, 2023 11:06 am

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

#62 Post 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

User avatar
CharlesV
Administrator
Posts: 7920
Joined: Sun Jul 07, 2019 5:11 pm

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

#63 Post by CharlesV »

Here you go

Code: Select all

$ sudo dmidecode | less | grep "Product Name"
	Product Name: HP Envy Laptop 17-cw0xxx
	Product Name: 8BDD
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
l0dr3
Posts: 463
Joined: Wed Jun 28, 2023 11:06 am

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

#64 Post 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)
:

Charlie Brown

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

#65 Post by Charlie Brown »

... But why ALC287 when it's 245 ?

User avatar
l0dr3
Posts: 463
Joined: Wed Jun 28, 2023 11:06 am

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

#66 Post 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:

User avatar
xedij68496
Posts: 3
Joined: Tue Nov 28, 2023 1:04 am

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

#67 Post 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

User avatar
CharlesV
Administrator
Posts: 7920
Joined: Sun Jul 07, 2019 5:11 pm

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

#68 Post 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.)
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
xedij68496
Posts: 3
Joined: Tue Nov 28, 2023 1:04 am

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

#69 Post by xedij68496 »

Kernel 6.9 solves the problem.

User avatar
CharlesV
Administrator
Posts: 7920
Joined: Sun Jul 07, 2019 5:11 pm

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

#70 Post 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?
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

Post Reply

Return to “Hardware /Configuration”