Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Headphone jack does not mute speakers after upgrade to 9.10 Karmic

  1. #1
    Join Date
    Jun 2006
    Beans
    Hidden!

    Cool Headphone jack does not mute speakers after upgrade to 9.10 Karmic

    Upgraded from 9.04 to 9.10 Karmic the other day. After the upgrade the following bug emerged (was working correctly in 9.04):

    Inserting the headphone jack does not mute the speakers, but the sound can be heard normally through the speakers as well as the headphones.

    Code:
    melikamp@ghash:~$ cat /etc/modprobe.d/alsa-base.conf
    # autoloader aliases
    install sound-slot-0 /sbin/modprobe snd-card-0
    install sound-slot-1 /sbin/modprobe snd-card-1
    install sound-slot-2 /sbin/modprobe snd-card-2
    install sound-slot-3 /sbin/modprobe snd-card-3
    install sound-slot-4 /sbin/modprobe snd-card-4
    install sound-slot-5 /sbin/modprobe snd-card-5
    install sound-slot-6 /sbin/modprobe snd-card-6
    install sound-slot-7 /sbin/modprobe snd-card-7
    
    # Cause optional modules to be loaded above generic modules
    install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
    #
    # Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
    install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
    install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
    install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
    #
    install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
    # Cause optional modules to be loaded above sound card driver modules
    install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
    install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }
    
    # Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
    install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
    # Prevent abnormal drivers from grabbing index 0
    options bt87x index=-2
    options cx88_alsa index=-2
    options saa7134-alsa index=-2
    options snd-atiixp-modem index=-2
    options snd-intel8x0m index=-2
    options snd-via82xx-modem index=-2
    options snd-usb-audio index=-2
    options snd-usb-us122l index=-2
    options snd-usb-usx2y index=-2
    options snd-usb-caiaq index=-2
    # Ubuntu #62691, enable MPU for snd-cmipci
    options snd-cmipci mpu_port=0x330 fm_port=0x388
    # Keep snd-pcsp from being loaded as first soundcard
    options snd-pcsp index=-2
    # Power down HDA controllers after 10 idle seconds
    #options snd-hda-intel power_save=10 power_save_controller=N
    Code:
    melikamp@ghash:~$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: NVidia [HDA NVidia], device 0: ALC1200 Analog [ALC1200 Analog]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 0: NVidia [HDA NVidia], device 1: ALC1200 Digital [ALC1200 Digital]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    Last edited by melikamp; November 5th, 2009 at 10:04 PM. Reason: bump

  2. #2
    Join Date
    May 2007
    Beans
    2

    Re: Headphone jack does not mute speakers after upgrade to 9.10 Karmic

    I have had the same problem since upgrading.

    Code:
    ...:~$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
      Subdevices: 0/1
      Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC662 rev1 Digital [ALC662 rev1 Digital]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 3: INTEL HDMI [INTEL HDMI]
      Subdevices: 1/1
      Subdevice #0: subdevice #0

  3. #3
    Join Date
    Nov 2007
    Location
    San Diego, CA
    Beans
    12
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Headphone jack does not mute speakers after upgrade to 9.10 Karmic

    Same here. Haven't found any solution yet.

  4. #4
    Join Date
    Nov 2009
    Beans
    2

    Re: Headphone jack does not mute speakers after upgrade to 9.10 Karmic

    Hi Guys,
    I'm pretty new to Ubuntu (just started 2 weeks ago), but i am very impressed.... especially considering the cost (nothing)! Unfortunately there are a few bugs, but this fixed it for my HP/compaq nc6220 laptop. I have Ubuntu 9.10.

    1) Open a terminal window
    2) Type alsamixer
    3) Arrow over and highlight Headphon
    4) Press m key to toggle the headphone jack sense

    For more info on alsamixer, see this link: http://en.wikipedia.org/wiki/Alsamixer

    I spent about 3 hours digging around, trying a bunch of things, and learning some new terminal commands before figuring this out.
    Hope that helps!
    Last edited by dsrossing; November 10th, 2009 at 03:00 AM.

  5. #5
    Join Date
    Nov 2007
    Location
    Sweden
    Beans
    4

    Re: Headphone jack does not mute speakers after upgrade to 9.10 Karmic

    Hi guys,

    I made a script that makes sure it's fixed all the time. It's posted a couple of days ago here:http://ubuntuforums.org/showthread.p...+karmic+detect

  6. #6
    Join Date
    Nov 2007
    Location
    San Diego, CA
    Beans
    12
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Headphone jack does not mute speakers after upgrade to 9.10 Karmic

    Doesn't seem to be the same problem that I'm having. Actually it seems like it's not properly detecting my heaphone jack at all. I don't have a headphone detect option in alsa-mixer and the headphone volume slider doesn't go above 0. I do get audio out of the headphones though, it's just playing out of my speakers at the same time. I suspect I need to change something in /etc/modprobe.d/alsa-base.conf. No time to look into it now, but hopefully I'll post a solution in the next day or so in case someone else has my issue.

  7. #7
    Join Date
    Nov 2008
    Beans
    12

    Smile Re: Headphone jack does not mute speakers after upgrade to 9.10 Karmic

    i have a gateway laptop (m6809m) with a intel stac9205 and i solved it with this:

    1.- read the instructions to get the the last version of the alsa project http://ubuntuforums.org/showthread.php?t=1046137

    2.- download the script and run it to get the last alsa snapshot

    3.- edit the alsa.conf file with sudo properties like this on the terminal:
    sudo gedit /etc/modprobe.d/alsa-base.conf

    4.- at the end of the file add this:

    options snd-hda-intel model=eapd probe_mask=1 position_fix=1

    5.- restart your laptop

    the trick is "model= eapd" (e)xternal (a)udio (p)ower (d)own
    i hope it work for you all...

  8. #8
    Join Date
    Jan 2009
    Location
    athens, greece
    Beans
    16
    Distro
    Kubuntu Development Release

    Smile Re: Headphone jack does not mute speakers after upgrade to 9.10 Karmic

    After searching for hours for the problem-a problem that did not exist in ubuntu 9.04 but arose in the ubuntu 9.10, aka the annoying simultaneous playing of the speakers and the headphones-
    I CONFIRM THAT THE SOLUTION PROVIDED BY rattamayhorka SOLVES THE PROBLEM

    My laptop is an acer 6530g and following the steps provided,
    I managed not only to listen to music from my headphones with the speakers properly muted but moreover the whole process is much smoother and automated than it used to be in ubuntu 9.04!

    A big thank also for wileur for providing a useful script!
    UBUNTU and UBUNTU community rock!

  9. #9
    Join Date
    Jan 2009
    Location
    athens, greece
    Beans
    16
    Distro
    Kubuntu Development Release

    Re: Headphone jack does not mute speakers after upgrade to 9.10 Karmic

    hm...
    After testing more the provided solution i found a rather annoying glitch...
    The computer generates all the time a c tic-tac sound behaving like an old analog clock!

    Why is this happening?
    So setting " options snd-hda-intel model=eapd probe_mask=1 position_fix=1 " leads to this minor adverse effect...

  10. #10
    Join Date
    Jan 2009
    Location
    athens, greece
    Beans
    16
    Distro
    Kubuntu Development Release

    Smile Re: Headphone jack does not mute speakers after upgrade to 9.10 Karmic

    i tried this solution for this minor glitch http://ubuntuforums.org/showthread.php?t=1313986
    but it did not work for me...
    Well,i wrote alsamixer in the console and found out that the problem was the mic!
    Muting the mic i got rid of this tic-tac sound and now everything is working perfect!

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •