Linux 如何在ubuntu中更改蓝牙适配器的mac地址
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/9213239/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to change the mac address of Bluetooth dongle in ubuntu
提问by Ritam Nemira
i have just bought 12 bluetooth dongles and they all have the same mac address. How can i change them on ubuntu linux?
我刚买了 12 个蓝牙加密狗,它们都有相同的 mac 地址。我如何在 ubuntu linux 上更改它们?
采纳答案by lap
Use bdaddr:
使用 bdaddr:
bdaddr -i hci0 00:01:E3:64:DD:9B
From: http://blog.petrilopia.net/hacking/change-your-bluetooth-device-mac-address/
来自:http: //blog.petrilopia.net/hacking/change-your-bluetooth-device-mac-address/
回答by j?rgensen
Provided that they are represented using an interface visible in ip addr
(though this might be limited to the IP-over-BT layers), you can
如果它们使用可见的接口表示ip addr
(尽管这可能仅限于 IP-over-BT 层),您可以
ip link set dev foo0 addr 11:22:33:44:55:66