First, I really hope someone else will also attempt to help you as I won't be able to take you very far :-)
Your configuration files looks OK to me, and I don't know why you shouldn't be able to access the /dev/dsp devices with the right permissions? Some things to try: 1. Have you tried to run as 'root', just to positively rule out any permissions problem? 2. What info do you get if you run the following commands when you think you are ready to run xmms: /sbin/lspci /sbin/lsmod If you get a "command not found" error then the paths for you are different, and you can do it as 'root' instead. This is to ensure that all devices actually exists and all modules are loaded and ready. 3. You might also want to remove the ESS soundcard for now, just to rule out any conflicts. You may put it back later when the first soundcard works, but be prepared to some more stuggles because ISA based sound cards are a pain in my experience. Peter "Strykar " <[EMAIL PROTECTED]> on Wed, 02 Jan 2002 19:20:44 wrote: > >I have two soundcards on my box, one's a PCI based Ensoniq ens1730 and the >other is an ISA based ESS Audio Drive es1688. I configured alsa with >oss,sequencer for both my cards and used the console based graphical >alsamixer to set volumes. It detects my PCI card as does a modprobe snd-card >ens1730 but when i try and play an MP3 in xmms it says, /dev/dsp, no such >device. i have the correct permissions set and am a user in the group audio. >Heres what my /etc/modules.conf looks like : > > ># ISA PnP support >options isapnp isapnp_reserve_irq=9,10,11,12,13 > ># ALSA native device support >alias char-major-116 snd >options snd snd_major=116 snd_cards_limit=2 >alias snd-card-0 snd-card-ens1730 >alias snd-card-1 snd-card-es1688 >options snd-card-ens1730 snd_index=0 snd_id="Cr64" >options snd-card-es1688 snd_index=1 snd_id="ESS" \ >snd_port=0x220 snd_irq=5 snd_dma1=1 > ># OSS/Free setup >alias char-major-14 soundcore >alias sound-slot-0 snd-card-0 >alias sound-service-0-0 snd-mixer-oss >alias sound-service-0-1 snd-seq-oss >alias sound-service-0-3 snd-pcm-oss >alias sound-service-0-8 snd-seq-oss >alias sound-service-0-12 snd-pcm-oss >alias sound-slot-1 snd-card-1 >alias sound-service-1-0 snd-mixer-oss >alias sound-service-1-3 snd-pcm-oss >alias sound-service-1-12 snd-pcm-oss > >alias net-pf-4 off # we won't use PF IPX >alias net-pf-5 off # we won't use PF AppleTalk >keep >path=/lib/modules/2.4.5/misc #ALSA > >EOF > >My devfsd.conf file: > >LOOKUP snd MODLOAD ACTION snd >REGISTER sound/.* PERMISSIONS root.audio 660 >REGISTER snd/.* PERMISSIONS root.audio 660 > > >I also did a chmod 777 /dev/dsp* >and a chmod 777 /dev/mixer* > >Im very new to linux and greatly appreciate any help. >Thanks > _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user