Skip to content

Instantly share code, notes, and snippets.

@sugat009
sugat009 / README.md
Created June 7, 2025 11:37
Fix having to re-connect bluetooth devices after switching OS in dual boot setup, Windows 11 and Manjaro

Issue

If you are here, you probably already know the issue.

Cause

When you pair your devices with an operating system (OS), a unique "link key" is generated and stored on both the devices and the OS. The catch is that both Windows and Linux see your laptop's internal Bluetooth adapter as the same hardware, and thus, the same MAC address. When you switch OSes and reconnect, the new OS generates a different link key, which overwrites the previous one on your devices. This invalidates the pairing for the other OS, forcing you to "forget" and re-pair.

My PC
  • OS: Manjaro 25 and Windows 11
  • Device: Lenovo Legion 5 Pro i
@sugat009
sugat009 / noname
Created July 18, 2021 13:11
My pyenv shims
/home/phenom/.pyenv/shims/2to3
/home/phenom/.pyenv/shims/2to3-3.9
/home/phenom/.pyenv/shims/activate
/home/phenom/.pyenv/shims/activate.csh
/home/phenom/.pyenv/shims/activate.fish
/home/phenom/.pyenv/shims/Activate.ps1
/home/phenom/.pyenv/shims/easy_install
/home/phenom/.pyenv/shims/easy_install-3.9
/home/phenom/.pyenv/shims/f2py
/home/phenom/.pyenv/shims/f2py3