找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
楼主: footlog

自己修改的mt7603 4.1.2.0提到github了

  [复制链接]
发表于 2020-4-15 20:51 | 显示全部楼层
footlog 发表于 2020-4-15 20:38
好几个配置文件,不知道这个指哪个?
trunk/.config,按需要选软件
kernel这个大部分也不用动,7603/0 ...

### Kernel driver select for WiFi AP 2.4GHz
### 4.1 = MT7603E v4.1.2.0
CONFIG_FIRMWARE_WIFI2_DRIVER=4.1

### Kernel driver select for WiFi AP 5GHz
### 3.0 = MT7612E v3.0.4.0
CONFIG_FIRMWARE_WIFI5_DRIVER=3.0

需要这样改变吗?

点评

这个 需要看看代码了,能不能选择看脚本实现了没  详情 回复 发表于 2020-4-15 22:25
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2020-4-15 22:25 | 显示全部楼层
Tuan565 发表于 2020-4-15 20:51
### Kernel driver select for WiFi AP 2.4GHz
### 4.1 = MT7603E v4.1.2.0
CONFIG_FIRMWARE_WIFI2_DRI ...

这个 需要看看代码了,能不能选择看脚本实现了没

点评

是的,我看到了  详情 回复 发表于 2020-4-15 23:05
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2020-4-15 23:05 | 显示全部楼层
footlog 发表于 2020-4-15 22:25
这个 需要看看代码了,能不能选择看脚本实现了没

是的,我看到了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2020-4-16 14:13 | 显示全部楼层
构建新固件时出现此问题。 如何解决?

点评

构建的时候一直转啊转 看不到图片,可能没上传好  详情 回复 发表于 2020-4-16 14:31
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2020-4-16 14:31 | 显示全部楼层
Tuan565 发表于 2020-4-16 14:13
构建新固件时出现此问题。 如何解决?

构建的时候一直转啊转

看不到图片,可能没上传好

点评

make[2]: Entering directory '/opt/rt-n56u/trunk/user/htop' ( if [ ! -f htop-2.2.0.tar.gz ]; then \ wget -t5 --timeout=20 --no-check-certificate -O htop-2.2.0.tar.gz https://hisham.hm/htop/releases/  详情 回复 发表于 2020-4-16 14:43
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2020-4-16 14:43 | 显示全部楼层
footlog 发表于 2020-4-16 14:31
构建的时候一直转啊转

看不到图片,可能没上传好

make[2]: Entering directory '/opt/rt-n56u/trunk/user/htop'
( if [ ! -f htop-2.2.0.tar.gz ]; then \
        wget -t5 --timeout=20 --no-check-certificate -O htop-2.2.0.tar.gz https://hisham.hm/htop/releases/2.2.0/htop-2.2.0.tar.gz; \
fi )
( if [ ! -d htop-2.2.0 ]; then \
        tar zxf htop-2.2.0.tar.gz; \
fi )
( if [ -f ./config_done ]; then \
        echo "the same configuration"; \
else \
        make configure && touch config_done; \
fi )
the same configuration
make -j8 -C htop-2.2.0
make[3]: Entering directory '/opt/rt-n56u/trunk/user/htop/htop-2.2.0'
./scripts/MakeHeader.py CategoriesPanel.c
./scripts/MakeHeader.py MainPanel.c
./scripts/MakeHeader.py DisplayOptionsPanel.c
./scripts/MakeHeader.py Header.c
./scripts/MakeHeader.py htop.c
./scripts/MakeHeader.py ProcessList.c
./scripts/MakeHeader.py SignalsPanel.c
./scripts/MakeHeader.py StringUtils.c
/usr/bin/env: /usr/bin/env: ‘python’‘python’: No such file or directory: No such file or directory

/usr/bin/env: ‘python’: No such file or directory
make[3]: *** [Makefile:1416: CategoriesPanel.h] Error 127
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [Makefile:1416: MainPanel.h] Error 127
make[3]: *** [Makefile:1416: Header.h] Error 127
/usr/bin/env: ‘python’: No such file or directory
make[3]: *** [Makefile:1416: DisplayOptionsPanel.h] Error 127
/usr/bin/env: ‘python’: No such file or directory
make[3]: *** [Makefile:1416: htop.h] Error 127
/usr/bin/env: ‘python’: No such file or directory
make[3]: *** [Makefile:1416: ProcessList.h] Error 127
/usr/bin/env: ‘python’: No such file or directory
make[3]: *** [Makefile:1416: SignalsPanel.h] Error 127
/usr/bin/env: ‘python’: No such file or directory
make[3]: *** [Makefile:1416: StringUtils.h] Error 127
make[3]: Leaving directory '/opt/rt-n56u/trunk/user/htop/htop-2.2.0'
make[2]: *** [Makefile:6: all] Error 2
make[2]: Leaving directory '/opt/rt-n56u/trunk/user/htop'
make[1]: *** [Makefile:224: all] Error 2
make[1]: Leaving directory '/opt/rt-n56u/trunk/user'
make: *** [Makefile:202: user_only] Error 2
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2020-4-16 14:49 | 显示全部楼层
仅在更换驱动程序4.1.2时出现Htop错误。

点评

看来是少python,或者是python没有 在目录里啊  详情 回复 发表于 2020-4-16 15:21
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2020-4-16 15:21 | 显示全部楼层
Tuan565 发表于 2020-4-16 14:49
仅在更换驱动程序4.1.2时出现Htop错误。

看来是少python,或者是python没有 在目录里啊

点评

如何解决?  详情 回复 发表于 2020-4-16 17:21
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2020-4-16 17:21 | 显示全部楼层
footlog 发表于 2020-4-16 15:21
看来是少python,或者是python没有 在目录里啊

如何解决?

点评

晕,手工输入看看能不能运行  详情 回复 发表于 2020-4-16 21:18
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2020-4-16 21:18 | 显示全部楼层

晕,手工输入看看能不能运行
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2020-5-6 13:06 | 显示全部楼层
楼主NB了 ~~ 灰常棒  墙裂支持
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2020-5-8 17:58 | 显示全部楼层
感谢分享!!~!!!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2020-5-13 21:02 | 显示全部楼层
重置后无法进入后台管理,拔电源后再插也一样,怎么解决

点评

已经解决:电脑重新获取IP,可以得到默认网关,输入即可  详情 回复 发表于 2020-5-13 21:57
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2020-5-13 21:57 | 显示全部楼层
niuqi 发表于 2020-5-13 21:02
重置后无法进入后台管理,拔电源后再插也一样,怎么解决

已经解决:电脑重新获取IP,可以得到默认网关,输入即可
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2020-5-17 09:53 | 显示全部楼层
footlog大佬,那个百度云链接今天挂了

点评

这两天有事,没有 注意, 是都失效了 链接:https://pan.baidu.com/s/1R58SqywJnKq2u0lfbTlrOg 提取码:3xzy  详情 回复 发表于 2020-5-18 08:56
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-19 14:52

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表