0 Members and 2 Guests are viewing this topic.
firstly I uncommented line options tuner type=0 then opened up xawtv and both machines tuned in perfect
lsmod | egrep '(bttv|tuner)'
You still haven't confirmed you've connected your TV/Capture card to your soundcard ?
No I didn't think I had to I thought it would receive video and audio through the RF cable
Have you considered creating a Mint 13 or Ubuntu 12.04 LiveUSB with persistence .. booting to it .. and seeing if cheese works in that ?
What was the problem with cheese in Peppermint ?
Is it now loaded?Code: [Select]lsmod | egrep '(bttv|tuner)'
graeme@Linux1 ~ $ lsmod | egrep '(bttv|tuner)'tuner_simple 22016 1 tuner_types 18998 1 tuner_simpletuner 26797 1 bttv 112147 0 videobuf_dma_sg 18714 1 bttvvideobuf_core 25097 2 bttv,videobuf_dma_sgbtcx_risc 13400 1 bttvrc_core 21266 1 bttvtveeprom 17009 1 bttvv4l2_common 15767 3 tuner,msp3400,bttvvideodev 95841 4 tuner,msp3400,bttv,v4l2_commoni2c_algo_bit 13197 2 bttv,i915graeme@Linux1 ~ $ lsmod | egrep '(bttv|tuner)'
graeme@Linux1 ~ $ xawtvThis 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: defaultX Error of failed request: BadAlloc (insufficient resources for operation) Major opcode of failed request: 149 (XVideo) Minor opcode of failed request: 19 () Serial number of failed request: 483 Current serial number in output stream: 484graeme@Linux1 ~ $
X Error of failed request: BadAlloc (insufficient resources for operation)
00:02.0 VGA compatible controller [0300]: Intel Corporation 82945G/GZ Integrated Graphics Controller [8086:2772] (rev 02)
sudo gedit /etc/X11/xorg.conf.d/20-intel.conf
v4l2-ctl --get-freq
graeme@Linux1 ~ $ xawtvThis 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
sudo apt-get install alsa-oss
arecord -l
There should be a distinct audio input for your card if it was coming via the bus.
It might be worth to open up the case and see if there is a connector (internal) on your card for audio output.
Have you tried xawtv after (if) you have installed alsa-oss?
does it mean because I can't hear the output the it wouldn't record the output if I could get record to work ?
ls -a /dev | grep dsp
ls -a /dev | grep video
Yes, probably, not necessarily, and no .. helpful eh ?
As the TV/Capture card doesn't appear to register itself as an audio device , it's my guess that it needs you to use the sound card as the "audio" capture device .. so you'd need to run a cable either from pins on the capture card itself to the CD audio input on the sound card, or to run a mini-jack to mini-jack from audio OUT on the capture card to audio IN on the sound card.
I'm gonna take a guess here, and assume that now you've installed alsa-oss SeZo will ask you for the output from:
As I said I'm kinda out of my comfort zone with capture .. so if I'm totally off track, please ignore this .. though there's nothing in this post that will cause any problems, so it certainly wont hurt
graeme@Linux1 ~ $ arecord -l**** List of CAPTURE Hardware Devices ****card 0: Intel [HDA Intel], device 0: ALC888 Analog [ALC888 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0card 0: Intel [HDA Intel], device 2: ALC888 Analog [ALC888 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0graeme@Linux1 ~ $ ls -a /dev | grep dspgraeme@Linux1 ~ $ ls -a /dev | grep videovideo0graeme@Linux1 ~ $