[筆記] 雙系統的藍芽耳機配對
藍芽配對成功後 兩邊的裝置都會有一把 key
但是當你切換到另一個系統之後 因為沒有原本系統的 key 所以就無法連線
紀錄一下怎麼從 Windows dump bluetooth key 再設定到 archlinux 中
Retrieve key:
```bash
cd /mnt/windows/Windows/System32/config
chntpw -e SYSTEM
> cd ControlSet001\Services\BTHPORT\Parameters\Keys
> cd <key name>
> hex <value name>
```
Update key:
```bash
cd /var/lib/bluetooth/<MAC>
nano <DEVICE>/info # modify [LinkKey] section
systemctl restart bluetooth # restart service
```
Reference: https://unix.stackexchange.com/questions/255509/bluetooth-pairing-on-dual-boot-of-windows-linux-mint-ubuntu-stop-having-to-p
2022-03-17 20:42:08
留言
Last fetch: --:--
現在還沒有留言!