Giter VIP home page Giter VIP logo

keke1023 / padavan Goto Github PK

View Code? Open in Web Editor NEW
208.0 5.0 744.0 625.95 MB

基于hanwckf,chongshengB以及padavanonly的源码整合而来,支持7603/7615/7915的kvr

Makefile 0.76% Shell 1.19% M4 0.15% Roff 0.45% C 93.86% Lex 0.01% Yacc 0.03% CSS 0.03% Dockerfile 0.01% Arc 0.01% C++ 0.38% Perl 0.24% Awk 0.01% Assembly 1.71% CMake 0.02% NASL 0.01% HTML 1.17% Coq 0.01% SourcePawn 0.01% Verilog 0.01%

padavan's Introduction

新增了对交换芯片RTL8367S的支持,相关的机型为以MTK7620A/DA为主控外接交换芯片实现千兆有线的水星D12G,Tplink C5 v4等等
源码来自于https://gitlab.com/dm38/padavan-ng
相关提交为https://gitlab.com/dm38/padavan-ng/-/commit/4ec2acb96dccc268ec23aa71b8f5fcb283b9e122

新增了对xtls的支持,源码来自于xumng123
https://github.com/xumng123/rt-n56u
感谢vb1980持续对代码做出的测试和改进,他在原本的基础上新增了对xray的编译,而我之前就直接替换了v2ray的bin,所以是殊途同归啦
https://github.com/vb1980/Padavan-KVR

Padavan

基于hanwckf,chongshengB以及padavanonly的源码整合而来,支持kvr
编译方法同其他Padavan源码,主要特点如下:
1.采用padavanonly源码的5.0.4.0无线驱动,支持kvr
2.添加了chongshengB源码的所有插件
3.其他部分等同于hanwckf的源码,有少量优化来自immortalwrt的padavan源码
4.添加了MSG1500的7615版本config

以下附上他们四位的源码地址供参考
https://github.com/hanwckf/rt-n56u
https://github.com/chongshengB/rt-n56u
https://github.com/padavanonly/rt-n56u
https://github.com/immortalwrt/padavan

已测试的机型为MSG1500-7615,JCG-Q20,CR660x

固件默认wifi名称PDCN及PDCN_5G
wifi密码1234567890
管理地址192.168.123.1
管理账号密码都是admin

padavan's People

Contributors

keke1023 avatar martinma-sh avatar snowdice avatar zlsdzh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

padavan's Issues

编译SSR 出错,试过两台电脑了,都同样到SSR出错。

编译SSR 出错,试过两台电脑了,都同样到SSR出错。
大佬有空看看。

the same configuration
make -j6 -C shadowsocksr-libev-master
make[3]: 进入目录“/home/cheng/Desktop/rt-n56u/trunk/user/shadowsocks/shadowsocksr-libev-master”
make[3]: *** 没有指明目标并且找不到 makefile。 停止。
make[3]: 离开目录“/home/cheng/Desktop/rt-n56u/trunk/user/shadowsocks/shadowsocksr-libev-master”
make[2]: *** [Makefile:13:all] 错误 2
make[2]: 离开目录“/home/cheng/Desktop/rt-n56u/trunk/user/shadowsocks”
make[1]: *** [Makefile:250:all] 错误 2
make[1]: 离开目录“/home/cheng/Desktop/rt-n56u/trunk/user”
make: *** [Makefile:202:user_only] 错误 2

编译不通过

8天前编译还是正常的,今天编译突然不通过。
编译N次,好几个型号都是同样的报错内容:
curl: (92) HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2)
Makefile:32: recipe for target 'go_build' failed
make[1]: Leaving directory '/opt/padavan/trunk/tools'
make[1]: *** [go_build] Error 92
make: *** [tools] Error 2
Makefile:177: recipe for target 'tools' failed
Error: Process completed with exit code 2.

貌似是执行语句的时候卡住没有下载成功
mkdir -p /opt/padavan/trunk/tools/go
( if [ ! -f /opt/padavan/trunk/tools/go/go1.16.6.linux-amd64.tar.gz ]; then
curl --create-dirs -L https://gomirrors.org/dl/go/go1.16.6.linux-amd64.tar.gz -o /opt/padavan/trunk/tools/go/go1.16.6.linux-amd64.tar.gz ;
fi )

编译报错

你好,帮忙看看是什么问题,谢谢!
image

Makefile:202: recipe for target 'libs_only' failed 编译带USB固件 无法编译

