!!################################ !!ALSA Information Script v 0.4.58 !!################################ !!Script ran on: Fri Jan 8 12:29:50 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-17-generic Operating System: GNU/Linux Architecture: i686 Processor: unknown SMP Enabled: Yes !!ALSA Version !!------------ Driver version: Library version: 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 !!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 !!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 # 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" } } # 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 i2c_nforce2 serio_raw joydev asus_atk0110 k8temp emu10k1_gp snd_page_alloc nvidia agpgart ppdev parport_pc ns558 gameport lp parport dm_raid45 xor hid_microsoft usbhid ohci1394 ieee1394 forcedeth floppy !!ALSA/HDA dmesg !!------------------ [ 10.651308] NVRM: loading NVIDIA UNIX x86 Kernel Module 190.53 Tue Dec 8 18:51:41 PST 2009 [ 11.018600] snd: Unknown symbol unregister_sound_special [ 11.018934] snd: Unknown symbol register_sound_special_device [ 11.019888] snd: Unknown symbol sound_class [ 11.022872] snd: Unknown symbol unregister_sound_special [ 11.023206] snd: Unknown symbol register_sound_special_device [ 11.024184] snd: Unknown symbol sound_class [ 11.025390] snd: Unknown symbol unregister_sound_special [ 11.025725] snd: Unknown symbol register_sound_special_device [ 11.026682] snd: Unknown symbol sound_class [ 11.027844] i2c-adapter i2c-0: nForce2 SMBus adapter at 0x4c00 -- [ 11.224337] snd_timer: Unknown symbol snd_register_device_for_dev [ 11.227187] snd: Unknown symbol unregister_sound_special [ 11.227521] snd: Unknown symbol register_sound_special_device [ 11.228495] snd: Unknown symbol sound_class [ 11.306195] snd_seq_device: Unknown symbol snd_info_register -- [ 11.306811] snd_seq_device: Unknown symbol snd_device_new [ 11.309659] snd: Unknown symbol unregister_sound_special [ 11.309993] snd: Unknown symbol register_sound_special_device [ 11.310948] snd: Unknown symbol sound_class [ 11.312588] snd_seq_device: Unknown symbol snd_info_register