diff --git a/docs/docs/troubleshooting.md b/docs/docs/troubleshooting.md index fc61ce3b..e075ca6f 100644 --- a/docs/docs/troubleshooting.md +++ b/docs/docs/troubleshooting.md @@ -95,20 +95,20 @@ The workaround for this limitation is as follows: values={[ {label: 'macOS High Sierra (10.13) and newer', value: 'high_sierra'}, {label: 'macOS Sierra (10.12) and older', value: 'sierra'}, - ]}> - + ]}> + - ``` - sudo defaults read /private/var/root/Library/Preferences/com.apple.bluetoothd.plist - ``` + ``` + sudo defaults read /private/var/root/Library/Preferences/com.apple.bluetoothd.plist + ``` - - + + + + ``` + sudo defaults read /private/var/root/Library/Preferences/blued.plist + ``` - ``` - sudo defaults read /private/var/root/Library/Preferences/blued.plist - ``` - @@ -118,7 +118,7 @@ The workaround for this limitation is as follows: | :------------------------------------------------------------: | | Bluetooth .plist | - 1. Look for the section that starts with `SMPDistributionKeys =`. Below this, find your host's bluetooth address (`65-FD-3B-1A-DB-48` in this example) and then look for the address of your keyboard (`6E-24-54-08-BC-A3` in this example). + 1. Look for the section that starts with `SMPDistributionKeys =`. Below this, find your host's bluetooth address (`65-FD-3B-1A-DB-48` in this example) and then look for the address of your keyboard (`E6-24-54-08-BC-A3` in this example). 1. Under your keyboard address, find the value labeled LocalLTK (in the screenshot above it is `0x8968239e350b2cb7df16d8f47c774e2c`). Copy this value into a text file that you can access from Windows, this is the value we will need to enter into the registry later on. 1. Reboot into Windows 1. Once logged in, turn off bluetooth. @@ -140,7 +140,7 @@ The workaround for this limitation is as follows: ``` 1. Inside "Keys", select the address of your host bluetooth device. It should be the same as it was in macOS (`65-FD-3B-1A-DB-48` in this example). -1. Below that, find the address that matches your keyboard's from macOS (`6E-24-54-08-BC-A3` in this example). +1. Below that, find the address that matches your keyboard's from macOS (`E6-24-54-08-BC-A3` in this example). | ![Registry Key](../docs/assets/troubleshooting/dualboot/Registry1.png) | | :--------------------------------------------------------------------: |