Page 3 of 29 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 281

Thread: snd_hda_intel options database

  1. #21
    Join Date
    May 2009
    Beans
    1

    Angry Re: snd_hda_intel options database

    Please mark help me in my Pc, do not exist sound is a HP DV6-1030us, whith ubuntu 9.04, in ubuntu 8.10 all ok. I don't understand please.

    my chip is HDA Intel │
    IDT 92HD75B3X5

  2. #22
    Join Date
    Mar 2009
    Beans
    10
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: snd_hda_intel options database

    It fixed my audio, thanks!

    My problem was a popping/cracking sound when trying to play audio. I could still hear the audio but it was accompanied by loud, irritating clicks.

    I have a Dell Vostro 1510 and adding options snd-hda-intel model=dell to the config file and restarting alsa worked like a charm!

    Thanks again!

    Edit: seems like I have no sound at all on YouTube video's . Music and Video on Totem work though.
    Last edited by wimpelmeesje; May 8th, 2009 at 02:06 PM.

  3. #23
    Join Date
    May 2009
    Beans
    1

    Re: snd_hda_intel options database

    I have an Acer Aspire 6935G and sounds works well, but no headphones


    alias snd-card-0 snd-hda-intel
    options snd-hda-intel enable_msi=1
    options snd-hda-intel model=auto
    options snd-hda-intel single_cmd=1

  4. #24
    Join Date
    May 2009
    Beans
    2

    Re: snd_hda_intel options database

    HP Pavilion dv4-1210ef

    The following settings at the end of /etc/modprobe.d/alsa-base.conf enable correct sound through laptop speakers. The sound works after suspend and hibernate too:

    options snd-hda-intel model=3stack-dig
    options snd-hda-intel enable_msi=1
    options snd-hda-intel single_cmd=1

    Thanks to all of you whose contribution helped me find a solution for my laptop!

  5. #25
    Join Date
    May 2009
    Location
    Jakarta, Indonesia
    Beans
    41
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: snd_hda_intel options database

    Hi Mark,

    I think this might be off topic a bit, but it has to do with trying out the options.

    I'm executing the commands you showed us

    sudo alsa force-reload
    Code:
    the output is this:
    henry@henry-laptop:~$ sudo alsa force-reload
    lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/henry/.gvfs
          Output information may be incomplete.
    Terminating processes: 3512lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/henry/.gvfs
          Output information may be incomplete.
    lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/henry/.gvfs
          Output information may be incomplete.
    
    lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/henry/.gvfs
          Output information may be incomplete.
    Unloading ALSA sound driver modules: snd-hda-intel snd-pcm-oss snd-mixer-oss snd-pcm snd-seq-dummy snd-seq-oss snd-seq-midi snd-rawmidi snd-seq-midi-event snd-seq snd-timer snd-seq-device snd-page-alloc.
    Loading ALSA sound driver modules: snd-hda-intel snd-pcm-oss snd-mixer-oss snd-pcm snd-seq-dummy snd-seq-oss snd-seq-midi snd-rawmidi snd-seq-midi-event snd-seq snd-timer snd-seq-device snd-page-alloc.
    Does that mean the alsa is successfully reloaded?

    Then the command

    pulseaudio -D
    Code:
    gives this output
    henry@henry-laptop:~$ pulseaudio -D
    I: caps.c: Limited capabilities successfully to CAP_SYS_NICE.
    I: caps.c: Dropping root privileges.
    I: caps.c: Limited capabilities successfully to CAP_SYS_NICE.
    N: main.c: Called SUID root and real-time and/or high-priority scheduling was requested in the configuration. However, we lack the necessary privileges:
    N: main.c: We are not in group 'pulse-rt', PolicyKit refuse to grant us the requested privileges and we have no increase RLIMIT_NICE/RLIMIT_RTPRIO resource limits.
    N: main.c: For enabling real-time/high-priority scheduling please acquire the appropriate PolicyKit privileges, or become a member of 'pulse-rt', or increase the RLIMIT_NICE/RLIMIT_RTPRIO resource limits for this user.
    E: main.c: Daemon startup failed.
    I'm running laptop Compaq CQ40, and I'm curious if all the options mentioned are really necessary, thus trying them out one by one (total combination 120), but having to restart after combination is really too time consuming.

    Please advise.
    Henry
    Last edited by gnulab; May 28th, 2009 at 02:06 AM.
    you were once a newbie too.

  6. #26
    Join Date
    May 2009
    Location
    Jakarta, Indonesia
    Beans
    41
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: snd_hda_intel options database

    Hi Mark,

    My laptop is Compaq Presario CQ40-324TU

    While waiting for your reply, I played around with various combinations.
    At first the one you mentioned works, ie

    Code:
    Compaq
    Compaq CQ40 
    options snd-pcsp index=-2
    options snd slots=snd-hda-intel
    options snd-hda-intel model=hp-m4
    alias snd-card-0 snd-hda-intel
    options snd-hda-intel enable_msi=1
    then I fiddled around, and for my case, this combo works as well, even the mic works, headphone works (speaker mutes automatically when headphone is plugged in)

    Code:
    Compaq
     Compaq CQ40 
     options snd-pcsp index=-2
     options snd slots=snd-hda-intel
     options snd-hda-intel model=hp-m4
    #alias snd-card-0 snd-hda-intel
    #options snd-hda-intel enable_msi=1
    Hope this help for people in simiar situation.

    Henry
    you were once a newbie too.

  7. #27
    Join Date
    May 2009
    Beans
    25

    Re: snd_hda_intel options database

    unfortunately, CQ-40 settings didn't work for me
    had the same set of error messages as gnulab

  8. #28
    Join Date
    Jan 2009
    Beans
    46

    dv5 sound

    Quote Originally Posted by dozepih View Post
    Try inserting the following in /etc/modprobe.d/alsa-base.conf:

    options snd slots=snd-hda-intel
    options snd-hda-intel model=hp-m4
    alias snd-card-0 snd-hda-intel
    from
    HTML Code:
    http://ubuntuforums.org/newreply.php?do=newreply&p=7141145
    worked perfect for my dv5, as the "options snd-hda-intel model=dv5" did nothing whatsoever in my case.

    i then followed with the
    killall pulseaudio

    sudo alsa force-reload

    pulseaudio -D

    log out, log in, and voila! thanks!!

  9. #29
    Join Date
    Apr 2008
    Beans
    4,377
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: snd_hda_intel options database

    Quote Originally Posted by banduan View Post
    unfortunately, CQ-40 settings didn't work for me
    had the same set of error messages as gnulab
    Well, I depend on people to report these things to me since I cannot afford to go out and buy every laptop there is. But someone said it worked with their CQ-40 so I have to take that on faith. Also, machine manufacturers often change the chips they use in the middle of a production run so there are many machines out their with the same label but different hardware. You probably hae CQ-40 ver.xxxxx rev.yyyyy that is different from the one reported.

    All I can say, is try some of the options for similar machines or try upgrading ALSA. There are fixes coming all the time for specific hardware but not all of them can be backported to older alsa versions. Jnauty cam out with ALSA 1.0.18 and now 1.0.20 is out. If you do figure it out, please let me know.
    PMs will be ignored.

  10. #30
    Join Date
    May 2009
    Location
    Jakarta, Indonesia
    Beans
    41
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: snd_hda_intel options database

    Quote Originally Posted by guby_84 View Post
    Please mark help me in my Pc, do not exist sound is a HP DV6-1030us, whith ubuntu 9.04, in ubuntu 8.10 all ok. I don't understand please.

    my chip is HDA Intel │
    IDT 92HD75B3X5
    Hi Guby,

    You could try my settings, since my Compaq Presario CQ40 also reported it's using chipset IDT 92HD75B3X5
    you were once a newbie too.

Page 3 of 29 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
  •