configure: creating ./config.status
config.status: creating libusb-1.0.pc
config.status: creating Makefile
config.status: creating libusb/Makefile
config.status: creating examples/Makefile
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating doc/doxygen.cfg
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[3]: Leaving directory '/opt/rt-n56u/trunk/libs/libusb-1.0'
make -j2 -C libusb-1.0.25
make[3]: Entering directory '/opt/rt-n56u/trunk/libs/libusb-1.0/libusb-1.0.25'
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash '/opt/rt-n56u/trunk/libs/libusb-1.0/libusb-1.0.25/missing' aclocal-1.16 -I m4
/opt/rt-n56u/trunk/libs/libusb-1.0/libusb-1.0.25/missing: line 81: aclocal-1.16: command not found
WARNING: 'aclocal-1.16' is missing on your system.
You should only need it if you modified 'acinclude.m4' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'aclocal' program is part of the GNU Automake package:
Makefile:420: recipe for target 'aclocal.m4' failed
make[3]: Leaving directory '/opt/rt-n56u/trunk/libs/libusb-1.0/libusb-1.0.25'
Makefile:6: recipe for target 'all' failed
make[2]: Leaving directory '/opt/rt-n56u/trunk/libs/libusb-1.0'
https://www.gnu.org/software/automake
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
https://www.gnu.org/software/autoconf
Makefile:227: recipe for target 'all' failed
https://www.gnu.org/software/m4/
make[1]: Leaving directory '/opt/rt-n56u/trunk/libs'
https://www.perl.org/
make[3]: *** [aclocal.m4] Error 127
make[2]: *** [all] Error 2
make[1]: *** [all] Error 2
make: *** [libs_only] Error 2
Makefile:202: recipe for target 'libs_only' failed

fix slow webui in apple devices

trunk/user/rc/net.c 中,set_tcp_tweaks() 注释掉 sprintf(tmp, "/proc/sys/net/%s/%s", "ipv4", "tcp_tw_recycle"); fput_int(tmp, 1);

定时重启不起作用

我叉的你的源码,诺基亚贝尔A-040W-Q设置了今天早上重启(周三上午7点),没起作用。之前在群里看到说用VB1980的其他群友也有说过定时重启无效这个事。希望可以排查一下

ralinkiappd/MTKiappd问题

padavanonly发现除了KVR的漫游方法以外,MTK无线芯片还可以通过MTKiappd漫游,MTKiappd支持MTK旗下所有芯片。看了一下,这块代码貌似没有更新。建议可以同步更新下。

CPU负载90%以上

使用科学上网时,CPU负载有时候会达到90%以上,整个网络会全部被卡死;如果关闭科学上网,CPU负载就不会出现90%以上的情况,什么情况?

usb驱动报错!@vb1980

CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /opt/rt-n56u/trunk/libs/libusb-1.0/libusb-1.0.26/missing aclocal-1.16 -I m4
/opt/rt-n56u/trunk/libs/libusb-1.0/libusb-1.0.26/missing: line 81: aclocal-1.16: command not found
WARNING: 'aclocal-1.16' is missing on your system.
You should only need it if you modified 'acinclude.m4' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'aclocal' program is part of the GNU Automake package:
https://www.gnu.org/software/automake
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
https://www.gnu.org/software/autoconf
Makefile:427: recipe for target 'aclocal.m4' failed
https://www.gnu.org/software/m4/
https://www.perl.org/
make[3]: *** [aclocal.m4] Error 127
make[2]: *** [all] Error 2
make[1]: *** [all] Error 2
make: *** [libs_only] Error 2
make[3]: Leaving directory '/opt/rt-n56u/trunk/libs/libusb-1.0/libusb-1.0.26'
Makefile:6: recipe for target 'all' failed
make[2]: Leaving directory '/opt/rt-n56u/trunk/libs/libusb-1.0'
Makefile:227: recipe for target 'all' failed
make[1]: Leaving directory '/opt/rt-n56u/trunk/libs'
Makefile:202: recipe for target 'libs_only' failed
Error: Process completed with exit code 2.

dhcp.conf不起作用

高级设置_内网LAN_DHCP服务器_自定义配置文件dhcp.conf这个地方不起作用。我按照示例给一个设备指定了IP地址,重启过,重连过还是随机分配的。在下面的静态IP设置里设了就有效。

BELL-A-040W-Q无法升级固件

BELL-A-040W-Q这个路由器在系统管理-固件升级-产品型号这里显示的是“BELL-A-040W-”,少了个Q,导致在此界面升级固件的时候会提示固件不匹配,每次都需要进到breed里面去刷才行。

但是我有几次,貌似这个地方又是显示是对的。记不太清了。不知道哪里的问题导致的

经过查找是Target ProductID (board select, max 12 symbols)的问题,最大12字符,“BELL-A-040W-Q”刚好13个字符了。但是我不知道哪里能修改这个最大字符长度

MT7603的kvr貌似有点问题

测试了几款7603的2.4G kvr存在问题
1、小米AC2100 2.4G MT7603EN
2、瑞斯达康2.4G MT7603EN
测试下来都没有kvr

v2不能用

ssr是正常的,用v2软件显示已停止不能启动

7620/7612/7603的KVR支持

我把7620/7612/7603的KVR打开了。在家里已经运行了2个多月了,可以成功漫游。
其中7620/7612支持KR
7603支持KVR,但是7603编译固件的时候打开KVR后2.4G总是不稳定(即使在管理界面关闭了KVR功能也一样),会突然变成20M频宽,甚至无法连接。试了很多方法都没有查到原因。
具体方法请参考我K1/K2/E8820S的源码:
https://github.com/sunnyguhz/Padavan

对github不熟悉,不知道怎么向你反向同步源码,只能给你留个言了。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.