sh 用于修复(Arch)Linux中的蓝牙问题的命令

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 用于修复(Arch)Linux中的蓝牙问题的命令相关的知识,希望对你有一定的参考价值。

# This isn't a script but a list of commands 
# for helping to fix bluetooth issues

yaourt -S bluez bluez-libs bluez-utils  # these are essential
sudo rfkill list # lists the hci devices and their states
sudo rfkill unblock bluetooth # unblocks bluetooth re-enabling you to use it
bluetoothctl #use "help" for command list

以上是关于sh 用于修复(Arch)Linux中的蓝牙问题的命令的主要内容,如果未能解决你的问题,请参考以下文章