I've attached a custom-convert.conf file that works with OSS. If your first dsp device is named /dev/dsp and NOT /dev/dsp0, which is usually the case with the OSS drivers, you need to use "wavin:" without the trailing zero for the first input device and "wavin:1" for the second, etc.
Alternatively you could create a symbolic link from /dev/dsp to /dev/dsp0. cd /dev; ln -s dsp dsp0 If you're using devfsd on a 2.4 kernel add the following lines to devfsd.conf and 'pkill -HUP devfsd' to have the daemon reread the conf file. REGISTER ^sound/dsp$ CFUNCTION GLOBAL mksymlink $devname dsp0 UNREGISTER ^sound/dsp$ CFUNCTION GLOBAL unlink dsp0 bpa I had to add -C to the command lines to have ecasound v2.4.6 exit cleanly. I also added -z:xruns to have it exit if buffer over/underruns happen. You might want to update custom-convert.conf.eca with these changes.for the alsa users. Ralphy +-------------------------------------------------------------------+ |Filename: custom-convert.conf.txt | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=5435| +-------------------------------------------------------------------+ -- ralphy ------------------------------------------------------------------------ ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484 View this thread: http://forums.slimdevices.com/showthread.php?t=49584 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
