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

    live TV for all rk3188 using XBMC and tvheadend

    I have a thread in another part of the forum but I thought I would move it here, also the thread was geting quite long and hard to understand


    for now only the tuners below will work with my Pre built driver pack, it is possible to create your own driver pack to get your tuner working, see the second post for that

    DVB-T
    KWorld UB499-2T
    KWorld UB499-2T T09
    And any others using ITE IT9135 or IT9137


    AF9015 DVB-T USB2.0 stick
    And any others using AF9015


    see if your stick is supported go here http://linuxtv.org/wiki/index.php/DVB-T_USB_Devices


    you must be running a ROM with init.d support for this to work


    how to install
    1: download this file and extract it http://www.cloudstor.es/file/m1_Njg0Ng/
    2: using a up to date version of ES Explorer mount all drives as rw
    3: copy and overwright all the following folders
    copy firmware to system/etc
    copy modules to system/lib
    copy dvb to data
    copy init.d to system/etc
    4: reboot


    to configure tvheadend go to your browser on the box and type http://localhost:9981 for a more indepth guide go here http://wiki.xbmc.org/index.php?title...kend/Tvheadend

    install XBMC then go to system>settings >live tv >general and click on enable and choose and enable tvheadend


    I highly recommend to use a hdd for Timeshift / recording as flash memory as a limited read/write
    Last edited by sam321; 11-30-2013, 17:31.

    #2
    I have built all the drivers from video4linux and liplianin-s2-liplianin-v37, this means you do not need linux as I have already done it for you, however there will be cases where you will need to build your own drivers, go down to the bottom of this post to see how to do that


    download all of the pre built drivers from video4linux http://www.cloudstor.es/file/m1_NzM2Ng/

    or

    download all of the pre built drivers from liplianin-s2-liplianin-v37 http://www.cloudstor.es/file/m1_NzM2NQ/


    an example of how to use these drivers
    1: You must know the name of your tuner, for example I own KWorld UB499-2T to find out what Chipset you have go here http://linuxtv.org/wiki/index.php/Hardware_Device_Information and find the name of your tuner and find out what Chipset it uses and what firmware you need. then use Google to find out what KO files you need to use


    2: now you must make a init.d script to load the drivers on boot you can download this one and modify it as you need http://www.cloudstor.es/file/m1_NzM2Nw/
    3: time to copy over the files, using a up to date version of ES Explorer mount all drives as rw
    4: download this http://www.cloudstor.es/file/m1_NzM2OA/ and extract it. copy the folder dvb to data on your android stick
    5: copy your init.d script to system/etc/init.d
    6: copy your KO files to system/lib/modules
    7: copy your firmware to system/etc/firmware
    8: reboot
    9: to configure tvheadend go to your browser on the box and type http://localhost:9981

    This is how to cross compile video4linux
    1: download the kernel source https://github.com/omegamoon/rockchip-rk3188-generic
    2: find your .config
    3: compile the kernel
    4: set up your built environment
    5: download video4linux git clone --depth=1 git://linuxtv.org/media_build.git
    6: in the terminal type "make download untar"
    7: then to cross compile "make menuconfig ARCH=arm CROSS_COMPILE:=/path to your toolchain/ SRCDIR=/path to your kernel source code/"
    8: choose what drivers you want to build
    9: make ARCH=arm CROSS_COMPILE:=/path to your toolchain/ SRCDIR=/path to your kernel source code/
    Last edited by sam321; 11-30-2013, 17:41.

    Comment


      #3
      you find my problem
      <4>[ 42.713066] dvb_usb_dw2102: Unknown symbol dvb_usb_generic_rw (err 0)
      <4>[ 42.719581] dvb_usb_dw2102: Unknown symbol dvb_usb_device_init (err 0)
      <4>[ 42.726143] dvb_usb_dw2102: Unknown symbol dvb_usb_device_exit (err 0)

      Comment


        #4
        Originally posted by taki View Post
        you find my problem
        <4>[ 42.713066] dvb_usb_dw2102: Unknown symbol dvb_usb_generic_rw (err 0)
        <4>[ 42.719581] dvb_usb_dw2102: Unknown symbol dvb_usb_device_init (err 0)
        <4>[ 42.726143] dvb_usb_dw2102: Unknown symbol dvb_usb_device_exit (err 0)
        It should not be doing that, can you copy over the old files that did work before

        Comment


          #5
          Originally posted by sam321 View Post
          It should not be doing that, can you copy over the old files that did work before
          I missing link and files may be you have. may be dont erase them

          Comment


            #6
            Originally posted by taki View Post
            I missing link and files may be you have. may be dont erase them

            I meant to move the thread and clean it up, but something has gone wrong

            This is the package that works for you http://rapidshare.com/share/EDE76CAB...7ECDAFF66520C5

            Comment


              #7
              Originally posted by sam321 View Post
              I have a thread in another part of the forum but I thought I would move it here, also the thread was geting quite long and hard to understand


              for now only the tuners below will work with my Pre built driver pack, it is possible to create your own driver pack to get your tuner working, see the second post for that

              DVB-T
              KWorld UB499-2T
              KWorld UB499-2T T09
              And any others using ITE IT9135 or IT9137


              AF9015 DVB-T USB2.0 stick
              And any others using AF9015


              see if your stick is supported go here http://linuxtv.org/wiki/index.php/DVB-T_USB_Devices


              you must be running a ROM with init.d support for this to work


              how to install
              1: download this file and extract it http://www.cloudstor.es/file/m1_Njg0Ng/
              2: using a up to date version of ES Explorer mount all drives as rw
              3: copy and overwright all the following folders
              copy firmware to system/etc
              copy modules to system/lib
              copy dvb to data
              copy init.d to system/etc
              4: reboot


              to configure tvheadend go to your browser on the box and type http://localhost:9981 for a more indepth guide go here http://wiki.xbmc.org/index.php?title...kend/Tvheadend

              install XBMC then go to system>settings >live tv >general and click on enable and choose and enable tvheadend


              I highly recommend to use a hdd for Timeshift / recording as flash memory as a limited read/write
              Hi

              I tried the package but my Technisat Cablestar combo is still unselectable. Maybe my tuner is just not compatible with tvheadend
              Any idea ?

              Cheers

              Comment


                #8
                Originally posted by nslang View Post
                Hi

                I tried the package but my Technisat Cablestar combo is still unselectable. Maybe my tuner is just not compatible with tvheadend
                Any idea ?

                Cheers
                unfortunately it is not going to work as I am unable to fix the USB problem, there is not much information in this thread http://www.freaktab.com/showthread.p...-DWC_OTG-error and every time I try I break the driver

                Comment


                  #9
                  Originally posted by sam321 View Post
                  I meant to move the thread and clean it up, but something has gone wrong

                  This is the package that works for you http://rapidshare.com/share/EDE76CAB...7ECDAFF66520C5
                  dont work. inded before work but at this time not work. not find card ??????

                  Comment


                    #10
                    Originally posted by taki View Post
                    dont work. inded before work but at this time not work. not find card ??????
                    I cannot explain it, you are making sure that every time you are using ES Explorer you are mounting all drives as rw and then copy over the folders

                    Comment


                      #11
                      Originally posted by sam321 View Post
                      I cannot explain it, you are making sure that every time you are using ES Explorer you are mounting all drives as rw and then copy over the folders
                      all time I used ES explorer with all drivers rw. only dont overwrite dvb to /data. because it is works tvheadent. very very exciting. I try to other rooted firmware. may be work. later write this topic My impression for this matter

                      Comment


                        #12
                        Originally posted by taki View Post
                        all time I used ES explorer with all drivers rw. only dont overwrite dvb to /data. because it is works tvheadent. very very exciting. I try to other rooted firmware. may be work. later write this topic My impression for this matter
                        dont find my tv tuner. all try to fimware that you gave me. dont work. I dont understood that How it find and work???? :)))) realy realy interesting. may be buy other usb stick. that only just good dream. at this time but dont find

                        Comment


                          #13
                          Originally posted by taki View Post
                          dont find my tv tuner. all try to fimware that you gave me. dont work. I dont understood that How it find and work???? :)))) realy realy interesting. may be buy other usb stick. that only just good dream. at this time but dont find
                          Well I do not understand, it worked before but now it does not , I would be careful about buying a different tuner as the drivers still might not work as it seems that the USB controler has a few problems

                          Comment


                            #14
                            Originally posted by sam321 View Post
                            Well I do not understand, it worked before but now it does not , I would be careful about buying a different tuner as the drivers still might not work as it seems that the USB controler has a few problems
                            thanks sam. you gave me firs driver. work but dont find tvheadent
                            <6>[ 2.945865] usb 2-1.4: New USB device found, idVendor=1f4d, idProduct=3000
                            <6>[ 2.945902] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                            <6>[ 2.945951] usb 2-1.4: Product: USB Stick
                            <6>[ 2.945971] usb 2-1.4: Manufacturer: Max
                            <6>[ 2.945992] usb 2-1.4: SerialNumber: 080116
                            Last edited by taki; 12-02-2013, 10:34.

                            Comment


                              #15
                              Originally posted by taki View Post
                              thanks sam. you gave me firs driver. work but dont find tvheadent
                              <6>[ 2.945865] usb 2-1.4: New USB device found, idVendor=1f4d, idProduct=3000
                              <6>[ 2.945902] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                              <6>[ 2.945951] usb 2-1.4: Product: USB Stick
                              <6>[ 2.945971] usb 2-1.4: Manufacturer: Max
                              <6>[ 2.945992] usb 2-1.4: SerialNumber: 080116
                              tried this driver pack
                              Last edited by sam321; 12-01-2013, 17:41.

                              Comment

                              Working...
                              X