Page 3 of 16 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 151

Thread: SOLVED Headphone & Speaker Issue SOLVED

  1. #21
    Join Date
    Sep 2007
    Location
    Arab, AL.
    Beans
    5
    Distro
    Ubuntu 8.04 Hardy Heron

    Lightbulb Re: SOLVED Headphone & Speaker Issue SOLVED

    Quote Originally Posted by wasutton3 View Post
    i have tried this solution but it appears to not do anything. i still have the same issues. i run hardy on an asus m50, and i noticed there were a few asus tags in the alc880, but the intial command yields an alc888, would there be any downside to trying out something else?
    you could try this which help'd me and it was instead of
    options snd-hda-intel model=3stack-6ch
    *I used this but had to continuously plug/unplug my headphones before it would work and upon system restart it continued to not work till I started plugging/unplugging it again...would take up to 8 times before it worked.*

    I instead used

    options snd-hda-intel model=targa-dig

    This option worked for me the first go round....system restart and still working. Might hafta play around with different variation's depending on your system and see what happen's.

    I have an MSI EX600 Laptop and this has been the only problem that I've had thus far with Ubuntu and now it's fixed.

    Hope this help's someone out there =P
    Last edited by loctorn; July 6th, 2008 at 07:38 PM. Reason: forgot to post my system

  2. #22
    Join Date
    Mar 2005
    Location
    London, UK
    Beans
    130
    Distro
    Ubuntu

    Re: SOLVED Headphone & Speaker Issue SOLVED

    Tried
    options snd-hda-intel model=targa-dig
    options snd-hda-intel model=auto probe_mask=1 position_fix=1
    options snd-hda-intel model=lenovo

    and lots more.

    Whatever I do, I can't stop the speakers playing with I switch to headphones :/

    Running a Realtek ACL888
    Last edited by Lord C; August 18th, 2008 at 09:25 PM.

  3. #23
    Join Date
    Aug 2008
    Beans
    4

    Re: SOLVED Headphone & Speaker Issue SOLVED

    sweet!!!!

    targa-dig fixed everything for me

    good bye final annoyance.. may I never see your mangy *** again

  4. #24
    Join Date
    Aug 2008
    Beans
    56

    Re: SOLVED Headphone & Speaker Issue SOLVED

    I just installed Gnome LASA mixer, and unmuted the side speakers, plugged my headset in, and voila

    Both work at same time, full volume, no swicthes needed.

  5. #25
    Join Date
    Oct 2007
    Location
    Fargo, ND
    Beans
    9
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: SOLVED Headphone & Speaker Issue SOLVED

    This also worked for me.
    Don't like having to switch it every time i plug my headphones in but its better than nothing...

    Thanks!

  6. #26
    Join Date
    Nov 2007
    Beans
    5

    Re: SOLVED Headphone & Speaker Issue SOLVED

    This solution does not work for vaio NR498e. I've try and no result.But it was fixed by only install VLC 0.8.6e.

  7. #27
    Join Date
    Oct 2007
    Beans
    53

    Smile Re: SOLVED Headphone & Speaker Issue SOLVED

    Worked for me! Thanks.

    As standard I had a headphone switch in mixer but it did nothing. Tried several options, only 'hippo' worked as it gave me a headphone slider in the mixer.

    Philips x66 laptop, Realtek AL262 codec, Intel 82801G ICH7
    7.1 gutsy

  8. #28
    Join Date
    Sep 2008
    Location
    china
    Beans
    1
    Distro
    Ubuntu 8.04 Hardy Heron

    Red face Re: SOLVED Headphone & Speaker Issue SOLVED

    wow~~so I'm really no idea.cause I can't find out the sound card by the list

    beside windows XP is using the VIA VIA1708,

    and here
    environment is ubuntu 8.04
    installed in laplop

    ==> /proc/asound/card0/codec#0 <==
    Codec: VIA VIA VT1708

    ==> /proc/asound/card0/codec#1 <==
    Codec: Motorola Si3054

    ----------

    and the /etc/modprobe.d/alsa-base
    ---------
    # 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 && { /sbin/modprobe --quiet snd-ioctl32 ; : ; }
    install snd-pcm /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe --quiet snd-pcm-oss ; : ; }
    install snd-mixer /sbin/modprobe --ignore-install snd-mixer && { /sbin/modprobe --quiet snd-mixer-oss ; : ; }
    install snd-seq /sbin/modprobe --ignore-install snd-seq && { /sbin/modprobe --quiet snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; }
    install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet 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 -Qb snd-emu10k1-synth ; }
    install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe -Qb 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 -Qb saa7134-alsa ; : ; }

    # Load snd-seq for devices that don't have hardware midi;
    # Ubuntu #26283, #43682, #56005; works around Ubuntu #34831 for
    # non-Creative Labs PCI hardware
    install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; }
    # 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-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
    #options snd-hda-intel model=?? #how do I setting for? thank u~~!
    ---------

  9. #29
    Join Date
    Oct 2008
    Beans
    2

    Re: SOLVED Headphone & Speaker Issue SOLVED

    It looks like this is heading me in the right direction. However, when I enter the command-

    sudo gedit /ect/modprobe.d/alsa.base

    I open a window named-

    *alsa.base (ect/modprobe.d) - gedit

    this window is completely blank. But I tried entering the text anyways-

    options snd-hda-intel model=vaio

    And I get an error message reading-

    Could not save the file [i]/ect/modprobe.d/alsa.base[i] unexpected error, file not found

    So I close out that window and I have an error message on my terminal, basically saying the same thing...

    I would think that file would be named the same in Mint as in Ubuntu, but maybe I am wrong..? Maybe I am missing something?

    EDIT:: OK THE WINDOW HAS TEXT IN IT, ITS JUST HIDDEN! THANKS!!
    Last edited by Pedhead; October 12th, 2008 at 03:28 AM. Reason: I'm a newb

  10. #30
    Join Date
    Jul 2006
    Location
    Denton, TX, US
    Beans
    1,355
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: SOLVED Headphone & Speaker Issue SOLVED

    This worked perfectly for me on a Sony VGN-NR385SE. Used sony-assamd option with Realtek ALC262. Eliminates the need for the headphone switch, speakers turn off when headphones are plugged in.

Page 3 of 16 FirstFirst 1234513 ... LastLast

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
  •