Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

New thread for drivers petitions.

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

    New thread for drivers petitions.

    Only for rk3066 or rk3188 devices.
    I had other thread about compiling drivers. But it was chaotic (my fault cause I never expected so many request) and the information was very difficult to find. So i will try to mount a new thread with all the things a little more organized, and I hope that info will be easy to find, so if anyone comes here I hope he finds some useful information easy, so please your collaboration is needed here, please follow this steps i will give you.

    To compile the drivers for wifi dongles, ethernet-usb adapters and other devices I need some information about those devices, and I will try to compile them but no guaranties of they will work, the mmost devices will have linux sources who can be used to compile for android with a cross-compiler and the kernel sources compiled, android is based on linux, but is not pure linux, and this drivers sources are designed to work in linux, so expect a lot of fails and some successful drivers.

    To install this drivers you need your device rooted, busybox installed (Almost all custom roms come with this by default, if you have a stock rom, I suggest to install a custom, they are way better than stock roms) and Terminal emulator from market installed (It is a free app, and it will give our android devices a console to work).

    The information I need is:
    1 What is your stick?:
    2 What is your rom?:
    3 What is your kernel?:
    4 Id of the device you want the drivers been compiled and the commercial name.
    5 Main chipset of the device:
    6 Link to the driver that comes with the device (if you have it):


    I will try to explain how get all those info:
    1. Easy the name of the tv stick or tablet you have: For example mk808 original
    2. Name of the rom you have installed, for example Finless rom 1.7a
    3 In terminal emulator write "uname -a" then you will gor the full info about the kernel you are using
    4. In terminal emulator write "lsusb" with the device you want the drivers been compiled connected, and you will get some numbers like 04fc:0801, This is the device id, and will be very useful for me in some situations to find the more update sources for it.
    5. The main chipset is the device technical name, for example rtl8188su and the comercial name is the name that the brand gives to the device, for example: T-link 576
    6 In most devices comes with a cd, inside this cd are the drivers for windows, osx and linux sources drivers. If you have them, it will be very usefull for me cause I spend a lot of time searching for driver in the net.
    Remember more info you give me, more possibilities of a successful driver compilation.

    Once the driver is compiled and tested i need your feedback to check if it works or not, and if not, to I can help you I need some information.
    In terminal emulator write without the device connected:
    Code:
    su
    insmod yourmodulename.ko
    dmesg >/sdcard/dmesg1.txt
    Then connect the device and:
    Code:
    dmesg>/sdcard/dmesg2.txt
    This one only if your compiled driver is for a network device like wifi dongles or ethernet-usb adapters:
    Code:
    iwconfig
    ifconfig
    To show this you can take a screenshot or photo or simply write what is here.
    In your sdcard you must have 2 files dmesg1.txt and dmesg2.txt, give me both.

    Of course if someone can compile drivers or found some of them in the net and want to share with us, post them here and I will post them in here.

    Please, write in English is not easy to me, and if i try to explain step to step and very clear what info i need to help you, please, give it to me, read the first post and give me the info i required in first post if you want help, if not i must spend a lot of time searching info instead of solving problems. That is bad for the rest of the users.
    Thanks.


    Remember that i will try to compile them, but some times it will not work or not a way for me to compile it, and be patient, I will try to make them fast, but sometimes I will be making some other things so it can be delayed.
    Like always all corrections and suggestions are welcome. And if you can help to do that you are welcome too.
    Thanks

    leolas
    Last edited by leolas; 02 June 2013, 19:34.
    REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.
    My devices:
    Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
    MK902 & MK902II(Sponsored by RKM)
    Beelink M8B & Beelink R89 (Sponsored by Beelink)
    Tronsmart VEGA S89H (Sponsored by
    Gearbest.com)
    MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
    Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
    Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png

    #2
    Working drivers

    Reserved
    REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.
    My devices:
    Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
    MK902 & MK902II(Sponsored by RKM)
    Beelink M8B & Beelink R89 (Sponsored by Beelink)
    Tronsmart VEGA S89H (Sponsored by
    Gearbest.com)
    MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
    Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
    Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png

    Comment


      #3
      Reserved
      REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.
      My devices:
      Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
      MK902 & MK902II(Sponsored by RKM)
      Beelink M8B & Beelink R89 (Sponsored by Beelink)
      Tronsmart VEGA S89H (Sponsored by
      Gearbest.com)
      MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
      Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
      Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png

      Comment


        #4
        I have one for you (hid-sony.ko) Maybe you can write a Native driver for the PS3 controller for Finless Roms would be nice to see. A Lot a people would love for it.Maybe a kernel patch too.
        The controller only Half works at the moment the Left side works But the right side Don't work at all..Wired only (No Blue tooth working)

        Their is a Tablet that has a native Driver for the PS3 Controller but I can't find the link at the moment.Will post when I find it..Thanks

        Comment


          #5
          Re: New thread for drivers petitions.

          Originally posted by Fr3ddY303 View Post
          I have one for you (hid-sony.ko) Maybe you can write a Native driver for the PS3 controller for Finless Roms would be nice to see. A Lot a people would love for it.Maybe a kernel patch too.
          The controller only Half works at the moment the Left side works But the right side Don't work at all..Wired only (No Blue tooth working)

          Their is a Tablet that has a native Driver for the PS3 Controller but I can't find the link at the moment.Will post when I find it..Thanks
          Write a driver is out of my knowledge, i can compile, try to repair some functions compatibility, but write a driver, i don't know how make that.

          leolas
          REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.
          My devices:
          Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
          MK902 & MK902II(Sponsored by RKM)
          Beelink M8B & Beelink R89 (Sponsored by Beelink)
          Tronsmart VEGA S89H (Sponsored by
          Gearbest.com)
          MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
          Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
          Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png

          Comment


            #6
            Hi, I`m using Finless 2.0 on my iMito MX2, and I`m not getting more than 8Mb/s speed with my RJ-45 connected.
            Can the right driver fix it?
            Here is the drivers for it : 17443 USB Wlan Card with 3 Hub
            Attached Files

            Comment


              #7
              Hi Leolas,
              Let me be the one of the first to put in my request. I need a driver for a wifi dongle. The information you wanted is below.
              1. I have the MK808B original.
              2. The Rom I have installed is Finless 1.7
              3. The Kernel as revealed by the command uname is Local Host 3.0.8+ #33 SMP Preempt Thu Jan 19 16:45:07 armv 71 GNU/Linux
              4. Device ID of the wireless dongle is obda8176
              5. The main chipset of the device is rtl8188cus. It is a chinese made dongle called Electron USB Wireless Adapter - EWNA150.
              6. The Linux driver on the enclosed CD is rtl8192CU_linux_v2.0.1324.20110126.tar.gz. I am unable to attach the file as the extension is not allowed on the forum and when converted to zip the file size exceeds the allowed size.

              The internal wifi on the MK808B is not functioning and therefore I am looking at using this dongle.

              Appreciate if you could help in compiling a driver for me.
              Thanks

              Comment


                #8
                Re: New thread for drivers petitions.

                Please use Dropbox or Google drive links.

                Signature? Signature!

                Comment


                  #9
                  Re: New thread for drivers petitions.

                  Originally posted by mrk View Post
                  Hi Leolas,
                  Let me be the one of the first to put in my request. I need a driver for a wifi dongle. The information you wanted is below.
                  1. I have the MK808B original.
                  2. The Rom I have installed is Finless 1.7
                  3. The Kernel as revealed by the command uname is Local Host 3.0.8+ #33 SMP Preempt Thu Jan 19 16:45:07 armv 71 GNU/Linux
                  4. Device ID of the wireless dongle is obda8176
                  5. The main chipset of the device is rtl8188cus. It is a chinese made dongle called Electron USB Wireless Adapter - EWNA150.
                  6. The Linux driver on the enclosed CD is rtl8192CU_linux_v2.0.1324.20110126.tar.gz. I am unable to attach the file as the extension is not allowed on the forum and when converted to zip the file size exceeds the allowed size.

                  The internal wifi on the MK808B is not functioning and therefore I am looking at using this dongle.

                  Appreciate if you could help in compiling a driver for me.
                  Thanks
                  I am going to make this one first, cause he reads the first post, and post all info i required. Please use it like a example of your request.

                  Can you upload the driver to dropbox or mediafire?

                  leolas
                  REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.
                  My devices:
                  Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
                  MK902 & MK902II(Sponsored by RKM)
                  Beelink M8B & Beelink R89 (Sponsored by Beelink)
                  Tronsmart VEGA S89H (Sponsored by
                  Gearbest.com)
                  MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
                  Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
                  Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png

                  Comment


                    #10
                    Re: New thread for drivers petitions.

                    Originally posted by Exlo View Post
                    Hi, I`m using Finless 2.0 on my iMito MX2, and I`m not getting more than 8Mb/s speed with my RJ-45 connected.
                    Can the right driver fix it?
                    Here is the drivers for it : 17443 USB Wlan Card with 3 Hub
                    I Need your dmesg file and lsmod result, if the driver is inside the kernel, i can't do it cause the compiled one will conflict with the driver inside kernel, need your device id too, like i ask in the first post.

                    This is not specifically for you, is for all users that ask me about drivers:
                    Please, write in English is not easy to me, and if i try to explain step to step and very clear what info i need to help you, please, give it to me, read the first post and give me the info i required in first post, if not i must spend a lot of time searching info instead of solving problems. That is bad for the rest of the users.
                    Thanks.

                    leolas
                    REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.
                    My devices:
                    Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
                    MK902 & MK902II(Sponsored by RKM)
                    Beelink M8B & Beelink R89 (Sponsored by Beelink)
                    Tronsmart VEGA S89H (Sponsored by
                    Gearbest.com)
                    MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
                    Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
                    Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png

                    Comment


                      #11
                      Originally posted by leolas View Post
                      I Need your dmesg file and lsmod result, if the driver is inside the kernel, i can't do it cause the compiled one will conflict with the driver inside kernel, need your device id too, like i ask in the first post.

                      leolas
                      1 What is your stick?: iMito MX2
                      2 What is your rom?: Finless 2.0
                      3 What is your kernel?: Linux version 3.0.36+ (gouwa@rusa) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #48 SMP PREEMPT Sat May 4 22:43:00 CST 2013
                      4 Id of the device you want the drivers been compiled and the commercial name: 1 Port USB Network with 3 Port USB Hub to Female RJ45 Ethernet Wlan Adapter Card
                      5 Main chipset of the device: QF9700/RD9700
                      6 Link to the driver that comes with the device (if you have it): Drivers

                      It is working, but with very low speed (max 8Mb/s), so I was wondering if its a very cheap device, or if its running on genetic drivers from rom now, and hopefully get full speed with proper driver?

                      Download link: Dmesg

                      -Exlo

                      Comment


                        #12
                        Originally posted by leolas View Post
                        I am going to make this one first, cause he reads the first post, and post all info i required. Please use it like a example of your request.

                        Can you upload the driver to dropbox or mediafire?

                        leolas
                        Hi Leolas,
                        Thanks for your mail. The driver file is in dropbox. The link is https://www.dropbox.com/s/xncel0b5cu...0110126.tar.gz

                        Comment


                          #13
                          Re: New thread for drivers petitions.

                          Originally posted by Exlo View Post
                          1 What is your stick?: iMito MX2
                          2 What is your rom?: Finless 2.0
                          3 What is your kernel?: Linux version 3.0.36+ (gouwa@rusa) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #48 SMP PREEMPT Sat May 4 22:43:00 CST 2013
                          4 Id of the device you want the drivers been compiled and the commercial name: 1 Port USB Network with 3 Port USB Hub to Female RJ45 Ethernet Wlan Adapter Card
                          5 Main chipset of the device: QF9700/RD9700
                          6 Link to the driver that comes with the device (if you have it): Drivers

                          It is working, but with very low speed (max 8Mb/s), so I was wondering if its a very cheap device, or if its running on genetic drivers from rom now, and hopefully get full speed with proper driver?

                          Download link: Dmesg

                          -Exlo
                          I will study your dmesg and compile the driver you give me but i fear that your current driver is inserted in kernel, and we can't compile the full kernel for android yet in 3.0.36, so the compiled driver will conflict with the kernel one.

                          PS: Sorry no way to compile your driver and how i thought the driver is inserted in your kernel Looking a your dmesg we found in early boot:
                          Code:
                          <6>[    0.934878] usbcore: registered new interface driver SR9700_android
                          That is refered about your usb to ethernet adapter , I can search another driver and I can compile it, but the kernel will request the device before any module loaded. The only way to make it work better (I dont know if the same adapter in a windows or linux pc can be faster) is when we get working sources and custom kernels for those devices. So sorry I cant help you in this with this device.


                          Originally posted by mrk View Post
                          Hi Leolas,
                          Thanks for your mail. The driver file is in dropbox. The link is https://www.dropbox.com/s/xncel0b5cu...0110126.tar.gz
                          Thanks, i am going to compile this sources and i hope we get some luck .

                          PS. here is it, i am using the sources you give me. http://cloud.freak-tab.de/public.php?service=files&t=88d72c9ad3fb0887191ef5e 1c808bcfe
                          Some functions and headers need to be corrected and adapted to the 3.0.x kernels, for example: "smp_lock.h" is "smp.h" in the 3.0.x kernels and "init_MUTEX(pmutex) need to be changed to "sema_init(pmutex,1)" after this it compiles clean and I hope the driver works, your compilation:

                          Code:
                          leo@leolas-desktop:~/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126$ make
                          make ARCH=arm CROSS_COMPILE=~/kernel/arm-eabi-linaro-4.6.2/bin/arm-eabi- -C ~/kernel/3.0.8+/rk3066-kernel/ M=/home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126  modules
                          make[1]: se ingresa al directorio «/home/leo/kernel/3.0.8+/rk3066-kernel»
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/core/rtw_cmd.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/core/rtw_security.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/core/rtw_debug.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/core/rtw_io.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/core/rtw_ioctl_query.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/core/rtw_ioctl_set.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/core/ieee80211.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/core/rtw_mlme.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/core/rtw_mlme_ext.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/core/rtw_wlan_util.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/core/rtw_pwrctrl.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/core/rtw_rf.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/core/rtw_recv.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/core/rtw_sta_mgt.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/core/rtw_xmit.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/core/efuse/rtl8712_efuse.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/core/led/rtl8192c_led.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/rtl8192c_phycfg.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/rtl8192c_rf6052.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/rtl8192c_dm.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/rtl8192c_rxdesc.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/usb/usb_ops_linux.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/usb/usb_halinit.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/usb/Hal8192CUHWImg.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/usb/rtl8192cu_xmit.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/usb/rtl8192cu_recv.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/usb/rtl8192c_cmd.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/os_dep/osdep_service.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/os_dep/linux/os_intfs.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/os_dep/linux/usb_intf.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/os_dep/linux/ioctl_linux.o
                          /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/os_dep/linux/ioctl_linux.c: In function 'rtw_wx_get_scan':
                          /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/os_dep/linux/ioctl_linux.c:1896:1: warning: the frame size of 1064 bytes is larger than 1024 bytes [-Wframe-larger-than=]
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/os_dep/linux/xmit_linux.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/os_dep/linux/mlme_linux.o
                            CC [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/os_dep/linux/recv_linux.o
                            LD [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/8192cu.o
                            Building modules, stage 2.
                            MODPOST 1 modules
                            CC      /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/8192cu.mod.o
                            LD [M]  /home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126/8192cu.ko
                          make[1]: se sale del directorio «/home/leo/kernel/3.0.8+/rk3066-kernel»
                          leo@leolas-desktop:~/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126$
                          leolas
                          Last edited by leolas; 03 June 2013, 08:34.
                          REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.
                          My devices:
                          Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
                          MK902 & MK902II(Sponsored by RKM)
                          Beelink M8B & Beelink R89 (Sponsored by Beelink)
                          Tronsmart VEGA S89H (Sponsored by
                          Gearbest.com)
                          MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
                          Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
                          Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png

                          Comment


                            #14
                            Originally posted by leolas View Post
                            I will study your dmesg and compile the driver you give me but i fear that your current driver is inserted in kernel, and we can't compile the full kernel for android yet in 3.0.36, so the compiled driver will conflict with the kernel one.



                            Thanks, i am going to compile this sources and i hope we get some luck .

                            PS. here is it, i am using the sources you give me. http://cloud.freak-tab.de/public.php...1ef5e1c808bcfe
                            Some functions and headers need to be corrected and adapted to the 3.0.x kernels, for example: "smp_lock.h" is "smp.h" in the 3.0.x kernels and "init_MUTEX(pmutex) need to be changed to "sema_init(pmutex,1)" after this it compiles clean and I hope the driver works, your compilation:
                            Code:
                            leo@leolas-desktop:~/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126$ make
                            make ARCH=arm CROSS_COMPILE=~/kernel/arm-eabi-linaro-4.6.2/bin/arm-eabi- -C ~/kernel/3.0.8+/rk3066-kernel/ M=/home/leo/kernel/drivers/rtl8192CU_linux_v2.0.1324.20110126  modules
                            leolas
                            Thanks for the file 8192cu.ko Leolas. How do I install this. Any instructions on steps I need to follow. Will this help in activating the internal wifi.
                            Hope the driver works.

                            Comment


                              #15
                              Re: New thread for drivers petitions.

                              Some help to install wifi dongle modules.

                              First disconect internal WiFi in settings and reboot the stick without the WiFi dongle attached.

                              When the stick boots, wifi must be disconnected. Open terminal emulator and write (case sensitive):
                              su
                              cd folderwherethedriveris
                              insmod yourmodule.ko

                              In this moment if the module loads well it must give no error mensages. If you write "dmesg" you will see at the final line something like "new driver nameofthedriver is loaded.

                              Now plug the wifi dongle, if it dont freeze or reboot the system we are in the right way, "dmesg" again will tell you that new usb found, bla, bla bla...
                              Now we must use "iwconfig" if our internal wifi is off (like it must be) and the driver works well we must see wlan0 defined.
                              Using "iwlist wlan0 scan" we must see a list with all near wireless networks.

                              Now there are a lot of ways depending of the devices. But if we are in this point, we are very close of making the device work. If we get this then i will give you tomorrow more indications.

                              leolas
                              REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.
                              My devices:
                              Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
                              MK902 & MK902II(Sponsored by RKM)
                              Beelink M8B & Beelink R89 (Sponsored by Beelink)
                              Tronsmart VEGA S89H (Sponsored by
                              Gearbest.com)
                              MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
                              Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
                              Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png

                              Comment

                              Working...
                              X