You are not logged in.

#1 2012-01-03 12:22:29

mj125
Member
Registered: 2012-01-03
Posts: 3

speaker and heaphone on at the same time

Hello

On my hp pavilion dv6 2300, speaker and headphone work at the same time.
I solved it in ubuntu with this adding two lines to: /etc/modprobe.d/alsa-base.conf

options snd-hda-intel enable_msi=1
options snd_hda_intel model=hp-dv5

now what can i do in arch?
thank you.

Offline

#2 2012-01-03 12:32:17

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: speaker and heaphone on at the same time

Have you tried doing it the same way?

Offline

#3 2012-01-03 12:40:30

mj125
Member
Registered: 2012-01-03
Posts: 3

Re: speaker and heaphone on at the same time

yes. I do this and my sound didn't work at all.

Offline

#4 2012-01-03 14:24:43

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: speaker and heaphone on at the same time

Take a look at the kernel code:

/usr/src/linux/sound$ find -type f | xargs grep -i dv6
...
./pci/hda/patch_conexant.c:    [CXT5051_HP_DV6736]    = "hp-dv6736",

So I would try model=hp-dv6736

Be aware that Ubuntu adds lots of ALSA patches, as well as being based off alsa-driver rather than the in-kernel ALSA - try installing alsa-driver.

Offline

#5 2012-01-11 08:23:19

mj125
Member
Registered: 2012-01-03
Posts: 3

Re: speaker and heaphone on at the same time

I have tried "hp-dv6736", but same problem.

What you mean by installing alsa-driver?

Thanks

Offline

#6 2012-01-11 11:58:21

matse
Member
Registered: 2011-04-27
Posts: 299

Re: speaker and heaphone on at the same time

I can just recommend you to read "/usr/src/linux-*/Documentation/sound/alsa/HD-Audio.txt" (comes with the kernel docs), there are various configuration details explained, especially there is a section

Speaker and Headphone Output
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
One of the most frequent (and obvious) bugs with HD-audio is the
silent output from either or both of a built-in speaker and a
headphone jack...

To get a "list" of available kernel parameters make a

modinfo MUDULNAME

and see if you find an option that might help you. Most of the options are also documented in the kernel docs.

Btw. I assume that brebs meant this driver package.

Offline

Board footer

Powered by FluxBB