!!################################ !!ALSA Information Script v 0.4.58 !!################################ !!Script ran on: Mon Sep 21 22:57:52 UTC 2009 !!Linux Distribution !!------------------ Ubuntu 9.04 \n \l DISTRIB_ID=Ubuntu DISTRIB_DESCRIPTION="Ubuntu 9.04" !!DMI Information !!--------------- Manufacturer: System manufacturer Product Name: System Product Name !!Kernel Information !!------------------ Kernel release: 2.6.28-15-generic Operating System: GNU/Linux Architecture: x86_64 Processor: unknown SMP Enabled: Yes !!ALSA Version !!------------ Driver version: Library version: 1.0.21a Utilities version: 1.0.21 !!Loaded ALSA modules !!------------------- !!Sound Servers on this system !!---------------------------- Pulseaudio: Installed - Yes (/usr/bin/pulseaudio) Running - Yes ESound Daemon: Installed - Yes (/usr/bin/esd) Running - No Jack: Installed - Yes (/usr/bin/jackd) Running - No !!Soundcards recognised by ALSA !!----------------------------- !!PCI Soundcards installed in the system !!-------------------------------------- 09:00.0 Audio device: Creative Labs [SB X-Fi Xtreme Audio] CA0110-IBG 0b:00.0 Multimedia controller: Pinnacle Systems Inc. AV/DV Studio Capture Card !!Advanced information - PCI Vendor/Device/Susbsystem ID's !!-------------------------------------------------------- 09:00.0 0403: 1102:0009 Subsystem: 1102:0018 !!Modprobe options (Sound related) !!-------------------------------- snd-hda-intel: model=5stack snd-atiixp-modem: index=-2 snd-intel8x0m: index=-2 snd-via82xx-modem: index=-2 snd-usb-audio: index=-2 snd-usb-us122l: index=-2 snd-usb-usx2y: index=-2 snd-usb-caiaq: index=-2 snd-cmipci: mpu_port=0x330 fm_port=0x388 snd-pcsp: index=-2 !!Loaded sound module options !!-------------------------- !!ALSA Device nodes !!----------------- !!ALSA configuration files !!------------------------ !!User specific config file (~/.asoundrc) #This is the standard setting (see: “!default”) #This profile, the default loaded, upmixes stereo sound to 5.1. pcm.!default { type plug slave.pcm “surround51″ slave.channels 6 route_policy duplicate } #This is what one could call the “factory default setting”, in other words, it only plays the actual channels. #So if you fx want to watch a 5.1 movie, on the analog output, this is the option you want. pcm.analog { type plug slave analog_slave; } pcm_slave.analog_slave { pcm surround51; format S32_LE; } !!System wide config file (/etc/asound.conf) # Set default sound card # Useful so that all settings can be changed to a different card here. pcm.snd_card { type hw card 0 } # Allow mixing of multiple output streams to this device pcm.dmixer { type dmix ipc_key 1024 slave.pcm "snd_card" slave { # This stuff provides some fixes for latency issues. # buffer_size should be set for your audio chipset. period_time 0 period_size 1024 buffer_size 4096 # rate 44100 } bindings { 0 0 1 1 } } # Allow reading from the default device. # Also known as record or capture. pcm.dsnooper { type dsnoop ipc_key 2048 slave.pcm "snd_card" bindings { 0 0 1 1 } } # This is what we want as our default device # a fully duplex (read/write) audio device. pcm.duplex { type asym playback.pcm "dmixer" capture.pcm "dsnooper" } ################### # CONVERSION PLUG # ################### # Setting the default pcm device allows the conversion # rate to be selected on the fly. # duplex mode allows any alsa enabled app to read/write # to the dmix plug (Fixes a problem with wine). pcm.!default { type asym playback.pcm "dmixer" capture.pcm "dsnooper" } ######## # AOSS # ######## # OSS dsp0 device (OSS needs only output support, duplex will break some stuff) pcm.dsp0 { type plug slave.pcm "dmixer" } # OSS control for dsp0 (needed?...this might not be useful) ctl.dsp0 { type plug slave.pcm "snd_card" } # OSS control for dsp0 (default old OSS is mixer0) ctl.mixer0 { type plug slave.pcm "snd_card" } !!Aplay/Arecord output !!------------ APLAY aplay: device_list:223: no soundcards found... ARECORD arecord: device_list:223: no soundcards found... !!Amixer output !!------------- !!Alsactl output !!------------- --startcollapse-- --endcollapse-- !!All Loaded Modules !!------------------ Module binfmt_misc ppdev bridge stp bnep video output input_polldev lp parport intel_agp iTCO_wdt iTCO_vendor_support pcspkr nvidia shpchp usbhid ohci1394 ieee1394 sky2 fbcon tileblit font bitblit softcursor !!ALSA/HDA dmesg !!------------------