HardwareSupportComponentsMultimedia

Differences between revisions 40 and 63 (spanning 23 versions)
Revision 40 as of 2006-12-12 20:49:20
Size: 5067
Editor: ppp123-220
Comment: removing "Terratec" after successfull move
Revision 63 as of 2008-08-06 16:36:10
Size: 1094
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

''' Under Construction!!! '''
Line 8: Line 6:
|| AverMedia || HardwareSupportComponentsMultimediaAverMedia ||
|| EasyTV Card Bus || HardwareSupportComponentsMultimediaEasyTV ||
||Anysee || HardwareSupportComponentsMultimediaAnysee ||
|| Aver``Media || HardwareSupportComponentsMultimediaAverMedia ||
|| DViCO || HardwareSupportComponentsMultimediaDvico ||
|| EasyTV Card Bus || HardwareSupportComponentsMultimediaEasyTvCardBus ||
|| Geovision || HardwareSupportComponentsMultimediaGeovision ||
Line 14: Line 15:
|| Nebula || HardwareSupportComponentsMultimediaNebula ||
|| PcHDTV || HardwareSupportComponentsMultimediaPcHdTv ||
Line 15: Line 18:
|| SanDisk || HardwareSupportComponentsMultimediaSanDisk || || San``Disk || HardwareSupportComponentsMultimediaSanDisk ||
|| Technisat || HardwareSupportComponentsMultimediaTechnisat ||
Line 17: Line 21:
|| Technisat || HardwareSupportComponentsMultimediaTechnisat ||


||<rowbgcolor="#d9bb7a">'''Make''' || '''Model''' || '''Chipset/Driver ''' || '''Auto detected? ''' || '''Works? ''' || '''Ubuntu Version ''' || '''Comments''' || '''Last Updated''' ||
|| EasyTV Card Bus || p34 cardbus (PCMCIA) || Philips SAA7134 || Yes but not configured properly by default || Yes || Dapper 6.06 || This card is reported as a generic card=0. Its acually a SinoVideo PCI2390 Proteus (7134) and Tuner is a SinoVideo tda8275. The best settings I have tested were card=81 tuner=54 oss=1 (even though it seems it should be card=1 tuner=54) Composite1 and TVtuner works, I have not tested S-video. See this link to get video and audio working: http://ubuntuforums.org/showthread.php?p=1497204#post1497204 ~0okami|| 2006-09-14 ||
|| Aver``Media || Aver``TV GO 007 FM || saa7134 || No || limited || 5.10 || This card was added to Linux kernel 2.6.15, hence it will not work out of box in Breezy. On a Fedora system that had that kernel version, video worked fine, however no audio. Major changes around Jan 2006 to the saa7134 audio driver (affecting other cards as well) that haven't been polished or applications not updated for the changes may be to blame. || 2006-02-25 ||
|| Hauppauge || WinTV PCI (bt848) || bt848 / bttv || No || No || || Tried loading bttv card=2, no luck || 2005-01-30 ||
|| Hauppauge || WinTV PVR 250 || || No || Yes || 5.10 || Works fine with mythtv. Follow http://hyams.webhop.net/mythtv/myth_ubuntu.html|| 2006-02-05 ||
|| Hauppauge || WinTV Express || bt878/bttv || No || Yes || || Tuner detected incorrectly. Fix the problem by using commands "sudo rmmod bttv" and "sudo modprobe bttv tuner=51". To make settings permanent, add lines "alias video0 bttv" and "options bttv tuner=51" into file /etc/modprobe.d/bttv and run "update-modules" while being root (or use sudo) || 2005-03-28 ||
|| Hercules || Hercules Smart TV 2 Stereo || bt878 / bttv || Yes || No || || Same problem as with WinTV Express. Tuner detected incorrectly. Fixed with "sudo rmmod bttv" and "sudo modprobe bttv card=100 tuner=38 || 2005-03-20 ||
|| Leadtek || WinFast TV 2000 XP Expert || Conexant CX2388x / cx8800 || Yes || partially || 5.10 6.06 || Some keys on the remote control aren't recognized. XawTV don't works (TvTime, Zapping works). || 2006-09-05 ||
|| Medion || TV Tuner 7134 || saa7134 || Yes || Yes || Hoary and Breezy || Recognized as "Philips Semiconductors SAA7134" - Integrated FM/TV Tuner and Modem || 2005-12-16 ||
|| Pinnacle || PCTV Rave (Bt878) || bttv || Yes || Yes || || || ||
|| Pinnacle || PCTV USB2|| em28xx || Yes || Yes ||Dapper ||More information below ||2006-03-03 ||


= 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:
 1. apt-get install xawtv mplayer sox

 2. 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

 3. Type cat /proc/asound/cards and check if your PCTV is listed and which is its number in the list
 4. Type v4lctl setattr mute 0
     Type sox -t ossdsp -r 48000 -b -c 2 /dev/dspx -t ossdsp /dev/dspy
        Or
     Some tests can be done also typing:
     cat /dev/dspx > /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

== Leadtek WinFast TV 2000 XP Expert ==
Ubuntu 5.10 - Problem with sound(clipping,disturbances every 30-40 seconds).

Ubuntu 6.06 - Woks fine

HardwareSupportComponentsMultimedia (last edited 2008-08-06 16:36:10 by localhost)