Quantcast
Channel: All Notebook Audio posts

bang and olufsen audio control

0
0

how can i reinstall bang and olufsen audio control


Re: Downloading Softpaq drivers

0
0

Hello, thanks for the response. I want to clarify, though, are there no security problems to worry about? Being downloaded over an unsecure http connection would not leave my computer susceptible to hacks, malware, etc.?

Re: audio not working when using any linux distro but works on windows

0
0

Yep it should have been fixed when kernel 6.7.4 was released I believe. And you do need to run a script with the link here: https://github.com/xoocoon/hp-15-ew0xxx-snd-fix intructions are on github and don't worry about the model number they have added the model we are using, so hopefully everything runs fine and dandy for  you 😉 

Re: No sound from internal speakers using Linux

0
0

Does anybody know which quirk should be added to patch_realtek.c for laptop model 'HP ENVY Laptop 17-cr0xxx'?

Mute button stuck on

0
0

The orange light on my mute button is on, and no matter how many times I increase the volume it goes back down to 0. I have already uninstalled and reinstalled the realtek audio driver multiple times.  I cant remember how I fixed this issue a month ago but it has come back again.

Edit: this also affects all audio devices like external speakers and headphonesproblem.JPG

Re: Hello, community! i installed windwos 10 Pro now im missing beatsaudio drive

0
0

it didn't work on mine, I use HP Elitebook 840 G1 with windows 10 PRO 22 something...

It started saying "No Audio output device installed" = I went to device manager and updated to "high definition audio...." and restarted. after that it says " No speakers or headphones are plugged in"

 

 What can I do please help 

Re: audio not working when using any linux distro but works on windows

0
0

Thanks for your reply, that's great news. I'll give the solution a try at the weekend when I have more time. 👍

Mistakenly uninstall the Bang & Olufsen Audio Driver from my HP Elitebook

0
0

I Mistakenly uninstall the Bang & Olufsen Audio Driver from my HP Elitebook. Please help me to get back the app


Re: Mistakenly uninstall the Bang & Olufsen Audio Driver from my HP Elitebook

HP Spectre x360 internal microphone not working

0
0

Hello. I have the issue where the internal microphone is not working when I have Bluetooth Headphones connected.

It happened that it worked once but it was really breaking apart.

What might be the reason for that?

how can i download the B&O audio control app

0
0

HP ENVY all in one desktop 34

Re: No sound from internal speakers using Linux

0
0

Finally guys!! We are now approaching a working Linux kernel for almost all HP Envy/x360 laptops! Kernel 6.9 that soon will be release as RC1 will have a lot of fixes for the internal speakers. As you can see in this commit https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/diff/sound/pci/hda/patch_realtek.c?id=fe46a7dd189e25604716c03576d05ac8a5209743

i have already tried patching the 6.7.9 and 6.8 kernel with my specific quirk for my Hp Envy x360 13-bf000 and it works perfectly!

 

diff --git sound/pci/hda/patch_realtek.c sound/pci/hda/patch_realtek.c index a1facdb98d9a..e705334c286d 100644 --- sound/pci/hda/patch_realtek.c +++ sound/pci/hda/patch_realtek.c @@ -9950,6 +9950,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x103c, 0x8a0f, "HP Pavilion 14-ec1xxx", ALC287_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8a20, "HP Laptop 15s-fq5xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2), SND_PCI_QUIRK(0x103c, 0x8a25, "HP Victus 16-d1xxx (MB 8A25)", ALC245_FIXUP_HP_MUTE_LED_COEFBIT), + SND_PCI_QUIRK(0x103c, 0x8a28, "HP Envy X360 13-bfxxx", ALC287_FIXUP_CS35L41_I2C_2), SND_PCI_QUIRK(0x103c, 0x8a78, "HP Dev One", ALC285_FIXUP_HP_LIMIT_INT_MIC_BOOST), SND_PCI_QUIRK(0x103c, 0x8aa0, "HP ProBook 440 G9 (MB 8A9E)", ALC236_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8aa3, "HP ProBook 450 G9 (MB 8AA1)", ALC236_FIXUP_HP_GPIO_LED),

 

 

So if you don't have the knowledge to patch your own kernel then make sure to get the 6.9 kernel when it gets released!

The guys from the linux community and developers from Cirrus has made an awesome job, and no thanks to HP. This is why OPEN SOURCE RULES!

Re: audio not working when using any linux distro but works on windows

0
0

Finally guys!! We are now approaching a working Linux kernel for almost all HP Envy/x360 laptops! Kernel 6.9 that soon will be release as RC1 will have a lot of fixes for the internal speakers. As you can see in this commit https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/diff/sound/pci/hda/patch_realtek.c?id=fe46a7dd189e25604716c03576d05ac8a5209743

