Page 24 of 29 FirstFirst ... 142223242526 ... LastLast
Results 231 to 240 of 281

Thread: snd_hda_intel options database

  1. #231
    Join Date
    Jun 2007
    Beans
    14,789

    Re: Lenovo G470

    @finomeno: Thanks for that. The multiple Conexant chip names are ridiculous and don't make for easy googling.

  2. #232
    Join Date
    Jul 2009
    Location
    Belgium
    Beans
    10

    Re: snd_hda_intel options database

    For the Asus K52F (mine is a ASUS K52f-sx051v) with the Conexant 20585 card(mine is rev06), add the following to /etc/modprobe.d/sound.conf

    Code:
    options snd-hda-intel model=ideapad
    Hope this is helpful to some people.

  3. #233
    Join Date
    Jul 2011
    Beans
    1

    Re: snd_hda_intel options database

    Hi!

    Dell Vostro 3750
    Codec Realtek ALC269VB

    Headphones doesn't work.

  4. #234
    Join Date
    Dec 2009
    Beans
    1

    Re: snd_hda_intel options database

    Help! Mic internal not working, ALC269VB Toshiba Satelite pro r850-16h

  5. #235
    Join Date
    Apr 2007
    Beans
    17

    Re: snd_hda_intel options database

    Quote Originally Posted by riftware View Post
    These entries / knowledge were found elsewhere, unfortunately I don't know who to credit but considering how hard it was for me to find them I think it's worth posting here to save others grief.

    CLEVO P170HM / Origin PC EON-17S / also sager and ayva direct models based on Clevo p170HM
    Sound based on Realtek ALC892 running under HDA Intel PCH codec

    If you are having trouble with headphone not turning speakers off the laptop has built in function hit "fn + 5" not F5 . This toggles the laptop speaker mode ( I bought it for development but apparently it has like 5 speakers plus a subwoofer built into it) - I find it best to leave Pulse on Internal Audio Analog Stereo, Port "Analog Speakers" . Then plug a head phone in and play something. If you hear sound hit "fn + 5" - that should switch it to headphone only. after that plugging /unplugging the headphones works properly.


    If you are dealing with HDMI audio issues the other poster found adding this line to alsa-base.conf caused aplay -l to stop showing 4 or 5 hdmi sound devices and reduced it down to 1 which seems to work for them. options snd-hda-intel enable_msi=0 probe_mask=0xffff,0xfff2

    He's not quite sure why and I would be interested in any tweaks anyone comes up with to refine either of these things.
    My eternal recognition goes to you !! Thanks! I spent 28h trying to find how to mute the speaker.

  6. #236
    Join Date
    Jan 2008
    Location
    Kuwait/Working
    Beans
    172
    Distro
    Xubuntu Development Release

    Re: snd_hda_intel options database

    Quote Originally Posted by riftware View Post
    These entries / knowledge were found elsewhere, unfortunately I don't know who to credit but considering how hard it was for me to find them I think it's worth posting here to save others grief.

    CLEVO P170HM / Origin PC EON-17S / also sager and ayva direct models based on Clevo p170HM
    Sound based on Realtek ALC892 running under HDA Intel PCH codec

    If you are having trouble with headphone not turning speakers off the laptop has built in function hit "fn + 5" not F5 . This toggles the laptop speaker mode ( I bought it for development but apparently it has like 5 speakers plus a subwoofer built into it) - I find it best to leave Pulse on Internal Audio Analog Stereo, Port "Analog Speakers" . Then plug a head phone in and play something. If you hear sound hit "fn + 5" - that should switch it to headphone only. after that plugging /unplugging the headphones works properly.


    If you are dealing with HDMI audio issues the other poster found adding this line to alsa-base.conf caused aplay -l to stop showing 4 or 5 hdmi sound devices and reduced it down to 1 which seems to work for them. options snd-hda-intel enable_msi=0 probe_mask=0xffff,0xfff2

    He's not quite sure why and I would be interested in any tweaks anyone comes up with to refine either of these things.
    Thank you, sir.
    Big D
    My Blog
    AMD FX 9590 Vishera/32 Gig DDR3 1866/AMD R9 290X GHz Edition
    Win8.1 Pro 64 bit/Xubuntu 15.04 Beta 1 64 bit

  7. #237
    Join Date
    Sep 2011
    Beans
    2

    Re: snd_hda_intel options database

    Fujitsu Siemens AMILO Pa1510 Realtek ALC861
    AMD-Turion64
    ATI Radeon Xpress 1100

    /etc/modprobe.d/alsa-base.conf :
    options snd-hda-intel model=3stack-660 position_fix=1 enable=yes

    ~ $ uname -a
    Linux Capucine 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
    (Linux Mint 11 Katya)

    ~ $ lspci -v
    00:14.2 Audio device: ATI Technologies Inc IXP SB4x0 High Definition Audio Controller (rev 01)
    Subsystem: Fujitsu Technology Solutions Realtek High Definition Audio
    Flags: bus master, slow devsel, latency 64, IRQ 16
    Memory at c0000000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: HDA Intel
    Kernel modules: snd-hda-intel

    ~ $ more /proc/asound/cards
    0 [SB ]: HDA-Intel - HDA ATI SB
    HDA ATI SB at 0xc0000000 irq 16

    ~ $ more /proc/asound/card0/codec#1
    Codec: Realtek ALC861

    ~ $ more /proc/asound/modules
    0 snd_hda_intel

    ~ $ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: SB [HDA ATI SB], device 0: ALC861 Analog [ALC861 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: SB [HDA ATI SB], device 6: Si3054 Modem [Si3054 Modem]
    Subdevices: 1/1
    Subdevice #0: subdevice #0

    ~ $ arecord -l
    **** List of CAPTURE Hardware Devices ****
    card 0: SB [HDA ATI SB], device 0: ALC861 Analog [ALC861 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: SB [HDA ATI SB], device 6: Si3054 Modem [Si3054 Modem]
    Subdevices: 1/1
    Subdevice #0: subdevice #0

    AlsaMixer v1.0.24.2

    ---------------------------------------

    Thank you,

    -Auro

    PS: Internal speakers and Headphones were working fine. I had to add this to get the external mic working. I don't think this laptop has an internal mic. I don't see one (the laptop belongs to a friend). Now I can use headphones or the internal speakers with an external mic to use Skype for example.

    PPS: Thank you very very much for this database! It sure helped me a lot.
    Last edited by solitary.angler; September 18th, 2011 at 09:16 AM.

  8. #238
    Join Date
    Sep 2011
    Beans
    1

    Re: snd_hda_intel options database

    Acer 5755G, speakers works, microphone works(internal and on headset), headphones doesn't work

    Alsa info log output http://www.alsa-project.org/db/?f=cc...828d953eacaaff
    Last edited by UndeRus; September 28th, 2011 at 09:59 PM.

  9. #239
    Join Date
    Jul 2006
    Location
    UK
    Beans
    23
    Distro
    Kubuntu 11.04 Natty Narwhal

    Smile Re: snd_hda_intel options database

    Update for Lenovo G470 (and possibly for some other Lenovo Essential and Ideapad series laptops/notebooks).

    After several updates (from official ubuntu repos, not PPAs) one of the modes did the trick for me (albeit with a little glitch).

    Making sure you have the latest alsa drivers installed and inserting
    Code:
    options snd-hda-intel model=asus
    into /etc/modprobe.d/alsa-base.conf enables the internal mic and the switching between speakers/headphones.

    Note that you might need to ajust sound/mic volumes through PulseAudio Volume Control (pavucontrol) and check for the correct devices through PulseAudio Device Chooser (padevchooser). For more details on this see u0x's blog.

    The only downside for me at this time is that the mic volume is quite low and there is static noise, although not enough to make a Skype conversation unintelligible or uncomfortable.

    Hope this helps those looking to fix sound issues on their Lenovos.
    Any tips on getting rid of the mic static altogether greatly appreciated.
    Last edited by finomeno; October 2nd, 2011 at 06:20 PM.

  10. #240
    Join Date
    Oct 2011
    Beans
    2

    Re: snd_hda_intel options database

    BenQ P52 Realtek ALC2662
    AMD Turion64X2 TL-52
    ATI Radeon Mobility X1600 (M56P)
    Ubuntu 11.04 amd64

    Code:
    ~$ tail -1 /etc/modprobe.d/alsa-base.conf
    options snd-hda-intel model=benq-t31
    
    ~$ uname -a
    Linux P52 2.6.38-11-generic #50-Ubuntu SMP Mon Sep 12 21:17:25 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
    
    ~$ lspci -v
    00:14.2 Audio device: ATI Technologies Inc IXP SB4x0 High Definition Audio Controller (rev 01)
    	Subsystem: Benq Corporation Device 058f
    	Flags: bus master, slow devsel, latency 64, IRQ 16
    	Memory at c0000000 (64-bit, non-prefetchable) [size=16K]
    	Capabilities: <access denied>
    	Kernel driver in use: HDA Intel
    	Kernel modules: snd-hda-intel
    
    ~$ cat /proc/asound/cards
     0 [SB             ]: HDA-Intel - HDA ATI SB
                          HDA ATI SB at 0xc0000000 irq 16
    
    ~$ head -1 /proc/asound/card0/codec#0
    Codec: Realtek ALC262
    
    ~$ cat /proc/asound/modules 
     0 snd_hda_intel
    
    ~$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: SB [HDA ATI SB], device 0: ALC262 Analog [ALC262 Analog]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 0: SB [HDA ATI SB], device 6: Si3054 Modem [Si3054 Modem]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    
    ~$ arecord -l
    **** List of CAPTURE Hardware Devices ****
    card 0: SB [HDA ATI SB], device 0: ALC262 Analog [ALC262 Analog]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 0: SB [HDA ATI SB], device 6: Si3054 Modem [Si3054 Modem]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    By default sound worked fine except internal mic, external mic and headphones. With this setting everything works as expected, including automuting of internal speakers on connecting headphones.

Page 24 of 29 FirstFirst ... 142223242526 ... 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
  •