Hercules Smart TV 2 Stereo: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
 
Line 3: Line 3:
pci / 1540:952b
pci / 1540:952b


See [http://www.bttv-gallery.de bttv-gallery] (offsite) for a picture and some characteristics.
See [http://www.bttv-gallery.de bttv-gallery] for a picture and some characteristics.


'''I'm not getting any sound directly off the PCI bus yet.''' I don't know why
'''I'm not getting any sound directly off the PCI bus yet.''' I don't know why

Revision as of 22:41, 27 December 2005

Hercules Smart TV 2 Stereo tuner

pci / 1540:952b

See bttv-gallery for a picture and some characteristics.

I'm not getting any sound directly off the PCI bus yet. I don't know why (but I can get it through a patch cable to the sound card).

I use the following /etc/modules.conf :

alias char-major-81-*  bttv
options bttv card=100 tuner=38
options tuner force=0, 0x61 ignore=0, 0x60 debug=1

on a Linux 2.4.26 (Knoppix 3.4 based) using v4l2 (video4linux), xawtv, tvtime, xdtv, ... works fine.

Hercules Smart TV 2 Stereo in France (Secam and Nicam)

Sound didn't work with a kernel >= 2.6.12, if you know why please write a solution here

In /etc/modprobe.d/bttv (or /etc/modules.conf) :

alias char-major-89 i2c-dev
options bttv card=100 tuner=38
options tvaudio tda9874a=1 tda9874a_STD=6 tda9874a_AMSEL=1 tda9874a_SIF=2

on a Linux 2.6.10 (Ubuntu Hoary based) using v4l2 (video4linux), tvtime ... works fine.