我正在尝试将 Alpha 卡的 txpower 设置为 30dBm。我曾在使用相同卡的旧安装中成功完成此操作,但目前没有成功。
我遵循了这里的指南:http://null-byte.wonderhowto.com/how-to/set-your-wi-fi-cards-tx-power-higher-than-30-dbm-0149606/
我必须将 Makefile 中的路径更改regulatory.db
为/lib/crda/regulatory.db
,因为那是原始存储的位置。我将 txpower 更改为BO
30,然后运行make
,make install
和make clean
。
然后我重新启动了。
如果我关闭我的 WiFi 卡并运行iw reg get
它,它会显示:
country BO: DFS-JP
(2402 - 2482 @ 40), (N/A, 30), (N/A)
(5250 - 5330 @ 80), (N/A, 30), (0 ms), DFS
(5735 - 5835 @ 80), (N/A, 30), (N/A)
如果我把卡拿回来并运行sudo iwconfig wlx00c0ca81fd7a txpower 30
,然后重新运行iw reg get
它会显示:
country GB: DFS-ETSI
(2402 - 2482 @ 40), (N/A, 20), (N/A)
(5170 - 5250 @ 80), (N/A, 20), (N/A)
(5250 - 5330 @ 80), (N/A, 20), (0 ms), DFS
(5490 - 5710 @ 160), (N/A, 27), (0 ms), DFS
(57000 - 66000 @ 2160), (N/A, 40), (N/A)
我不确定发生了什么,但如果能提供任何帮助我将非常感激。