Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

New MK809IV - X3_V30 20150805?. Help!!

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

    #31
    still having problem with wifi. please help. here is my dmesg
    Attached Files

    Comment


      #32
      Hm. Which source you use?
      1. Disable emms support in kernel
      2. Wifi is not working because wifi driver init starts before sdio bus inited
      Just change driver start like this

      Look to end of file.
      each module can be inited by three ways.
      1. standard module_init call - init drivers step by step
      2. Export_symbol - for defered and user controlled init. Driver init fired up by wifi subsystem( for example)
      3. Init_latecall - which can be used for defered driver init call after succesfull init all kernel subsystems
      In your way you must use init_latecall call
       

      Comment


        #33
        Originally posted by zhecka View Post
        Hm. Which source you use?
        1. Disable emms support in kernel
        2. Wifi is not working because wifi driver init starts before sdio bus inited
        Just change driver start like this

        Look to end of file.
        each module can be inited by three ways.
        1. standard module_init call - init drivers step by step
        2. Export_symbol - for defered and user controlled init. Driver init fired up by wifi subsystem( for example)
        3. Init_latecall - which can be used for defered driver init call after succesfull init all kernel subsystems
        In your way you must use init_latecall call
         
        Dear zhecka, thanks for your reply but unfortunately I don't have enough knowledge and experience about the things you described. I can't edit something in kernel.

        Comment


          #34
          Originally posted by zhecka View Post
          Hm. Which source you use?
          1. Disable emms support in kernel
          2. Wifi is not working because wifi driver init starts before sdio bus inited
          Just change driver start like this

          Look to end of file.
          each module can be inited by three ways.
          1. standard module_init call - init drivers step by step
          2. Export_symbol - for defered and user controlled init. Driver init fired up by wifi subsystem( for example)
          3. Init_latecall - which can be used for defered driver init call after succesfull init all kernel subsystems
          In your way you must use init_latecall call
           
          Can you please compile or edit it for me if it is possible for you and if you have time for it?

          Comment


            #35
            i try use this rom and same problem, cant find any network. but i try to insert my network manualy and reboot... reboot again and oh! i conected but lost signal strength until stay without signal ... and reboot again and i go to browser to test conection and its work but... FREEZE... and lost video(no signal)
            I imagine editing something in this rom , you can work (it was the most compatible rom I found )





            password is www.hindotech.com

            ps: sorry my english

            Comment


              #36
              I'll try it and share the result with you kenthazar.
              How did you "insert the network manually"?
              Last edited by shadow32; 10 January 2016, 15:00.

              Comment


                #37
                in "+" buttom
                and ente ssid(name)
                select wpa/wpa2 psk and put you password

                Comment


                  #38
                  I'm turnnig "on" the wifi but it becomes "off".

                  Comment


                    #39
                    Originally posted by zhecka View Post
                    Hm. Which source you use?
                    1. Disable emms support in kernel
                    2. Wifi is not working because wifi driver init starts before sdio bus inited
                    Just change driver start like this

                    Look to end of file.
                    each module can be inited by three ways.
                    1. standard module_init call - init drivers step by step
                    2. Export_symbol - for defered and user controlled init. Driver init fired up by wifi subsystem( for example)
                    3. Init_latecall - which can be used for defered driver init call after succesfull init all kernel subsystems
                    In your way you must use init_latecall call
                     
                    please, can anyone do this for me? I can't edit a kernel.

                    Comment


                      #40
                      no one?

                      Comment


                        #41
                        still waiting for help about wifi
                        Attached Files

                        Comment


                          #42
                          this one worked for me. thanks to "Ddizer"

                          Comment


                            #43

                            even the last fast rom 2016 https://yadi.sk/d/eZgaHEuAobBMe

                            Comment


                              #44
                              Can anyone reupload the rom. All links are dead. Thanks

                              Comment

                              Working...
                              X