Debo cambiar la dirección MAC de un adaptador Bluetooth integrado. Hay alguna manera de hacerlo en Yosemite (10.10.4)?
Por favor nota - la pregunta es acerca de Bluetooth, no se trata de Wi-Fi. ifconfig
no ve dispositivo Bluetooth.
Ya he probado a actualizar mi adaptador bluetooth dirección en /Library/Preferences/com.apple.Bluetooth.plist
(Root\PANInterfaces\Item 0):
# turn bluetooth off
cp /Library/Preferences/com.apple.Bluetooth.plist ~/com.apple.Bluetooth.plist
cp /Library/Preferences/com.apple.Bluetooth.plist ~/com.apple.Bluetooth.plist.backup
# edit ~/com.apple.Bluetooth.plist
sudo cp ~/com.apple.Bluetooth.plist /Library/Preferences/com.apple.Bluetooth.plist
cd /Library/Preferences
sudo chown root:wheel com.apple.Bluetooth.plist
defaults read /Library/Preferences/com.apple.Bluetooth.plist
# turn bluetooth on
Pero no ayuda.