HardwareSupportComponentsMultimedia

Differences between revisions 24 and 25
Revision 24 as of 2006-03-16 12:53:07
Size: 4609
Editor: 63-229-24-90
Comment:
Revision 25 as of 2006-03-16 12:59:06
Size: 4368
Editor: 63-229-24-90
Comment:
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
|| SanDisk || m240 || ? || Yes || Yes || 5.10 || I plugged this MP3 player into my machine, typed "sudo mount /dev/sda1 /mnt/sda1" and it mounted. I added files to the MP3 player with drag and drop in Nautilus. I did "sudo umount /dev/sda1", it unmounted and I was listening to music on the new player within minutes of buying it. || 2006-03-15 || || SanDisk || m240 || ? || Yes || Yes || 5.10 || this MP3 player works out of the box :). || 2006-03-15 ||

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

SanDisk

m240

?

Yes

Yes

5.10

this MP3 player works out of the box :).

2006-03-15

SanDisk

Cruzer Micro 256Mb

?

Yes

Yes

5.10

I plugged this usb flash drive into my machine and gnome automounted it. I found that I had to turn automounting off if I wanted to mount and unmount this device manually, probably a hal issue.

2006-03-15

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)