deepin链接罗技蓝牙键盘
Tofloor
poster avatar
qiphon
deepin
2020-04-06 22:16
Author
方案一是下载并安装 blueman,blueman 支持配对需要配对码的蓝牙设备,在这款强大工具的加持下我相信你能够很快地连接上你的蓝牙键盘 :
sudo apt install blueman -y 这个工具很强大,安装完基本就能链接了如果还不行,sudo service bluetooth start # 打开系统蓝牙
bluetoothctl # 进入bluetoothctl
power on
agent on
default-agent
scan on # 扫描其它蓝牙设备
pair YourDeviceMacAddress # 与设备配对(请把 YourDeviceMacAddress 换成你蓝牙键盘的 MAC 地址)
# 在键盘上输出配对码后回车
trust YourDeviceMacAddress # 信任该设备
connect YourDeviceMacAddress # 连接该设备
# 这时候键盘上的指示灯应该不会再一直闪烁了,键盘已成功连接,祝贺!
Reply Favorite View the author
All Replies
avatar
xiaokai1999
deepin
2020-04-06 23:54
#1
顶一下,这几天刚好在搞K480配对deepin
Reply View the author
avatar
duanchi
deepin
2020-09-02 03:04
#2
大哥,真的很有用,不过我不知道是不是这个软件的效果,我是罗技K580直接安装这个app,然后蓝牙连接,可以输入了,搞定,
Reply View the author