在Raspbian中更改蓝牙mac地址

时间:2015-02-23 08:42:05

标签: bluetooth raspberry-pi raspbian

嗨我需要从我的设备更改蓝牙mac地址。我从here下载了bdaddr实用程序!我编译了它。

则...

wget -U "Mozilla" http://www.petrilopia.net/wordpress/wp-content/uploads/bdaddrtar.bz2
...
mv bdaddrtar.bz2 bdaddr.tar.bz2
tar xvjf bdaddr.tar.bz2
cd bdaddr 
sudo apt-get install libbluetooth-dev
...
make

...

pi@raspberrypi ~/bdaddr $ hcitool dev
Devices:
    hci0    00:1F:81:00:08:30
pi@raspberrypi ~/bdaddr $ hciconfig
    hci0:   Type: BR/EDR  Bus: USB
    BD Address: 00:1F:81:00:08:30  ACL MTU: 1021:4  SCO MTU: 180:1
    UP RUNNING PSCAN ISCAN 
    RX bytes:2296 acl:0 sco:0 events:100 errors:0
    TX bytes:1081 acl:0 sco:0 commands:98 errors:0
pi@raspberrypi ~/bdaddr $ sudo ./bdaddr -i hci0 00:1F:81:00:48:30
Manufacturer:   Cambridge Silicon Radio (10)
Device address: 00:1F:81:00:08:30
New BD address: 00:1F:81:00:48:30

Can't write new address

为什么我不能写地址?一些想法?

感谢

1 个答案:

答案 0 :(得分:0)

bdaddr实用程序不是bluez包的一部分,因为它使用制造商特定的代码,因此不适用于所有设备。

http://ubuntuforums.org/archive/index.php/t-925611.html