Page 12 of 29 FirstFirst ... 2101112131422 ... LastLast
Results 111 to 120 of 281

Thread: snd_hda_intel options database

  1. #111
    Join Date
    Feb 2010
    Beans
    11

    Re: snd_hda_intel options database

    the configuration file has been moved to /etc/modprobe.d/alsa-base.conf i had the same problem but theres configuration information in the .conf file.

    did anyone ever find out how to get these drivers working?
    Codec: Conexant ID 5069
    Codec: Intel G45 DEVIBX
    i still have issues with the mic input jack and the headphones not turning off the speakers

  2. #112
    Join Date
    Apr 2009
    Beans
    27

    Re: snd_hda_intel options database

    Quote Originally Posted by jhuntington View Post
    the configuration file has been moved to /etc/modprobe.d/alsa-base.conf i had the same problem but theres configuration information in the .conf file.

    did anyone ever find out how to get these drivers working?
    Codec: Conexant ID 5069
    Codec: Intel G45 DEVIBX
    i still have issues with the mic input jack and the headphones not turning off the speakers
    Ive opened that; /etc/modprobe.d/alsa-base.conf , but its blank in edit mode and viewable in read only

  3. #113
    Join Date
    Apr 2009
    Beans
    27

    Re: snd_hda_intel options database

    someone answered my problem , using gksu nautilus , i am able to see the content of the file now. thanks anyways

  4. #114
    Join Date
    Dec 2007
    Beans
    5

    Re: snd_hda_intel options database

    alsa 1.0.20
    ALC880
    LG S1 Pro Express Dual
    Karmic i386 Desktop

    options snd-hda-intel model=lg
    placed in /etc/modprobe.d/alsa-base

    when I typed,
    pulseaudio -D
    E: main.c: Daemon startup failed.

    not sure what that was, but no matter, confirmed speakers working
    thx
    Hope that helped anyone with the LG S1

  5. #115
    Join Date
    Sep 2006
    Beans
    22
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: snd_hda_intel options database

    thanks ! finally also speaker works (not only the headphone jack)

    sound card: HDA Intel STAC92...
    Codec: IDT 92HD75B2X5

    Compaq CQ61 (more preciesly CQ61-120EJ) on Ubuntu 9.10 only headphones jack sound worked out of the box.
    added to also-base.conf end of file:
    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

    restarted pulseaudio service or simply restart machine.
    Last edited by save2; March 17th, 2010 at 09:09 AM.

  6. #116
    Join Date
    Mar 2008
    Location
    Lost in Wisconsin
    Beans
    102

    Re: snd_hda_intel options database

    Quote Originally Posted by nerozumim View Post
    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?
    Have you found out the answer? I have the same issue.

  7. #117
    Join Date
    Mar 2007
    Beans
    34
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: snd_hda_intel options database

    Alienware m17x:
    HDA NVidia STAC92xx Analog/Digital
    Codec: IDT 92HD73C1X5

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

    The big deal appears to be pulse audio:
    http://moosesoom.blogspot.com/2009/1...o-english.html

    I purged pulse audio, I loaded the alsa backport, the bloody thing booted with boot-up sound.

    Code:
    $ sudo apt-get remove --purge pulseaudio
    $ sudo apt-get install linux-backports-modules-alsa-`uname -r`

  8. #118
    Join Date
    Mar 2010
    Beans
    14

    Re: snd_hda_intel options database

    HP Pavilion TX2525nr works with model=3stack-dig

  9. #119
    Join Date
    Apr 2010
    Location
    Surrey, BC, Canada
    Beans
    3
    Distro
    Ubuntu

    Smile Re: snd_hda_intel options database

    GATEWAY laptop
    Model: m6823

    LinuxMint 8 Helena (Karmic)
    ALSA 1.0.20
    codec: SigmaTel STAC9205

    I HAD no audio from Headphone-out. Everything else worked correctly
    after initial installation.

    I dug through these forums.
    (I am very impressed with the persistence
    of many contributors to this forum.)

    ADDED to: /etc/modprobe.d/alsa-base.conf

    options snd-hda-intel model=eapd enable=1 index=0
    options snd-hda-intel enable_msi=1

    rebooted, WORKS!!
    Last edited by wiebe de haas; April 23rd, 2010 at 01:46 AM.

  10. #120
    Join Date
    Apr 2010
    Beans
    1

    Re: snd_hda_intel options database

    Guys pls do smth with that problem. Its realy annoying thing at work for example.
    Code:
    Quote:
    Originally Posted by nerozumim  
    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?
    Have you found out the answer? I have the same issue.

Page 12 of 29 FirstFirst ... 2101112131422 ... 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
  •