Page 10 of 29 FirstFirst ... 8910111220 ... LastLast
Results 91 to 100 of 281

Thread: snd_hda_intel options database

  1. #91
    Join Date
    Aug 2006
    Beans
    12

    Acer 5236

    EVERYTHING WORKING YEYYYYYYYY!!!

    I have an ACER 5236-5322 running ubuntu 9.10 Karmic. At first audio came out both through the notebook's speakers and the headphones. I edited /etc/modprobe.d/alsa-base.conf.

    The last line was:

    options snd-hda-intel power_save=10 power_save_controller=N

    I added model=auto and forced alsa reload and it was working perfectly!! Also, the camera works incredibly well. The microphone wasn't working, I went to sound options, selected the only device listed and the "microphone 2" input source.

  2. #92
    Join Date
    Mar 2007
    Location
    Éire
    Beans
    160
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re:

    In Karmic I have had to install the "linux-backports-modules-alsa-karmic" package as well as editing the configuration file. After that the headphones work as expected, yet to test the internal mic.
    Last edited by dizee; November 10th, 2009 at 07:18 PM. Reason: wrong title

  3. #93
    Join Date
    Nov 2009
    Beans
    12
    Distro
    Ubuntu 9.10 Karmic Koala

    Post Re: snd_hda_intel options database

    Thanks very much for the database

    Alienware m5500i-R3 with Ubuntu 9.10 Desktop Karmic Koala

    Sound and Mic works with

    options snd-hda-intel model=F1734 position_fix=2
    options snd-hda-intel enable_msi=1


    Built in Mic is low or distorted if using boost with poor output to built in speakers when recording. Headphone and Ext Mic is fine for skype, Movies etc on Built in speakers fine
    Last edited by Fast_Wyvern; November 8th, 2009 at 03:22 PM.

  4. #94
    Join Date
    Oct 2006
    Location
    Portugal - Coimbra
    Beans
    52
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: snd_hda_intel options database

    I have an LG P1. I updated today to 9.10.
    No headphones neither speakers.

    Solution:
    Code:
    sudo gedit /etc/modprobe.d/alsa-base
    and add:
    Code:
    options snd-hda-intel model=lg

  5. #95
    Join Date
    May 2008
    Beans
    8

    Re: snd_hda_intel options database

    Hi guys,

    What about non-hda cards? For example adi ac 97?
    On my nx8220 i have a switching problem. On alsamixer for headphone is saying "jack sense off"
    any ideas?

    EDIT: well, this is embarrassing for me
    1. Go to terminal
    2. type alsamixer
    3. select headphone
    4. press dot (".") on keyboard
    5. voila, jack sense is ON, switching problem OFF
    Last edited by emilije; November 9th, 2009 at 12:17 PM.

  6. #96
    Join Date
    Jun 2009
    Beans
    10

    Zepto 6625WD

    I got my zepto 6625WD working by commenting out
    #options snd-hda-intel power_save=10 power_save_controller=N

    and adding

    options snd-hda-intel probe_mask=1 model=auto

    Model=zepto left the headphone out not working, but with auto everything is A-ok.

  7. #97
    Join Date
    Aug 2006
    Beans
    8

    Re: snd_hda_intel options database

    LG T1 Express

    Add/change the following to /etc/modprobe.d/alsa-base.conf

    options snd-hda-intel model=lg
    options snd-hda-intel power_save=0 power_save_controller=N

    And sound works

  8. #98
    Join Date
    Aug 2005
    Location
    United Kingdom
    Beans
    2
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: snd_hda_intel options database

    model hp pavilion entertainment dv6-2010sa

    added to alsa-base.conf

    Code:
    alias snd-card-0 snd-hda-intel
    options snd-hda-intel model=dell-m4-3 enable_msi=1
    Works here thank you

  9. #99
    Join Date
    Nov 2007
    Beans
    11

    Re: snd_hda_intel options database

    I've spent the last two days fiddling with this, and reading the ALSA-configuration.txt file, and I finally got it to work.

    Model: Toshiba Qosmio G35-AV660

    Result of cat /proc/asound/card0/codec#* | grep Codec:
    Codec: SigmaTel ID 7691
    Codec: LSI Si3054

    Wound up figuring out that I had an Intel 82801G (ICH7) chip. Tried snd-hda-intel, didn't work. snd-intel8x0 worked perfectly. It appears to be working just fine now.

  10. #100
    Join Date
    May 2006
    Beans
    7

    Re: snd_hda_intel options database

    Notebook Model: HP DV2555ea
    Ubuntu version: Karmic Koala 9.10
    Alsa Codec: Conexant CX20549 (Venice)
    Problem: noisy pop sounds on audio card awakening from power save mode every few seconds.
    Solution: in /etc/modprobe.d/alsa-base.conf modified line "options snd-hda-intel power_save=10 power_save_controller=N" in "options snd-hda-intel enable_msi=1"
    Bug page: https://bugs.launchpad.net/fedora/+s...ux/+bug/382140
    Last edited by kobayashison; December 11th, 2009 at 09:02 PM.

Page 10 of 29 FirstFirst ... 8910111220 ... 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
  •