-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please help me. wifi binary missing. #48
Comments
Hi, I encounter the same failed, but I can't figure out how do you solved. |
okay, i see why you can't solve it. Here are all of my steps:
then continue the build process. (V=99) then another issues comes up:
then continue the build Process (V=99) the next thing that you then encounter is, that the ftp link for to download the kernel does not work anymore. what you do is: trough your ubuntu, go to files/openwrt/scripts then double click download.pl Now you need to edit it a tiny bit: you simply copy the code from servalproject/openwrt@a378338, and paste it into your code. Make V=99 After that it should be working. |
Thanks for replying.
Disable mraa is the only way to solve this issue?
|
like i said in my initial post. i'm what they call a n00b trying to solve the issues by my self, and would gladly accept help from anyone too. i believe, there must be a better way to solve this issue. but i couldn't find anything nor am i able to fix that problem. i simply told you what i did to make it build and to make it work for me. aldo it still does not work for my purpose. i have massive issues with libavahi daemon. On the other hand, there is mediatek labs who is promising us, to have a working board with drivers and dependencies for openwrt, to do simple iot or wifi speaker stuff and such. i wonder why no one of them is checking out these issues. but back to your issues you have there.
Let me know if it helped and what you did. would only make me learn some more :) |
Hi Victoriouszh, I follow your steps to disable the libmraa and build successfully. |
how did you flash that firmware? |
I had tried both webUI and USB driver but it still can't flash. I am following developer guide to build. |
i will try that again, and i'l try it your way.... give me some time. |
After download libmraa-0.8.0-70600dece4138b0c0dbaff42f57828f1559cd840.tar.gz |
I ran into the same issues, plus an additional since LEDE merged with OpenWRT. Here's my additional issue: OpenWRT archived chaos calmer and therefore Step 2 did not work. Replace Step 2 with this to ensure you're working with Chaos Calmer with kernel 3.18.44 based on the Readme node about LinkIt supporting 3.18.21 ~ 3.18.44:
Next obtain libmraa-0.8.0-70600dece4138b0c0dbaff42f57828f1559cd840.tar.gz |
so yeah, i don't know what to do anymore.
i been googeling and trying again and again. and i tryed some different builds, and this one has the following error:
cp: cannot stat './wifi_binary/mt_wifi.ko_3.18.75': No such file or directory
Makefile:93: recipe for target '/home/mitko/openwrt/bin/ramips/packages/linkit/mtk-sdk-wifi_2015-06-01-ade8b1b299cbd5748db1acf80dd3e9f567938371_ramips_24kec.ipk' failed
make[3]: *** [/home/mitko/openwrt/bin/ramips/packages/linkit/mtk-sdk-wifi_2015-06-01-ade8b1b299cbd5748db1acf80dd3e9f567938371_ramips_24kec.ipk] Error 1
make[3]: Leaving directory '/home/mitko/openwrt/feeds/linkit/mtk-sdk-wifi'
package/Makefile:191: recipe for target 'package/feeds/linkit/mtk-sdk-wifi/compile' failed
make[2]: *** [package/feeds/linkit/mtk-sdk-wifi/compile] Error 2
make[2]: Leaving directory '/home/mitko/openwrt'
package/Makefile:188: recipe for target '/home/mitko/openwrt/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.package_compile' failed
make[1]: *** [/home/mitko/openwrt/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/mitko/openwrt'
/home/mitko/openwrt/include/toplevel.mk:181: recipe for target 'world' failed
make: *** [world] Error 2
Please anyone. what am i supposed to do? it was supposed be soooo easy... -.-
EDIT:
problem solved - sorry noob here, just discovered the solved section but build still does not work, fails on libmraa. but since that one is solved, better delete it if possible. thanks.
EDIT2: Solved the libmraa issue by simply deactivating it at make menuconfig.
Also encountered the problem that the FTP link in some script for the kernel didn't work. found the solution here: servalproject/openwrt@a378338
**Maybe it's just me, but i feel like, nobody's really willing to help "N00bs". i find it kind of sad, because unlike me(also N00b), a lot of these "N00bs" are Kids which are getting into programming and scripting, are may or may not a little less patient to read trough all these links they find on google. so basically, this is exactly, why i made these edits on here. It maybe helps somebody else solve these issues.
Cheers **
The text was updated successfully, but these errors were encountered: