Page 21 of 29 FirstFirst ... 111920212223 ... LastLast
Results 201 to 210 of 281

Thread: snd_hda_intel options database

  1. #201
    Join Date
    Jun 2007
    Beans
    14,791

    Re: snd_hda_intel options database

    Code:
    ALC262
    ======
      fujitsu	Fujitsu Laptop
      hp-bpc	HP xw4400/6400/8400/9400 laptops
      hp-bpc-d7000	HP BPC D7000
      hp-tc-t5735	HP Thin Client T5735
      hp-rp5700	HP RP5700
      benq		Benq ED8
      benq-t31	Benq T31
      hippo		Hippo (ATI) with jack detection, Sony UX-90s
      hippo_1	Hippo (Benq) with jack detection
      sony-assamd	Sony ASSAMD
      toshiba-s06	Toshiba S06
      toshiba-rx1	Toshiba RX1
      tyan		Tyan Thunder n6650W (S2915-E)
      ultra		Samsung Q1 Ultra Vista model
      lenovo-3000	Lenovo 3000 y410
      nec		NEC Versa S9100
      basic		fixed pin assignment w/o SPDIF
      auto		auto-config reading BIOS (default)
    Hmm. Maybe try lenovo-3000 keyword

  2. #202
    Join Date
    Dec 2010
    Beans
    5

    Re: snd_hda_intel options database

    Quote Originally Posted by lidex View Post
    Use the alsa-info-script to provide detailed information.
    Run this command in a terminal:
    Code:
    wget http://www.alsa-project.org/alsa-info.sh -O alsa-info.sh && bash alsa-info.sh
    Choose the upload option and provide a link for the output.
    [Terminal="Applications->Accessories->Terminal"]
    The link where the alsa information is located at
    Code:
    http://www.alsa-project.org/db/?f=7f5b29b714dea7937b1caddef4326f45215c7d3e

  3. #203
    Join Date
    Jul 2006
    Beans
    70

    Re: snd_hda_intel options database

    Quote Originally Posted by simosx View Post
    What you would do is copy the program into some location of your system

    <shortened>

    and in the editor add the line '/usr/local/bin/pinsensed'. You add this before the 'exit 0' line. Finally reboot, and that's it!
    This fixed it. Thank you!

  4. #204
    Join Date
    Dec 2010
    Beans
    5

    Re: snd_hda_intel options database

    Quote Originally Posted by lxapp View Post
    I'm using lenovo 3000Y500 7761 52Q with Ubuntu 10.04. Subwoofer and mic are not working, however, the two front speakers are working, but the sound is too low if the subwoofer is not working. Can someone suggest what is to be added in alsa-base.conf?

    I've been stuck on this for more than a week.
    You can find the alsa information of my system at:

    Code:
    http://www.alsa-project.org/db/?f=7f5b29b714dea7937b1caddef4326f45215c7d3e
    I've tried, model=lenovo ,
    model=lenovo-3000 , and
    model=auto so far. Still the subwoofer is not working.

    Expecting help soon.
    Last edited by lxapp; December 14th, 2010 at 08:06 AM.

  5. #205
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: snd_hda_intel options database

    @lxapp
    Try updating your alsa-driver-modules.
    Using a Terminal="Applications->Accessories->Terminal"
    Add the ubuntu-audio-dev ppa:
    Code:
    sudo add-apt-repository ppa:ubuntu-audio-dev/ppa
    sudo apt-get update
    Now install:
    Code:
    sudo apt-get install linux-alsa-driver-modules-$(uname -r)
    Reboot
    Check your levels in alsamixer.
    Code:
     alsamixer
    Press <F6> to select the correct soundcard.
    Press <F3> to show playback levels. <F4> selects capture levels [or use <Tab>]
    Use the left/right arrow keys to select and up/down arrow keys to change levels. <M> to mute/unmute.
    Go to "System ->Preferences ->Sound" and make sure the correct soundcard is default and adjust your profile on the hardware tab.
    On the output tab choose the correct device.

  6. #206
    Join Date
    Dec 2010
    Beans
    5

    Unhappy Re: snd_hda_intel options database

    Quote Originally Posted by lidex View Post
    @lxapp
    Try updating your alsa-driver-modules.
    Using a Terminal="Applications->Accessories->Terminal"
    Add the ubuntu-audio-dev ppa:
    Code:
    sudo add-apt-repository ppa:ubuntu-audio-dev/ppa
    sudo apt-get update
    Now install:
    Code:
    sudo apt-get install linux-alsa-driver-modules-$(uname -r)
    Reboot
    Check your levels in alsamixer.
    Code:
     alsamixer
    Press <F6> to select the correct soundcard.
    Press <F3> to show playback levels. <F4> selects capture levels [or use <Tab>]
    Use the left/right arrow keys to select and up/down arrow keys to change levels. <M> to mute/unmute.
    Go to "System ->Preferences ->Sound" and make sure the correct soundcard is default and adjust your profile on the hardware tab.
    On the output tab choose the correct device.
    Tried updating alsa. Still the subwoofer of my laptop has not been picked up by alsa. Should I try oss? Subwoofer had worded fine when i had been using openSuse 10.3, which I believe, used oss. Is there anything else to try with alsa?
    Last edited by lxapp; December 15th, 2010 at 06:48 PM.

  7. #207
    Join Date
    Feb 2007
    Beans
    643
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: snd_hda_intel options database

    Quote Originally Posted by lidex View Post
    Need to know your codec:
    [In a terminal]

    Code:
    head -n 1 /proc/asound/card*/codec#*
    Answer is:
    head -n 1 /proc/asound/card*/codec#*
    Codec: IDT 92HD81B1C5

    Mariane
    The result of the "make" command:
    - Sitting bored in front of a computer
    - Watching abstruse output scrolling upwards too fast to be read
    - And waiting for something to go wrong

  8. #208
    Join Date
    Aug 2005
    Beans
    368

    Re: snd_hda_intel options database

    Quote Originally Posted by Mariane View Post
    Answer is:
    head -n 1 /proc/asound/card*/codec#*
    Codec: IDT 92HD81B1C5

    Mariane
    See comment #2 at https://bugzilla.redhat.com/show_bug.cgi?id=628003#c2
    for the correct model.
    (I did a google search for 92HD81B1C5)

    Try it and tell us if it works. Some guy tried to fix it though it did not make it, http://www.spinics.net/linux/fedora/.../msg09027.html
    If you are interested, we can help you fix this in the Linux kernel.
    For this, you would need to provide the alsa-info output for your sound card.
    See https://wiki.ubuntu.com/DebuggingSoundProblems on how to do this,
    then post the URL to the hardware information.

  9. #209
    Join Date
    Sep 2010
    Beans
    2

    Re: snd_hda_intel options database

    Hi all I didn't get my surround Sound working on my Laptop Acer 7520G with Ubuntu 10.10 I hope you could help me. Here is my Sound config.

    http://www.alsa-project.org/db/?f=a3...56b6aaef83a94b

    With best regards
    Tobias

  10. #210
    Join Date
    Jan 2011
    Beans
    3

    Re: snd_hda_intel options database

    Toshiba Satellite L655-S5071:

    options snd-hda-intel model=thinkpad

Page 21 of 29 FirstFirst ... 111920212223 ... 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
  •