找回密码
 立即注册

QQ登录

只需一步,快速开始

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

[2019-03-05]改华硕[N14U N54U]5G 2G的7620老毛子Padavan固件(私人云储存 aria2 QOS)

   火... [复制链接]
发表于 2019-11-14 15:56 | 显示全部楼层

我看到楼主还是有发布更新固件的, 但是本贴却断更好久了, 有知情人士透露一下咩?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-11-14 20:22 | 显示全部楼层
yichuan117 发表于 2019-11-13 18:05
5.0驱动的k2p固件,无线信号貌似有点问题,要等很久才有无线信号,刚刚开始还不容易连接上,不过一会就对了

我也发现了和你同样的问题.  所以我改成普通版本的固件了.  感觉有些东西,还是没必要追新版本... 稳定才是王道.

点评

你回滚到哪一个版本了?哪一个版本稳定啊?我也想回滚,但是找不到稳定的版本。  详情 回复 发表于 2019-12-3 10:09
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-11-15 10:29 | 显示全部楼层
感恩!感恩!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-11-16 10:50 | 显示全部楼层
CG-2046 发表于 2019-11-12 06:24
能否提供一个最新固件的度盘资源?

度盘受某部门直达监控,资源被删是常事!不用度盘非常明智!Hiboy已经转向Telegram 匿名发布更新,这样更安全!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-11-16 22:39 | 显示全部楼层
小米固件最新版,间隔一小时自动掉线重启一次,怎么搞的?

点评

恢复出厂设置  详情 回复 发表于 2019-11-17 14:12
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-11-17 14:12 | 显示全部楼层
calibre 发表于 2019-11-16 22:39
小米固件最新版,间隔一小时自动掉线重启一次,怎么搞的?

恢复出厂设置
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-11-17 23:41 | 显示全部楼层
我的路由器是极路由B70,看到楼主最新更新的是MT7621_7603_7612_256M_3.4.3.9-099.trx这个文件,时间是2019年11月13日。我现在安装的固件版本是3.4.3.9-099_9-6-16,不知道和最近更新的有什么区别。不过在更新完之后就没法连接路由器了。任何办法都不行。求解

点评

没适配b70,b70的固件只有荒野无灯的和杂交的。这些固件感觉不是很好用,有bug。  详情 回复 发表于 2019-11-18 11:47
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-11-18 11:47 | 显示全部楼层
kevin1985 发表于 2019-11-17 23:41
我的路由器是极路由B70,看到楼主最新更新的是MT7621_7603_7612_256M_3.4.3.9-099.trx这个文件,时间是2019 ...

没适配b70,b70的固件只有荒野无灯的和杂交的。这些固件感觉不是很好用,有bug。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-11-19 08:26 | 显示全部楼层
koolproxy规则停更,用网上的替换koolproxyN的脚本不能成功。似乎h大固件中的koolproxy安装目录和文件名和脚本的不一致。请问根据最新版h大固件9-11-13来看,这个定时执行更新规则的脚本应该怎么修改,放在什么位置(我放在etc文件夹下面)?

自定义脚本添加,如下:

# 每天凌晨一点二十运行脚本
20 1 * * * /etc/kp.sh


kp.sh文件内容如下:

#!/bin/sh
cd /etc/storage/
# 删除旧版本规则文件
rm -rf koolproxy.txt
rm -rf daily.txt
rm -rf kp.dat
rm -rf user.txt
rm -rf koolproxy.txt.http
rm -rf koolproxy.txt.https
rm -rf user.txt.https
rm -rf user.txt.http
# 下载新版本规则文件
wget -O daily.txt https://raw.githubusercontent.co ... s/easylistchina.txt --no-check-certificate
wget -O koolproxy.txt https://raw.githubusercontent.co ... anboy-annoyance.txt --no-check-certificate
wget -O kp.dat https://raw.githubusercontent.co ... R/data/rules/kp.dat --no-check-certificate

# 下载扩展规则合并
#wget -O koolproxy_tmp.txt https://raw.githubusercontent.co ... /kpr_video_list.txt --no-check-certificate
wget -O daily_tmp.txt https://raw.githubusercontent.co ... ta/rules/yhosts.txt --no-check-certificate

#cat koolproxy_tmp.txt >>koolproxy.txt
cat daily_tmp.txt >>daily.txt

#rm -rf koolproxy_tmp.txt
rm -rf daily_tmp.txt

#  更新自定义规则
cd /etc/storage
rm -rf koolproxy_rules_script.sh
wget -O koolproxy_rules_script.sh https://raw.githubusercontent.co ... er/kpr_our_rule.txt --no-check-certificate
chmod 755 /etc/storage/koolproxy_rules_script.sh

#  关闭KP
nvram set koolproxy_enable=0 && nvram set koolproxy_enable=0 && /tmp/script/_kool_proxy &
#  开启KP
sleep 10
nvram set koolproxy_enable=1 && nvram set koolproxy_enable=1 && /tmp/script/_kool_proxy
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-11-21 09:27 | 显示全部楼层
帖子怎么被移到游戏或者影视需求›51区?搞错了吧,我说怎么在Padavan版块找不到了

点评

现在估计还能在51区看到 再过过 51区都看不到你信么?  详情 回复 发表于 2019-11-21 14:49
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-11-21 14:49 | 显示全部楼层
frrganlan 发表于 2019-11-21 09:27
帖子怎么被移到游戏或者影视需求›51区?搞错了吧,我说怎么在Padavan版块找不到了

现在估计还能在51区看到 再过过 51区都看不到你信么?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-11-21 19:28 | 显示全部楼层
51区。。。。牛逼了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-11-22 01:32 | 显示全部楼层
支持下楼主,继续加油啊!!!!!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-11-22 17:27 | 显示全部楼层
V5是用5.0无线驱动,那个DRV-V5呢?

点评

我也想知道 DRV V5到底是DRV无线驱动还是V5的无线驱动  详情 回复 发表于 2019-11-26 17:34
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-11-24 11:17 来自手机 | 显示全部楼层
更新了什么 今天?

点评

2019年11月23日: 【固件】更新 ss 程序。  详情 回复 发表于 2019-11-24 11:59
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-19 17:49

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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

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