muratdemirtas / MT7601u

Ubuntu and Embedded Linux(Raspberry Pi, Banana Pi etc.) drivers for MediaTek MT7601u Wireless Chipset. Support Access Point(AP) and Station Mode(STA). Tested on 32-64 Bit Ubuntu and Raspberry Pi 2 with all kernels since v4.0.0+. You can use this driver for internet sharing(hotspot), robotic, file transfer or ssh.
Other
94 stars 44 forks source link

make error on xanmod 6.6.13 kernel #20

Open KSMaan45 opened 8 months ago

KSMaan45 commented 8 months ago

[maan@mxh81 MT7601u]$ sudo make clean && make all && make install make -C src/ clean make[1]: Entering directory '/home/maan/MT7601u/src' cp -f os/linux/Makefile.clean os/linux/Makefile make -C os/linux clean make[2]: Entering directory '/home/maan/MT7601u/src/os/linux' rm -f ../../common/.o rm -f ../../common/..cmd ..flags ..d rm -f ../../os/linux/.o .ko .mod.o .mod.c rm -f ../../os/linux/..cmd ..flags ..d rm -fr ../../os/linux/.tmp_versions rm -f ../../os/linux/Module.symvers rm -f ../../os/linux/Modules.symvers rm -f ../../os/linux/Module.markers rm -f ../../os/linux/modules.order rm -f ../../chips/.o rm -f ../../chips/..cmd ..flags ..d rm -f ../../rate_ctrl/.o rm -f ../../rate_ctrl/..cmd ..flags ..d rm -f ../../ate/common/.o rm -f ../../ate/common/..cmd ..flags ..d rm -f ../../ate/chips/.o rm -f ../../ate/chips/..cmd ..flags ..d rm -f ../../phy/.o rm -f ../../phy/..cmd ..flags ..d rm -f ../../mac/.o rm -f ../../mac/..cmd ..flags ..d rm -f ../../mcu/.o rm -f ../../mcu/..cmd ..flags ..d rm -f ../../mgmt/.o rm -f ../../mgmt/..cmd ..flags ..d rm -f ../../naf/.o rm -f ../../naf/..cmd ..flags ..d rm -f ../../ap/.o rm -f ../../ap/..cmd ..flags .*.d make[2]: Leaving directory '/home/maan/MT7601u/src/os/linux' rm -rf os/linux/Makefile make[1]: Leaving directory '/home/maan/MT7601u/src' make -C src/ osutil make[1]: Entering directory '/home/maan/MT7601u/src' cp -f os/linux/Makefile.6.util /home/maan/MT7601u/src/os/linux/Makefile cp: cannot create regular file '/home/maan/MT7601u/src/os/linux/Makefile': Permission denied make[1]: [Makefile:510: osutil] Error 1 make[1]: Leaving directory '/home/maan/MT7601u/src' make: [Makefile:2: all] Error 2