!!################################ !!ALSA Information Script v 0.4.59 !!################################ !!Script ran on: Sat Oct 23 19:31:26 UTC 2010 !!Linux Distribution !!------------------ Fedora release 13 (Goddard) Fedora release 13 (Goddard) Fedora release 13 (Goddard) Fedora release 13 (Goddard) !!DMI Information !!--------------- Manufacturer: To Be Filled By O.E.M. Product Name: To Be Filled By O.E.M. !!Kernel Information !!------------------ Kernel release: 2.6.34.7-61.fc13.i686.PAE Operating System: GNU/Linux Architecture: i686 Processor: i686 SMP Enabled: Yes !!ALSA Version !!------------ Driver version: 1.0.22.1 Library version: 1.0.23 Utilities version: 1.0.23 !!Loaded ALSA modules !!------------------- snd_hda_intel snd_mpu401 snd_hda_intel !!Sound Servers on this system !!---------------------------- Jack: Installed - Yes (/usr/bin/jackd) Running - No !!Soundcards recognised by ALSA !!----------------------------- 0 [Intel ]: HDA-Intel - HDA Intel HDA Intel at 0xcfdf4000 irq 28 1 [UART ]: MPU-401 UART - MPU-401 UART MPU-401 UART at 0x300, irq 10 2 [NVidia ]: HDA-Intel - HDA NVidia HDA NVidia at 0xd1000000 irq 17 !!PCI Soundcards installed in the system !!-------------------------------------- 00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03) 04:00.1 Audio device: nVidia Corporation Device 0be9 (rev a1) !!Advanced information - PCI Vendor/Device/Susbsystem ID's !!-------------------------------------------------------- 00:1b.0 0403: 8086:2668 (rev 03) Subsystem: 1043:813d -- Prefetchable memory behind bridge: 0000000040200000-00000000403fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- ../controlC0 lrwxrwxrwx 1 root root 12 Oct 23 14:22 pci-0000:04:00.1 -> ../controlC2 !!ALSA configuration files !!------------------------ !!System wide config file (/etc/asound.conf) # ~/.asoundrc or /etc/asound.conf # ALSA configuration file ##### USAGE ##### # Save this file as "~/.asoundrc" (for user-specific sound configuration) or # "/etc/asound.conf" (for system-wide sound configuration) and specify ALSA # device names ad described in the next section. ##### DEVICE NAMES ##### # This configuration file defines four devices for use by the user. Those # devices are "analog", "mixed-analog", "digital", and "mixed-digital". The # user may also re-define "default" to be identical to one of the above-named # devices (i.e. to send all sound output to the digital output unless otherwise # specified). Use the device names as described below: # - "analog" outputs to the analog output directly and (at least on software # sound cards) blocks other audio output. After playback completes, "queued" # sounds are output in sequence. # - "mixed-analog" mixes audio output from multiple programs into the analog # output (so you can hear beeps, alerts, and other noises while playing back # an audio stream). # - "digital" outputs to the digital output directly. Since most (all?) # digital outputs expect 48kHz PCM audio, this may not work for some playback # (i.e. CD's--which are 44.1kHz PCM audio--or 32kHz audio streams from TV # recordings, etc.). # - "mixed-digital" # All other devices created within this file are used only by the configuration # file itself and should /not/ be used directly. In other words, do not use # the devices "analog-hw", "dmix-analog", "digital-hw", or "dmix-digital". ##### IMPORTANT ##### # To make this ALSA configuration file work with your sound card, you will need # to define the appropriate card and device information for the "analog-hw" and # "digital-hw" devices below. You can find the card and device information # using "aplay -l". ##### Configuration File ##### # Override the default output used by ALSA. If you do not override the # default, your default device is identical to the (unmixed) "analog" device # shown below. If you prefer mixed and/or digital output, uncomment the # appropriate four lines below (only one slave.pcm line). # # Note, also, that as of ALSA 1.0.9, "software" sound cards have been modified # such that their default "default" device is identical to the "mixed-analog" # device. Whether using an ALSA version before or after 1.0.9, it does no harm # and has no affect on performance to redefine the device (even if the # redefinition does not change anything). Also, by using this ALSA # configuration file, you once again have access to unmixed analog output using # the "analog" device. pcm.!default { type plug ## Uncomment the following to use (unmixed) "analog" by default # slave.pcm "analog-hw" ## Uncomment the following to use "mixed-analog" by default # slave.pcm "dmix-analog" ## Uncomment the following to use (unmixed) "digital" by default slave.pcm "iec958" ## Uncomment the following to use "mixed-digital" by default # slave.pcm "dmix-digital" } # Control device (mixer, etc.) for the card ctl.!default { type hw card 0 } # Alias for (converted) analog output on the card # - This is identical to the device named "default"--which always exists and # refers to hw:0,0 (unless overridden) # - Therefore, we can specify "hw:0,0", "default", or "analog" to access analog # output on the card # - Note that as of ALSA 1.0.9, "software" sound card definitions redefine # "default" to do mixing, meaning this device is different from "default" and # allows playback while blocking other sound sources (until playback # completes). pcm.analog { type plug slave.pcm "analog-hw" hint { show on description "Analog Output - Use analog outputs, converting samples, format, and rate as necessary." } } # Control device (mixer, etc.) for the card ctl.analog { type hw card 0 } # Alias for (converted) mixed analog output on the card # - This will accept audio input--regardless of rate--and convert to the rate # required for the dmix plugin (in this case 48000Hz) # - Note that as of ALSA 1.0.9, "software" sound card definitions redefine # "default" to do mixing, meaning this device is identical to "default" for # "software" sound cards. pcm.mixed-analog { type plug slave.pcm "dmix-analog" hint { show on description "Mixed Analog Output - Use analog outputs, converting samples, format, and rate as necessary. Allows mixing with system sounds." } } # Control device (mixer, etc.) for the card ctl.mixed-analog { type hw card 0 } # Alias for (converted) digital (S/PDIF) output on the card # - This will accept audio input--regardless of rate--and convert to the rate # required for the S/PDIF hardware (in this case 48000Hz) pcm.digital { type plug slave.pcm "digital-hw" hint { show on description "Digital Output - Use digital outputs, converting samples, format, and rate as necessary." } } # Control device (mixer, etc.) for the card ctl.digital { type hw card 0 } # Alias for mixed (converted) digital (S/PDIF) output on the card # - This will accept audio input--regardless of rate--and convert to the rate # required for the S/PDIF hardware (in this case 48000Hz) pcm.mixed-digital { type plug slave.pcm "dmix-digital" hint { show on description "Mixed Digital Output - Use digital outputs, converting samples, format, and rate as necessary. Allows mixing with system sounds." } } # Control device (mixer, etc.) for the card ctl.mixed-digital { type hw card 0 } # The following devices are not useful by themselves. They require specific # rates, channels, and formats. Therefore, you probably do not want to use # them directly. Instead use of of the devices defined above. # Alias for analog output on the card # Do not use this directly--it requires specific rate, channels, and format pcm.analog-hw { type hw card 0 # The default value for device is 0, so no need to specify # - Uncomment one of the below or create a new "device N" line as appropriate # for your sound card # device 1 # device 4 } # Control device (mixer, etc.) for the card ctl.analog-hw { type hw card 0 } # Alias for digital (S/PDIF) output on the card # Do not use this directly--it requires specific rate, channels, and format pcm.digital-hw { type hw card 0 device 1 # - Comment out "device 1" above and uncomment one of the below or create a # new "device N" line as appropriate for your sound card # device 2 # device 4 } # Control device (mixer, etc.) for the card ctl.digital-hw { type hw card 0 } # Direct software mixing plugin for analog output on the card # Do not use this directly--it requires specific rate, channels, and format pcm.dmix-analog { type dmix ipc_key 1234 slave { pcm "analog-hw" period_time 0 period_size 1024 buffer_size 4096 rate 48000 } } # Control device (mixer, etc.) for the card ctl.dmix-analog { type hw card 0 } # Direct software mixing plugin for digital (S/PDIF) output on the card # Do not use this directly--it requires specific rate, channels, and format pcm.dmix-digital { type dmix ipc_key 1235 slave { pcm "digital-hw" period_time 0 period_size 1024 buffer_size 4096 rate 48000 } } # Control device (mixer, etc.) for the card ctl.dmix-digital { type hw card 0 } !!Aplay/Arecord output !!------------ APLAY **** List of PLAYBACK Hardware Devices **** card 0: Intel [HDA Intel], device 0: CMI9880 [CMI9880] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: Intel [HDA Intel], device 1: CMI9880 Digital [CMI9880 Digital] Subdevices: 1/1 Subdevice #0: subdevice #0 ARECORD **** List of CAPTURE Hardware Devices **** card 0: Intel [HDA Intel], device 0: CMI9880 [CMI9880] Subdevices: 2/2 Subdevice #0: subdevice #0 Subdevice #1: subdevice #1 card 0: Intel [HDA Intel], device 1: CMI9880 Digital [CMI9880 Digital] Subdevices: 1/1 Subdevice #0: subdevice #0 !!Amixer output !!------------- !!-------Mixer controls for card 0 [Intel] Card hw:0 'Intel'/'HDA Intel at 0xcfdf4000 irq 28' Mixer name : 'C-Media CMI9880' Components : 'HDA:434d4980,813d1043,00090002' Controls : 20 Simple ctrls : 12 Simple mixer control 'PCM',0 Capabilities: pswitch penum Playback channels: Front Left - Front Right Mono: Front Left: Playback [on] Front Right: Playback [on] Simple mixer control 'Surround',0 Capabilities: pswitch penum Playback channels: Front Left - Front Right Mono: Front Left: Playback [on] Front Right: Playback [on] Simple mixer control 'Center',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] Simple mixer control 'LFE',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] Simple mixer control 'Side',0 Capabilities: pswitch penum Playback channels: Front Left - Front Right Mono: Front Left: Playback [on] Front Right: Playback [on] Simple mixer control 'IEC958',0 Capabilities: pswitch pswitch-joined cswitch cswitch-joined penum Playback channels: Mono Capture channels: Mono Mono: Playback [on] Capture [on] 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 - 15 Mono: Front Left: Playback 15 [100%] [0.00dB] [on] Front Right: Playback 15 [100%] [0.00dB] [on] Simple mixer control 'Capture',0 Capabilities: cvolume cswitch penum Capture channels: Front Left - Front Right Limits: Capture 0 - 30 Front Left: Capture 8 [27%] [12.00dB] [on] Front Right: Capture 8 [27%] [12.00dB] [on] Simple mixer control 'Capture',1 Capabilities: cvolume cswitch penum Capture channels: Front Left - Front Right Limits: Capture 0 - 30 Front Left: Capture 0 [0%] [0.00dB] [off] Front Right: Capture 0 [0%] [0.00dB] [off] Simple mixer control 'Input Source',0 Capabilities: cenum Items: 'Front Mic' 'Rear Mic' 'Line' 'CD' Item0: 'Front Mic' Simple mixer control 'Input Source',1 Capabilities: cenum Items: 'Front Mic' 'Rear Mic' 'Line' 'CD' Item0: 'Front Mic' !!-------Mixer controls for card 1 [UART] Card hw:1 'UART'/'MPU-401 UART at 0x300, irq 10' Mixer name : '' Components : '' Controls : 0 Simple ctrls : 0 !!-------Mixer controls for card 2 [NVidia] Card hw:2 'NVidia'/'HDA NVidia at 0xd1000000 irq 17' Mixer name : 'Nvidia ID 11' Components : 'HDA:10de0011,10de0101,00100100' Controls : 0 Simple ctrls : 0 !!Alsactl output !!------------- --startcollapse-- state.Intel { control.1 { comment.access 'read write' comment.type BOOLEAN comment.count 2 iface MIXER name 'PCM Playback Switch' value.0 true value.1 true } control.2 { comment.access 'read write' comment.type BOOLEAN comment.count 2 iface MIXER name 'Surround Playback Switch' value.0 true value.1 true } control.3 { comment.access 'read write' comment.type BOOLEAN comment.count 1 iface MIXER name 'Center Playback Switch' value true } control.4 { comment.access 'read write' comment.type BOOLEAN comment.count 1 iface MIXER name 'LFE Playback Switch' value true } control.5 { comment.access 'read write' comment.type BOOLEAN comment.count 2 iface MIXER name 'Side Playback Switch' value.0 true value.1 true } control.6 { comment.access 'read write' comment.type ENUMERATED comment.count 1 comment.item.0 'Front Mic' comment.item.1 'Rear Mic' comment.item.2 Line comment.item.3 CD iface MIXER name 'Input Source' value 'Front Mic' } control.7 { comment.access 'read write' comment.type ENUMERATED comment.count 1 comment.item.0 'Front Mic' comment.item.1 'Rear Mic' comment.item.2 Line comment.item.3 CD iface MIXER name 'Input Source' index 1 value 'Front Mic' } control.8 { comment.access 'read write' comment.type INTEGER comment.count 2 comment.range '0 - 30' comment.dbmin 0 comment.dbmax 4500 iface MIXER name 'Capture Volume' value.0 8 value.1 8 } control.9 { comment.access 'read write' comment.type INTEGER comment.count 2 comment.range '0 - 30' comment.dbmin 0 comment.dbmax 4500 iface MIXER name 'Capture Volume' index 1 value.0 0 value.1 0 } control.10 { comment.access 'read write' comment.type BOOLEAN comment.count 2 iface MIXER name 'Capture Switch' value.0 true value.1 true } control.11 { comment.access 'read write' comment.type BOOLEAN comment.count 2 iface MIXER name 'Capture Switch' index 1 value.0 false value.1 false } control.12 { comment.access 'read write' comment.type INTEGER comment.count 2 comment.range '0 - 15' comment.dbmin -4500 comment.dbmax 0 iface MIXER name 'Beep Playback Volume' value.0 15 value.1 15 } control.13 { comment.access 'read write' comment.type BOOLEAN comment.count 2 iface MIXER name 'Beep Playback Switch' value.0 true value.1 true } control.14 { comment.access read comment.type IEC958 comment.count 1 iface MIXER name 'IEC958 Playback Con Mask' value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' } control.15 { comment.access read comment.type IEC958 comment.count 1 iface MIXER name 'IEC958 Playback Pro Mask' value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' } control.16 { comment.access 'read write' comment.type IEC958 comment.count 1 iface MIXER name 'IEC958 Playback Default' value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' } control.17 { comment.access 'read write' comment.type BOOLEAN comment.count 1 iface MIXER name 'IEC958 Playback Switch' value true } control.18 { comment.access 'read write' comment.type BOOLEAN comment.count 1 iface MIXER name 'IEC958 Default PCM Playback Switch' value true } control.19 { comment.access 'read write' comment.type BOOLEAN comment.count 1 iface MIXER name 'IEC958 Capture Switch' value true } control.20 { comment.access read comment.type IEC958 comment.count 1 iface MIXER name 'IEC958 Capture Default' value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' } } state.UART { control { } } state.NVidia { control { } } --endcollapse-- !!All Loaded Modules !!------------------ Module lirc_serial lirc_dev nfs lockd fscache nfs_acl auth_rpcgss sunrpc p4_clockmod ipv6 snd_hda_codec_cmedia snd_cs4236 snd_hda_intel snd_wss_lib snd_hda_codec snd_opl3_lib nvidia snd_hwdep snd_seq snd_pcm snd_mpu401 snd_mpu401_uart snd_rawmidi snd_seq_device snd_timer iTCO_wdt snd iTCO_vendor_support soundcore ppdev ns558 parport_pc parport i2c_i801 snd_page_alloc serio_raw gameport asus_atk0110 i2c_core sky2 microcode firewire_ohci pata_it821x firewire_core crc_itu_t !!Sysfs Files !!----------- /sys/class/sound/hwC0D0/init_pin_configs: 0x0b 0x01014010 0x0c 0x01813000 0x0d 0x01a19000 0x0e 0x01011014 0x0f 0x82214100 0x10 0x82a19100 0x11 0x19330000 0x12 0x01450000 0x13 0x41150000 0x1f 0x01016012 0x20 0x01012016 /sys/class/sound/hwC0D0/driver_pin_configs: /sys/class/sound/hwC0D0/user_pin_configs: /sys/class/sound/hwC0D0/init_verbs: /sys/class/sound/hwC2D0/init_pin_configs: 0x05 0x18560010 /sys/class/sound/hwC2D0/driver_pin_configs: /sys/class/sound/hwC2D0/user_pin_configs: /sys/class/sound/hwC2D0/init_verbs: /sys/class/sound/hwC2D1/init_pin_configs: 0x05 0x18560010 /sys/class/sound/hwC2D1/driver_pin_configs: /sys/class/sound/hwC2D1/user_pin_configs: /sys/class/sound/hwC2D1/init_verbs: /sys/class/sound/hwC2D2/init_pin_configs: 0x05 0x18560010 /sys/class/sound/hwC2D2/driver_pin_configs: /sys/class/sound/hwC2D2/user_pin_configs: /sys/class/sound/hwC2D2/init_verbs: /sys/class/sound/hwC2D3/init_pin_configs: 0x05 0x18560010 /sys/class/sound/hwC2D3/driver_pin_configs: /sys/class/sound/hwC2D3/user_pin_configs: /sys/class/sound/hwC2D3/init_verbs: !!ALSA/HDA dmesg !!------------------ Disabling lock debugging due to kernel taint HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 hda_intel: position_fix set to 1 for device 1043:813d HDA Intel 0000:00:1b.0: irq 28 for MSI/MSI-X HDA Intel 0000:00:1b.0: setting latency timer to 64 HDA Intel 0000:04:00.1: enabling device (0000 -> 0002) HDA Intel 0000:04:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17 hda_intel: Disable MSI for Nvidia chipset HDA Intel 0000:04:00.1: setting latency timer to 64 ALSA sound/pci/hda/hda_generic.c:683: hda_generic: no proper input path found ALSA sound/pci/hda/hda_generic.c:431: hda_generic: no proper output path found ALSA sound/pci/hda/hda_generic.c:683: hda_generic: no proper input path found ALSA sound/pci/hda/hda_generic.c:431: hda_generic: no proper output path found ALSA sound/pci/hda/hda_generic.c:683: hda_generic: no proper input path found ALSA sound/pci/hda/hda_generic.c:431: hda_generic: no proper output path found ALSA sound/pci/hda/hda_generic.c:683: hda_generic: no proper input path found ALSA sound/pci/hda/hda_generic.c:431: hda_generic: no proper output path found ALSA sound/pci/hda/hda_generic.c:1036: hda_generic: no PCM found ALSA sound/pci/hda/hda_generic.c:1036: hda_generic: no PCM found ALSA sound/pci/hda/hda_generic.c:1036: hda_generic: no PCM found ALSA sound/pci/hda/hda_generic.c:1036: hda_generic: no PCM found nvidia 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16