Hi Bill, I have two Hauppauge cards. My config looks like so: modules.conf: options btaudio analog=0 debug=2 [on my system they end up as dsp2 and dsp3:] [steve@tim main]$ ls -l /dev/dsp[23] crw-rw---- 1 steve audio 14, 35 May 27 2001 /dev/dsp2 crw-rw---- 1 steve audio 14, 51 May 27 2001 /dev/dsp3 I would capture with mp1e. Something like: /usr/local/bin/mp1e -s352x288 -a 2 -b 2500 -B 128 -S 32 -r 6,0 \ -p $AUDIODEVICE -c $VIDEODEVICE -n $f $AUDIODEVICE would be /dev/dsp2 or /dev/dsp3 In your case you seemed to set up both dsps - so /dev/dsp2 would be your digital one. I just disable the analog dsp. You also can't set the dsp devices specifically for btaudio when its supporting more than one capture card. Steve