Results 1 to 2 of 2

Thread: Speakers not muting when headphones are plugged in

  1. #1
    Join Date
    Dec 2009
    Location
    Bayamon, PR
    Beans
    Hidden!

    Speakers not muting when headphones are plugged in

    hello all. well, i'm having a problem that i seem to have every time i upgrade. i always do a fresh install of every upgrade to ubuntu, and i always get this jack sensing problem. i'd always have to fix it by ugrading alsa using the alsa upgrade script that's in one of the threads around here. http://ubuntuforums.org/showthread.p...10#post6589810 anyway, the problem is, i'm not using ubuntu this time. i decided to see what all the fuss is about linux mint and i installed mint 10 instead. being based on ubuntu, it wasn't a surprise that i get this audio problem, but for some reason, i'm getting an error upgrading alsa when i get to the compiling part, i get an error that says
    Code:
    *************************************************************************** *  Alsa packages(drivers/lib/util/firmware/oss) will be compiled ***************************************************************************  *************************************************************************** *  Prepare for compilation and installation... ***************************************************************************  *************************************************************************** *  alsa-driver-1.0.23  not found ***************************************************************************
    weird thing is, i checked in synaptic and the installed version of alsa is 1.0.23 so i'd be reinstalling the same version.. anyway, i'm not that worried about the alsa upgrade not working since i don't really care to have the latest and greatest alsa drivers. all i really would like is for my speakers to mute whenever i plug in my headphones. if anybody knows of another way to do this, i'd greatly appreciate this. btw, i have an laptop HP dv-7 3080 and i'm not sure if this is needed or not, but i'll post up this info as well my aplay output:
    Code:
     sleepee@sleepee-laptop:~/Downloads$ aplay -l **** List of PLAYBACK Hardware Devices **** card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]   Subdevices: 1/1   Subdevice #0: subdevice #0 card 0: Intel [HDA Intel], device 1: STAC92xx Digital [STAC92xx Digital]   Subdevices: 1/1   Subdevice #0: subdevice #0 card 1: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]   Subdevices: 1/1   Subdevice #0: subdevice #0 card 1: NVidia [HDA NVidia], device 7: NVIDIA HDMI [NVIDIA HDMI]   Subdevices: 1/1   Subdevice #0: subdevice #0 card 1: NVidia [HDA NVidia], device 8: NVIDIA HDMI [NVIDIA HDMI]   Subdevices: 1/1   Subdevice #0: subdevice #0 card 1: NVidia [HDA NVidia], device 9: NVIDIA HDMI [NVIDIA HDMI]   Subdevices: 1/1   Subdevice #0: subdevice #0
    my alsa-base.conf output:
    Code:
    sleepee@sleepee-laptop:~$ 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-caiaq index=-2 options snd-usb-ua101 index=-2 options snd-usb-us122l index=-2 options snd-usb-usx2y 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 # Keep snd-usb-audio from beeing loaded as first soundcard options snd-usb-audio index=-2
    any help is appreciated. thanks

  2. #2
    Join Date
    Dec 2009
    Location
    Bayamon, PR
    Beans
    Hidden!

    Re: Speakers not muting when headphones are plugged in

    never mind... i had forgotten what i had done to fix this the last time... after upgrading alsa to the latest version, i also had to addd these lines to the /etc/modprobe.d/alsa-base.conf file
    Code:
     options snd_hda_intel model=hp-dv5 options snd-hda-intel enable_msi=1
    reboot and everything's fixed. i have bad memory. lol!

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
  •