hcitool lescan returns Manjaro 上的 I/O 错误
hcitool lescan returns an I/O error on Manjaro
我正在尝试将 MX Master 3 连接到我的计算机。
OS:Manjaro 21.2.1 Qonos
内核:x86_64 Linux 5.10.89-1-MANJARO
计算机:Dell XPS 7390
我试过了:
sudo hcitool lescan
给出:
Set scan parameters failed: Input/output error
rfkill list all
给出:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
和 hcitool dev
给出:
Devices:
hci0 84:1B:77:B4:B4:D1
我已经尝试过的事情:
hciconfig hci0 down
hciconfig hci0 up
sudo systemctl restart bluetooth.service
sudo systemctl restart dbus.service
里面 bluetoothctl
:
menu scan
transport le
back
scan on
这解决了问题。
我正在尝试将 MX Master 3 连接到我的计算机。
OS:Manjaro 21.2.1 Qonos
内核:x86_64 Linux 5.10.89-1-MANJARO
计算机:Dell XPS 7390
我试过了:
sudo hcitool lescan
给出:
Set scan parameters failed: Input/output error
rfkill list all
给出:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
和 hcitool dev
给出:
Devices:
hci0 84:1B:77:B4:B4:D1
我已经尝试过的事情:
hciconfig hci0 down
hciconfig hci0 up
sudo systemctl restart bluetooth.service
sudo systemctl restart dbus.service
里面 bluetoothctl
:
menu scan
transport le
back
scan on
这解决了问题。