Advertisement
Guest User

Untitled

a guest
Sep 20th, 2016
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. ITEtech IT9135 DVB-T USB Linux TV Driver Installation Guide
  2. 2009/12/18
  3. Copyright (C) 2007-2009 ITE Technologies, INC.
  4.  
  5. 1. Release note
  6. This software package release is version 9.12.18.1.
  7. Driver component version information:
  8. 1. Firmware : v1_0_12_0
  9. 2. API : 2.0.20091116.0
  10.  
  11. The driver is for ITEtech 9135 based USB TV module and operates
  12. on Linux platform.
  13.  
  14. This release supports x86 32bit and 64bit CPU families in Linux.
  15.  
  16. 2. Revision history
  17. Features added and bugs fixed in v9.12.18.1,
  18. (1) First release.
  19.  
  20.  
  21.  
  22. 3. File and folder descriptions
  23.  
  24. \32bit\IT9135_SRC.tgz ITE9135 USB device driver source code package for 32 bit CPU
  25. \64bit\IT9135_SRC.tgz ITE9135 USB device driver source code package for 64 bit CPU
  26.  
  27. 4. Feature descriptions
  28. IT9135 Linux driver is implemented with the video for Linux (V4L) interface
  29. that greatly simplifies software integration. It performed the tasks such as
  30. initialization, channel bandwidth selection, channel scanning and acquisition,
  31. , and PID filter setting. Users also have access to all the relevant
  32. signal statistic information generated by the IC, post-Viterbi bit error
  33. rate(BER), uncorrectable Reed-Solomon (RS) packet count, signal strength,
  34. and signal quality indicator.
  35.  
  36. One sample program with source codes are included in the driver package.
  37. The sample program demonstrate how to access the V4L and the device in
  38. DVB-T mode.
  39.  
  40. For users who are not familiar with Linux & LinuxTV, please refer to 'User Guide Linux FC6-3' which
  41. details package & player installation step-by-step.
  42.  
  43. 5. Package Installation for Linux
  44.  
  45. a. Install driver with source code
  46. Alternatively, you may compile and install the driver source code manually,
  47.  
  48. 1) In the folder 'IT9135_SRC', type the following command to compile & install it9135 DVB-T driver dvb-usb-it9135.ko.
  49. # make clean
  50. # make
  51. # make install
  52.  
  53. 2) Plug in the device and check the message to make sure the driver is work normally.
  54. # cat /var/log/messages
  55.  
  56. log messages:
  57.  
  58. dvb-usb: found a 'ITEtech USB2.0 DVB-T Recevier' in warm state.
  59. dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
  60. dvb-usb: ITEtech USB2.0 DVB-T Recevier successfully initialized and connected.
  61.  
  62. #lsmod|more
  63.  
  64. Module info:
  65.  
  66. Module Size Used by
  67.  
  68. dvb_usb_it9135 ----- 0
  69. dvb_usb ----- 1 dvb_usb_it9135
  70. dvb_core ----- 1 dvb_usb
  71. dvb_pll ----- 1 dvb_usb
  72.  
  73. 6. Driver uninstall
  74. To remove ITE's driver, input
  75. make remove
  76.  
  77. To delete .ko files, input
  78. make clean
  79.  
  80. 7. Remote Controller support
  81. To enable IR Remote Controller, the configuration settings in EEPROM should be set properly
  82. The IR type supported is NEC or RC-5, the configuration is set in EEPROM.
  83. By default, The IR type for the Remote Controller shipped with 9135 USB dongle, is
  84. consistent with EEPROM setting.
  85.  
  86. If the RC is acquired elsewhere, you should run ITE's EEPROMEdiotr in Windows to program the
  87. IR type field properly.
  88.  
  89. RC key mapping table,
  90. The RC key mapping table is stored in af35irtbl.bin.
  91. A "Windows" tool IR_Editor.exe from Afa is available for users to customize the key mapping table.
  92.  
  93.  
  94. 8. Known problems & limitations
  95. a.CPU architecture:
  96. Currently only x86 architecture is supported.
  97. b.USB support:
  98. Currently only USB2.0 is supported.
  99. c.Device VID/PID:
  100. 0x048D/0x9005; 0x048D/0x9006.
  101. d.IR is supported and IRTable is named "af35irtbl.bin".
  102. e.Officially supported distributions:
  103. Linux Kernel - kernel 2.6.10 upward.
  104.  
  105. 9. Future work
  106. USB1.1 support.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement