On Wed, Dec 10, 2008 at 08:24:50 -0800, Arc Roca wrote: > > 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 > > [EMAIL PROTECTED]:~$ cat /proc/asound/cards > 0 [Intel ]: HDA-Intel - HDA Intel > HDA Intel at 0xfc500000 irq 22 > 1 [Xmod ]: USB-Audio - Creative Xmod
That looks good to me. > [EMAIL PROTECTED]:~$ 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 You have to use "aplay -L" (which is the same as "aplay --list-pcms") to get a list of the known PCM names. > However, this is what I get now, same as before: > > [EMAIL PROTECTED]:~/música/JoanManuelSerrat$ alsaplayer -d Xmod Benito.ogg > ALSA lib pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM Xmod I think you are using the wrong device string; AFAIK, it has be a known PCM name (see above). For example, on my system the correct alsaplayer device string of the built-in Intel sound card is "default:CARD=Intel"; "Intel" or "HDA Intel" do not work. -- Regards, | http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]