!!################################ !!ALSA Information Script v 0.4.58 !!################################ !!Script ran on: Thu Jan 7 17:32:18 UTC 2010 !!Linux Distribution !!------------------ Linux Mint 8 Helena - Main Edition \n \l DISTRIB_ID=LinuxMint RELEASE_NOTES_URL=http://www.linuxmint.com/rel_helena.php DISTRIB_DESCRIPTION="Linux Mint 8 Helena - Main Edition" !!DMI Information !!--------------- Manufacturer: System manufacturer Product Name: System Product Name !!Kernel Information !!------------------ Kernel release: 2.6.31-15-generic Operating System: GNU/Linux Architecture: i686 Processor: unknown SMP Enabled: Yes !!ALSA Version !!------------ Driver version: Library version: Utilities version: 1.0.20 !!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 !!Soundcards recognised by ALSA !!----------------------------- !!PCI Soundcards installed in the system !!-------------------------------------- 05:08.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04) !!Advanced information - PCI Vendor/Device/Susbsystem ID's !!-------------------------------------------------------- 05:08.0 0401: 1102:0004 (rev 04) Subsystem: 1102:1007 !!Modprobe options (Sound related) !!-------------------------------- 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 snd-hda-intel: power_save=10 power_save_controller=N !!Loaded sound module options !!-------------------------- !!ALSA Device nodes !!----------------- !!ALSA configuration files !!------------------------ !!User specific config file (~/.asoundrc) # 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). ### Currently set w/digital-hw as the default output, ### comment out this entire section to use unmixed pcm.!default { type pulse # type plug ## Uncomment the following to use mixed analog by default # slave.pcm "dmix-analog" ## Uncomment the following to use unmixed digital by default slave.pcm "digital-hw" ## Uncomment the following to use mixed digital by default #slave.pcm "dmix-digital" } ctl.!default { type pulse } # Alias for analog output on the Audigy (hw:0,0) # - 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 Audigy pcm.analog { type plug slave.pcm "analog-hw" } # Control device (mixer, etc.) for the Audigy card ctl.analog { type hw card 0 } # Alias for (rate-converted) mixed analog output on the # Audigy (hw:0,0) # - This will accept audio input--regardless of rate--and # convert to the rate required for the dmix plugin # (in this case 48000Hz) pcm.mixed-analog { type plug slave.pcm "dmix-analog" } # Control device (mixer, etc.) for the Audigy card ctl.mixed-analog { type hw card 0 } pcm.pulse { type pulse } ctl.pulse { type pulse } # Alias for (rate-converted) digital (S/PDIF) output on the # Audigy (hw:0,0) # - 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" } # Control device (mixer, etc.) for the Audigy card ctl.digital { type hw card 0 } # Alias for mixed (rate-converted) digital (S/PDIF) output on the # Audigy (hw:0,0) # - 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" } # Control device (mixer, etc.) for the Audigy 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 Audigy (hw:0,0) # 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 } # Control device (mixer, etc.) for the Audigy card ctl.analog-hw { type hw card 0 } # Alias for digital (S/PDIF) output on the Audigy (hw:0,0) # Do not use this directly--it requires specific rate, # channels, and format pcm.digital-hw { type hw card 0 device 0 } # Control device (mixer, etc.) for the Audigy card ctl.digital-hw { type hw card 0 } # Direct software mixing plugin for analog output on # the Audigy (hw:0,0) # Do not use this directly--it requires specific rate, # channels, and format. You can edit the rate to use # another sampe rate like 9600 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 Audigy card ctl.dmix-analog { type hw card 0 } # Direct software mixing plugin for digital (S/PDIF) output # on the Audigy (hw:0,0) # Do not use this directly--it requires specific rate, # channels, and format. You can edit the rate to use # another sampe rate like 9600 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 Audigy card ctl.dmix-digital { type hw card 0 } # setups the speakers for 5.1 and 4.1, shouldnt be needed as its already preconfigured # but if you got problems with the speaker setup this is needed. pcm.ch51dup { slave.pcm surround51 slave.channels 6 type route ttable.0.0 1 ttable.1.1 1 ttable.0.2 1 ttable.1.3 1 ttable.0.4 0.5 ttable.1.4 0.5 ttable.0.5 0.5 ttable.1.5 0.5 } # for 4.1 speakers pcm.ch41dup { type route slave.pcm surround41 slave.channels 5 ttable.0.0 1 ttable.1.1 1 ttable.0.2 1 ttable.1.3 1 ttable.0.4 0.5 ttable.1.4 0.5 } #Override for use OSS with XBMC pcm.oss { type oss device /dev/dsp } pcm.!default { type oss device /dev/dsp } ctl.oss { type oss device /dev/mixer } ctl.!default { type oss device /dev/mixer } !!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 oss_usb oss_sblive osscore iptable_filter ip_tables x_tables psmouse ns558 i2c_nforce2 ppdev emu10k1_gp k8temp nvidia serio_raw gameport joydev asus_atk0110 agpgart parport_pc lp parport dm_raid45 xor hid_microsoft usbhid ohci1394 ieee1394 floppy forcedeth !!ALSA/HDA dmesg !!------------------ [ 11.918964] i2c-adapter i2c-1: nForce2 SMBus adapter at 0x4c40 [ 11.920269] snd: Unknown symbol unregister_sound_special [ 11.920604] snd: Unknown symbol register_sound_special_device [ 11.921619] snd: Unknown symbol sound_class [ 11.944268] gameport: EMU10K1 is pci0000:05:08.1/gameport0, io 0xb400, speed 59659kHz