Hello
Thank you for posting in Microsoft Community forum.
You might need to manually edit the registry to fix the Bluetooth pairing issue. This involves copying the Bluetooth pairing keys from Linux to Windows.
Here's a simplified version of the process:
- Pair the device in Linux and note the MAC address.
- Install chntpw in Linux to access Windows registry keys: sudo apt-get install chntpw
- Access Windows System Drive in Linux and navigate to the Bluetooth registry keys: cd /[MountedDrive]/Windows/System32/config sudo chntpw -e SYSTEM cd \ControlSet001\Services\BTHPORT\Parameters\Keys ****
- Copy the pairing key from Windows and paste it into the corresponding file in Linux: sudo nano /var/lib/bluetooth/[Unique ID]/[MAC Address]/info ****
- Restart Bluetooth service in Linux: sudo service bluetooth restart
Additional Tips:
- BIOS Update: Sometimes, updating the BIOS can resolve hardware compatibility issues.
- Check for Interference: Ensure there are no other devices causing interference with your Bluetooth signal.
Best Regards,
Wesley Li