Advertisement
Guest User

redme usb dvb-t

a guest
Sep 20th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. ITEtech IT9135 DVB-T USB Linux TV Driver Installation Guide
  2.  
  3. 2009/12/18
  4.  
  5. Copyright (C) 2007-2009 ITE Technologies, INC.
  6.  
  7.  
  8.  
  9. 1. Release note
  10.  
  11. This software package release is version 9.12.18.1.
  12.  
  13. Driver component version information:
  14.  
  15. 1. Firmware : v1_0_12_0
  16.  
  17. 2. API : 2.0.20091116.0
  18.  
  19.  
  20.  
  21. The driver is for ITEtech 9135 based USB TV module and operates
  22.  
  23. on Linux platform.
  24.  
  25.  
  26.  
  27. This release supports x86 32bit and 64bit CPU families in Linux.
  28.  
  29.  
  30.  
  31. 2. Revision history
  32.  
  33. Features added and bugs fixed in v9.12.18.1,
  34.  
  35. (1) First release.
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43. 3. File and folder descriptions
  44.  
  45.  
  46.  
  47. \32bit\IT9135_SRC.tgz ITE9135 USB device driver source code package for 32 bit CPU
  48.  
  49. \64bit\IT9135_SRC.tgz ITE9135 USB device driver source code package for 64 bit CPU
  50.  
  51.  
  52.  
  53. 4. Feature descriptions
  54.  
  55. IT9135 Linux driver is implemented with the video for Linux (V4L) interface
  56.  
  57. that greatly simplifies software integration. It performed the tasks such as
  58.  
  59. initialization, channel bandwidth selection, channel scanning and acquisition,
  60.  
  61. , and PID filter setting. Users also have access to all the relevant
  62.  
  63. signal statistic information generated by the IC, post-Viterbi bit error
  64.  
  65. rate(BER), uncorrectable Reed-Solomon (RS) packet count, signal strength,
  66.  
  67. and signal quality indicator.
  68.  
  69.  
  70.  
  71. One sample program with source codes are included in the driver package.
  72.  
  73. The sample program demonstrate how to access the V4L and the device in
  74.  
  75. DVB-T mode.
  76.  
  77.  
  78.  
  79. For users who are not familiar with Linux & LinuxTV, please refer to 'User Guide Linux FC6-3' which
  80.  
  81. details package & player installation step-by-step.
  82.  
  83.  
  84.  
  85. 5. Package Installation for Linux
  86.  
  87.  
  88.  
  89. a. Install driver with source code
  90.  
  91. Alternatively, you may compile and install the driver source code manually,
  92.  
  93.  
  94.  
  95. 1) In the folder 'IT9135_SRC', type the following command to compile & install it9135 DVB-T driver dvb-usb-it9135.ko.
  96.  
  97. # make clean
  98.  
  99. # make
  100.  
  101. # make install
  102.  
  103.  
  104.  
  105. 2) Plug in the device and check the message to make sure the driver is work normally.
  106.  
  107. # cat /var/log/messages
  108.  
  109.  
  110.  
  111. log messages:
  112.  
  113.  
  114.  
  115. dvb-usb: found a 'ITEtech USB2.0 DVB-T Recevier' in warm state.
  116.  
  117. dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
  118.  
  119. dvb-usb: ITEtech USB2.0 DVB-T Recevier successfully initialized and connected.
  120.  
  121.  
  122.  
  123. #lsmod|more
  124.  
  125.  
  126.  
  127. Module info:
  128.  
  129.  
  130.  
  131. Module Size Used by
  132.  
  133.  
  134.  
  135. dvb_usb_it9135 ----- 0
  136.  
  137. dvb_usb ----- 1 dvb_usb_it9135
  138.  
  139. dvb_core ----- 1 dvb_usb
  140.  
  141. dvb_pll ----- 1 dvb_usb
  142.  
  143.  
  144.  
  145. 6. Driver uninstall
  146.  
  147. To remove ITE's driver, input
  148.  
  149. make remove
  150.  
  151.  
  152.  
  153. To delete .ko files, input
  154.  
  155. make clean
  156.  
  157.  
  158.  
  159. 7. Remote Controller support
  160.  
  161. To enable IR Remote Controller, the configuration settings in EEPROM should be set properly
  162.  
  163. The IR type supported is NEC or RC-5, the configuration is set in EEPROM.
  164.  
  165. By default, The IR type for the Remote Controller shipped with 9135 USB dongle, is
  166.  
  167. consistent with EEPROM setting.
  168.  
  169.  
  170.  
  171. If the RC is acquired elsewhere, you should run ITE's EEPROMEdiotr in Windows to program the
  172.  
  173. IR type field properly.
  174.  
  175.  
  176.  
  177. RC key mapping table,
  178.  
  179. The RC key mapping table is stored in af35irtbl.bin.
  180.  
  181. A "Windows" tool IR_Editor.exe from Afa is available for users to customize the key mapping table.
  182.  
  183.  
  184.  
  185.  
  186.  
  187. 8. Known problems & limitations
  188.  
  189. a.CPU architecture:
  190.  
  191. Currently only x86 architecture is supported.
  192.  
  193. b.USB support:
  194.  
  195. Currently only USB2.0 is supported.
  196.  
  197. c.Device VID/PID:
  198.  
  199. 0x048D/0x9005; 0x048D/0x9006.
  200.  
  201. d.IR is supported and IRTable is named "af35irtbl.bin".
  202.  
  203. e.Officially supported distributions:
  204.  
  205. Linux Kernel - kernel 2.6.10 upward.
  206.  
  207.  
  208.  
  209. 9. Future work
  210.  
  211. USB1.1 support.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement