0

正如标题所暗示的那样,我试图在我的加密狗上设置一个固定的比特率。我正在使用 TP-Link wifi 加密狗型号 TL-WN722N。但是,当我发出命令时:iwconfig wlanX rate 2M fixed iget 得到以下响应:无线请求“设置比特率”(8B20) 错误。但是如果我将它作为 sudo 提供,那么我不会收到此错误,但运行 iwconfig 会显示它未设置。

我的问题是有人在他们的 wifi 加密狗上设置固定数据速率方面有经验吗?...如果是,您使用的是哪种加密狗...以及什么命令(如果不是 iwconfig 速率)

提前谢谢

4

1 回答 1

0

You should run this command with Sudo as you did.

The command will take, but the driver will not listen to this for the WN722N.

I am sure if you try this with your built in adapter or any other adapter if present; you will see that your command works.

I have personally tested this right now with the WN722N on Ubuntu v14 and I'm getting the same error.

Also, iw may give you more control for setting bitrate: http://linuxwireless.org/en/users/Documentation/iw/#Modifying_transmit_bitrates

于 2015-02-24T01:13:47.663 回答