Ubuntu Geek

Ubuntu Linux Tips,Howtos&Tutorials|Edgy,Feisty,Gutsy,Hardy

  • Subscribe RSS Feed

    subscribe to the ubuntu Geek RSS feed




  • Sponsor

  • Categories

  • Meta

  • Sponsor

  • Archives



  • WidgetBucks - Trend Watch - WidgetBucks.com

Fix for Feisty-Sound-Toshiba Laptop

Posted by cddeluca on May 14th, 2008 Email This Post Email This Post

Total newb. It took me days to find this solution so I thought it worth posting to improve somebody else’s chances of finding it.

Laptop: Toshiba A135-S4527

No sound output

lspci output: Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)

Solution:

ADD OPTION TO /etc/modprobe.d/alsa-base

Insert last line: “options snd-hda-intel model=3stack”

If you want to be notified the next time we write something please subscribe to our RSS feed.Thanks for Visiting!

Related Articles

4 Responses to “Fix for Feisty-Sound-Toshiba Laptop”

  1. Bob Moss Says:

    Or you can add the following:

    options snd-hda-intel model=lenovo

    which has worked for my Toshiba Satellite since Feisty. However, though it acknowledges the headphone and microphone sockets, it doesn’t do much with them - I will try out your solution to see if it improves the situation.

    (Also, for those of you having trouble, make sure your volume is up and that you’ve enabled the ‘Volume Control/Alsa-Base’ in System > Administration > Services

  2. Bob Moss Says:

    I’ve managed to get sound running with the following:

    options snd-hda-intel model=lenovo
    options snd-hda-intel model=3stack
    options snd-hda-intel model=auto

    however, headphones didn’t work. Here is the solution:

    in a terminal:

    sudo su

    sudo gedit /etc/modprobe.conf

    In the blank text document that comes up, type:

    options snd-hda-intel model=6stack-digout

    Then save and reboot.

    Finally, head to your terminal and type:

    alsamixer

    use the arrow keys to navigate around, and press ‘m’ on anything displaying ‘MM’ - and raise their volumes.
    Now open volume control edit > preferences and allow ’surround’. Make sure all channels are unmuted. ‘Surround’ will control your main headphone volume!

    This worked with my Toshiba Satellite L20, and it’s reported to work with L35 and onwards. You’ll have to experiment if you have a different Toshiba model - but this should work!

  3. KBake2010 Says:

    sorry, but I’m new to Ubuntu, and my Toshiba is not outputting any sounds. every time I try this:

    /etc/modprobe.d/alsa-base

    in the Terminal, it says permission denied. How do I get permission?

  4. admin Says:

    edit the file using the following command from terminal

    sudo gedit /etc/modprobe.d/alsa-base

    add the line menctioned

    save and exit the file

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>