0 Members and 1 Guest are viewing this topic.
sudo apt-get remove xawtv-tools
xawtv -debug 255 -hwls
ls /dev/snd
graeme@Linux1 ~ $ ls /dev/sndby-path controlC0 hwC0D0 pcmC0D0c pcmC0D0p pcmC0D2c seq timergraeme@Linux1 ~ $
xawtv -nodga -noxv -dspdev /dev/snd
graeme@Linux1 ~ $ xawtv -nodga -noxv -dspdev /dev/sndThis is xawtv-3.102, running on Linux/i686 (3.5.0-17-generic)xinerama 0: 1600x900+0+0vid-open-auto: using analog TV device /dev/video0WARNING: No DGA direct video mode for this display.WARNING: keeping fbuf pitch at: 6400, as no base addr was detectedWARNING: couldn't find framebuffer base address, try manual configuration ("v4l-conf -a <addr>")v4l2: WARNING: framebuffer base address mismatchv4l2: me=(nil) v4l=(nil)Alsa devices: cap: (null) (/dev/video0), out: defaultoss: can't use format 8bit mono
xawtv -nodga -noxv -dspdev plughw:Intel
This package ensures that Open Sound System support is provided in some way. On Linux, it enables the ALSA compatibility modules. On other kernels where OSS is the default interface, no action is taken.The purpose of this package is for applications that only support OSSto depend on it, hence preventing common "/dev/dsp not found" errors that would confuse unexperienced users.
sudo apt-get install oss-compat
xawtv -nodga -noxv
graeme@Linux1 ~ $ xawtv -nodga -noxvThis is xawtv-3.102, running on Linux/i686 (3.5.0-17-generic)xinerama 0: 1600x900+0+0vid-open-auto: using analog TV device /dev/video0WARNING: No DGA direct video mode for this display.WARNING: keeping fbuf pitch at: 6400, as no base addr was detectedWARNING: couldn't find framebuffer base address, try manual configuration ("v4l-conf -a <addr>")v4l2: WARNING: framebuffer base address mismatchv4l2: me=(nil) v4l=(nil)Alsa devices: cap: (null) (/dev/video0), out: defaultoss: open /dev/dsp: No such file or directory