The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    No audio on Ubuntu 9.10

    Discussion in 'Linux Compatibility and Software' started by fred2028, Dec 2, 2009.

  1. fred2028

    fred2028 Sexy member

    Reputations:
    196
    Messages:
    2,205
    Likes Received:
    1
    Trophy Points:
    56
    Any ideas as to why I can't seem to get any audio from my Ubuntu? I have a Dell Studio XPS 1645 and a fresh, hardly modified installation of Ubuntu.
     
  2. Wayne99

    Wayne99 Notebook Consultant

    Reputations:
    0
    Messages:
    164
    Likes Received:
    10
    Trophy Points:
    31
    Do you hear the startup Ubuntu jungle sound? What happens when you try to play audio?
     
  3. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    I can't find any thread or anything that has the correct option line, so you'll have to figure it out yourself.

    First run:
    Code:
    aplay -l | grep -i alc
    It will return something like this:
    Code:
    card 0: Intel [HDA Intel], device 0: ALC663 Analog [ALC663 Analog]
    card 0: Intel [HDA Intel], device 1: ALC663 Digital [ALC663 Digital]
    Then take that number, 664 in my case, and find it in this list:
    http://www.kernel.org/doc/Documentation/sound/alsa/HD-Audio-Models.txt

    Then find an option that says Dell, or a generic one, and try it by editing /etc/modprobe.d/alsa-base.conf:
    Code:
    gksudo gedit /etc/modprobe.d/alsa-base.conf
    Put a new line at the bottom of the file:
    Code:
    options snd-hda-intel model=dell-whatever
    Save the file, and leave the window open because the first option you try may not work. Open a terminal and run:
    Code:
    sudo alsa force-reload
    This will reload ALSA with your model option that you just edited into alsa-base.conf. Try opening your sound preferences or mixer and see if all the levels are up and the speaker is not muted, and try playing sound.

    Go back to the list of models and try a new one, replace model=dell-whatever with the new model to try. Then reload alsa again. Eventually it should work.
     
  4. Ch00kz

    Ch00kz Notebook Consultant

    Reputations:
    1
    Messages:
    109
    Likes Received:
    0
    Trophy Points:
    30
    Hope This helps haven't tested it but i found it online a couple weeks ago:

    Installing Ubuntu 9.10 Karmic Koala on the Dell XPS 16 i7 laptop is pretty straight forward. Everything pretty much worked out of the box. The only thing that needed to be modified to work was the sound drivers.
    Sound:
    To get the sound to work add the following to /etc/modprobe.d/alsa-base.conf:

    Configure the sound card
    Codec: IDT 92HD73C1X5
    options snd-hda-intel model=dell-m6
    options snd-hda-intel enable_msi=1
     
  5. TheFakirrr

    TheFakirrr Newbie

    Reputations:
    0
    Messages:
    6
    Likes Received:
    0
    Trophy Points:
    5

    Hey !
    Thanks a lot : those 2 lines did the trick for me on an XPS 1645 very similar to the one you should be receiving soon per your signature.

    Tnx again & merry xmas to u all :D