Pinnacle USB PCTV 150e in Linux

Last Updated on Tuesday, 19 July 2011

I got myself an used USB Analog TV Grabber PCTV150e from Pinnacle :

This thingy comes with Windows only Drivers (of course, what did you expect?)

However, with a very little fine tuning, this nice little Device works great (and even better according to Image Quality) in Linux then in Windows.

 

This is me playing Super Mario Bros 3 on a NES hooked up to my Linux Box via the Pinnacle USB PCTV 150e, I like the quote on the title bar, it fits me so much ;)

How?

  1. Install TVTime
  2. TVTime is a very great software for watching Television on a Linux Desktop. Furthermore it grabs Video and Sound from nearly any source of an Analog Tuner (Composite Video, SVHS, you get the trick..)

    Install it with

    On Ubuntu  : "sudo apt-get install tvtime sox libsox-fmt-all"

    On Fedora : "yum install tvtime sox"

    I'll come to the sox and libsox stuff a bit later...

    A shortcut will be placed in you apps Menu, or you can simply launch it with "tvtime".

    You'll notice that the image quality is great, but there is no sound...

  3. Determine the Audio Device of the Pinnacle USB
  4. In a Terminal, simply launch

    cat /proc/asound/cards

    Output will be something like :

    0 [M5455 ]: ICH - ALi M5455 ALi M5455 with ALC655 at irq 20

    1 [UART ]: MPU-401 UART - MPU-401 UART MPU-401 UART at 0x330, irq 5

    2 [PAL ]: USB-Audio - PCTV USB2 PAL Pinnacle Systems GmbH PCTV USB2 PAL at usb-0000:00:1c.3-5, high speed

    Note the number of the Pinnacle USB Device (In this case, it's 2, it might be different for your system)

  5. Create a new launcher for TVTime
  6. Create a new file , and paste the following command (which I found on a user friendly German Friendly, but forgot to bookmark Frown)

    #!/bin/sh

    #-q

    sox -r 48000 -w -c 2 -t ossdsp /dev/dspX -t ossdsp /dev/dsp & tvtime --mixer=/dev/mixer:pcm


    Notice the first /dev/dspX ? Substitute it with the number of your USB PCTV Audio Device (in this case , 2)

    Save the new file, and give it a meaningful name, i.e. start-tvtime.sh or something like this

    Now launch this file (you may want to do an chmod +x on it first), and voilà, now there's sound being played.

     

Buy cheap web hosting service where fatcow web hosting review will give you advices and please read bluehost review for more hosting information.
Copyright © 2012 Press Start to Stop. All Rights Reserved.
Joomla! is Free Software released under the GNU General Public License.
Free Joomla Templates designed by Web Hosting Top