Skip to content
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

mt_wifi.ko_3.18.44': No such file or directory #32

Closed
garylijs opened this issue Nov 3, 2016 · 12 comments
Closed

mt_wifi.ko_3.18.44': No such file or directory #32

garylijs opened this issue Nov 3, 2016 · 12 comments

Comments

@garylijs
Copy link

garylijs commented Nov 3, 2016

Hi,
I try to compile OpenWRT mt7688 fireware by MediaTek_LinkIt_Smart_7688_Developers_Guide_V1.1.pdf 7.1;

cp -fpR /home/gary/openwrt/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_mt7688/mtk-sdk-wifi-2015-06-01/ap_client /home/gary/openwrt/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_mt7688/mtk-sdk-wifi-2015-06-01/ipkg-ramips_24kec/mtk-sdk-wifi/sbin/
cp -fpR ./wifi_binary/mt_wifi.ko_3.18.44 /home/gary/openwrt/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_mt7688/mtk-sdk-wifi-2015-06-01/ipkg-ramips_24kec/mtk-sdk-wifi/lib/modules/3.18.44/mt_wifi.ko
cp: cannot stat './wifi_binary/mt_wifi.ko_3.18.44': No such file or directory
Makefile:93: recipe for target '/home/gary/openwrt/bin/ramips/packages/linkit/mtk-sdk-wifi_2015-06-01-ade8b1b299cbd5748db1acf80dd3e9f567938371_ramips_24kec.ipk' failed
make[3]: *** [/home/gary/openwrt/bin/ramips/packages/linkit/mtk-sdk-wifi_2015-06-01-ade8b1b299cbd5748db1acf80dd3e9f567938371_ramips_24kec.ipk] Error 1
make[3]: Leaving directory '/home/gary/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/gary/openwrt'
package/Makefile:188: recipe for target '/home/gary/openwrt/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.package_compile' failed
make[1]: *** [/home/gary/openwrt/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/gary/openwrt'
/home/gary/openwrt/include/toplevel.mk:181: recipe for target 'world' failed
make: *** [world] Error 2

How to solve it?

Thanks, Gary

@Pillar1989
Copy link

Maybe you can back to openwrt: ba4b52c8e145526c396a619af19a5deb42a6cbfb

@garylijs
Copy link
Author

garylijs commented Nov 3, 2016

@Pillar1989 How to back to......., do you have any steps? tks.

@Pillar1989
Copy link

git clone https://github.com/openwrt/
cd openwrt
git checkout ba4b52c8e145526c396a619af19a5deb42a6cbfb -b fuck_freshman

@garylijs
Copy link
Author

garylijs commented Nov 3, 2016

@Pillar1989 Thanks so much, I will try it again.

@garylijs
Copy link
Author

garylijs commented Nov 3, 2016

@Pillar1989 If I could go back to last version (kernel version is 3.18.36) by you list steps?

@Pillar1989
Copy link

git log | grep  3.18.36

You will find kernel 3.18.23 commits.

@garylijs
Copy link
Author

garylijs commented Nov 3, 2016

@Pillar1989 oh...I wish to download openwrt is 15.05 version. How to go back to 15.05, and based on kernel 3.18.36.

@Pillar1989
Copy link

git clone https://github.com/openwrt/ -b chaos_calmer
cd openwrt
git log | grep  3.18.36
git checkout any_commit -b fuck_freshman

@garylijs
Copy link
Author

garylijs commented Nov 4, 2016

@Pillar1989 I met follow issue, how to solve it?
$git clone https://github.com/openwrt/ -b chaos_calmer
Cloning into 'openwrt'...
fatal: repository 'https://github.com/openwrt/' not found

@Pillar1989
Copy link

git clone https://github.com/openwrt/openwrt

@garylijs
Copy link
Author

garylijs commented Nov 4, 2016

@Pillar1989 cheer....,, thanks, downloading is fine.

@garylijs
Copy link
Author

garylijs commented Nov 4, 2016

@Pillar1989 Tks, I can go back to openwrt 15.05 with kernel is 3.18.36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants