Page 11 of 29 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 281

Thread: snd_hda_intel options database

  1. #101
    Join Date
    Dec 2009
    Location
    Nice
    Beans
    4
    Distro
    Ubuntu

    Re: snd_hda_intel options database

    I have an SL Technology NetBook100 and the following line added to alsa-base.conf
    options snd-hda-intel model=eeepc-p701
    This fixed an issue with the speakers not being muted when the headphones were plugged in.

    The microphone works for skype/ekiga, although it does not work for the
    "sound recorder" application. I can get sound recorder working if I configure
    the "sound capture" setting to "pulseaudio server" in system > preferences > sound
    but this will break the mic for skype/ekiga calls.

    Machine Specs.
    ubuntu 9.0.4 jaunty jackolope
    Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)
    Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
    Codec: Realtek ALC662 rev1
    ALSA version 1.0.18

  2. #102
    Join Date
    Apr 2009
    Beans
    3

    Re: snd_hda_intel options database

    Code:
    #Gateway m-6850fx
    options snd-hda-intel power_save=10 power_save_controller=N
    options snd-hda-intel enable_msi=0 model=eapd
    Thanks to http://ubuntuforums.org/showthread.php?t=1170581

    this works in karmic you may need to use the Alsa update script to make sure you have the latest alsa version. I tried that first so I'm not entirely sure.

  3. #103
    Join Date
    Jun 2008
    Beans
    57

    Re: snd_hda_intel options database

    Any idea for my Sony Vaio VGN-P530?

    The only thing not working is my internal MIC.

    Many thanks!

  4. #104
    Join Date
    Jun 2009
    Beans
    16
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: snd_hda_intel options database

    On Ubuntu 9.10 for the asus g1sn you need to add:
    options snd-hda-intel model=3stack-dig
    (works out of the box in 9.04)
    I should have mentioned that this model uses the alc1200, sorry.
    Also, it seems that the alc1200 is similar to the alc888, this may help others with troubleshooting.
    Last edited by threetwoone; December 25th, 2009 at 06:26 PM. Reason: added details (alc1200)

  5. #105
    Join Date
    Oct 2007
    Location
    Glasgow, Scotland
    Beans
    117
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: snd_hda_intel options database

    Hi, Do you think it would be possible to generate a text file from this database which a small program could then search through, compare with the users computer stats and make the correct change? Sounds like a useful wee project for a good programmer, unfortunately not something I think I could handle.

    Any thoughts?
    My wiki page: http://wiki.ubuntu.com/eeeandrew includes instructions for intel 82801G soundcard

    Think of me as a void function. I'll take no arguments and return nothing!

  6. #106
    Join Date
    Jan 2010
    Beans
    1

    Re: snd_hda_intel options database

    I have a Dv6105 and my computer speakers pop (on the laptop) when I hook up headphones/to my tv and over time it grows in loudness and pitch. I've tried all of the hp fixes but non of them seem to work.

    Heres the specs:

    Codec: Conexant CX20549 (Venice)
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: NVidia [HDA NVidia], device 0: CONEXANT Analog [CONEXANT Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: NVidia [HDA NVidia], device 1: Conexant Digital [Conexant Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0

  7. #107
    Join Date
    Dec 2008
    Beans
    3
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: snd_hda_intel options database

    .. And for Packard Bell Easy note MZ35 add the following:
    options snd-hda-intel model=dallas

    found this on a spanish forum.. thank god we have google translate!

    http://translate.google.be/translate...3Dnode%2F89285

  8. #108
    Join Date
    Jan 2010
    Beans
    1

    Re: snd_hda_intel options database

    Update: ubuntu version: 9.10 Model: Sony Vaio VGN-CS60B model=toshiba-s06 works. Also, you need to use alsamixer to set the source to Int-DMic to use the internal microphone. Don't know how to find out the alsa version requested in the top post. If you want people to report information, please tell them how to get it

  9. #109
    Join Date
    Feb 2010
    Beans
    1

    Re: snd_hda_intel options database

    Hi all,

    I'm on an Asus K52F, Ubuntu 9.10 x64

    Alsa: 1.0.22.1
    Kernel: 2.6.32-02063206-generic

    cat /proc/asound/card0/codec#* | grep Codec
    Codec: Conexant ID 5069
    Codec: Intel G45 DEVIBX

    Problem: when I plug in my headphones, I still hear sound through my laptop speakers. No section (Conexant 5069) found in HD-Audio-models.txt.gz

    This options fail:

    options snd-hda-intel model=asus-dig
    options snd-hda-intel enable_msi=1
    options snd-hda-intel model=laptop
    options snd-hda-intel disable_msi=1
    options snd-hda-intel model=generic
    options snd-hda-intel model=5stack
    options snd-hda-intel model=laptop-eapd
    options snd-hda-intel model=3stack
    options snd-hda-intel model=asus-laptop
    options snd-hda-intel model=auto
    options snd-hda-intel model=laptop-asus
    options snd-hda-intel model=k52f position_fix=1
    options snd-hda-intel model=laptop
    options snd-hda-intel model=haier-w66
    options snd-hda-intel model=eapd probe_mask=1 position_fix=1
    options snd-hda-intel enable=1 index=0 model=lenovo
    options snd-hda-intel model=lenovo

    Any ideas?

  10. #110
    Join Date
    Apr 2009
    Beans
    27

    Re: snd_hda_intel options database

    ok, I have the oddest problem...

    I can even use sudo gedit /etc/modprobe.d/alsa-base to edit the alsa-base file because when it opens its totally blank!

    There are now words or nothing in the file at all. If I open alsa-base in READ ONLY view i can see it, but in sudo itś blank.

    Can anyone help me please? Thanks in advance

Page 11 of 29 FirstFirst ... 91011121321 ... 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
  •