Skip to content

CX24117 firmware

Luis Alves edited this page Aug 1, 2013 · 14 revisions

The CX24117 driver requires the "dvb-fe-cx24117.fw" firmware file.

Please DON'T email me asking for it. Instead get it yourself from the official TBS drivers.

TBS Windows driver contains a different version of the firmware from the Linux drivers, but it is not yet known what the differences are. All versions of the TBS Windows drivers from 2.0.1.3 (December 2011) to 2.0.1.6 contain the same firmware version. It can be extracted as follows:

wget http://www.tbsdtv.com/download/document/tbs6981/tbs6981-windows-driver_v2.0.1.6.zip
unzip -p tbs6981-windows-driver_v2.0.1.6.zip tbs6981_x86/TBS6981.sys | dd bs=1 skip=166120 count=55352 of=dvb-fe-cx24117.fw

This should give the following checksum:

96ae79acb8e51d90c90fa9759a1ce9df  /lib/firmware/dvb-fe-cx24117.fw

Alternative firmware version

(example for linux drivers v130506)

dd if=<path_to>/tbs6981fe_driver.o.x86_64 of=/lib/firmware/dvb-fe-cx24117.fw bs=1 skip=10080 count=55486

It should give you the following md5sum:

00bb54e462c84c71c052b1812a1c7190  /lib/firmware/dvb-fe-cx24117.fw

Donate

If you want to support this project, feel free to send me some beers to my PayPal account

Clone this wiki locally