i have already tried patching the 6.7.9 and 6.8 kernel with my specific quirk for my Hp Envy x360 13-bf000 and it works perfectly!

 

diff --git sound/pci/hda/patch_realtek.c sound/pci/hda/patch_realtek.c index a1facdb98d9a..e705334c286d 100644 --- sound/pci/hda/patch_realtek.c +++ sound/pci/hda/patch_realtek.c @@ -9950,6 +9950,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x103c, 0x8a0f, "HP Pavilion 14-ec1xxx", ALC287_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8a20, "HP Laptop 15s-fq5xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2), SND_PCI_QUIRK(0x103c, 0x8a25, "HP Victus 16-d1xxx (MB 8A25)", ALC245_FIXUP_HP_MUTE_LED_COEFBIT), + SND_PCI_QUIRK(0x103c, 0x8a28, "HP Envy X360 13-bfxxx", ALC287_FIXUP_CS35L41_I2C_2), SND_PCI_QUIRK(0x103c, 0x8a78, "HP Dev One", ALC285_FIXUP_HP_LIMIT_INT_MIC_BOOST), SND_PCI_QUIRK(0x103c, 0x8aa0, "HP ProBook 440 G9 (MB 8A9E)", ALC236_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8aa3, "HP ProBook 450 G9 (MB 8AA1)", ALC236_FIXUP_HP_GPIO_LED),

 

 

So if you don't have the knowledge to patch your own kernel then make sure to get the 6.9 kernel when it gets released!

The guys from the linux community and developers from Cirrus has made an awesome job, and no thanks to HP. This is why OPEN SOURCE RULES!

Re: bang and olufsen audio control

0
0

Hi @komal98,

 

Welcome to HP Support Community.

 

Thank you for posting your query, I will be glad to help you.

 

To reinstall the Bang & Olufsen audio control software on your HP laptop, you can follow these steps.

 

  • Download the Software: Visit the official HP support website or the Bang & Olufsen website to download the audio control software. Make sure to download the correct software version for your specific HP laptop model and operating system.
  • Uninstall the Current Software (if applicable): If you already have an older version of the Bang & Olufsen audio control software installed on your laptop, it's a good idea to uninstall it before installing the new version. You can do this by going to "Control Panel" > "Programs" > "Programs and Features", then find the Bang & Olufsen audio control software in the list, right-click on it, and select "Uninstall".
  • Install the New Software: Once you have downloaded the new software, locate the setup file (usually a .exe file) and double-click on it to start the installation process. Follow the on-screen instructions to complete the installation.
  • Restart Your Laptop: After the installation is complete, it's recommended to restart your laptop to ensure that the changes take effect.
  • Test the Audio Control: Once your laptop has restarted, test the Bang & Olufsen audio control software to make sure it's working properly. You should be able to access it from the system tray or through the Start menu.

 

I hope this helps.

 

Take care and have a good day.

 

Please click “Accepted Solution” if you feel my post solved your issue, it will help others find the solution. Click the “Kudos/Thumbs Up" on the bottom right to say “Thanks” for helping!

 

Alden4

HP Support 

Re: Win 11 volume jumps to 100% unexpectedly

0
0

I got it all worked out. I uninstalled all the audio drivers + controllers, then reinstalled them and everything has been fine for a week now.


sound

0
0

Speakers crackling sounds...?

 

hp 8540p EliteBook laptop speakers not playing sound ' only headphones are working

0
0

laptop speakers not working

No sound from TV when the laptop is connected to it via a HDMI cable

0
0

No sound from TV when the laptop is connected to it via a HDMI cable (sound comes out from the laptop). This problem suddenly began today (there was no problem up until yesterday).

Re: No sound from TV when the laptop is connected to it via a HDMI cable

0
0

I assume windows 11

 

Bring up the sound mixer and set the audio to the graphics device

for example.

BeemerBiker_0-1710727415717.png

If that does not work then make sure that ARC is not enabled or the cable is not in the ARC connector on the TV or amp if using an amp.

Re: Hello, community! i installed windwos 10 Pro now im missing beatsaudio drive

0
0

Hello, Paul. I started a thread about this and was recently advised to download a Softpaq driver to restore Beats audio. When trying to install, it warned me that it would be downloaded over an unsecure http connection. Is that an issue by any chance? Also, I found a bulletin posted by HPE in July 2023 that the Softpaq drivers have security vulnerabilities, such as arbitrary code execution. Is it still advisable to download these drivers?

Thanks.





Latest Images