Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Speaker/Headphone Port Issue

  1. #11
    Join Date
    Aug 2008
    Beans
    2

    Re: Speaker/Headphone Port Issue

    Hi, I have a sz640 running Ubuntu 8.04. The cat /proc/asound/card0/codec#* | grep Codec output is:

    Codec: SigmaTel STAC9872AK
    Codec: Conexant ID 2c06

    Initially I had sound, but not through the headphones. After adding

    options snd-hda-intel model=vaio

    I have no sound.

  2. #12
    Join Date
    Aug 2008
    Beans
    2

    Re: Speaker/Headphone Port Issue

    Is this thread still active?

  3. #13
    Join Date
    Sep 2008
    Location
    H to the O to the ChiMIn
    Beans
    3
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Speaker/Headphone Port Issue

    I hope this thread is still active! I've tried the steps mentioned above on my toshiba satellite laptop, but still no sound out of the headphones. Perhaps I'm not adding the the right model after: options snd-hda-intel model=MODEL

    I've tried Satellite, satellite, and toshiba. No luck so far.

    When I try to find out what sound card I have this is what I get:

    cat /proc/asound/card0/codec#* | grep Codec
    Codec: Conexant CX20551 (Waikiki)

    Anyway, I'm a noob to most of this, so if someone could point out what I'm doing wrong I'd appreciate it!

    Thanks

  4. #14
    Join Date
    Feb 2005
    Location
    Tlaquepaque, Mexico
    Beans
    159
    Distro
    Ubuntu Development Release

    Thumbs down Re: Speaker/Headphone Port Issue

    Quote Originally Posted by Nepherte View Post
    Sorry that I've lost my eye on this thread. There should exist a solution for your problem.

    1. Let's find out which model of sound card you use:
    Code:
    cat /proc/asound/card0/codec#* | grep Codec
    The output on my sony vaio sz6 looks like:
    Code:
    SigmaTel STAC9872AK
    Of course yours might look differen.

    2. Search for your model on this site: http://www.mjmwired.net/kernel/Docum...figuration.txt

    3. Take a look at the model type options and take the one that fits best to your laptop, for example 'sony' or 'vaio' or the like.

    4. Open up /etc/modprobe.d/alsa-base:
    Code:
    sudo gedit /etc/modprobe.d/alsa-base
    and add
    Code:
    options snd-hda-intel model=MODEL
    to the end of the file, assuming it is an intel hda sound card which is most likely the case with your sony laptop. Restart your laptop and let's pray it has fixed your problem.
    Great tutorial Nepherte. Thanks a lot for your instrucions. They worked like a charm with my brother's laptop. It is a sony VGN-NR310FH and i'm using Intrepid Ibex.
    Linux Counter #382246 -

  5. #15
    Join Date
    Dec 2008
    Beans
    1

    Re: Speaker/Headphone Port Issue

    hey dude thanks for your replies
    I have got the same problems but not able to sort them out.I have got HP dv-5 laptop
    can you help me out?

Page 2 of 2 FirstFirst 12

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
  •