Redian新闻
>
今天晚上刷神油,第二步不懂!
avatar
今天晚上刷神油,第二步不懂!# PDA - 掌中宝
m*a
1
最近才sign up Chase Marriott的Visa offer。当时Staples的10% cashback (up to $
20)的截止时间是12/15/17。因为忙,所以一直没顾得上用。所以12/15/17当晚,跑到
local staples买了Amazon GC。根据网上data是应该能拿到credit的。其实我也在当天
买了lowe's 和whole foods的deal(可以想见我当晚跑了多少个地方。。。)。但是现
在快一周了。credit还没出现,而visa offer网站也显示是expired,而不是redeemed
。我的chase account显示transaction date on 12/15,但是post date on 12/17。但
我仔细读了term,没有任何地方说需要post date在12/15之前(我知道Amex offer需要
这样)。请问我还qualify这些bonus吗?
avatar
j*u
2
我懵阿!
B). 刷CFE(有风险,改/写cfe文件时候要小心)
a). enable telnet - on router's setting webpage, ADMINISTRATION > SYSTEM>
ENABLE TELNET> YES > APPLY
b). telnet logon - using putty (telnet connection) to logon 192.168.29.1
admin:password
c). plug usb drive to the usb2.0 port (black), from putty terminal type: ls
/tmp/mnt/*, remember the folder(usb drive) name listed, e.g., USB_NAME
d). extract stock cfe file from router to your flash drive: type cat /dev/
mtd0 > /tmp/mnt/USB_NAME/stock_cfe.bin
e). wait 15 sec, unplug flash drive, then plug it back to your pc
e). revise new cfe file (rt-ac68u_1.0.2.0_us.bin): open both stock_cfe.bin &
rt-ac68u_1.0.2.0_us.bin with "HxD Hex editor", copy 3 MAC addr and 1 WPS
code from stock_cfe.bin to rt-ac68u_1.0.2.0_us.bin, then save.(Details:
search "macaddr" and "secret" in stock_cfe.bin, you will find 3 "macaddr"
and 1 "secret_code" sections, replace corresponding parts in rt-ac68u_1.0.2.
0_us.bin with them, i.e., macaddr=XX:XX:XX:XX:XX:XX, secret_code=XXXXXXXX)
f). rename rt-ac68u_1.0.2.0_us.bin to new_cfe.bin and copy it to flash drive
, copy mtd-write to the flash drive as well
g). plug the flash drive back to the router
h). write the new cfe file back to the router: from putty's terminal type: /
tmp/mnt/USB_NAME/mtd-write -i /tmp/mnt/USB_NAME/new_cfe.bin -d boot
i). wait 15 sec, unplug flash drive, NVRAM reset, enable telnet, logon
router with putty, on terminal, verify cfe version (1.0.2.0) by typing:
nvram get bl_version
avatar
j*u
3
没中文介绍吗?
avatar
j*u
4
到手后开始找资料改造,原机只能刷T-MOBILE定制的华硕固件,无论是web升级还是
miniweb都不能刷到其他固件。要刷AC68U类固件需改CFE。
大体上刷机步骤如下,koolshare(梅林小宝)论坛帖子上都有
软件包链接:http://pan.baidu.com/s/1gfNltyr 密码:7fw8,包里没有的见帖子附件
最后会用到的68U固件有改版梅林http://koolshare.io/merlin_xiaobao_firmware/ASUS-RT-AC68U/X7.1/
以及AC68U原版固件http://dlcdnet.asus.com/pub/ASUS ... 03439553.1476712556
1. 降级开telnet
到手固件TM-AC1900_3.0.0.4_378_XXXX,没有telnet选项。首先下载好TM-AC1900_3.0.
0.4_376_1703版本的固件和TFTP软件。
本机ip设置192.168.29.x,开启TFTP随便选个TXT文档,路由器IP填192.168.29.1。
捅菊花开机,按住reset菊花直到ping 192.168.29.1 TTL=100时候松 马上TFTP挂小文
件上去,中断CFE启动
打开浏览器开 http://192.168.29.1 见MINIWEB
先清NVRAM,再刷TM-AC1900_3.0.0.4_376_1703,刷完手动重启
2. 重启后打开路由器设定,系统设置里开启telnet
准备台版cfe文件一份(论坛下),cfeedit编辑软件,mtd-write文件
通过telnet连上路由器,备份原cfe到u盘拷出来。然后在电脑上用编辑软件把mac地址
改到台湾版的cfe文件上,再刷回去。具体改cfe文件操作看这里http://koolshare.cn/forum.php?mod=viewthread&tid=3112
刷机的cmd命令记录如下
TM-AC1900 login: admin
Password:
ASUSWRT RT-AC68U_3.0.0.4 Wed Jul 16 08:39:37 UTC 2014
[email protected]/* */:/tmp/home/root# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 14976 14976 0 100% /
devtmpfs 127744 0 127744 0% /dev
tmpfs 127852 5080 122772 4% /tmp
/dev/mtdblock6 31488 1096 30392 3% /jffs
/dev/mtdblock7 1280 396 884 31% /T-Mobile
/dev/sda1 1173364 1118964 54400 95% /tmp/mnt/sda1
[email protected]/* */:/tmp/home/root# cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00020000 "boot"
mtd1: 00180000 00020000 "nvram"
mtd2: 02e00000 00020000 "linux"
mtd3: 02c614c0 00020000 "rootfs"
mtd4: 03000000 00020000 "linux2"
mtd5: 02c614c0 00020000 "rootfs2"
mtd6: 01ec0000 00020000 "brcmnand"
mtd7: 00140000 00020000 "asus"
[email protected]/* */:/tmp/home/root# dd if=/dev/mtd0 of=/tmp/mnt/sda1/ac1900-cfe.
bin
1024+0 records in
1024+0 records out
[email protected]/* */:/tmp# cd /tmp/mnt/sda1/
[email protected]/* */:/tmp/mnt/sda1# ls
twcfe-new.bin ac1900-cfe.bin mtd-write
[email protected]/* */:/tmp/mnt/sda1# chmod 755 mtd-write
[email protected]/* */:/tmp/mnt/sda1# mtd-write -i twcfe-new.bin -d boot
[email protected]/* */:/tmp/mnt/sda1# reboot
[email protected]/* */:/tmp/mnt/sda1#
3. 直接拔电源,捅菊花开机进miniweb(注意因为换了cfe,此时miniweb的地址变成了
192.168.1.1,本机ip也要一起改),清nvram后刷ac68u的改版梅林RT-AC68U_380.62_
X7.1.trx
4. 如果要刷68U官方,在刷好改版梅林后,web界面直接固件升级就可以了
avatar
j*u
5
自己找的!试试!
avatar
W*r
6
照着做到那步就知道怎么回事了,我这种不知道自己在做啥的都一次成功了

