HardwareSupportComponentsMultimediaPinnacle
Summary
Make |
Model |
Chipset/Driver |
Auto detected? |
Works? |
Ubuntu Version |
Comments |
Last Updated |
Pinnacle |
PCTV Rave (Bt878) |
bttv |
Yes |
Yes |
|
|
|
Pinnacle |
PCTV HD Stick 800e |
em28xx |
Yes |
Yes |
9.04 (Jaunty) |
Needs xc3028-v27.fw installed in /lib/firmware |
2010-06-11 |
Pinnacle |
PCTV USB2 |
em28xx |
Yes |
Yes |
v6.06 (Dapper) |
More information below |
2006-Mar-03 |
Pinnacle |
Studio 700 PCI |
bttv |
Yes |
Yes |
v8.04 (Hardy) |
More information below |
2008-Jun-06 |
Pinnacle |
DVB-T USB2 solo 72e |
no idea |
No |
Yes |
v8.04 (Hardy) |
2008-July-09 |
Details
Pinnacle PCTV USB2
STILL NOT WORKING WELL DON'T BUY YET This device has been tested with italian parameters (see other documentation to find out your country number e.g italian is 38 and type e.g. italian is pal), ubuntu Dapper flight 4 and the newest kernel provided by the distro. There are some steps to follow for getting this device work:
- apt-get install xawtv mplayer sox
- Create the new file /dev/modprobe.d/tv and fill it with this text:
- alias char-major-81 videodev alias char-major-81-0 tveeprom alias char-major-81-1 em28xx
- options em28xx tuner=38 options tuner secam=d pal=d options tda9887 port2=0
- Type cat /proc/asound/cards and check if your PCTV is listed and which is its number in the list
- Type v4lctl setattr mute 0
- Type sox -t ossdsp -r 48000 -b -c 2 /dev/dspx -t ossdsp /dev/dspy
- Or
cat /dev/dspx > /dev/dspy
- Type sox -t ossdsp -r 48000 -b -c 2 /dev/dspx -t ossdsp /dev/dspy
Where you have to replace dspx with the usbaudio device number that you've found in the list before and dspy is the soundcard dsp
- device (I've tried this sox -t ossdsp -r 48000 -b -c 2 /dev/dsp1 -t ossdsp /dev/dsp and it works well)
- Type mplayer -tv driver=v4l2:outfmt=yuy2:noaudio:immediatemode=0 tv://
For more information refer to http://www.linuxtv.org/v4lwiki/index.php/Talk:Em2820#PCTV_USB2 and http://www.linuxtv.org/v4lwiki/index.php/Em2820
Pinnacle Studio 700 PCI
Its work with Kino and IEEE 1394 RAW 1394 module
http://ubuntuforums.org/showthread.php?t=207386
http://www.linuxtv.org/v4lwiki/index.php/Pinnacle_Studio_700
HardwareSupportComponentsMultimediaPinnacle (last edited 2010-06-12 21:44:28 by 66-230-102-8-rb1)