This commit is contained in:
tominabox1 2021-01-15 22:41:49 -06:00
parent c7fee3028b
commit ac204a3f32

View file

@ -95,20 +95,20 @@ The workaround for this limitation is as follows:
values={[ values={[
{label: 'macOS High Sierra (10.13) and newer', value: 'high_sierra'}, {label: 'macOS High Sierra (10.13) and newer', value: 'high_sierra'},
{label: 'macOS Sierra (10.12) and older', value: 'sierra'}, {label: 'macOS Sierra (10.12) and older', value: 'sierra'},
]}> ]}>
<TabItem value="high_sierra"> <TabItem value="high_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
``` ```
</TabItem> </TabItem>
<TabItem value="sierra"> <TabItem value="sierra">
```
sudo defaults read /private/var/root/Library/Preferences/blued.plist
```
```
sudo defaults read /private/var/root/Library/Preferences/blued.plist
```
</TabItem> </TabItem>
</Tabs> </Tabs>
@ -118,7 +118,7 @@ The workaround for this limitation is as follows:
| :------------------------------------------------------------: | | :------------------------------------------------------------: |
| Bluetooth .plist | | 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. 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. Reboot into Windows
1. Once logged in, turn off bluetooth. 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. 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) | | ![Registry Key](../docs/assets/troubleshooting/dualboot/Registry1.png) |
| :--------------------------------------------------------------------: | | :--------------------------------------------------------------------: |