Following the instructions in
/usr/share/doc/alsa-base/README.Debian.gz
I added a line to my /etc/modprobe.d/sound which now looks like this
alias snd-card-0 snd-hda-intel
options snd-hda-intel index=0
alias snd-card-1*** snd-usb-audio
options snd-usb-audio index=1
since after pluging it it shows as follows
arc@tosh:~$ cat /proc/asound/cards
*0 [Intel********* ]: HDA-Intel - HDA Intel
********************* HDA Intel at 0xfc500000 irq 22
*1 [Xmod********** ]: USB-Audio - Creative
Xmod
********************* Creative Technology Ltd Creative Xmod at usb-0000:00:1d.2-2, full speed
or
arc@tosh:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
* Subdevices: 1/1
* Subdevice #0: subdevice #0
card 1: Xmod [Creative Xmod], device 0: USB Audio [USB Audio]
* Subdevices: 1/1
* Subdevice #0: subdevice #0
However, this is what I get now, same as before:
arc@tosh:~/música/JoanManuelSerrat$ alsaplayer -d Xmod Benito.ogg
ALSA lib pcm.c:2144

snd_pcm_open_noupdate) Unknown PCM Xmod
snd_pcm_open: No such file or directory (Xmod)
Failed to initialize plugin!
Failed to register plugin: /usr/lib/alsaplayer/output/libalsa_out.so
Failed to load output plugin "alsa". Trying defaults.
ALSA
lib pcm.c:2144

snd_pcm_open_noupdate) Unknown PCM Xmod
snd_pcm_open: No such file or directory (Xmod)
Failed to initialize plugin!
/usr/lib/alsaplayer/output/libalsa_out.so failed to load
jack: server not running?
/usr/lib/alsaplayer/output/libjack_out.so failed to load
error opening /dev/dsp
Failed to initialize plugin!
/usr/lib/alsaplayer/output/liboss_out.so failed to load
No $AUDIOSERVER, falling back on $DISPLAY
NAS server not available
Failed to initialize plugin!
/usr/lib/alsaplayer/output/libnas_out.so failed to load
/dev/dsp: No such file or directory
Failed to initialize plugin!
/usr/lib/alsaplayer/output/libesound_out.so failed to load
NOTE: THIS IS THE NULL PLUGIN.***** YOU WILL NOT HEAR SOUND!!
Segmentation fault
=============================
Is the conclusion at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491196
right, or am I doind
something wrong?
Any ideas? Thanks in advance.