Archived talk:HOW TO Installing DVB: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(New page: Installing DVB-S card Hauppauge/Techotrend SAA7146 under Linux Mandriva 2007.1 and 2008: 1. Copy a textfile "dvb.rules" in /etc/udev/rules.d/: -------------------------------------------...)
 
m (Talk:HOW TO Installing DVB moved to V4L talk:HOW TO Installing DVB: archiving; how shortsighted of me -- I should have made the namespace "Archive" instead of "V4L"..oh well, another day)
 
(No difference)

Latest revision as of 04:02, 27 February 2009

Installing DVB-S card Hauppauge/Techotrend SAA7146 under Linux Mandriva 2007.1 and 2008:

1. Copy a textfile "dvb.rules" in /etc/udev/rules.d/:



KERNEL=="dvb*", PROGRAM="/etc/udev/scripts/dvb.sh %k", NAME="%c"



2. Copy a script "dvb.sh" in /etc/udev/scripts/:



#!/bin/sh


/bin/echo $1 | /bin/sed -e 's,dvb\([0-9]\)\.\([^0-9]*\)\([0-9]\),dvb/adapter\1/\2\3,'



3. Copy in /lib/firmware/ the file: http://www.linuxtv.org/downloads/firmware/dvb-ttpci-01.fw-2622 and rename it in: "dvb-ttpci-01.fw"


4. sudo modprobe dvb-ttpci


5. Reboot. Now you should have the /dev/dvb/adapter0/ with content. If not, again: sudo modprobe dvb-ttpci