manjaro 蓝牙适配nintendo switch pro


上来蓝牙无法正常链接

archlinux 上说:

  • Install the bluez package, providing the Bluetooth protocol stack.
  • Install the bluez-utils package, providing the bluetoothctl utility. Alternatively install bluez-utils-compatAUR to additionally have the deprecated BlueZ tools.
  • The generic Bluetooth driver is the btusb kernel module. Check whether that module is loaded. If it is not, then load the module.
  • Start/enablebluetooth.service.

sudo pacman -S bluez-utils

即可