Thanks for your help but that still did not do it. I've created an .asoundrc file in my home dir with the stuff you gave me and then did the aplay call. Here's the resulting output:
aplay -Ddsp1 <sndfile> ALSA lib conf.c:1415:(snd_config_load) _toplevel_:15:0:Unexpected char ALSA lib conf.c:2452:(snd_config_hook_load) /Users/ico/.asoundrc may be old or corrupted: consider to remove or fix it ALSA lib conf.c:2296:(snd_config_hooks_call) function snd_config_hook_load returned error: Unknown error ALSA lib conf.c:2671:(snd_config_update) hooks failed, removing configuration aplay: main:446: audio open error: Unknown error This obviously tells me there is something wrong with the syntax within the provided .asoundrc stuff. But since my experience with the asoundrc is non-existent, I would greatly appreciate more input regarding this issue. Also, I would greatly appreciate a complete version of an .asoundrc file from someone who uses RME soundcard. Thank you! Sincerely, Ico > -----Original Message----- > From: Jeremy Hall [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 01, 2002 10:45 PM > To: Ivica Bukvic > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [Alsa-devel] more RME 9652 Hammerfall problems > > When you use the hw:1 syntax, you are expecting alsa to try to talk to the > card directly. Try this in your .asoundrc. > > pcm.rme9652 { > type hw > card 1 > device 0 > } > ctl.rme9652 { > type hw > card 1 > } > pcm.dsp1 { > type plug > slave.pcm.rme9652 > } > > then > > aplay -Ddsp1 filew.wav > > Alsa will perform the needed conversions for you. > > You want the ctl entry so that ardour will work properly. When you use > aplay or any other application, use dsp1 as your alsa device, and when you > use ardour, use rme9652, because ardour wants the raw access. > > _J > > In the new year, Ivica Bukvic wrote: > > First off, thanks all for your assistance. I'm a bit closer to getting > > this darn thing working. Upon being instructed by Paul Davis, I did the > > following things: > > > > #alsactl -f foo store 1 (because my Hammerfall is currently seen as the > > second card) > > > > I edited foo file, and changed the following: > > control.17 { > > comment.access 'read write' > > comment.type ENUMERATED > > comment.item.0 ADAT1 > > comment.item.1 Internal > > iface PCM > > name 'ADAT1 Input Source' > > value ADAT1 > > } > > > > to > > > > control.17 { > > comment.access 'read write' > > comment.type ENUMERATED > > comment.item.0 ADAT1 > > comment.item.1 Internal > > iface PCM > > name 'ADAT1 Input Source' > > value Internal > > } > > > > saved the file, then did > > > > #alsactl -f foo restore 1 > > > > #alsasound restart > > > > And now I have asound.stat stating that syns is set to internal. > > > > But, now when I try to use the card with aplay, I get the following > > error: > > > > #alsactl -Dhw:1 <sndfile> > > Playing WAVE <sndfile> : Signed 16 bit Little Endian, Rate 44100 Hz, > > Stereo > > aplay: set_params:734: Access type not available > > > > What does this mean? (I tried also -Dhw:1,0 or -Dhw:1,1 and -Dhw:1,2 > > without success) > > > > I tried using aplay with my primary card PCI 128 with: > > > > #aplay -Dhw:0 <sndfile> > > > > and it played just fine. > > > > So what am I doing wrong now? > > > > Just for reference sake, these are only devices I have in my /dev/snd > > dir: > > controlC0 midiC0D0 pcmC0D0p pcmC1D0c seq > > controlC1 pcmC0D0c pcmC0D1p pcmC1D0p timer > > > > Maybe this helps... > > > > Also, could someone please be so kind to send me their asoundrc file > > that they are using for the hammerfall, so that I can learn from it as > > to how to configure it since the one that comes with alsa-driver package > > is rather esotheric for my understanding? Thank you very much! > > > > Sincerely, > > > > > > Ivica Ico Bukvic, composer, multimedia sculptor, > > programmer, webmaster & computer consultant > > http://meowing.ccm.uc.edu/~ico/ > > [EMAIL PROTECTED] > > ============================ > > "To be is to do" - Socrates > > "To do is to be" - Sartre > > "Do be do be do" - Sinatra > > "I am" - God > > > > > > > > > > _______________________________________________ > > Alsa-devel mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/alsa-devel > > _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel