Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

live TV for all rk3188 using XBMC and tvheadend

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    hi taki

    i re run scribt 05dvbs again

    info in image

    and here info :

    1|root@android:/ # dmesg | grep -i dvb
    <4>[38040.074722] dvb_usb_digitv: Unknown symbol dvb_usb_generic_rw (err 0)
    <4>[38040.077997] dvb_usb_digitv: Unknown symbol dvb_usb_device_init (err 0)
    <4>[38040.078083] dvb_usb_digitv: Unknown symbol dvb_usb_device_exit (err 0)
    <4>[38040.078167] dvb_usb_digitv: Unknown symbol dvb_usb_generic_write (err 0)



    root@android:/ # dmesg | grep -i usb
    ...
    ...
    <6>[ 2.529490] usb 2-1.2: new high speed USB device number 4 using usb20_host
    <6>[ 2.650273] usb 2-1.2: New USB device found, idVendor=0572, idProduct=6831
    <6>[ 2.657180] usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    <6>[ 2.664519] usb 2-1.2: Product: S960
    <6>[ 2.668113] usb 2-1.2: Manufacturer: Bestunar
    <6>[ 2.672489] usb 2-1.2: SerialNumber: 20120511
    <6>[ 2.729487] usb 2-1.1: reset high speed USB device number 3 using usb20_host
    <6>[ 2.909604] usb 2-1.3: new full speed USB device number 5 using usb20_host
    <4>[ 3.010923] usb 2-1.3: config 1 has an invalid interface number: 2 but max is 1
    <4>[ 3.010956] usb 2-1.3: config 1 has an invalid interface number: 3 but max is 1
    <4>[ 3.010995] usb 2-1.3: config 1 has no interface number 0
    <4>[ 3.011019] usb 2-1.3: config 1 has no interface number 1
    <6>[ 3.012288] usb 2-1.3: New USB device found, idVendor=0c45, idProduct=2a02
    <6>[ 3.012318] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    <6>[ 3.012348] usb 2-1.3: Product: 2.4G Wireless Device
    <6>[ 3.012369] usb 2-1.3: Manufacturer: 2.4G
    <6>[ 3.015221] input: 2.4G 2.4G Wireless Device as /devices/platform/usb20_host/usb2/2-1/2-1.3/2-1.3:1.2/input/input2
    <6>[ 3.015673] generic-usb 0003:0C45:2A02.0001: input,hidraw0: USB HID v1.10 Mouse [2.4G 2.4G Wireless Device] on usb-usb20_host-1.3/input2
    <6>[ 3.018609] input: 2.4G 2.4G Wireless Device as /devices/platform/usb20_host/usb2/2-1/2-1.3/2-1.3:1.3/input/input3
    <6>[ 3.019000] generic-usb 0003:0C45:2A02.0002: input,hidraw1: USB HID v1.10 Keyboard [2.4G 2.4G Wireless Device] on usb-usb20_host-1.3/input3
    <3>[ 4.377328] init: using deprecated syntax for specifying property 'ro.product.usbfactory', use ${name} instead
    <3>[ 4.460413] android_usb: already disabled
    <3>[ 4.460715] android_usb: already disabled
    <4>[38040.074722] dvb_usb_digitv: Unknown symbol dvb_usb_generic_rw (err 0)
    <4>[38040.077997] dvb_usb_digitv: Unknown symbol dvb_usb_device_init (err 0)
    <4>[38040.078083] dvb_usb_digitv: Unknown symbol dvb_usb_device_exit (err 0)
    <4>[38040.078167] dvb_usb_digitv: Unknown symbol dvb_usb_generic_write (err 0)
    <6>[38271.505109] usbcore: registered new interface driver dw2102
    root@android:/ #
    Attached Files

    Comment


      nayef
      terminal run lsmod command
      bevuse already exist. all driver s2liblanian may be v4l driver we try

      pls recontrol dev/dvb for created adapter with esexplorer

      Comment


        [admin@NSA325-ALARM ~]$ lsmod
        Module Size Used by
        nfsd 233053 13
        auth_rpcgss 44688 1 nfsd
        oid_registry 2061 1 auth_rpcgss
        rc_dvbsky 865 0
        dvbsky_m88ds3103 19188 1
        linear 3711 1
        md_mod 109859 2 linear
        dvb_usb_dvbsky 10046 0
        dvb_usb_v2 12479 1 dvb_usb_dvbsky
        rtc_pcf8563 2671 0
        mv_cesa 11034 0
        nfs 164274 0
        lockd 59872 2 nfs,nfsd
        sunrpc 191769 25 nfs,nfsd,auth_rpcgss,lockd
        dvb_core 78353 2 dvb_usb_v2,dvb_usb_dvbsky
        smsmdtv 38344 0
        rc_core 13931 5 smsmdtv,rc_dvbsky,dvb_usb_v2,dvb_usb_dvbsky
        ipv6 300997 44
        autofs4 23037 2

        Comment


          try v4l driver I think your tuner media build compatiple
          V4L-DVB Device Drivers




          try this modules

          Comment


            i try it = same result

            Comment


              nayef have good news. I compiled dvbsky media_build. have new modules.
              link

              copy to system/lib/modules
              readd init.d script or use terminal command

              insmod /system/lib/modules/dvb-core.ko
              insmod /system/lib/modules/dvb_usb_v2.ko force_pid_filter_usage=1
              insmod /system/lib/modules/ds3000.ko
              insmod /system/lib/modules/dvbsky_m88ds3103.ko
              insmod /system/lib/modules/ts2020.ko
              insmod /system/lib/modules/m88ts2022.ko
              insmod /system/lib/modules/m88rs2000.ko
              insmod /system/lib/modules/dvb-usb-dvbsky.ko
              insmod /system/lib/modules/dvbsky_m88rs6000.ko (maybe no need)
              insmod /system/lib/modules/m88dc2800.ko (maybe no need)

              load all modules. later look tvheadend found dvb adater. try lsmod, dmesg | grep -i dvb

              I think your dvb devices no urb buffer error. perfectly work rk3188

              Comment


                Originally posted by taki View Post
                nayef have good news. I compiled dvbsky media_build. have new modules.
                link

                copy to system/lib/modules
                readd init.d script or use terminal command

                insmod /system/lib/modules/dvb-core.ko
                insmod /system/lib/modules/dvb_usb_v2.ko force_pid_filter_usage=1
                insmod /system/lib/modules/ds3000.ko
                insmod /system/lib/modules/dvbsky_m88ds3103.ko
                insmod /system/lib/modules/ts2020.ko
                insmod /system/lib/modules/m88ts2022.ko
                insmod /system/lib/modules/m88rs2000.ko
                insmod /system/lib/modules/dvb-usb-dvbsky.ko
                insmod /system/lib/modules/dvbsky_m88rs6000.ko (maybe no need)
                insmod /system/lib/modules/m88dc2800.ko (maybe no need)

                load all modules. later look tvheadend found dvb adater. try lsmod, dmesg | grep -i dvb

                I think your dvb devices no urb buffer error. perfectly work rk3188





                u0_a82@android:/ $ su
                root@android:/ # lsmod
                vpu_service 11639 0 - Live 0x00000000
                rk29_ipp 9957 0 - Live 0x00000000 (C)
                mali 112485 6 - Live 0x00000000
                ump 27320 17 mali, Live 0x00000000
                rk30xxnand_ko 314328 0 - Live 0x00000000
                root@android:/ # insmod /system/lib/modules/dvb-core.ko
                root@android:/ # insmod /system/lib/modules/dvb_usb_v2.ko force_pid_filter_usage=1
                root@android:/ # insmod /system/lib/modules/ds3000.ko
                root@android:/ # insmod /system/lib/modules/dvbsky_m88ds3103.ko
                root@android:/ # insmod /system/lib/modules/ts2020.ko
                root@android:/ # insmod /system/lib/modules/m88ts2022.ko
                root@android:/ # insmod /system/lib/modules/m88rs2000.ko
                root@android:/ # insmod /system/lib/modules/dvb-usb-dvbsky.ko
                root@android:/ # insmod /system/lib/modules/dvbsky_m88rs6000.ko
                root@android:/ # insmod /system/lib/modules/m88dc2800.ko
                root@android:/ # lsmod
                m88dc2800 20410 0 - Live 0x00000000
                dvbsky_m88rs6000 16181 0 - Live 0x00000000
                dvb_usb_dvbsky 8665 0 - Live 0x00000000
                m88rs2000 6348 0 - Live 0x00000000
                m88ts2022 5127 0 - Live 0x00000000
                ts2020 3538 0 - Live 0x00000000
                dvbsky_m88ds3103 17202 1 - Live 0x00000000
                ds3000 9249 0 - Live 0x00000000
                dvb_usb_v2 11022 1 dvb_usb_dvbsky, Live 0x00000000
                dvb_core 73035 2 dvb_usb_dvbsky,dvb_usb_v2, Live 0x00000000
                vpu_service 11639 0 - Live 0x00000000
                rk29_ipp 9957 0 - Live 0x00000000 (C)
                rk30xxnand_ko 314328 0 - Live 0x00000000
                root@android:/ # dmesg | grep dvb
                <6>[ 239.149611] usb 2-1.2: dvb_usb_v2: found a 'DVBSky S960/S860' in warm state
                <6>[ 239.150977] usb 2-1.2: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
                <6>[ 239.153254] dvbsky_usb MAC address=000000000000
                <6>[ 239.153304] usb 2-1.2: dvb_usb_v2: MAC address: 0000000000
                <6>[ 239.280172] m88ds3103_load_firmware: Waiting for firmware upload (dvb-fe-ds3103.fw)...
                <6>[ 240.362257] usb 2-1.2: dvb_usb_v2: 'DVBSky S960/S860' successfully initialized and connected
                <6>[ 240.362550] usbcore: registered new interface driver dvb_usb_dvbsky


                need some time to how use tvheadend to scan shannel
                Last edited by nayef; 05 December 2014, 13:04.

                Comment


                  (pls edit your post and delete your mac adress <6>[ 239.153254] dvbsky_usb MAC address=00:xx:xx:xx:xx:xx )
                  <6>[ 239.153304] usb 2-1.2: dvb_usb_v2: MAC address: 00:0000000
                  no otg urb buffer error. nayef your usb stic %%%1000 compatiple our kernel. good choice. I wait your HD channel test. may be work.
                  for tvheadend setup look at this.
                  https://translate.googleusercontent.com/translate_c?depth=1&hl=tr&ie=UTF8&prev=_t&rurl=tra nslate.google.com.tr&sl=ru&tl=en&u=http://hdbox.ws/amlogic-mx/71-nastroyka-tvheadend-versii-39xxx-dlya-vs-ip015-na-baze-openelec-421.html&usg=ALkJrhhV76D3S0uVgKG-1DT2LBsnBvUL1w


                  Last edited by taki; 05 December 2014, 13:15.

                  Comment


                    Originally posted by taki View Post
                    (pls edit your post and delete your mac adress <6>[ 239.153254] dvbsky_usb MAC address=00:xx:xx:xx:xx:xx )
                    <6>[ 239.153304] usb 2-1.2: dvb_usb_v2: MAC address: 00000
                    no otg urb buffer error. nayef your usb stic %%%1000 compatiple our kernel. good choice. I wait your HD channel test. may be work.
                    for tvheadend setup look at this.
                    https://translate.googleusercontent.com/translate_c?depth=1&hl=tr&ie=UTF8&prev=_t&rurl=tra nslate.google.com.tr&sl=ru&tl=en&u=http://hdbox.ws/amlogic-mx/71-nastroyka-tvheadend-versii-39xxx-dlya-vs-ip015-na-baze-openelec-421.html&usg=ALkJrhhV76D3S0uVgKG-1DT2LBsnBvUL1w


                    and pls edit your post and delete your mac for you also

                    Comment


                      ok after setting & scan Channel 640 CH ...

                      XBMC can't load any channel ... when press channel i have ( close and return to desktop )

                      i use with MINXBMC & SPMC ...

                      Comment


                        the error no based tvheadend. only based libstagefright hw accelaration with xbmc codech. Download latest kodi. everthing ok. but if you want to minix xbmc. download minix xbmc 13.3.3 after setup. system setting system pass to expert mode. click video setup. clik hw video accelatrion later clik libstagefright

                        (spmc like minix xmbc )

                        Comment


                          Now I use kodi from here


                          SD channel = smooth load ... ram free 920mb

                          HD channel = not smooth 100% ... need more buffer time to time ...

                          here some test SD & HD
                          MEGA provides free cloud storage with convenient and powerful always-on privacy. Claim your free 50GB now!

                          Comment


                            pls share your dmesg without mac address I want to look dcw otg error.

                            secondly may be you use overlock kernel rom. HD channel may be watchable.

                            I will be compile kitkat dvb modul for your dvbsk960 next monday. may be want to use with kitkat rom.
                            your dvb device work perfecly than mine.
                            clarkss12
                            I try to Hdhomerun library static add tvheaden. but hdhomerun source needed alot of library. some librar need modifiye to compile for android I will try

                            sd26
                            I try to compile amlogic kernel. but gave alot of error. no found true method for android kernel compile and source. I will try and find

                            Comment


                              Originally posted by taki View Post
                              pls share your dmesg without mac address I want to look dcw otg error.

                              secondly may be you use overlock kernel rom. HD channel may be watchable.

                              I will be compile kitkat dvb modul for your dvbsk960 next monday. may be want to use with kitkat rom.
                              your dvb device work perfecly than mine.
                              clarkss12
                              I try to Hdhomerun library static add tvheaden. but hdhomerun source needed alot of library. some librar need modifiye to compile for android I will try

                              sd26
                              I try to compile amlogic kernel. but gave alot of error. no found true method for android kernel compile and source. I will try and find
                              thanks, taki
                              MK818B, T428, ATV 1220, CS918S, TV01, S89H, R89, ADT-1, MK808B Plus, MINIX X8-H Plus, Tronsmart Orion R68

                              Comment


                                here dmesg

                                u0_a82@android:/ $ su
                                root@android:/ # dmesg | grep -i dvb
                                <3>[11843.532208] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[11864.932469] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[11921.212845] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[12078.162250] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[12103.072496] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[12104.553305] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[12105.052363] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[12171.122131] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[12172.921895] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[12176.482125] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[12581.772037] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[12601.383807] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[12624.704204] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[12664.513940] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[12686.203520] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[12699.493224] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[12715.783998] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[12724.773390] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[12745.015639] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[12890.962605] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[12907.182861] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[13022.123316] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[13117.283315] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back
                                <3>[29499.731966] usb 2-1.2: dvb_usb_v2: could not submit urb no. 2 - get them all back

                                taki you BEST !!!

                                Comment

                                Working...
                                X