HardwareSupportComponentsMultimedia

Differences between revisions 21 and 22
Revision 21 as of 2006-03-03 09:52:28
Size: 3879
Editor: adsl-233-176
Comment:
Revision 22 as of 2006-03-03 20:11:40
Size: 3985
Editor: adsl-26-180
Comment:
Deletions are marked like this. Additions are marked like this.
Line 38: Line 38:
          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         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
Line 40: Line 45:
     
Line 41: Line 47:


HardwareSupport/Components/Multimedia

Multimedia devices

Make

Model

Chipset/Driver

Auto detected?

Works?

Ubuntu Version

Comments

Last Updated

AverMedia

AverTV 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

bttv

Yes

partially

5.10

Some keys on the remote control aren't recognized. XawTV don't works (TvTime works).

2005-10-16

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

Terratec

Cingery 600 TV Radio

saa7134

No

Yes

5.1.

Tuner not detected correctly. Put "options saa7134 card=11 tuner=38" into /etc/modprobe.d/saa7134, reboot or reload module

2005-10-14

Technisat

Skystar 2

i2c

Yes

Yes

5.10

works out of the box Smile :)

2005-12-24

Technisat

Skystar 1

?

Yes

Yes

5.10

works out of the box Smile :)

2005-12-24

Details

Pinnacle PCTV USB2

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


CategoryHardware

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