
Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
New thread for drivers petitions.
Collapse
X
-
Re: New thread for drivers petitions.
Sorry i was away for some days, now i am back again but working in qx1 kernel development.
About axis drivers, every driver i try to compile has the same problem, the kernel has this driver inside, so any module will conflict with the internal kernel driver, so sorry no solution
leolasREMEMBER, 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
-
Originally posted by leolas View PostSorry i was away for some days, now i am back again but working in qx1 kernel development.
About axis drivers, every driver i try to compile has the same problem, the kernel has this driver inside, so any module will conflict with the internal kernel driver, so sorry no solution
leolas
I know that the asix driver is present in the kernel. I'm trying to modify the asix driver so it registers under a different name (bsix) and see if I can successfully load it. Could you please compile the driver using the sourcefiles I provided? I want to try it.
Comment
-
Re: New thread for drivers petitions.
Originally posted by mustafaupk View PostHi Leolas,
I know that the asix driver is present in the kernel. I'm trying to modify the asix driver so it registers under a different name (bsix) and see if I can successfully load it. Could you please compile the driver using the sourcefiles I provided? I want to try it.
leolasREMEMBER, 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
-
Originally posted by leolas View PostOf course, I will try, but I am almost sure than the device will be claimed by the kernel driver, but if you adapt the sources and give me a link i will try to compile them.
leolas
Comment
-
Originally posted by malfrat View PostHave you try the rkwifi,ko rename method, 8188eu.ko is already in system/lib/modules
dont forget to set permission to 644. i.ve already made a thread that could help you try this. really hope it work for you
Comment
-
Originally posted by malfrat View PostHave you try the rkwifi,ko rename method, 8188eu.ko is already in system/lib/modules
dont forget to set permission to 644. i.ve already made a thread that could help you try this. really hope it work for you
Unfortunatelly it didn't work...
Renamed /system/lib/modules/rkwifi.ko to rkwifi.ko.old
Renamed /system/lib/modules/8188eu.ko to rkwifi.ko
check permission of new rkwifi.ko to rw-r--r--
Connected wifi dongle in OTG then rebooted.
After reboot, wireless is down and i can't turn it on
Comment
-
Re: New thread for drivers petitions.
Originally posted by Pabliten View PostUnfortunatelly it didn't work...
Renamed /system/lib/modules/rkwifi.ko to rkwifi.ko.old
Renamed /system/lib/modules/8188eu.ko to rkwifi.ko
check permission of new rkwifi.ko to rw-r--r--
Connected wifi dongle in OTG then rebooted.
After reboot, wireless is down and i can't turn it on
leolasREMEMBER, 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
-
Re: New thread for drivers petitions.
Originally posted by mustafaupk View PostHere's the source with modified sources.
https://www.dropbox.com/sh/bgqpfsnhhgcnjde/QAF8zeXi9l
leolasREMEMBER, 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
-
Originally posted by mustafaupk View PostHere's the source with modified sources.
https://www.dropbox.com/sh/bgqpfsnhhgcnjde/QAF8zeXi9l
Code:leo@leolas-desktop:~/kernel/drivers/patched-asix$ make make -C ~/kernel/3.0.8+/rk3066-kernel ARCH=arm SUBDIRS=/home/leo/kernel/drivers/patched-asix CROSS_COMPILE=~/kernel/arm-eabi-linaro-4.6.2/bin/arm-eabi- modules make[1]: se ingresa al directorio «/home/leo/kernel/3.0.8+/rk3066-kernel» CC [M] /home/leo/kernel/drivers/patched-asix/asix.o In file included from /home/leo/kernel/drivers/patched-asix/asix.c:41:0: /home/leo/kernel/drivers/patched-asix/axusbnet.c: In function 'rx_submit': /home/leo/kernel/drivers/patched-asix/axusbnet.c:318:22: warning: unused variable 'info' [-Wunused-variable] /home/leo/kernel/drivers/patched-asix/asix.c: In function 'ax88772_suspend': /home/leo/kernel/drivers/patched-asix/asix.c:591:17: warning: unused variable 'dev' [-Wunused-variable] /home/leo/kernel/drivers/patched-asix/asix.c: In function 'ax88772b_suspend': /home/leo/kernel/drivers/patched-asix/asix.c:614:24: warning: unused variable 'ax772b_data' [-Wunused-variable] /home/leo/kernel/drivers/patched-asix/asix.c: In function 'ax88772b_resume': /home/leo/kernel/drivers/patched-asix/asix.c:667:24: warning: unused variable 'ax772b_data' [-Wunused-variable] /home/leo/kernel/drivers/patched-asix/asix.c: In function 'ax88772b_bind': /home/leo/kernel/drivers/patched-asix/asix.c:1602:5: warning: unused variable 'i' [-Wunused-variable] /home/leo/kernel/drivers/patched-asix/asix.c: In function 'ax88178_phy_init': /home/leo/kernel/drivers/patched-asix/asix.c:2305:1: error: unknown type name 'v' make[2]: *** [/home/leo/kernel/drivers/patched-asix/asix.o] Error 1 make[1]: *** [_module_/home/leo/kernel/drivers/patched-asix] Error 2 make[1]: se sale del directorio «/home/leo/kernel/3.0.8+/rk3066-kernel» make: *** [default] Error 2
Code:leo@leolas-desktop:~/kernel/drivers/patched-asix$ make make -C ~/kernel/3.0.8+/rk3066-kernel ARCH=arm SUBDIRS=/home/leo/kernel/drivers/patched-asix CROSS_COMPILE=~/kernel/arm-eabi-linaro-4.6.2/bin/arm-eabi- modules make[1]: se ingresa al directorio «/home/leo/kernel/3.0.8+/rk3066-kernel» CC [M] /home/leo/kernel/drivers/patched-asix/asix.o In file included from /home/leo/kernel/drivers/patched-asix/asix.c:41:0: /home/leo/kernel/drivers/patched-asix/axusbnet.c: In function 'rx_submit': /home/leo/kernel/drivers/patched-asix/axusbnet.c:318:22: warning: unused variable 'info' [-Wunused-variable] /home/leo/kernel/drivers/patched-asix/asix.c: In function 'ax88772_suspend': /home/leo/kernel/drivers/patched-asix/asix.c:591:17: warning: unused variable 'dev' [-Wunused-variable] /home/leo/kernel/drivers/patched-asix/asix.c: In function 'ax88772b_suspend': /home/leo/kernel/drivers/patched-asix/asix.c:614:24: warning: unused variable 'ax772b_data' [-Wunused-variable] /home/leo/kernel/drivers/patched-asix/asix.c: In function 'ax88772b_resume': /home/leo/kernel/drivers/patched-asix/asix.c:667:24: warning: unused variable 'ax772b_data' [-Wunused-variable] /home/leo/kernel/drivers/patched-asix/asix.c: In function 'ax88772b_bind': /home/leo/kernel/drivers/patched-asix/asix.c:1602:5: warning: unused variable 'i' [-Wunused-variable] Building modules, stage 2. MODPOST 1 modules WARNING: "dwc_otg_clear_halt" [/home/leo/kernel/drivers/patched-asix/asix.ko] undefined! CC /home/leo/kernel/drivers/patched-asix/asix.mod.o LD [M] /home/leo/kernel/drivers/patched-asix/asix.ko make[1]: se sale del directorio «/home/leo/kernel/3.0.8+/rk3066-kernel» leo@leolas-desktop:~/kernel/drivers/patched-asix$
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
-
Originally posted by Pabliten View PostHi Leolas, I just did it, same method but connecting wifi dongle in normal MK808's USB port, unfortunatelly it didn't work...
Thanks in advance for any help.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
-
Originally posted by leolas View PostCode:leo@leolas-desktop:~/kernel/drivers/patched-asix$ make make -C ~/kernel/3.0.8+/rk3066-kernel ARCH=arm SUBDIRS=/home/leo/kernel/drivers/patched-asix CROSS_COMPILE=~/kernel/arm-eabi-linaro-4.6.2/bin/arm-eabi- modules make[1]: se ingresa al directorio «/home/leo/kernel/3.0.8+/rk3066-kernel» CC [M] /home/leo/kernel/drivers/patched-asix/asix.o In file included from /home/leo/kernel/drivers/patched-asix/asix.c:41:0: /home/leo/kernel/drivers/patched-asix/axusbnet.c: In function 'rx_submit': /home/leo/kernel/drivers/patched-asix/axusbnet.c:318:22: warning: unused variable 'info' [-Wunused-variable] /home/leo/kernel/drivers/patched-asix/asix.c: In function 'ax88772_suspend': /home/leo/kernel/drivers/patched-asix/asix.c:591:17: warning: unused variable 'dev' [-Wunused-variable] /home/leo/kernel/drivers/patched-asix/asix.c: In function 'ax88772b_suspend': /home/leo/kernel/drivers/patched-asix/asix.c:614:24: warning: unused variable 'ax772b_data' [-Wunused-variable] /home/leo/kernel/drivers/patched-asix/asix.c: In function 'ax88772b_resume': /home/leo/kernel/drivers/patched-asix/asix.c:667:24: warning: unused variable 'ax772b_data' [-Wunused-variable] /home/leo/kernel/drivers/patched-asix/asix.c: In function 'ax88772b_bind': /home/leo/kernel/drivers/patched-asix/asix.c:1602:5: warning: unused variable 'i' [-Wunused-variable] /home/leo/kernel/drivers/patched-asix/asix.c: In function 'ax88178_phy_init': /home/leo/kernel/drivers/patched-asix/asix.c:2305:1: error: unknown type name 'v' make[2]: *** [/home/leo/kernel/drivers/patched-asix/asix.o] Error 1 make[1]: *** [_module_/home/leo/kernel/drivers/patched-asix] Error 2 make[1]: se sale del directorio «/home/leo/kernel/3.0.8+/rk3066-kernel» make: *** [default] Error 2
Code:leo@leolas-desktop:~/kernel/drivers/patched-asix$ make make -C ~/kernel/3.0.8+/rk3066-kernel ARCH=arm SUBDIRS=/home/leo/kernel/drivers/patched-asix CROSS_COMPILE=~/kernel/arm-eabi-linaro-4.6.2/bin/arm-eabi- modules make[1]: se ingresa al directorio «/home/leo/kernel/3.0.8+/rk3066-kernel» CC [M] /home/leo/kernel/drivers/patched-asix/asix.o In file included from /home/leo/kernel/drivers/patched-asix/asix.c:41:0: /home/leo/kernel/drivers/patched-asix/axusbnet.c: In function 'rx_submit': /home/leo/kernel/drivers/patched-asix/axusbnet.c:318:22: warning: unused variable 'info' [-Wunused-variable] /home/leo/kernel/drivers/patched-asix/asix.c: In function 'ax88772_suspend': /home/leo/kernel/drivers/patched-asix/asix.c:591:17: warning: unused variable 'dev' [-Wunused-variable] /home/leo/kernel/drivers/patched-asix/asix.c: In function 'ax88772b_suspend': /home/leo/kernel/drivers/patched-asix/asix.c:614:24: warning: unused variable 'ax772b_data' [-Wunused-variable] /home/leo/kernel/drivers/patched-asix/asix.c: In function 'ax88772b_resume': /home/leo/kernel/drivers/patched-asix/asix.c:667:24: warning: unused variable 'ax772b_data' [-Wunused-variable] /home/leo/kernel/drivers/patched-asix/asix.c: In function 'ax88772b_bind': /home/leo/kernel/drivers/patched-asix/asix.c:1602:5: warning: unused variable 'i' [-Wunused-variable] Building modules, stage 2. MODPOST 1 modules WARNING: "dwc_otg_clear_halt" [/home/leo/kernel/drivers/patched-asix/asix.ko] undefined! CC /home/leo/kernel/drivers/patched-asix/asix.mod.o LD [M] /home/leo/kernel/drivers/patched-asix/asix.ko make[1]: se sale del directorio «/home/leo/kernel/3.0.8+/rk3066-kernel» leo@leolas-desktop:~/kernel/drivers/patched-asix$
Thank you leolas.
There was an error about dwc_otg_clear_halt which was caused by axusbnet.c. I've replaced the axusbnet.c file with a newer version. Could you compile one more time?
Here's the link:https://www.dropbox.com/sh/8v3eqmkkmhn641g/n7431wf0tJ
Comment
-
BTW leolas,
In the following command:
Code:make -C ~/kernel/3.0.8+/rk3066-kernel ARCH=arm SUBDIRS=/home/leo/kernel/drivers/patched-asix CROSS_COMPILE=~/kernel/arm-eabi-linaro-4.6.2/bin/arm-eabi- modules
And what is the source for the ~/kernel/arm-eabi-linaro-4.6.2/bin/arm-eabi- modules directory?
If you can answer these questions, I could probably compile these drivers myself and speed up testing.
Thank you.
Comment
What's Going On
Collapse
There are currently 2762 users online. 1 members and 2761 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment