> How I find out what device is assigned to btaudio? I look to /dev/ > directory, but IMHO DSP device is same as before loading btaudio. :-O Unless you run devfs nothing in /dev will change. By default it will get the first free, but you can ask for a specific one with the dsp insmod option. > How I load btaudio? I try 'modprobe btaudio' and /var/log/messages is > write 'started OK'. :-O Fine. > How I switch btaudio to debug mode? I try: 'modprobe btaudio debug=1', > but it look as not working... ;-( It will not print much until you start using it. Gerd