ALSA is not detecting my M-Audio Delta 1010 sound card (x86-64)

Hi
I've been searching Arch forums and googling for my problem but I can't find a suitable answer.
I installed my M-Audio Delta 1010 sound card on this PC but ALSA doesn't get it to work.
Chipset envy24 / ice1712
On dmesg I find:
$ dmesg | grep -i ice1712
[ 8.135832] snd_ice1712: probe of 0000:05:06.0 failed with error -5
However, it is listed on lsmod:
$ lsmod | grep '^snd' | column -t
snd_hda_codec_hdmi 24529 4
snd_ice1712 59590 0
snd_cs8427 6970 1 snd_ice1712
snd_i2c 4107 2 snd_ice1712,snd_cs8427
snd_ice17xx_ak4xxx 2437 1 snd_ice1712
snd_ak4xxx_adda 8070 2 snd_ice1712,snd_ice17xx_ak4xxx
snd_hda_codec_realtek 61420 1
snd_ac97_codec 113344 1 snd_ice1712
snd_mpu401_uart 5980 1 snd_ice1712
snd_hda_intel 26181 5
snd_hda_codec 98034 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
snd_hwdep 6429 1 snd_hda_codec
snd_rawmidi 18800 1 snd_mpu401_uart
snd_seq_device 5269 1 snd_rawmidi
snd_pcm 75735 5 snd_ice1712,snd_ac97_codec,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
snd_page_alloc 7218 2 snd_pcm,snd_hda_intel
snd_timer 18935 1 snd_pcm
snd 60189 25 snd_ice1712,snd_hda_codec_realtek,snd_ac97_codec,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_i2c,snd_pcm,snd_rawmidi,snd_hda_codec,snd_ak4xxx_adda,snd_hda_intel,snd_mpu401_uart,snd_seq_device,snd_cs8427
I followed some instruction and created a alsa-base.conf file with:
$ cat /etc/modprobe.d/alsa-base.conf
options snd slots=snd_ice1712,snd_hda_intel
options snd_ice1712 index=0
options snd_hda_intel index=1
aplay -l returns:
$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 1: SB [HDA ATI SB], device 0: ALC889 Analog [ALC889 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: SB [HDA ATI SB], device 1: ALC889 Digital [ALC889 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
Seems card 0 is reserved for the m-audio card but is not being detected by ALSA
envy24control also exits with:
$ envy24control
No ICE1712 cards found
Finally, my /dev/snd
$ ls -l /dev/snd
total 0
drwxr-xr-x 2 root root 80 Dec 7 20:25 by-path
crw-rw----+ 1 root audio 116, 7 Dec 7 20:25 controlC1
crw-rw----+ 1 root audio 116, 16 Dec 7 20:25 controlC2
crw-rw----+ 1 root audio 116, 6 Dec 7 20:25 hwC1D0
crw-rw----+ 1 root audio 116, 15 Dec 7 20:25 hwC2D0
crw-rw----+ 1 root audio 116, 14 Dec 7 20:25 hwC2D1
crw-rw----+ 1 root audio 116, 13 Dec 7 20:25 hwC2D2
crw-rw----+ 1 root audio 116, 12 Dec 7 20:25 hwC2D3
crw-rw----+ 1 root audio 116, 5 Dec 7 20:26 pcmC1D0c
crw-rw----+ 1 root audio 116, 4 Dec 7 20:26 pcmC1D0p
crw-rw----+ 1 root audio 116, 3 Dec 7 20:26 pcmC1D1p
crw-rw----+ 1 root audio 116, 2 Dec 7 20:25 pcmC1D2c
crw-rw----+ 1 root audio 116, 11 Dec 7 20:27 pcmC2D3p
crw-rw----+ 1 root audio 116, 10 Dec 7 20:26 pcmC2D7p
crw-rw----+ 1 root audio 116, 9 Dec 7 20:26 pcmC2D8p
crw-rw----+ 1 root audio 116, 8 Dec 7 20:26 pcmC2D9p
crw-rw---- 1 root audio 116, 1 Dec 7 20:25 seq
crw-rw----+ 1 root audio 116, 33 Dec 7 20:25 timer
$ ls -l /dev/snd
total 0
drwxr-xr-x 2 root root 80 Dec 7 20:25 by-path
crw-rw----+ 1 root audio 116, 7 Dec 7 20:25 controlC1
crw-rw----+ 1 root audio 116, 16 Dec 7 20:25 controlC2
crw-rw----+ 1 root audio 116, 6 Dec 7 20:25 hwC1D0
crw-rw----+ 1 root audio 116, 15 Dec 7 20:25 hwC2D0
crw-rw----+ 1 root audio 116, 14 Dec 7 20:25 hwC2D1
crw-rw----+ 1 root audio 116, 13 Dec 7 20:25 hwC2D2
crw-rw----+ 1 root audio 116, 12 Dec 7 20:25 hwC2D3
crw-rw----+ 1 root audio 116, 5 Dec 7 20:26 pcmC1D0c
crw-rw----+ 1 root audio 116, 4 Dec 7 20:26 pcmC1D0p
crw-rw----+ 1 root audio 116, 3 Dec 7 20:26 pcmC1D1p
crw-rw----+ 1 root audio 116, 2 Dec 7 20:25 pcmC1D2c
crw-rw----+ 1 root audio 116, 11 Dec 7 20:27 pcmC2D3p
crw-rw----+ 1 root audio 116, 10 Dec 7 20:26 pcmC2D7p
crw-rw----+ 1 root audio 116, 9 Dec 7 20:26 pcmC2D8p
crw-rw----+ 1 root audio 116, 8 Dec 7 20:26 pcmC2D9p
crw-rw---- 1 root audio 116, 1 Dec 7 20:25 seq
crw-rw----+ 1 root audio 116, 33 Dec 7 20:25 timer
controlC0 and pcmC0 is not present!
So, what might be causing the probe error -5?
I really need to get this card working! :S
I have Arch up to date!
Hardware specs:
CPU: AMD FX6100
Board: Gigabyte (can't recall the model) with NVidia chipset
Thank you,

I have an m-audio delta 1010lt as well, it's a great card but it sits in my closet now because I "upgraded" to a motherboard that doesn't have legacy PCI slots. However, I'm pretty sure I remember the card working for me and being "plug and play" under arch with kernel 3.3 or newer. So some things I would consider:
Try checking IRQs, make sure nothing is overlapping.
Try using the LTS kernel, to see if it is kernel related, since ice1712 module should ship with almost any kernel => 2.6.26.
How many watts is the power supply? Sometimes insufficient wattage can result in drivers failing to load.
What other sound cards do you have installed? Have you tried blacklisting all of the other cards in your system using alsa-base.conf? This is a bit extreme, but might be a useful troubleshooting measure, as some people have had issues in the past with alsa indexing mutiple cards to the same slot number

Similar Messages

  • M-Audio Delta 192 Sound Card With Adobe Audition

    I have a m-audio sound card and a mackie pro fx8 mixer, I am running windows7 64-bit. I was wondering how I need to set my preferences in Adobe Audition? When hitting record I am not recording my audio

    Make sure that you have the M-Audio ASIO drivers installed. Then under Audition's Preferences/Audio Hardware select ASIO for Device Class and M-Audio ASIO for Device. Under Audio Channel Mapping select appropriate M-Audio inputs and outputs. If you are trying to record in the Mutitrack window make sure you select the correct input for each track. It will probably say Default Stereo Input but you can click on that and select any of the inputs that are available from the Delta 192.

  • CUPC - "Phone Error. Could not place call because you have no audio device or sound card."

    Periodically throughout the day, CUPC will not make or receive calls, but instead presents a dialog box with the message "Phone Error. Could not place call because you have no audio device or sound card."  See attachment.
    Signing out of and back into CUPC resolves the issue temporarily.
    I have version 8.6.2 installed and I'm using a USB headset.
    Does anyone know what might be causing this?

    Hi Steve,
    I have users reporting this as well with Jabra GN 2000 headsets. They claim using a different headset resolves it which I'm waiting to confirm but I was wondering if you were able to figure this out.
    Thanks
    Erik

  • Will FCP X and QT will output audio thru any sound card that the Mac recognizes?

    I watch FCP X video on my Mac Pro video monitor.
    I want to output the audio thru a sound card to my audio monitor controller. My new digital audio monitor controller connects USB to the Mac, and USB is not an output option with FCP X. So, I need another audio path.
    I have previously used a Pro Tools HD Native card for sending FCP X audio out, and this works fine.
    I assume that any other sound card that works in the Mac (i.e., compatible and selectible in Mac Pro Sound Preferences) would work with FCP X, but I am just checking to be sure this is right before I buy something.
    I am aware of potential sync issues, so I would use only a low latency sound card. The Pro Tools card, for instance, had very low latency and worked fine.

    OK, forget it.
    I can just use the Mac Pro optical digital out.  Doh.
    Some days the brain just won't lock into gear. 

  • Front audio with PCI sound card?

    Well, the front audio on my Antec P160W worked perfectly with the integrated sound, but I changed to my SoundBlaster Audigy Player because of the HORRIBLE audio quality. Now the front audio ports don't work. What do I need to do to make it work again? I'm not going back to the integrated.
    At first I thought that I had to put the connectors for the front audio on the sound card, but the manual of it doesn't show any of those features.

    I was wondering that myself. The only thing I think you could possibly do is have both the onboard and the pci sound card enabled and use the onboard sound just for the headphones. I have no tried this yet as I do have the cables connected to the mobo but I have the onboard sound disabled.

  • I am getting no signal to my dj mixer using m-audio firewire audiophile sound card connected to my mac book pro using Traktor Dj software can anyone help?

    I am getting no signal to my dj mixer using m-audio firewire audiophile sound card connected to my mac book pro using Traktor Dj software can anyone help?
    The firewire port reads the dj software and I can hear music playing through the sound card when I plug my headphones into it but there is no signal to the hardware (my dj mixer).
    I have reset the firewire by turning off my mac book pro for a few hours and can see the sound card device in the fire wire section after clicking on the apple icon on the top left corner of my mac.
    My dj mixer works on another mac computer with the same soundcard and different firewire cable.
    Hope someone can help
    Thanks
    Wayne

    kmiddlet88,
    yes, it could be due to nearly anything listed in your kernel extensions, startup items, launch daemons, launch agents, or user items above. Please check all of your installed third-party software to make sure that the versions which are installed on your MacBook Pro are compatible with Mavericks; uninstall every software package which isn’t Mavericks-compatible. After you’ve done that, boot into Safe mode, and see if you still get the beach ball of doom there. If it doesn’t appear there, restart normally and see if it appears then.

  • "Could not detect any Soundblaster Audio card" - HE

    Hi all,
    Hoping someone out there can shed some light - I've read about a million posts on various forums suggesting how to solve the problem but nothing seems to work.
    Everything was running just fine until I exchanged a video card. Swapped back from a nVidia Geforce 4 MX 64MB to an Asus V8200 64MB in the AGP slot. All of a sudden - no more soundcard. In Device Manager it tells me that it can see a PCI Card that it doesn't recognise and a Multimedia Audio Controller that it doesn't recognise.
    Am running the following:
    OS: Win2K (fully updated)
    MoBo: SiS 730S (notably only 2 PCI slots and an AGP slot)
    Soundcard: Soundblaster Li've! CT4670
    I've tried swapping the Li've! card between the two PCI slots (including with complete uninstalls in between), have reseated both the Video and Sound cards and reinstalled drivers for the Video card AND MotherBoard.
    I have a vague suspicion that the problem lies in an IRQ conflict, but the system resource tools in Windows suggest that there are no conflicts (even thought the video and sound cards are sharing IRQ ). I haven't been able to adjust the IRQ settings because if I take off the automatic settings in BIOS, Windows refuses to boot. :P
    I've tried running the latest driver software from the Creative website and it just tells me that it couldn't detect any Soundblaster Audio Card. Extracted the zip file and tried to apply the drivers manually - reckons it's not the same. Tried the KX drivers - still doesn't want to talk.
    The sound icon in system tray has vanished - but the system still recognises the gameport, midi controls etc.
    HELP!!! Anyone got any ideas? (save going and buying new equipment?)

    Have you tried running the "CTZAPXX.exe" or "Setup.exe" file in the "Drivers" folder in the unzipped files? It should have no problem installing the drivers, unless you have a defecti've card. You may alos need to install the programs by using the setup file in each program's folder.

  • Audio device not detected by Creative Audio Control Panel

    I cannot get creative audio control panel to work, I keep getting an error message saying the audio device supported by this application is not detected. I have had this problem using xp, vista and now windows 7. It seems to work after a reformat and clean install but will eventuslly stop working again for some reason.
    I have read a few posts with people having the same problem but cannot find a solution.
    It is getting quite annoying having to reformat all the time just to temporarily?fix this so if anyone can help it would be very much appreciated.
    Thanks.

    Naamloos.jpg
    I also looked at the details of the driver and it shows a whole buch of driver, even two unsigned. Are all these neccesary? Maybe I have to many old drivers conflicting?
    Creative.jpg
    Also the volume mixer seems empty, although it shows the playback device when pointing over the square, I can't select it.
    Attached Images
    creative2.jpg
    (19.4 KB, 2 views)

  • Black Lion Audio Delta 1010 mod.

    well, i went away on holiday and sent my trusty old delta 1010 in to black lion audio for a pick me up. i thought i would share my preliminary impressions here with the good folk here.
    first thing is; it was almost more trouble than it was worth trying to get the thing back into the country. customs incorrectly charged me VAT at the UK border, and then calculated it based on the US dollar value rather than on the converted value. so i ended up having to pay over double what i wasn't supposed to have paid at all. plus parcel force holding fees. now that's irritating.
    i have not had the unit running much longer than hour so these are just very preliminary views. i have also posted a cople of cues to A/B.
    well, what they said was i should notice a bit more beef in the bottom end, a little more crispness, and a wider image. and i did. to be honest, i was never really unhappy with the unit anyway, having had opportunities to compare how it went against HD rigs, MOTU, and nyquist converters and so forth. and i never really felt i was missing much. at the end of the day i am more interested in the music than i am in the technology. but i had recommended black lion as a possiblity to so many MOTU users who were dissatisfied i thought i ought to put my money where my mouth was.
    so i was inclined to be skeptical, but i think for those for whom sound is really important, this has got to be a route well worth looking at. the cue i have posted is a rough draft that i quite like, and it is quite rough - but it does have elements that demonstrate the difference between before and after quite well. i am not sure how exactly i have managed to match the settings from the first version to the second, but you can hear a much more in phase bass, and a little extra sparkle in the high end.
    certainly just playing back stuff recorded on the un-modified unit sounded a touch better, but i think i am going to enjoy not having to work quite so hard to clean up lower-midrange murk when it comes to mixing on the modified unit. i mix out the box so i should find a benefit going both ways.
    so do i feel it was worthwhile personally? maybe. i am not overwhelmed but then i was not really that unhappy. i did feel from time to time that icould hear how the 1010's sound could be imporved, which was why i thought it might be worth a shot. and i plan to stick with the current setup for some time before making a really big change, so in the meantime i think i have given my setup a little leg-up in quality.
    the cues to A/B can be found at:
    www.stevenson.homechoice.co.uk/documents/
    they are 'ye shanghai 2', old and new.

    hi, Rohan,
    by now, after a few days of testing, how are the BL mods?
    as you are aware, this is just part of the story on the quest for a better sound.
    you should hear more detail at a given SPL.
    the "quicker" electronics should allow much more critical mid range detail to be heard. for instance, two different clarinet patches playing closely together should now have more detail and separate characteristics.
    the troublesome 150-500cps area should be less troublesome and require less eq'ing. the fatiguing 1k - 5k area should be smoother and respond to adjustments more accurately with less eq applied.
    also, any faults in your sample libs should be more apparent.
    these mods would come into their own more if you do a lot of live recordings with real players.
    - sample libs mixed up will be more noticable as the original ambiences will be more apparent. what you thought blended well might not be blending as well now.
    anyway, maybe it's time to start earballing some new monitors. these are the most important element, except, maybe the room itself.
    all the best, and look forward to less ear fatigue. david r.

  • Audio Science ASI5111 Sound Card not working with Aud. 3 Multi-track

    I am using an Audio Science ASI 5111 Sound Card.  I also used Audi
    tion 3.0.1 on Windows 7.
    The program suddenly freezes when using the ASI driver (not Audition driver) in Multi-track mode.
    At times I get the R6025 error

    Audio Science is aware of the issue.  It has been solved by going back to an older driver.  3.12.07

  • [SOLVED] Mic does not work on Intel ICH8 (rev 3) sound card

    Hi, folks.
    I cannot get my sound card to record anything, using a built-in microphone. Audio output works just fine, though. I hope someone can help me, I have been banging my head against the wall for some time over this issue...
    My laptop is Toshiba Satellite A200-1J0 (PSAE6E-04R036G3). alsamixer settings are fine, I tried supplementing additional options to /etc/modprobe.d/modprobe.conf, but no luck, tried some of the combinations (model=<> position_fix=<>).
    When recording sound with gnome-sound-recorder, with Capture set as input, nothing is heard. Skype can't record anything, either. I can't even get the crackling or hissing sound like some users do.
    Should I try to get the latest ALSA?
    Debug details start from now on:
    /etc/modprobe.d/modprobe.conf
    options snd-hda-intel index=0 model=3stack position_fix=1
    lsmod | grep snd
    snd_seq_dummy 1099 0
    snd_seq_oss 25304 0
    snd_hda_codec_atihdmi 2051 1
    snd_seq_midi_event 4452 1 snd_seq_oss
    snd_hda_codec_realtek 179240 1
    snd_seq 42628 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_hda_intel 18697 1
    snd_seq_device 4313 3 snd_seq_dummy,snd_seq_oss,snd_seq
    snd_hda_codec 56728 3 snd_hda_codec_atihdmi,snd_hda_codec_realtek,snd_hda_intel
    snd_pcm_oss 33693 0
    snd_mixer_oss 14810 1 snd_pcm_oss
    snd_hwdep 5102 1 snd_hda_codec
    snd_pcm 57479 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
    snd_timer 16117 2 snd_seq,snd_pcm
    snd 43847 13 snd_seq_oss,snd_hda_codec_realtek,snd_seq,snd_hda_intel,snd_seq_device,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_hwdep,snd_pcm,snd_timer
    soundcore 5007 1 snd
    snd_page_alloc 5809 2 snd_hda_intel,snd_pcm
    lspci (parts of interest)
    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
    Subsystem: Toshiba America Info Systems Device ff00
    Flags: bus master, fast devsel, latency 0, IRQ 22
    Memory at fc400000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: HDA Intel
    Kernel modules: snd-hda-intel
    01:00.0 VGA compatible controller: ATI Technologies Inc M76 [Radeon Mobility HD 2600 Series] (prog-if 00 [VGA controller])
    Subsystem: Toshiba America Info Systems Device ff00
    Flags: bus master, fast devsel, latency 0, IRQ 16
    Memory at d0000000 (32-bit, prefetchable) [size=256M]
    I/O ports at 2000 [size=256]
    Memory at fc000000 (32-bit, non-prefetchable) [size=64K]
    [virtual] Expansion ROM at fc020000 [disabled] [size=128K]
    Capabilities: <access denied>
    01:00.1 Audio device: ATI Technologies Inc RV630/M76 audio device [Radeon HD 2600 Series]
    Subsystem: ATI Technologies Inc RV630/M76 audio device [Radeon HD 2600 Series]
    Flags: bus master, fast devsel, latency 0, IRQ 17
    Memory at fc010000 (32-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: HDA Intel
    Kernel modules: snd-hda-intel
    alsa-info.sh
    upload=true&script=true&cardinfo=
    !!ALSA Information Script v 0.4.58
    !!Script ran on: Sat Jan 23 20:27:13 UTC 2010
    !!Linux Distribution
    Arch Linux \r (\n) (\l) DISTRIB_ID=arch
    !!DMI Information
    Manufacturer: TOSHIBA
    Product Name: Satellite A200
    !!Kernel Information
    Kernel release: 2.6.32-ARCH
    Operating System: GNU/Linux
    Architecture: i686
    Processor: Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz
    SMP Enabled: Yes
    !!ALSA Version
    Driver version: 1.0.21
    Library version: 1.0.22
    Utilities version: 1.0.22
    !!Loaded ALSA modules
    snd_hda_intel
    snd_hda_intel
    !!Sound Servers on this system
    ESound Daemon:
    Installed - Yes (/usr/bin/esd)
    Running - No
    Jack:
    Installed - Yes (/usr/bin/jackd)
    Running - No
    !!Soundcards recognised by ALSA
    0 [Intel ]: HDA-Intel - HDA Intel
    HDA Intel at 0xfc400000 irq 22
    1 [HDMI ]: HDA-Intel - HDA ATI HDMI
    HDA ATI HDMI at 0xfc010000 irq 17
    !!PCI Soundcards installed in the system
    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
    01:00.1 Audio device: ATI Technologies Inc RV630/M76 audio device [Radeon HD 2600 Series]
    0c:04.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)
    !!Advanced information - PCI Vendor/Device/Susbsystem ID's
    00:1b.0 0403: 8086:284b (rev 03)
    Subsystem: 1179:ff00
    01:00.1 0403: 1002:aa08
    Subsystem: 1002:aa08
    !!Modprobe options (Sound related)
    snd-hda-intel: index=0 model=3stack position_fix=1
    !!Loaded sound module options
    !!Module: snd_hda_intel
    bdl_pos_adj : 1,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
    enable_msi : 0
    id : <NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>
    index : 0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    model : 3stack,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>
    patch : <NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>
    position_fix : 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    power_save : 1
    power_save_controller : Y
    probe_mask : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    probe_only : N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N
    single_cmd : N
    !!Module: snd_hda_intel
    bdl_pos_adj : 1,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
    enable_msi : 0
    id : <NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>
    index : 0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    model : 3stack,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>
    patch : <NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>
    position_fix : 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    power_save : 1
    power_save_controller : Y
    probe_mask : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    probe_only : N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N
    single_cmd : N
    !!HDA-Intel Codec information
    --startcollapse--
    Codec: Realtek ALC268
    Address: 0
    Function Id: 0x1
    Vendor Id: 0x10ec0268
    Subsystem Id: 0x1179ff02
    Revision Id: 0x100003
    No Modem Function Group found
    Default PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Default Amp-In caps: N/A
    Default Amp-Out caps: N/A
    GPIO: io=4, o=0, i=0, unsolicited=1, wake=0
    IO[0]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
    IO[1]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
    IO[2]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
    IO[3]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
    Node 0x02 [Audio Output] wcaps 0x1d: Stereo Amp-Out
    Amp-Out caps: ofs=0x40, nsteps=0x40, stepsize=0x03, mute=0
    Amp-Out vals: [0x40 0x40]
    Converter: stream=0, channel=0
    PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Node 0x03 [Audio Output] wcaps 0x1d: Stereo Amp-Out
    Amp-Out caps: ofs=0x40, nsteps=0x40, stepsize=0x03, mute=0
    Amp-Out vals: [0x35 0x35]
    Converter: stream=0, channel=0
    PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Node 0x04 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x05 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x06 [Audio Output] wcaps 0x211: Stereo Digital
    Converter: stream=0, channel=0
    Digital:
    Digital category: 0x0
    PCM:
    rates [0x5e0]: 44100 48000 88200 96000 192000
    bits [0x1e]: 16 20 24 32
    formats [0x1]: PCM
    Node 0x07 [Audio Input] wcaps 0x100111: Stereo
    Converter: stream=0, channel=0
    SDI-Select: 0
    PCM:
    rates [0x160]: 44100 48000 96000
    bits [0x6]: 16 20
    formats [0x1]: PCM
    Connection: 1
    0x24
    Node 0x08 [Audio Input] wcaps 0x100111: Stereo
    Converter: stream=0, channel=0
    SDI-Select: 0
    PCM:
    rates [0x160]: 44100 48000 96000
    bits [0x6]: 16 20
    formats [0x1]: PCM
    Connection: 1
    0x23
    Node 0x09 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x0a [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x0b [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x0c [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x0d [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x0e [Audio Mixer] wcaps 0x20010a: Mono Amp-In
    Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-In vals: [0x00]
    Connection: 1
    0x02
    Node 0x0f [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
    Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-In vals: [0x00 0x00] [0x00 0x00]
    Connection: 2
    0x02 0x1d
    Node 0x10 [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
    Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-In vals: [0x00 0x00] [0x00 0x00] [0x80 0x80]
    Connection: 3
    0x03 0x1d 0x02
    Node 0x11 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x12 [Pin Complex] wcaps 0x400001: Stereo
    Pincap 0x00000020: IN
    Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x00:
    Node 0x13 [Pin Complex] wcaps 0x400001: Stereo
    Pincap 0x00000020: IN
    Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x00:
    Node 0x14 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x00 0x00]
    Pincap 0x0001003c: IN OUT HP EAPD Detect
    EAPD 0x0:
    Pin Default 0x99130110: [Fixed] Speaker at Int ATAPI
    Conn = ATAPI, Color = Unknown
    DefAssociation = 0x1, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Connection: 1
    0x0f
    Node 0x15 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x00 0x00]
    Pincap 0x0001003c: IN OUT HP EAPD Detect
    EAPD 0x0:
    Pin Default 0x0221101f: [Jack] HP Out at Ext Front
    Conn = 1/8, Color = Black
    DefAssociation = 0x1, Sequence = 0xf
    Pin-ctls: 0xc0: OUT HP
    Unsolicited: tag=00, enabled=0
    Connection: 1
    0x10
    Node 0x16 [Pin Complex] wcaps 0x40010c: Mono Amp-Out
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80]
    Pincap 0x00000010: OUT
    Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x40: OUT
    Connection: 1
    0x0e
    Node 0x17 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x18 [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out
    Amp-In caps: ofs=0x00, nsteps=0x02, stepsize=0x4f, mute=0
    Amp-In vals: [0x02 0x02]
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80 0x80]
    Pincap 0x00003734: IN OUT Detect
    Vref caps: HIZ 50 GRD 80 100
    Pin Default 0x02a11830: [Jack] Mic at Ext Front
    Conn = 1/8, Color = Black
    DefAssociation = 0x3, Sequence = 0x0
    Pin-ctls: 0x24: IN VREF_80
    Unsolicited: tag=00, enabled=0
    Connection: 1
    0x02
    Node 0x19 [Pin Complex] wcaps 0x40008b: Stereo Amp-In
    Amp-In caps: ofs=0x00, nsteps=0x02, stepsize=0x4f, mute=0
    Amp-In vals: [0x02 0x02]
    Pincap 0x00003724: IN Detect
    Vref caps: HIZ 50 GRD 80 100
    Pin Default 0x99a3093e: [Fixed] Mic at Int ATAPI
    Conn = ATAPI, Color = Unknown
    DefAssociation = 0x3, Sequence = 0xe
    Misc = NO_PRESENCE
    Pin-ctls: 0x24: IN VREF_80
    Unsolicited: tag=00, enabled=0
    Node 0x1a [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out
    Amp-In caps: ofs=0x00, nsteps=0x02, stepsize=0x4f, mute=0
    Amp-In vals: [0x00 0x00]
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80 0x80]
    Pincap 0x00003734: IN OUT Detect
    Vref caps: HIZ 50 GRD 80 100
    Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x20: IN VREF_HIZ
    Unsolicited: tag=00, enabled=0
    Connection: 1
    0x02
    Node 0x1b [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x1c [Pin Complex] wcaps 0x400001: Stereo
    Pincap 0x00000020: IN
    Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x20: IN
    Node 0x1d [Pin Complex] wcaps 0x400000: Mono
    Pincap 0x00000020: IN
    Pin Default 0x4016852d: [N/A] Speaker at Ext N/A
    Conn = Digital, Color = Purple
    DefAssociation = 0x2, Sequence = 0xd
    Misc = NO_PRESENCE
    Pin-ctls: 0x20: IN
    Node 0x1e [Pin Complex] wcaps 0x400380: Mono Digital
    Pincap 0x00000010: OUT
    Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Connection: 1
    0x06
    Node 0x1f [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x20 [Vendor Defined Widget] wcaps 0xf00040: Mono
    Processing caps: benign=0, ncoeff=10
    Processing Coefficient: 0x03
    Coefficient Index: 0x01
    Node 0x21 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x22 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x23 [Audio Selector] wcaps 0x30010d: Stereo Amp-Out
    Amp-Out caps: ofs=0x0b, nsteps=0x1f, stepsize=0x05, mute=1
    Amp-Out vals: [0x1d 0x1d]
    Connection: 7
    0x18* 0x19 0x1a 0x1c 0x14 0x15 0x12
    Node 0x24 [Audio Selector] wcaps 0x30010d: Stereo Amp-Out
    Amp-Out caps: ofs=0x0b, nsteps=0x1f, stepsize=0x05, mute=1
    Amp-Out vals: [0x00 0x00]
    Connection: 7
    0x18* 0x19 0x1a 0x1c 0x14 0x15 0x13
    Codec: LSI ID 1040
    Address: 1
    Function Id: 0x2
    Vendor Id: 0x11c11040
    Subsystem Id: 0x11790001
    Revision Id: 0x100200
    Modem Function Group: 0x1
    Codec: ATI R6xx HDMI
    Address: 0
    Function Id: 0x1
    Vendor Id: 0x1002aa01
    Subsystem Id: 0x00aa0100
    Revision Id: 0x100000
    No Modem Function Group found
    Default PCM:
    rates [0x40]: 48000
    bits [0x2]: 16
    formats [0x1]: PCM
    Default Amp-In caps: N/A
    Default Amp-Out caps: N/A
    GPIO: io=0, o=0, i=0, unsolicited=0, wake=0
    Node 0x02 [Audio Output] wcaps 0x201: Stereo Digital
    Converter: stream=0, channel=0
    Digital:
    Digital category: 0x0
    Node 0x03 [Pin Complex] wcaps 0x400381: Stereo Digital
    Pincap 0x00000094: OUT Detect HDMI
    Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x1, Sequence = 0x0
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Connection: 1
    0x02
    --endcollapse--
    !!ALSA Device nodes
    crw-rw----+ 1 root audio 116, 9 Jan 23 19:11 /dev/snd/controlC0
    crw-rw----+ 1 root audio 116, 12 Jan 23 19:11 /dev/snd/controlC1
    crw-rw----+ 1 root audio 116, 8 Jan 23 19:11 /dev/snd/hwC0D0
    crw-rw----+ 1 root audio 116, 7 Jan 23 19:11 /dev/snd/hwC0D1
    crw-rw----+ 1 root audio 116, 11 Jan 23 19:11 /dev/snd/hwC1D0
    crw-rw----+ 1 root audio 116, 6 Jan 23 21:04 /dev/snd/pcmC0D0c
    crw-rw----+ 1 root audio 116, 5 Jan 23 21:04 /dev/snd/pcmC0D0p
    crw-rw----+ 1 root audio 116, 4 Jan 23 19:11 /dev/snd/pcmC0D1p
    crw-rw----+ 1 root audio 116, 10 Jan 23 19:11 /dev/snd/pcmC1D3p
    crw-rw----+ 1 root audio 116, 3 Jan 23 19:11 /dev/snd/seq
    crw-rw----+ 1 root audio 116, 2 Jan 23 19:11 /dev/snd/timer
    /dev/snd/by-path:
    total 0
    drwxr-xr-x 2 root root 80 Jan 23 19:11 .
    drwxr-xr-x 3 root root 280 Jan 23 19:11 ..
    lrwxrwxrwx 1 root root 12 Jan 23 19:11 pci-0000:00:1b.0 -> ../controlC0
    lrwxrwxrwx 1 root root 12 Jan 23 19:11 pci-0000:01:00.1 -> ../controlC1
    !!Aplay/Arecord output
    APLAY
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC268 Digital [ALC268 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    ARECORD
    **** List of CAPTURE Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    !!Amixer output
    !!-------Mixer controls for card 0 [Intel]
    Card hw:0 'Intel'/'HDA Intel at 0xfc400000 irq 22'
    Mixer name : 'Realtek ALC268'
    Components : 'HDA:10ec0268,1179ff02,00100003 HDA:11c11040,11790001,00100200'
    Controls : 21
    Simple ctrls : 13
    Simple mixer control 'Master',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
    Playback channels: Mono
    Limits: Playback 0 - 64
    Mono: Playback 64 [100%] [0.00dB] [on]
    Simple mixer control 'Headphone',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 64
    Mono:
    Front Left: Playback 53 [83%] [-11.00dB] [on]
    Front Right: Playback 53 [83%] [-11.00dB] [on]
    Simple mixer control 'PCM',0
    Capabilities: pvolume penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 255
    Mono:
    Front Left: Playback 255 [100%] [0.00dB]
    Front Right: Playback 255 [100%] [0.00dB]
    Simple mixer control 'Front',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 64
    Mono:
    Front Left: Playback 64 [100%] [0.00dB] [on]
    Front Right: Playback 64 [100%] [0.00dB] [on]
    Simple mixer control 'Front Mic Boost',0
    Capabilities: volume penum
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: 0 - 2
    Front Left: 2 [100%]
    Front Right: 2 [100%]
    Simple mixer control 'Line In Boost',0
    Capabilities: volume penum
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: 0 - 2
    Front Left: 0 [0%]
    Front Right: 0 [0%]
    Simple mixer control 'Mic Boost',0
    Capabilities: volume penum
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: 0 - 2
    Front Left: 2 [100%]
    Front Right: 2 [100%]
    Simple mixer control 'IEC958',0
    Capabilities: pswitch pswitch-joined penum
    Playback channels: Mono
    Mono: Playback [off]
    Simple mixer control 'IEC958 Default PCM',0
    Capabilities: pswitch pswitch-joined penum
    Playback channels: Mono
    Mono: Playback [on]
    Simple mixer control 'Beep',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 12
    Mono:
    Front Left: Playback 0 [0%] [-24.00dB] [on]
    Front Right: Playback 0 [0%] [-24.00dB] [on]
    Simple mixer control 'Capture',0
    Capabilities: cvolume cswitch penum
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 31
    Front Left: Capture 29 [94%] [27.00dB] [on]
    Front Right: Capture 29 [94%] [27.00dB] [on]
    Simple mixer control 'Digital',0
    Capabilities: cvolume penum
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 120
    Front Left: Capture 0 [0%] [-30.00dB]
    Front Right: Capture 0 [0%] [-30.00dB]
    Simple mixer control 'Input Source',0
    Capabilities: cenum
    Items: 'Mic' 'Front Mic' 'Line' 'CD'
    Item0: 'Mic'
    !!-------Mixer controls for card 1 [HDMI]
    Card hw:1 'HDMI'/'HDA ATI HDMI at 0xfc010000 irq 17'
    Mixer name : 'ATI R6xx HDMI'
    Components : 'HDA:1002aa01,00aa0100,00100000'
    Controls : 4
    Simple ctrls : 1
    Simple mixer control 'IEC958',0
    Capabilities: pswitch pswitch-joined penum
    Playback channels: Mono
    Mono: Playback [off]
    !!Alsactl output
    --startcollapse--
    state.Intel {
    control.1 {
    comment.access 'read write'
    comment.type INTEGER
    comment.count 2
    comment.range '0 - 64'
    comment.dbmin -6400
    comment.dbmax 0
    iface MIXER
    name 'Front Playback Volume'
    value.0 64
    value.1 64
    control.2 {
    comment.access 'read write'
    comment.type BOOLEAN
    comment.count 2
    iface MIXER
    name 'Front Playback Switch'
    value.0 true
    value.1 true
    control.3 {
    comment.access 'read write'
    comment.type INTEGER
    comment.count 2
    comment.range '0 - 64'
    comment.dbmin -6400
    comment.dbmax 0
    iface MIXER
    name 'Headphone Playback Volume'
    value.0 53
    value.1 53
    control.4 {
    comment.access 'read write'
    comment.type BOOLEAN
    comment.count 2
    iface MIXER
    name 'Headphone Playback Switch'
    value.0 true
    value.1 true
    control.5 {
    comment.access 'read write'
    comment.type INTEGER
    comment.count 2
    comment.range '0 - 2'
    comment.dbmin 0
    comment.dbmax 4000
    iface MIXER
    name 'Mic Boost'
    value.0 2
    value.1 2
    control.6 {
    comment.access 'read write'
    comment.type INTEGER
    comment.count 2
    comment.range '0 - 2'
    comment.dbmin 0
    comment.dbmax 4000
    iface MIXER
    name 'Front Mic Boost'
    value.0 2
    value.1 2
    control.7 {
    comment.access 'read write'
    comment.type INTEGER
    comment.count 2
    comment.range '0 - 2'
    comment.dbmin 0
    comment.dbmax 4000
    iface MIXER
    name 'Line In Boost'
    value.0 0
    value.1 0
    control.8 {
    comment.access 'read write'
    comment.type INTEGER
    comment.count 2
    comment.range '0 - 31'
    comment.dbmin -1650
    comment.dbmax 3000
    iface MIXER
    name 'Capture Volume'
    value.0 29
    value.1 29
    control.9 {
    comment.access 'read write'
    comment.type BOOLEAN
    comment.count 2
    iface MIXER
    name 'Capture Switch'
    value.0 true
    value.1 true
    control.10 {
    comment.access 'read write'
    comment.type ENUMERATED
    comment.count 1
    comment.item.0 Mic
    comment.item.1 'Front Mic'
    comment.item.2 Line
    comment.item.3 CD
    iface MIXER
    name 'Input Source'
    value Mic
    control.11 {
    comment.access 'read write'
    comment.type INTEGER
    comment.count 2
    comment.range '0 - 12'
    comment.dbmin -2400
    comment.dbmax 0
    iface MIXER
    name 'Beep Playback Volume'
    value.0 0
    value.1 0
    control.12 {
    comment.access 'read write'
    comment.type BOOLEAN
    comment.count 2
    iface MIXER
    name 'Beep Playback Switch'
    value.0 true
    value.1 true
    control.13 {
    comment.access read
    comment.type IEC958
    comment.count 1
    iface MIXER
    name 'IEC958 Playback Con Mask'
    value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    control.14 {
    comment.access read
    comment.type IEC958
    comment.count 1
    iface MIXER
    name 'IEC958 Playback Pro Mask'
    value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    control.15 {
    comment.access 'read write'
    comment.type IEC958
    comment.count 1
    iface MIXER
    name 'IEC958 Playback Default'
    value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    control.16 {
    comment.access 'read write'
    comment.type BOOLEAN
    comment.count 1
    iface MIXER
    name 'IEC958 Playback Switch'
    value false
    control.17 {
    comment.access 'read write'
    comment.type BOOLEAN
    comment.count 1
    iface MIXER
    name 'IEC958 Default PCM Playback Switch'
    value true
    control.18 {
    comment.access 'read write'
    comment.type INTEGER
    comment.count 1
    comment.range '0 - 64'
    comment.dbmin -6400
    comment.dbmax 0
    iface MIXER
    name 'Master Playback Volume'
    value 64
    control.19 {
    comment.access 'read write'
    comment.type BOOLEAN
    comment.count 1
    iface MIXER
    name 'Master Playback Switch'
    value true
    control.20 {
    comment.access 'read write user'
    comment.type INTEGER
    comment.count 2
    comment.range '0 - 255'
    comment.tlv '0000000100000008ffffec1400000014'
    comment.dbmin -5100
    comment.dbmax 0
    iface MIXER
    name 'PCM Playback Volume'
    value.0 255
    value.1 255
    control.21 {
    comment.access 'read write user'
    comment.type INTEGER
    comment.count 2
    comment.range '0 - 120'
    comment.tlv '0000000100000008fffff44800000032'
    comment.dbmin -3000
    comment.dbmax 3000
    iface MIXER
    name 'Digital Capture Volume'
    value.0 0
    value.1 0
    state.HDMI {
    control.1 {
    comment.access read
    comment.type IEC958
    comment.count 1
    iface MIXER
    name 'IEC958 Playback Con Mask'
    value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    control.2 {
    comment.access read
    comment.type IEC958
    comment.count 1
    iface MIXER
    name 'IEC958 Playback Pro Mask'
    value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    control.3 {
    comment.access 'read write'
    comment.type IEC958
    comment.count 1
    iface MIXER
    name 'IEC958 Playback Default'
    value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    control.4 {
    comment.access 'read write'
    comment.type BOOLEAN
    comment.count 1
    iface MIXER
    name 'IEC958 Playback Switch'
    value false
    --endcollapse--
    !!All Loaded Modules
    Module
    usbhid
    hidp
    hid
    fuse
    radeon
    ttm
    drm_kms_helper
    drm
    i2c_algo_bit
    rfcomm
    sco
    bridge
    stp
    llc
    bnep
    l2cap
    crc16
    coretemp
    ipv6
    snd_seq_dummy
    snd_seq_oss
    btusb
    joydev
    snd_hda_codec_atihdmi
    fan
    snd_seq_midi_event
    bluetooth
    snd_hda_codec_realtek
    arc4
    ecb
    snd_seq
    snd_hda_intel
    iwlagn
    snd_seq_device
    snd_hda_codec
    sdhci_pci
    iwlcore
    snd_pcm_oss
    uvcvideo
    omnibook
    videodev
    snd_mixer_oss
    snd_hwdep
    pcmcia
    tifm_sd
    sdhci
    snd_pcm
    v4l1_compat
    snd_timer
    psmouse
    mac80211
    mmc_core
    yenta_socket
    vboxdrv
    snd
    cpufreq_powersave
    i2c_i801
    uhci_hcd
    r8169
    ehci_hcd
    iTCO_wdt
    intel_agp
    tifm_7xx1
    video
    rsrc_nonstatic
    soundcore
    firewire_ohci
    agpgart
    mii
    i2c_core
    pcspkr
    snd_page_alloc
    pcmcia_core
    iTCO_vendor_support
    led_class
    output
    usbcore
    tifm_core
    serio_raw
    cfg80211
    evdev
    cpufreq_conservative
    battery
    ac
    firewire_core
    rfkill
    crc_itu_t
    thermal
    button
    cpufreq_ondemand
    sg
    acpi_cpufreq
    freq_table
    processor
    rtc_cmos
    rtc_core
    rtc_lib
    ext3
    jbd
    mbcache
    sr_mod
    cdrom
    ata_generic
    sd_mod
    ata_piix
    pata_acpi
    ahci
    libata
    scsi_mod
    !!Sysfs Files
    /sys/class/sound/hwC0D0/init_pin_configs:
    0x12 0x411111f0
    0x13 0x411111f0
    0x14 0x99130110
    0x15 0x0221101f
    0x16 0x411111f0
    0x18 0x02a11830
    0x19 0x99a3093e
    0x1a 0x411111f0
    0x1c 0x411111f0
    0x1d 0x4016852d
    0x1e 0x411111f0
    /sys/class/sound/hwC0D0/driver_pin_configs:
    /sys/class/sound/hwC0D0/user_pin_configs:
    /sys/class/sound/hwC0D0/init_verbs:
    /sys/class/sound/hwC0D1/init_pin_configs:
    /sys/class/sound/hwC0D1/driver_pin_configs:
    /sys/class/sound/hwC0D1/user_pin_configs:
    /sys/class/sound/hwC0D1/init_verbs:
    /sys/class/sound/hwC1D0/init_pin_configs:
    0x03 0x18560010
    /sys/class/sound/hwC1D0/driver_pin_configs:
    /sys/class/sound/hwC1D0/user_pin_configs:
    /sys/class/sound/hwC1D0/init_verbs:
    !!ALSA/HDA dmesg
    pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean.
    HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    HDA Intel 0000:00:1b.0: setting latency timer to 64
    iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 1.3.27ks
    phy0: Selected rate control algorithm 'iwl-agn-rs'
    input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input9
    HDA Intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    HDA Intel 0000:01:00.1: setting latency timer to 64
    Synaptics Touchpad, model: 1, fw: 6.5, id: 0x82e0b1, caps: 0xb04711/0xe0440d
    Bluetooth: L2CAP socket layer initialized
    hda-intel: azx_get_response timeout, switching to polling mode: last cmd=0x018b0000
    Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
    Bridge firewalling registered
    Last edited by teMplaryum (2010-01-26 10:15:18)

    Hi there!
    I had the very same problem with the same soundcard and found this thread.
    The problem got solved for me by adding the same line as you have to /etc/modprobe.d/modprobe.conf.
    However, I also had to create /etc/modprobe.d/sound.conf and add:
    alias snd-card-0 snd-hda-intel
    alias sound-slot-0 snd-hda-intel
    options snd-hda-intel model=toshiba power_save=0
    Notice the difference on the "model=toshiba" part.
    However, my laptop is not a Toshiba, but a Compal IFL90.
    I remember that in Ubuntu I needed(a long time ago) to add a line to /etc/alsa.conf with model=toshiba. I figured it might be worth a try, and well, it did.
    I hope this can help someone else.
    As for the OP: "You have my thanks!"

  • Mb sound not working. Can i add a sound card to work with PP cs6?

    I have a sabertooth x58, pc, win 7. I lost the audio monitoring all of a sudden. Also tryed windows media player & all windows sounds are not being played as well.  Tryed absolutely everything. Need to go to plan B.
    Can i add a  sound card to work with PP cs6?
    http://www.newegg.com/Product/Product.aspx?Item=N82E16829132052

    >Tryed absolutely everything
    What does that mean?
    Have you removed the sound card driver via control panel and let Win7 reinstall?

  • (help) front audio panel cords-- sound card??

    Dear all....
    I have an ancient SB Li've! 24 bit SB 040.
    Can anybody help me how to connect front audio header (casing) onto the card (ceati've proprietary connector)?
    There are 0 pin connector on the card while the casing itself has only 7 pin.
    Regards,

    I was wondering that myself. The only thing I think you could possibly do is have both the onboard and the pci sound card enabled and use the onboard sound just for the headphones. I have no tried this yet as I do have the cables connected to the mobo but I have the onboard sound disabled.

  • Recording audio with both sound card and mic

    how i can develop a program to record audio file from mic and sound card at the same time?? 
    Muhammad Shoaib Software Engineer Shamim & Co. (Pepsi Cola Bottlers) Multan, Pakistan +923136140304

    Here Recording Audio from a Microphone
    https://msdn.microsoft.com/en-us/library/ff827802.aspx
    chanmm
    chanmm

  • Beats Audio vs external sound card

    Ill be using my logitech Z623 Speaker System 2.1 THX certified speakers for gaming, movies etc with my laptop (HP DV7). Will the internal beats audio be up to scratch or should I use a dedicated USB sound card?

    <font face="Calibri" size="2" color="#333333">jollen,
    Welcome to Creative Forums. Soon enough you'll find that you're far from being alone. Enjoy!
    Click here

Maybe you are looking for

  • No pull down for notification center since updating to iOS 5.0.1

    I recently (Nov 11, 2011) updated my iPhone 4 (model MC605B) to iOS 5.0.1 and no longer have a pull-down for the notification center. Is anyone else having this problem? Is there a fix? I updated my iPad (original model) without any problems. The pul

  • Frequenty occured  ERRORS in loading data to cube

    hi sap gurs   can u give me frequently occured errors in loading data to cube. giri

  • Transfering Game data Ipod Touch - Iphone

    Is there any way to transfer game data from ipod touch 3g? (2009 release) to iPhone 4? I dont want to complete angry birds and cut the rope again as i already have on my ipod which i now rarly use due to having an iphone, and new levels are now avail

  • Annoying bluetooth low battery indicator

    How do I turn off the Bluetooth flashing low battery indicator in the menu bar? My mouse batteries are not low, but the bluetooth indicator has been flashing for several days, and every once in a while, I get a popup warning me that the mouse will st

  • Report Layout Help

    Version 2.0 I have a report that I'm having difficulities in getting a layout for. This report is a sales analysis that can be fiscal or calendar year. The look I'm after is: Account  Nov-05    Dec-05    Jan-06    Feb-06    Mar-06    Apr-06    May-06