ls

【在 j**u 的大作中提到】
: 我懵阿!
: B). 刷CFE(有风险,改/写cfe文件时候要小心)
: a). enable telnet - on router's setting webpage, ADMINISTRATION > SYSTEM>
: ENABLE TELNET> YES > APPLY
: b). telnet logon - using putty (telnet connection) to logon 192.168.29.1
: admin:password
: c). plug usb drive to the usb2.0 port (black), from putty terminal type: ls
: /tmp/mnt/*, remember the folder(usb drive) name listed, e.g., USB_NAME
: d). extract stock cfe file from router to your flash drive: type cat /dev/
: mtd0 > /tmp/mnt/USB_NAME/stock_cfe.bin

avatar
N*S
7
这个修改cfe,sd上有人提供了程序,cfe。exe,只要获得了老cfe,就可以自动读出那
几个地址和key,填到新的里面去。
avatar
j*u
8
link?

【在 N*****S 的大作中提到】
: 这个修改cfe,sd上有人提供了程序,cfe。exe,只要获得了老cfe,就可以自动读出那
: 几个地址和key,填到新的里面去。

avatar
h*g
9
跟着视频一起刷不是更简单吗?已经几个人确认过没问题

ls

【在 j**u 的大作中提到】
: 我懵阿!
: B). 刷CFE(有风险,改/写cfe文件时候要小心)
: a). enable telnet - on router's setting webpage, ADMINISTRATION > SYSTEM>
: ENABLE TELNET> YES > APPLY
: b). telnet logon - using putty (telnet connection) to logon 192.168.29.1
: admin:password
: c). plug usb drive to the usb2.0 port (black), from putty terminal type: ls
: /tmp/mnt/*, remember the folder(usb drive) name listed, e.g., USB_NAME
: d). extract stock cfe file from router to your flash drive: type cat /dev/
: mtd0 > /tmp/mnt/USB_NAME/stock_cfe.bin

avatar
t*e
10
mark
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。