Sabrent SBT-TVFM: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
<nowiki> |
<nowiki> |
||
options saa7134 card=42 tuner=17 |
options saa7134 card=42 tuner=17 |
||
</nowiki> |
|||
OR |
|||
<nowiki> |
|||
options saa7134 card=42 tuner=69 |
|||
</nowiki> |
</nowiki> |
||
}} |
}} |
||
[Note: Some 'card=42' variants need 'tuner=69' instead of 'tuner=17'] |
|||
'''Options:''' Cards supported by your kernel are available in the files |
'''Options:''' Cards supported by your kernel are available in the files |
Revision as of 20:03, 30 September 2007
Make sure you have the latest version of v4l-dvb. You can use the tutorial found at http://www.linuxtv.org/repo/
To get this card to work in NTSC_M, create the following file
File: /etc/modprobe.d/saa7134 |
options saa7134 card=42 tuner=17 |
[Note: Some 'card=42' variants need 'tuner=69' instead of 'tuner=17']
Options: Cards supported by your kernel are available in the files
Card list - /usr/src/linux/Documentation/video4linux/CARDLIST.saa7134 Tuner list - /usr/src/linux/Documentation/video4linux/CARDLIST.tuner
Then reload the driver by typing
rmmod saa7134 modprobe saa7134
You can now run tvtime
tvtime
Enjoy!