如果任由它自行运行,我的无线网络连接速度会太低。我的互联网连接速度为 20meg,而我的无线网络连接速度却降到了 3meg 左右。当我重新启动进入 Windows 时,它就没问题了。当我运行时,iwconfig eth1 rate 24M
或者即使48M
连接速度更快并且运行良好,它为什么不会自动提高速度?这是驱动程序的问题吗?我正在运行从源代码编译的 Broadcom 驱动程序。iwconfig eth1 rate 24M
在启动时强制将其添加到 rc.local 是否是正确的方法?
当 rate=auto 时,iwconfig 的输出:
eth1 IEEE 802.11 ESSID:"honeypot"
Mode:Managed Frequency:2.417 GHz Access Point: xxx
Bit Rate=1 Mb/s Tx-Power:24 dBm
Retry min limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=5/5 Signal level=-47 dBm Noise level=-91 dBm
Rx invalid nwid:0 Rx invalid crypt:2 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
谢谢,杰米