有一台MW54R无线路由不知道路由器能不能当交换机改DD

请教水星mw54r改dd后无线不稳定问题 - DD-WRT专版 -
恩山无线论坛 -
Powered by Discuz!
后使用快捷导航没有帐号?
只需一步,快速开始
请完成以下验证码
请完成以下验证码
查看: 5956|回复: 6
请教水星mw54r改dd后无线不稳定问题
我的水星mw54r 通过换芯片和内存后,升级成dd-wrt。
配置好后上网正常,但是用一会儿后无线就不能上了,有线上网没有问题。
用手摸那个路由处理芯片有点烫手
是不是改dd后,需要处理的程序过多,温度过高引起的啊?
请打加给个解决办法
我的恩山、我的无线
The best wifi forum is right here.
我的一样问题,等待高手解决
我的恩山、我的无线
The best wifi forum is right here.
我也有mw54r,换哪种芯片可以刷?
我的恩山、我的无线
The best wifi forum is right here.
加个散热片试试,没有合适的,学某同学的,拿装订针(排状的,长度适量),哪硅胶粘上面。
我的恩山、我的无线
The best wifi forum is right here.
要是用来PPPOE拨号的话,原版要比刷DD稳定,鄙人刷DD基本都是为了中继延伸信号用
我的恩山、我的无线
The best wifi forum is right here.
我的也是,用上几个小时,无线就突然没有了。但有线很正常。不知道是什么原因。我把天线焊下来过,不会是因为焊上去的时候两根线有点接触吧。
我的恩山、我的无线
The best wifi forum is right here.
atheros刷ddwrt都这样。特别无线客户端多的情况更夸张,这是偶写的最早到最后的几个解决脚本但是各有优缺点,大家自己挑选修改吧#!/bin/sh if ! ping -c 1 192.168.12.40 &/dev/then #用于24小时在线的机器 echo &`(date +&%m/%d/%Y %T&)` ping pc_print offline_& && /tmp/log client_count=$(grep -c 0x2 /proc/net/arp)
if [ $client_count -eq 1 ]; then echo &`(date +&%m/%d/%Y %T&)` restart ifconfig ath0_& && /tmp/log ifconfig ath0 down && ifconfig ath0fi
很明显不好需要一台在线的电脑,而且通过arp缓存存在消亡时间,判断可能实时性不好。
#!/bin/sh for i in 1 2 3 #4 5 do sleep 18; ath0_wclist=$(wl_atheros assoclist) #dir600 wl_rt2880 wl_atheros assoclist if [ -z &$ath0_wclist& ];then pr=&$(ps | awk '/hostapd/ {print $1}')& /sbin/ifconfig ath0 down #不要将以下两项使用&&符号不然有问题 kill -9 $/sbin/ifconfig ath0hostapd -B /tmp/ath0_hostap.iwconfig ath0 txpower 19 #echo &`(date +&%m/%d/%Y %T&)` `ps | grep hostapd | grep -v grep`& && /tmp/log echo &`(date +&%m/%d/%Y %T&)` restart ifconfig ath0_& && /tmp/done #
通过内置命令判断精度比较高,但是只适合机器数少的情况。客户端多可能存在执行效率问题。家里用的话这个是最佳方案
#!/bin/sh xcl=/tmp/lanmac.lst _f=/tmp/wlanmac.lst if [ ! -f $xcl ]; then
lanmac=&00:26:18:81:5f:73 00:26:22:ca:85:96&;for mac in $ do echo $mac && $fi
for i in 1 2 3 #4 5 do sleep 18;&$_f;ip n | awk '/:/{print $5}' && $_f do sed -i -e &/^${mac}$/d& $_f;done & $xcl count=`wc -l & $_f`
if [ $count == 0 ]; then
ifconfig ath0 down && ifconfig ath0iwconfig ath0 txpower 19;/tmp/firewall_dato.sh echo &`(date +&%m/%d/%Y %T&)` restart ifconfig ath0_& && /tmp/done
通过剔除有线客户端mac来判断无线客户端mac不是很准确,不推荐
#!/bin/sh for i in 1 2 3 #4 5 do FRAME1=$(ifconfig wifi0 | grep frame: | sed -r 's/.*frame:(.+).*/\1/') sleep 18;FRAME2=$(ifconfig wifi0 | grep frame: | sed -r 's/.*frame:(.+).*/\1/') if [ $FRAME1 -eq $FRAME2 ] ; then
ifconfig ath0 down && ifconfig ath0iwconfig ath0 txpower 19;/tmp/firewall_dato.sh echo &`(date +&%m/%d/%Y %T&)` restart ifconfig ath0_& && /tmp/done
通过匹配发包值的变化来判断无线接口是否有问题,是为了解决上面那个客户端多的情况的,但是也有缺点有时候部分客户端并不能正确断线,结果很杯具,有跟没有一样。
#!/bin/sh d=`date +&%m/%d/%Y&`;count=`tail /tmp/log -n 60 | grep &$d& | grep -c ath0` if [ $count -lt 60 ];then for i in 1 2 #3 4 5 do FRAME1=$(ifconfig ath0 | grep &RX b&&&| cut -d: -f2 | cut -d& & -f1) sleep 25;FRAME2=$(ifconfig ath0 | grep &RX b&&&| cut -d: -f2 | cut -d& & -f1) if [ $FRAME1 -eq $FRAME2 ] ; then ifconfig ath0 down && ifconfig ath0iwconfig ath0 txpower 19; #/tmp/firewall_dato.sh echo &`(date +&%m/%d/%Y %T&)` restart ifconfig ath0_& && /tmp/fi
*/1 9-22 * * * root /tmp/custom.sh复制代码选一个保存为自定义脚本然后执行cron计划,早9点到晚上23点每一分钟执行。
我的恩山、我的无线
The best wifi forum is right here.
Powered by出wr541g,wr340g以及水星MW54R等改DD套件 - 物品转让或求购 -
恩山无线论坛 -
Powered by Discuz!
后使用快捷导航没有帐号?
只需一步,快速开始
请完成以下验证码
请完成以下验证码
查看: 8398|回复: 49
出wr541g,wr340g以及水星MW54R等改DD套件
本帖最后由 hm6984788 于
14:57 编辑
出wr541g,wr340g以及水星MW54R等改DD套件
000001.jpg (19.27 KB, 下载次数: 9)
14:06 上传
1.MX25L6405一个(已刷好固件)。
2.32M内存HY57V561620.
3.带贴纸的散热器(注:改装后的CPU运行程序多,温度随着飚升,散热器必备!!!大家注意看这散热片和专用散热贴纸!!)
4.全套刷机资料及教程,通俗易懂,图文教程.
为回馈广大坛友,现特价20元/套,绝无它店!!!!
4钻信誉,好评率99.87%,消保
需要某一件或者几件的也可单独购买!!
000002.jpg (10.1 KB, 下载次数: 0)
14:06 上传
我的恩山、我的无线
The best wifi forum is right here.
晕,HY57V641620FTP-6是64M的?
是8M的吧,有这么便宜的64M颗粒吗?
我的恩山、我的无线
The best wifi forum is right here.
楼上的看错了 呵呵&&汗一个
我的恩山、我的无线
The best wifi forum is right here.
路太远了,不然搞个来玩玩
我的恩山、我的无线
The best wifi forum is right here.
ls哪里的??为什么说路太远??呵呵
我的恩山、我的无线
The best wifi forum is right here.
打标,备用
我的恩山、我的无线
The best wifi forum is right here.
linkcode &&呵呵 谢啦
我的恩山、我的无线
The best wifi forum is right here.
所用芯片是全新的 还是翻新的 还是二手的?
我的恩山、我的无线
The best wifi forum is right here.
ccpoint &&你好 flash是全新的 内存不是 如果不是无知的人,都应该知道 如果内存颗粒还要全新,那即使你出30元一套也没人卖给你,希望我的帖子带来的是我们大家之间的真诚交易,到时候一定会回报大家的,估计到时候会推几个改好的机器成本价秒杀吧 请大家多多支持我的店子;在此表示感谢了
我的恩山、我的无线
The best wifi forum is right here.
希望大家的多多支持
我的恩山、我的无线
The best wifi forum is right here.
可惜改后信号要差一点点 可能程序多信号差断连恢复慢
我的恩山、我的无线
The best wifi forum is right here.
呵呵 那是因为改后DD默认的功率是20了 所以调一下就行了,然后如果仅仅是玩信号的 可以改UBNT最后谢谢11楼,希望咱们一起多多讨论
我的恩山、我的无线
The best wifi forum is right here.
留个记号!
我的恩山、我的无线
The best wifi forum is right here.
恩 帅哥他爸 谢谢了
我的恩山、我的无线
The best wifi forum is right here.
留个记号!顶上去
我的恩山、我的无线
The best wifi forum is right here.
Powered by

我要回帖

更多关于 路由器能不能接收wifi 的文章

 

随机推荐