ITE IT9135: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
==='''Modules'''===

Is supported directly by V4L through the following modules.
Is supported directly by V4L through the following modules.


Line 4: Line 6:


'''it913x-fe'''
'''it913x-fe'''

==='''Module Options'''===


==='''Firmware Instructions'''===

Locate file get_dvb_firmware in Documentation/dvb of Kernel 3.2 and above.

Run the perl script.

./get_dvb_firmware it9135

Manual extraction of firmware from [http://kworld.server261.com/kworld/CD/ITE_TiVme/V1.00/Driver_V10.323.1.0412.100412.zip Driver_V10.323.1.0412.100412.zip]

in path

Driver_V10.323.1.0412.100412/Data/x86/

extract IT9135BDA.sys Dated Mon 22 Mar 2010 10:20
dd if=IT9135BDA.sys ibs=1 skip=69632 count=5731 of=dvb-usb-it9137-01.fw

This will produce the dvb-usb-it9137-01.fw file, copy this to your default firmware location. Usually /lib/firmware.

==='''Installation Instructions'''===

'''Kernels 2.6.31 to 3.1 and updates'''

Go to the [http://linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers How to Obtain, Build and Install V4L-DVB Device Drivers] page and download and build the lastest media_build.

Revision as of 21:38, 12 December 2011

Modules

Is supported directly by V4L through the following modules.

dvb-usb-it913x

it913x-fe

Module Options

Firmware Instructions

Locate file get_dvb_firmware in Documentation/dvb of Kernel 3.2 and above.

Run the perl script.

./get_dvb_firmware it9135 

Manual extraction of firmware from Driver_V10.323.1.0412.100412.zip

in path

Driver_V10.323.1.0412.100412/Data/x86/

extract IT9135BDA.sys Dated Mon 22 Mar 2010 10:20

dd if=IT9135BDA.sys ibs=1 skip=69632 count=5731 of=dvb-usb-it9137-01.fw

This will produce the dvb-usb-it9137-01.fw file, copy this to your default firmware location. Usually /lib/firmware.

Installation Instructions

Kernels 2.6.31 to 3.1 and updates

Go to the How to Obtain, Build and Install V4L-DVB Device Drivers page and download and build the lastest media_build.