Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

New hardware for MK809III / CX-919II / RK3188-T and MT6622N with ESP8089

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

    The wifi firmare is loaded from binaries stored in /system/lib/modules. I suggest you compare the vesrions of these in the stock ROM with the custom ROM.
    Measy U4B (=Tronsmart T428) used by my kids!
    Onda v975m - M802 - Bought from Banggood.com
    Pipo M8HD 3G - RK3188 - don't buy from pipo-store
    Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
    CX921b -RK3188T (sponsored by AndroidTV)
    Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
    RKM MK902 - RK3188 (sponsored by RKM)



    Donate to Finless

    Comment


      Many thanks to all your hard work.

      I have try it, maybe i am doing wrong, but it do not success with this kernel. (Bootloop or reboot)

      I tried with Neomode-Custom-Rom-MK809III-Version-3-1-Android-4-4-2-*Update* or cyxtech_rk31_dongle_8089 6622 _4.4_140402

      Do you have an example of ROM with which this kernel work?
      What tools have you flashed ?
      The parameter file must be modified ?

      @D33 : About ethernet driver, i got an adaptator too. Can you please verify if this driver can be integrated :

      ch9200 / ch9100

      (i have the driver on a cd at home)

      Comment


        New hardware for MK809III / CX-919II / RK3188-T and MT6622N with ESP8089

        If it doesn't boot chances are that your SOC has an unstable PLL


        Sent from my iPhone using Tapatalk
        Measy U4B (=Tronsmart T428) used by my kids!
        Onda v975m - M802 - Bought from Banggood.com
        Pipo M8HD 3G - RK3188 - don't buy from pipo-store
        Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
        CX921b -RK3188T (sponsored by AndroidTV)
        Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
        RKM MK902 - RK3188 (sponsored by RKM)



        Donate to Finless

        Comment


          USB ethernet drivers

          #
          # USB Network Adapters
          #
          # CONFIG_USB_CATC is not set
          # CONFIG_USB_KAWETH is not set
          # CONFIG_USB_PEGASUS is not set
          # CONFIG_USB_RTL8150 is not set
          # CONFIG_USB_RTL8152 is not set
          CONFIG_USB_USBNET=y
          CONFIG_USB_NET_AX88179=y
          CONFIG_USB_NET_AX8817X=y
          CONFIG_USB_NET_CDCETHER=y
          # CONFIG_USB_NET_CDC_EEM is not set
          CONFIG_USB_NET_CDC_NCM=y
          # CONFIG_USB_NET_DM9601 is not set
          CONFIG_USB_NET_DM9620=y
          CONFIG_USB_NET_SR9700=y
          CONFIG_USB_NET_SR9800=y
          # CONFIG_USB_NET_SMSC75XX is not set
          # CONFIG_USB_NET_SMSC95XX is not set
          # CONFIG_USB_NET_GL620A is not set
          CONFIG_USB_NET_NET1080=y
          # CONFIG_USB_NET_PLUSB is not set
          # CONFIG_USB_NET_MCS7830 is not set
          # CONFIG_USB_NET_RNDIS_HOST is not set
          CONFIG_USB_NET_CDC_SUBSET=y
          # CONFIG_USB_ALI_M5632 is not set
          # CONFIG_USB_AN2720 is not set
          CONFIG_USB_BELKIN=y
          CONFIG_USB_ARMLINUX=y
          # CONFIG_USB_EPSON2888 is not set
          # CONFIG_USB_KC2190 is not set
          CONFIG_USB_NET_ZAURUS=y
          # CONFIG_USB_NET_CX82310_ETH is not set
          # CONFIG_USB_NET_KALMIA is not set
          # CONFIG_USB_HSO is not set
          # CONFIG_USB_NET_INT51X1 is not set
          # CONFIG_USB_CDC_PHONET is not set
          # CONFIG_USB_IPHETH is not set
          # CONFIG_USB_SIERRA_NET is not set
          # CONFIG_USB_VL600 is not set
          # CONFIG_WAN is not set
          Measy U4B (=Tronsmart T428) used by my kids!
          Onda v975m - M802 - Bought from Banggood.com
          Pipo M8HD 3G - RK3188 - don't buy from pipo-store
          Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
          CX921b -RK3188T (sponsored by AndroidTV)
          Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
          RKM MK902 - RK3188 (sponsored by RKM)



          Donate to Finless

          Comment


            Originally posted by d33 View Post
            I include a number of USB ethernet drivers in the kernel. Let me know your chipset and I'll add yours too.

            My model printed in board is

            Cyx_809iii_rk3188 v2.1 20140408

            Esp8089 WiFi

            Mt6622N
            Please consider donating to purchase tablets for Finless Bob to continue his work. This will help in the creation of custom roms and build an even stronger development base for our community. Thank you for you support!

            PLEASE CLICK THE DONATE BUTTON BELOW

            <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
            <input type="hidden" name="cmd" value="_s-xclick">
            <input type="hidden" name="hosted_button_id" value="3GN5JFZXXQLCA">
            <input type="image" src="http://www.freaktab.com/attachment.php?attachmentid=565&d=1341333954&thumb =1" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
            https://www.paypalobjects.com/en_GB/i/scr/pixel.gif
            </form>

            Comment


              Originally posted by Damo View Post
              My model printed in board is

              Cyx_809iii_rk3188 v2.1 20140408

              Esp8089 WiFi

              Mt6622N
              The chipset of the USB ethernet! See list of possibilities above
              Measy U4B (=Tronsmart T428) used by my kids!
              Onda v975m - M802 - Bought from Banggood.com
              Pipo M8HD 3G - RK3188 - don't buy from pipo-store
              Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
              CX921b -RK3188T (sponsored by AndroidTV)
              Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
              RKM MK902 - RK3188 (sponsored by RKM)



              Donate to Finless

              Comment


                Originally posted by d33 View Post
                The chipset of the USB ethernet! See list of possibilities above


                Sorry d33, how would I find that information my technical knowledge is rather unsuperior to yours.



                Thanks man
                Please consider donating to purchase tablets for Finless Bob to continue his work. This will help in the creation of custom roms and build an even stronger development base for our community. Thank you for you support!

                PLEASE CLICK THE DONATE BUTTON BELOW

                <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
                <input type="hidden" name="cmd" value="_s-xclick">
                <input type="hidden" name="hosted_button_id" value="3GN5JFZXXQLCA">
                <input type="image" src="http://www.freaktab.com/attachment.php?attachmentid=565&d=1341333954&thumb =1" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
                https://www.paypalobjects.com/en_GB/i/scr/pixel.gif
                </form>

                Comment


                  Originally posted by Damo View Post
                  Sorry d33, how would I find that information my technical knowledge is rather unsuperior to yours.



                  Thanks man
                  Plug it in to a laptop and see what driver Windows uses? Look in the packaging for a driver disk? Search internet on the part number?
                  Measy U4B (=Tronsmart T428) used by my kids!
                  Onda v975m - M802 - Bought from Banggood.com
                  Pipo M8HD 3G - RK3188 - don't buy from pipo-store
                  Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
                  CX921b -RK3188T (sponsored by AndroidTV)
                  Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
                  RKM MK902 - RK3188 (sponsored by RKM)



                  Donate to Finless

                  Comment


                    Thanks man. I will have a look tonight when I finish work.

                    Thanks again
                    Please consider donating to purchase tablets for Finless Bob to continue his work. This will help in the creation of custom roms and build an even stronger development base for our community. Thank you for you support!

                    PLEASE CLICK THE DONATE BUTTON BELOW

                    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
                    <input type="hidden" name="cmd" value="_s-xclick">
                    <input type="hidden" name="hosted_button_id" value="3GN5JFZXXQLCA">
                    <input type="image" src="http://www.freaktab.com/attachment.php?attachmentid=565&d=1341333954&thumb =1" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
                    https://www.paypalobjects.com/en_GB/i/scr/pixel.gif
                    </form>

                    Comment


                      @D33 : My USB / Ethernet adaptator is CH9200, the drivers can be find here : http://gdurl.com/ZRmL/download

                      it does not appear to be listed above

                      Comment


                        Originally posted by Damo View Post
                        Thanks man. I will have a look tonight when I finish work.

                        Thanks again
                        There is a really cheap one off **** you can get that is very common, it's a see through blue one from china for around £2 which works on near any rk device known to man.

                        It'll max out at 1meg a second though, absolutely fine for streaming/HD movies from LAN (not insanely high bitrate ones mind)

                        Also as mentioned previously, these heat up like no mans buisness for some reason with an unlocked kernel. It's needed to get the best movie performance as the GPU mhz is increased around 50%.

                        I did try replacing libs from stock to custom without much success, I'm sure someone more familiar with android than me may be able to shed some light on it.

                        Thanks for the kernel d33, it's very much appreciated.
                        Currently Using:
                        2 x Nvidia Shield TV | MiniMX III
                        Retired Devices:
                        MiniMX III-II | Mk808b Pro | Mk808b Plus | Raspberry Pi 1 + 2 | UBOX R89 | MK808 | MK808b | CS008 | X1 4K (rk3288_809) | CYX_809III | Ouya | CX-919 | S82 Plus | Tronstmart R68

                        Comment


                          New hardware for MK809III / CX-919II / RK3188-T and MT6622N with ESP8089

                          We're the esp8089 libs different (stock vs NEOMODE)?


                          Sent from my iPhone using Tapatalk
                          Measy U4B (=Tronsmart T428) used by my kids!
                          Onda v975m - M802 - Bought from Banggood.com
                          Pipo M8HD 3G - RK3188 - don't buy from pipo-store
                          Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
                          CX921b -RK3188T (sponsored by AndroidTV)
                          Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
                          RKM MK902 - RK3188 (sponsored by RKM)



                          Donate to Finless

                          Comment


                            Originally posted by d33 View Post
                            The chipset of the USB ethernet! See list of possibilities above


                            Ok found some information for my lan adaptor.



                            Profile





                            JP1081B USB to RJ45 Ethernet 10/100 Mbps Lan Network Card Adapter - Black

                            Quick Details





                            Products Status:

                            Stock



                            Application:

                            PC & Laptop & Tablet



                            Type:

                            Wired



                            Kind:

                            External



                            Transmission Rate:

                            10/100Mbps



                            Interface Type:

                            USB & Micro USB & Mini USB



                            Certification:

                            CE & ROHS & FCC



                            Brand Name:

                            JPHX



                            Model Number:

                            JP1081B



                            Place of Origin:

                            Guangdong China (Mainland)



                            Application:

                            Laptop & Desktop & PC



                            product size:

                            58*22*17mm



                            Product NW:

                            20.6g



                            Unit Packing size:

                            165*115*20mm



                            Product GW:

                            41.4g



                            Colors:

                            White & Black



                            Power:

                            1W



                            Connection Speed:

                            10M/100Mbps



                            Operating temperature:

                            -25 °C ~ +70 °C



                            Storage temperature:

                            180MA/5V



                            Tec. Specifications:









                            1.Chip



                            RD9700





                            2.Connection Speed



                            10M/100Mbps





                            3.Operating voltage



                            4.2-5.5V





                            4.Power



                            1W.





                            5.Operating Frequency



                            48MHz/125MHz





                            6.Operating temperature



                            -25 °C ~ +70 °C





                            7.Storage temperature



                            -40 ~ 85 °C





                            8.Relative Humidity



                            10% ~ 80% (non-condensing)





                            9.Operating Current



                            180MA/5V





                            .....
                            Please consider donating to purchase tablets for Finless Bob to continue his work. This will help in the creation of custom roms and build an even stronger development base for our community. Thank you for you support!

                            PLEASE CLICK THE DONATE BUTTON BELOW

                            <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
                            <input type="hidden" name="cmd" value="_s-xclick">
                            <input type="hidden" name="hosted_button_id" value="3GN5JFZXXQLCA">
                            <input type="image" src="http://www.freaktab.com/attachment.php?attachmentid=565&d=1341333954&thumb =1" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
                            https://www.paypalobjects.com/en_GB/i/scr/pixel.gif
                            </form>

                            Comment


                              Think this adaptor had been discussed here.

                              Please consider donating to purchase tablets for Finless Bob to continue his work. This will help in the creation of custom roms and build an even stronger development base for our community. Thank you for you support!

                              PLEASE CLICK THE DONATE BUTTON BELOW

                              <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
                              <input type="hidden" name="cmd" value="_s-xclick">
                              <input type="hidden" name="hosted_button_id" value="3GN5JFZXXQLCA">
                              <input type="image" src="http://www.freaktab.com/attachment.php?attachmentid=565&d=1341333954&thumb =1" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
                              https://www.paypalobjects.com/en_GB/i/scr/pixel.gif
                              </form>

                              Comment


                                Originally posted by kristoma View Post
                                @D33 : My USB / Ethernet adaptator is CH9200, the drivers can be find here : http://gdurl.com/ZRmL/download

                                it does not appear to be listed above
                                "Sorry, you can't view or download this file at this time."


                                Measy U4B (=Tronsmart T428) used by my kids!
                                Onda v975m - M802 - Bought from Banggood.com
                                Pipo M8HD 3G - RK3188 - don't buy from pipo-store
                                Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
                                CX921b -RK3188T (sponsored by AndroidTV)
                                Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
                                RKM MK902 - RK3188 (sponsored by RKM)



                                Donate to Finless

                                Comment

                                Working...
                                X