View Full Version : [SOLVED] HP Docking Station Headphone Jack Does Not Work
poctob
November 2nd, 2009, 03:40 PM
I am not able to get the headphone jack working on HP docking station/port replicator. I am running Karmic 9.10 on HP EliteBook 6930p. Built-in headphone jack works fine and properly mutes the internal speakers. When I plug the headphones into the docking station the internal speakers still have sound and there is no sound in the headphones. I did not test the microphone using the docking station, but I suspect the results would be the same. Seems like the system doesn't even recognize that there are additional headphone jacks.
Did anyone have a similar issue. My alsa details are posted at the following link:
http://pastebin.ca/1653082
Thanks.
wladyx
November 5th, 2009, 04:56 PM
I have the same issue.
laidback82
November 5th, 2009, 05:50 PM
Same problem here with HP DV-7 series laptop. It seems very strange. internal speakers work fine, and continue to work when I plug in speakers/headphone. Annoying.
m3741
November 6th, 2009, 12:41 AM
I'm running Karmic x64 on an HP 8530w with a dock and was having the exact same issue. Alsa detects the port but for some reason it doesn't show up in the sound preferences. That'll probably take a person smarter than me to fix. To get your sound going though, fire up a terminal and type:
amixer -c 0 sset Dock,0 unmute
However, doing so doesn't mute the internal speakers. If you run amixer from terminal it'll list everything that alsa detects AFAIK but I can't find anything to mute that'll fix it. I just turned my real speakers up louder...
m3741
November 6th, 2009, 01:08 AM
Now I'm thoroughly confused. While I was screwing with the sound I had Rhythmbox playing the whole time. Eventually my playlist ran out. After I started it up again to play around some more, I noticed that it worked exactly as expected. The dock speakers are on and the internal ones off. Also, the touch mute button thing went from blue (not muted) to orange (muted). Strange but exactly like Intrepid if I remember correctly.
I'm feeling lazy and don't feel like rebooting at the moment to try to reproduce it. Anyone else? What's your experience?
P.S. - I found a slightly easier way (I guess) to get the sound on. Fire up alsamixer from a terminal, move over to "Dock" and press "M". Hmm... I guess I'm a happy camper now.
laidback82
November 6th, 2009, 01:52 AM
Sadly none of these work for me. I've now noticed that the only speaker I get sound out of is the bass speaker on the bottom of the laptop. This is infuriating.
m3741
November 6th, 2009, 03:21 PM
Show me the output of "amixer scontents" from the terminal. Let's see what you've got. I'm not very familiar with that laptop.
wladyx
November 6th, 2009, 03:33 PM
http://pastebin.com/f4ccd89fe
poctob
November 6th, 2009, 04:25 PM
In my case control option "Dock" is not even available in the amixer or alsamixer.
poctob
November 6th, 2009, 04:38 PM
OK, I got it to work. I had to edit /etc/modprobe.d/options.conf and comment out mobile option:
#options snd-hda-intel model=mobile
After reboot I have dock option in alsa mixer. Laptop internal speaker can be muted using mute button on the laptop itself. The annoying thing is that the sound preferences applet in Karmic has been dumbed down to a point where a user has absolutely no control over the sound except the master volume and balance.
wladyx
November 6th, 2009, 04:43 PM
ls -al /etc/modprobe.d/
total 48
drwxr-xr-x 2 root root 4096 2009-11-06 17:41 .
drwxr-xr-x 137 root root 12288 2009-11-06 14:51 ..
-rw-r--r-- 1 root root 2497 2009-10-12 01:07 alsa-base.conf
-rw-r--r-- 1 root root 325 2009-09-16 00:55 blacklist-ath_pci.conf
-rw-r--r-- 1 root root 1603 2009-09-16 00:55 blacklist.conf
-rw-r--r-- 1 root root 213 2009-09-16 00:55 blacklist-firewire.conf
-rw-r--r-- 1 root root 662 2009-09-16 00:55 blacklist-framebuffer.conf
-rw-r--r-- 1 root root 156 2009-10-12 01:07 blacklist-modem.conf
lrwxrwxrwx 1 root root 41 2009-10-23 13:47 blacklist-oss.conf -> /lib/linux-sound-base/noOSS.modprobe.conf
-rw-r--r-- 1 root root 1077 2009-09-16 00:55 blacklist-watchdog.conf
-rw-r--r-- 1 root root 16 2009-08-26 12:51 libpisock9.conf
no options.conf on karmic.
poctob
November 6th, 2009, 04:50 PM
ls -al /etc/modprobe.d/
total 48
drwxr-xr-x 2 root root 4096 2009-11-06 17:41 .
drwxr-xr-x 137 root root 12288 2009-11-06 14:51 ..
-rw-r--r-- 1 root root 2497 2009-10-12 01:07 alsa-base.conf
-rw-r--r-- 1 root root 325 2009-09-16 00:55 blacklist-ath_pci.conf
-rw-r--r-- 1 root root 1603 2009-09-16 00:55 blacklist.conf
-rw-r--r-- 1 root root 213 2009-09-16 00:55 blacklist-firewire.conf
-rw-r--r-- 1 root root 662 2009-09-16 00:55 blacklist-framebuffer.conf
-rw-r--r-- 1 root root 156 2009-10-12 01:07 blacklist-modem.conf
lrwxrwxrwx 1 root root 41 2009-10-23 13:47 blacklist-oss.conf -> /lib/linux-sound-base/noOSS.modprobe.conf
-rw-r--r-- 1 root root 1077 2009-09-16 00:55 blacklist-watchdog.conf
-rw-r--r-- 1 root root 16 2009-08-26 12:51 libpisock9.conf
no options.conf on karmic.
Try searching for it in other files, it may be in alsa-base.conf
grep mobile /etc/modprobe.d/*
If it is not there, you may have a different issue.
poctob
November 6th, 2009, 04:55 PM
ls -al /etc/modprobe.d/
total 48
drwxr-xr-x 2 root root 4096 2009-11-06 17:41 .
drwxr-xr-x 137 root root 12288 2009-11-06 14:51 ..
-rw-r--r-- 1 root root 2497 2009-10-12 01:07 alsa-base.conf
-rw-r--r-- 1 root root 325 2009-09-16 00:55 blacklist-ath_pci.conf
-rw-r--r-- 1 root root 1603 2009-09-16 00:55 blacklist.conf
-rw-r--r-- 1 root root 213 2009-09-16 00:55 blacklist-firewire.conf
-rw-r--r-- 1 root root 662 2009-09-16 00:55 blacklist-framebuffer.conf
-rw-r--r-- 1 root root 156 2009-10-12 01:07 blacklist-modem.conf
lrwxrwxrwx 1 root root 41 2009-10-23 13:47 blacklist-oss.conf -> /lib/linux-sound-base/noOSS.modprobe.conf
-rw-r--r-- 1 root root 1077 2009-09-16 00:55 blacklist-watchdog.conf
-rw-r--r-- 1 root root 16 2009-08-26 12:51 libpisock9.conf
no options.conf on karmic.
Actually I just looked at http://pastebin.com/f4ccd89fe and it shows that you already have Dock enabled. From the terminal run
amixer -c 0 sset Dock,0 unmute
That should unmute your dock sound.
m3741
November 6th, 2009, 05:32 PM
OK, I got it to work. I had to edit /etc/modprobe.d/options.conf and comment out mobile option:
#options snd-hda-intel model=mobile
After reboot I have dock option in alsa mixer. Laptop internal speaker can be muted using mute button on the laptop itself. The annoying thing is that the sound preferences applet in Karmic has been dumbed down to a point where a user has absolutely no control over the sound except the master volume and balance.
I totally agree with you on the sound preferences. I'm looking in to getting the better one back. I remember seeing something about apt-getting gnome-alsa-mixer or something. I'll look it up again.
poctob
November 6th, 2009, 05:40 PM
I totally agree with you on the sound preferences. I'm looking in to getting the better one back. I remember seeing something about apt-getting gnome-alsa-mixer or something. I'll look it up again.
Thanks for the tip, I just installed gnome-alsamixer. Much better alternative. Don't bother with alsamixergui package though, it is total junk.
wladyx
November 10th, 2009, 02:48 PM
Actually I just looked at http://pastebin.com/f4ccd89fe and it shows that you already have Dock enabled. From the terminal run
amixer -c 0 sset Dock,0 unmute
That should unmute your dock sound.
Thanks, that did the trick :)
felipe_mora
November 14th, 2009, 06:03 AM
Thanks a lot people, i just install yesterday find here and found a solution great work ;):KS
SNR99
January 28th, 2010, 10:40 PM
Hi there
I stumbled across this thread as am having trouble with a docking station headphone jack which isnt producing any sound. The headphone socket on the laptop works fine and the sound from the laptop also works fine.
I am running Ubuntu 9.10 and tried the amixer and there is not a Dock option. There is an external option which is unmuted.
Also, dont have a /etc/modprobe.d/options file to edit so cant try that approach.
Are there any ideas out there?
poctob
January 28th, 2010, 11:29 PM
Hi there
I stumbled across this thread as am having trouble with a docking station headphone jack which isnt producing any sound. The headphone socket on the laptop works fine and the sound from the laptop also works fine.
I am running Ubuntu 9.10 and tried the amixer and there is not a Dock option. There is an external option which is unmuted.
Also, dont have a /etc/modprobe.d/options file to edit so cant try that approach.
Are there any ideas out there?
Actual package name is gnome-alsamixer. Try that one first.
colorprint
January 29th, 2010, 07:20 AM
I have the same problem...
And I have no "Dock" option in gnome-alsamixer
poctob
January 29th, 2010, 03:15 PM
I have the same problem...
And I have no "Dock" option in gnome-alsamixer
Did you run
amixer -c 0 sset Dock,0 unmute first? See attached screenshot.
feenstra
March 16th, 2010, 12:47 PM
Just my two cents.
Un-muting 'dock' in gnome-alsamixer worked in getting output on my external speakers, but not muting the internal ones.
Twiddling the mute button and volume controls on my laptop, and the mute buttons for master and pcm in gnome-alsamixer got me to a state where 'mute' is on for the internal speakers, while sound still comes out of the external ones. Unfortunately I don't remember the exact sequence - you know how that goes - and I don't have time to try and replicate now. (Besides, I don't want to interrupt the Breeders!)
Running karmic 64 (latest updates) on a HP 6930p, sound from Rhythmbox.
Hope this gives others a hint! :D
enigva
May 31st, 2010, 02:11 PM
I do have the Dock option in alsamixer but I just can mute or unmute, when hiting + or up arrow to increase volume the program terminates...
Any idea?
Powered by vBulletin® Version 4.2.2 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.