Archived talk:How to install DVB device drivers: 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/: -------------------------------------------...)
 
No edit summary
Line 20: Line 20:


4.
4.
sudo
su
modprobe dvb-ttpci
modprobe dvb-ttpci




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

Revision as of 14:46, 11 February 2008

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/:


  1. !/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