ASUS My Cinema-P7131 Hybrid

From LinuxTVWiki
Revision as of 01:21, 2 May 2007 by W3ird n3rd (talk | contribs)
Jump to navigation Jump to search

The analog part of this card works out of the box, DVB-T requires a firmware (dvb-fe-tda10046.fw). There are two ways to obtain this firmware, the first is with a script that will download the Windows-firmware and rip the firmware out of it:

perl /usr/src/linux/Documentation/dvb/get_dvb_firmware tda10046

The second is to get a package with this and many other firmwares from this archived file (1,52MiB). (If you can provide proper hosting, you're welcome to re-host the file and edit this page.)

Then, copy the firmware file to /lib/firmware or /usr/lib/hotplug/firmware/ (depends on your hotplug version):

sudo cp dvb-fe-tda10046.fw /lib/firmware (replace /lib/firmware with /usr/lib/hotplug/firmware/ if required)