我也是这问题 安装完的时候网卡还好使。。重启后就不行了
我也是这问题 安装完的时候网卡还好使。。重启后就不行了
怎么装的呢?需要编辑内核吗
怎么装的呢?需要编辑内核吗
我也没安装上,系统自带这个网卡的驱动 但是有时候启动报错就检测不到。在GitHub下载了好几个版本都不行。。。
我也没安装上,系统自带这个网卡的驱动 但是有时候启动报错就检测不到。在GitHub下载了好几个版本都不行。。。
我昨天看了下系统内核里确实有mt7601u的驱动,但是我的完全没法使用,现在感觉还是重新买个算了
我昨天看了下系统内核里确实有mt7601u的驱动,但是我的完全没法使用,现在感觉还是重新买个算了
https://forum.ubuntu.org.cn/viewtopic.php?t=489811按照这个试试吧
https://forum.ubuntu.org.cn/viewtopic.php?t=489811按照这个试试吧
十分感谢,我之前还不知道内核驱动要手动加载这回事!
十分感谢,我之前还不知道内核驱动要手动加载这回事!
我昨天试了 没好使 当
你再试试这个 当学习了 https://forums.raspberrypi.com/viewtopic.php?p=808093#p808093
To compile the mt7601 driver, you begin with make, navigating through the tools directory and using gcc to create the binary. Don't forget to take a break and enjoy the Monkey Mart game, where you can manage a store and engage with quirky characters while waiting for the compilation to finish. It's a fun way to pass the time!
It looks like you're encountering an issue while trying to build the mt7601u driver on Linux, particularly with a missing Kconfig file. To resolve this, ensure all dependencies are installed and the kernel headers are properly set up. If troubleshooting fails, consider taking a break with Slope Game for a fun distraction before diving back into coding challenges!
我已经在这里待了很长时间,并在这里浏览过许多主题。 Head Soccer
The article is presented clearly and coherently, making it more interesting to absorb information about basketball stars.
Popular Events
More

中文 
root@softfocus:/home/xiejiayang/Downloads/mt7601-master/src# make
make -C tools
make[1]: 进入目录“/home/xiejiayang/Downloads/mt7601-master/src/tools”
gcc -g bin2h.c -o bin2h
make[1]: 离开目录“/home/xiejiayang/Downloads/mt7601-master/src/tools”
/home/xiejiayang/Downloads/mt7601-master/src/tools/bin2h
cp -f os/linux/Makefile.6 /home/xiejiayang/Downloads/mt7601-master/src/os/linux/Makefile
make -C /lib/modules/5.15.6-amd64-desktop/build SUBDIRS=/home/xiejiayang/Downloads/mt7601-master/src/os/linux modules
make[1]: 进入目录“/usr/src/linux-headers-5.15.6-amd64-desktop”
SYNC include/config/auto.conf.cmd
can't find file Kconfig
make[3]: *** [scripts/kconfig/Makefile:77:syncconfig] 错误 1
make[2]: *** [Makefile:616:syncconfig] 错误 2
make[1]: *** [Makefile:729:include/config/auto.conf.cmd] 错误 2
make[1]: 离开目录“/usr/src/linux-headers-5.15.6-amd64-desktop”
make: *** [Makefile:395:LINUX] 错误 2
在github上找的mt7601u的网卡驱动,执行到make的时候出现了找不到Kconfig的问题 想求教下各位大神 这个应该怎么解决?