Advertisement
markcroft1975

Untitled

Nov 25th, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.86 KB | None | 0 0
  1. i did everything in this link i found this article - https://gist.github.com/fredRos/33f0cb76210e54f8a2a2
  2.  
  3. sudo lsusb -v | grep DVB
  4. Bus 001 Device 002: ID 048d:9135 Integrated Technology Express, Inc.
  5. Zolid Mini DVB-T Stick
  6. idProduct 0x9135 Zolid Mini DVB-T Stick
  7.  
  8.  
  9. $ dmesg | grep -i dvb[ 20.341913] usb 1-5: dvb_usb_af9035:
  10. prechip_version=83 chip_version=01 chip_type=9135
  11. [ 20.342296] usb 1-5: dvb_usb_v2: found a 'ITE 9135 Generic' in warm state
  12. [ 20.345341] usb 1-5: dvb_usb_v2: will pass the complete MPEG2
  13. transport stream to the software demuxer
  14. [ 20.345397] DVB: registering new adapter (ITE 9135 Generic)
  15. [ 20.527921] usb 1-5: DVB: registering adapter 0 frontend 0 (Afatech
  16. AF9033 (DVB-T))...
  17. [ 21.136465] usb 1-5: dvb_usb_v2: schedule remote query interval to 500 msecs
  18. [ 21.136470] usb 1-5: dvb_usb_v2: 'ITE 9135 Generic' successfully
  19. initialized and connected
  20. [ 21.136543] usbcore: registered new interface driver dvb_usb_af9035
  21.  
  22. $ mumudvb -l
  23. MuMuDVB Version 1.7.1
  24. --- Build information ---
  25. Built with CAM support.
  26. Built without transcoding support.
  27. Built with ATSC support.
  28. Built with ATSC long channel names support.
  29. Built with support for DVB API Version 5.
  30. ---------
  31. Originally based on dvbstream 0.6 by (C) Dave Chapman 2001-2004
  32. Released under the GPL.
  33. Latest version available from http://mumudvb.braice.net/
  34. Project from the cr@ns (http://www.crans.org)
  35. by Brice DUBOST (mumudvb@braice.net)
  36.  
  37. Info: DVB: ==================================
  38. Info: DVB: DVB CARDS LISTING
  39. Info: DVB: ==================================
  40.  
  41. Info: DVB: =========== Card 0 - Tuner 0 ===========
  42. Info: DVB: Frontend : Afatech AF9033 (DVB-T)
  43. Info: DVB: Terrestrial (DVB-T) card
  44. Info: DVB: Frequency: 174000 kHz to 862000 kHz
  45. Info: DVB:
  46.  
  47. markcroft@EQUIUM-P200 ~ $
  48.  
  49.  
  50. $ dmesg | grep -i dvb
  51.  
  52. [ 20.341913] usb 1-5: dvb_usb_af9035:
  53. prechip_version=83 chip_version=01 chip_type=9135
  54. [ 20.342296] usb 1-5: dvb_usb_v2: found a 'ITE 9135 Generic' in warm state
  55. [ 20.345341] usb 1-5: dvb_usb_v2: will pass the complete MPEG2
  56. transport stream to the software demuxer
  57. [ 20.345397] DVB: registering new adapter (ITE 9135 Generic)
  58. [ 20.527921] usb 1-5: DVB: registering adapter 0 frontend 0 (Afatech
  59. AF9033 (DVB-T))...
  60. [ 21.136465] usb 1-5: dvb_usb_v2: schedule remote query interval to 500 msecs
  61. [ 21.136470] usb 1-5: dvb_usb_v2: 'ITE 9135 Generic' successfully
  62. initialized and connected
  63. [ 21.136543] usbcore: registered new interface driver dvb_usb_af9035
  64.  
  65. this dmseg when i plug the usb tv stick
  66.  
  67. here another version of dmesg
  68.  
  69. [ 1905.974086] usb 1-5: New USB device found, idVendor=048d, idProduct=9135
  70. [ 1905.974094] usb 1-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  71. [ 1908.287210] usb 1-5: dvb_usb_af9035: prechip_version=83
  72. chip_version=01 chip_type=9135
  73. [ 1908.287563] usb 1-5: dvb_usb_v2: found a 'ITE 9135 Generic' in cold state
  74. [ 1909.296689] usb 1-5: dvb_usb_v2: downloading firmware from file
  75. 'dvb-usb-it9135-01.fw'
  76. [ 1909.433209] usb 1-5: dvb_usb_af9035: firmware version=12.54.14.0
  77. [ 1909.433225] usb 1-5: dvb_usb_v2: found a 'ITE 9135 Generic' in warm state
  78. [ 1909.435399] usb 1-5: dvb_usb_v2: will pass the complete MPEG2
  79. transport stream to the software demuxer
  80. [ 1909.435462] DVB: registering new adapter (ITE 9135 Generic)
  81. [ 1912.661076] i2c i2c-6: af9033: firmware version:
  82. LINK=255.255.255.255 OFDM=2.47.14.0
  83. [ 1912.661089] usb 1-5: DVB: registering adapter 0 frontend 0 (Afatech
  84. AF9033 (DVB-T))...
  85. [ 1913.770300] i2c i2c-6: tuner_it913x: ITE Tech IT913X successfully attached
  86. [ 1914.532095] Registered IR keymap rc-it913x-v1
  87. [ 1914.532467] input: ITE 9135 Generic as
  88. /devices/pci0000:00/0000:00:1d.7/usb1/1-5/rc/rc0/input20
  89. [ 1914.535951] rc0: ITE 9135 Generic as
  90. /devices/pci0000:00/0000:00:1d.7/usb1/1-5/rc/rc0
  91. [ 1914.535968] usb 1-5: dvb_usb_v2: schedule remote query interval to 500 msecs
  92. [ 1914.535979] usb 1-5: dvb_usb_v2: 'ITE 9135 Generic' successfully
  93. initialized and connected
  94. [ 1914.536106] usbcore: registered new interface driver dvb_usb_af9035
  95. markcroft@EQUIUM-P200 ~ $
  96.  
  97. sudo scan /usr/share/dvb/dvb-t/uk-BeaconHill
  98. [sudo] password for markcroft:
  99. scanning /usr/share/dvb/dvb-t/uk-BeaconHill
  100. using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
  101. initial transponder 785833000 0 2 9 3 1 0 0
  102. initial transponder 730167000 0 2 9 3 1 0 0
  103. ERROR: invalid enum value '7621'
  104. ERROR: invalid enum value '6700'
  105. ERROR: invalid enum value '0'
  106. ERROR: invalid enum value '8MHz'
  107. ERROR: invalid enum value '2/3'
  108. ERROR: invalid enum value 'NONE'
  109. ERROR: invalid enum value 'QAM2'
  110. initial transponder 2 3 9 9 6 2 4 4
  111. initial transponder 642000000 0 3 9 3 1 0 0
  112. initial transponder 666000000 0 3 9 3 1 0 0
  113. initial transponder 714000000 0 3 9 3 1 0 0
  114. >>> tune to: 785833000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE
  115. WARNING: >>> tuning failed!!!
  116. >>> tune to: 785833000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE (tuning failed)
  117. WARNING: >>> tuning failed!!!
  118. >>> tune to: 730167000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE
  119. WARNING: >>> tuning failed!!!
  120. >>> tune to: 730167000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE (tuning failed)
  121. WARNING: >>> tuning failed!!!
  122. >>> tune to: 2:INVERSION_AUTO:BANDWIDTH_AUTO:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_AUTO
  123. __tune_to_transponder:1910: ERROR: Setting frontend parameters failed:
  124. 22 Invalid argument
  125. >>> tune to: 2:INVERSION_AUTO:BANDWIDTH_AUTO:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_AUTO
  126. __tune_to_transponder:1910: ERROR: Setting frontend parameters failed:
  127. 22 Invalid argument
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement