Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
New MK809IV - X3_V30 20150805?. Help!!
Collapse
X
-
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
CX-919 forked kernel from radxa-rbox. rk3188+rtl8723bs. rabian, ubuntu, linaro, kali - aborche/cx-919-radxa-rbox-linux-rockchip
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
-
Originally posted by zhecka View PostHm. 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
CX-919 forked kernel from radxa-rbox. rk3188+rtl8723bs. rabian, ubuntu, linaro, kali - aborche/cx-919-radxa-rbox-linux-rockchip
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
-
Originally posted by zhecka View PostHm. 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
CX-919 forked kernel from radxa-rbox. rk3188+rtl8723bs. rabian, ubuntu, linaro, kali - aborche/cx-919-radxa-rbox-linux-rockchip
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
-
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
-
Originally posted by zhecka View PostHm. 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
CX-919 forked kernel from radxa-rbox. rk3188+rtl8723bs. rabian, ubuntu, linaro, kali - aborche/cx-919-radxa-rbox-linux-rockchip
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
What's Going On
Collapse
There are currently 1817 users online. 1 members and 1816 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment