How can I enable the drivers for beats audio speakers for hp envy dv6?

I recently shifted to Ubuntu.

My beats audio speakers connected to my laptop are not working. I am using an hp ENVY dv6 laptop.

What should I do?


Solution 1:

This was done in my own HP envy and this process works on all HP laptops containing beats audio.

STEP 1

Install hda-jack-retask from https://launchpad.net/~diwic/+archive/hda . Download this small application according to your version of Ubuntu. After the completion of download, install the app.

STEP 2

After the app is installed, go to the terminal and type hda-jack-retask which opens the file. Open app using terminal

STEP 3

At the top, in codec section, select IDT 92HD91BXX codec.

This code varies with various models. Check it STEP 4

Check the “ Show unconnected pins” at the right side. STEP 5

After this, you will see different types of unconnected pins of your sound driver. You have to map these pins to the right part of the beats audio drive. Care must be taken at this point.

You can see there are various types of pins. We are not aware about these things. Even I don’t know

what I am doing and is confusing. BUT do not worry at all.

You just have to play on three pins. They are 0x0d , 0x0f and 0×10.

STEP 6

Go to the section having pin id : 0x0d .

Change (Internal Speaker, Front side) to “Internal speaker”.

STEP 7

Go to the section having pin id: 0x0f.

Change (Not connected) to “Internal speaker”. This part is about the under-display speakers.

STEP 8

Go to the section having pin id: 0×10.

Change (Not connected) to “Internal speaker (LFE)”. This part is about the sub-woofer.

STEP 9

You are finally done with those pin settings. Apply it now. You can test with some sound. Check whether all the speakers are producing desired sound. The settings must be done as in following picture.

Do as it is

STEP 10

If everything is all right, install boot override from the bottom right side and restart your device.

Finally you must have sound with beats audio. Enjoy the sound and music. Also plug in the headphones, it must disable the external sound when the headphone is plugged in.

you can visit here for more information. http://www.chromeearth.com/enable-beats-audio-in-ubuntu/

Solution 2:

Please note that Steps 1 and 2 above no longer work as written.

Rodrigo Tessarollo's fix worked but he did not detail what changed. David Henningsson's PPA 'HD audio related stuff' at https://launchpad.net/~diwic/+archive/ubuntu/hda has not been updated since 14.04. His alsa-tools-gui which includes hda-jack-retask is now in the Ubuntu repositories.

Step1 is now install alsa-tools-gui via terminal with sudo apt-get install alsa-tools-gui or with Synaptic or some other Package Manager. It does not show up in the new 16.04 Ubuntu Software Center.

Step 2 is to enter "HDAJackRetask" into the Unity Dash to open the app. Note the way it is written.

Then follow step 3 on as stated above by @Bipin Paudel.