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

Hybrid View

  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
    May 2009
    Beans
    2

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

    Thank you, you helped me big time.

  8. #8
    Join Date
    May 2009
    Beans
    2

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

    thanks dsrosing..

  9. #9
    Join Date
    Nov 2009
    Beans
    2

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

    Quote Originally Posted by mkongwe View Post
    thanks dsrosing..
    No problem! It's great to have this community of folks helping each other out.

  10. #10
    Join Date
    Jan 2009
    Beans
    12

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

    1) Open a terminal window
    2) Type alsamixer
    3) Arrow over and highlight Headphon
    4) Press m key to toggle the headphone jack sense
    OMG Thank you sooo much it worked perfect here!! I have been looking for months for a solution!!

    Damn it was so simple!

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
  •