Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
deepin链接罗技蓝牙键盘
Theme area
723
views ·
2
replies ·
To
floor
Go
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
Like 0
Favorite
View the author
All Replies
xiaokai1999
deepin
2020-04-06 23:54
#1
顶一下,这几天刚好在搞K480配对deepin
Reply
Like 0
View the author
duanchi
deepin
2020-09-02 03:04
#2
大哥,真的很有用,不过我不知道是不是这个软件的效果,我是罗技K580直接安装这个app,然后蓝牙连接,可以输入了,搞定,
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
WiFi Drivers
Popular Events
More
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 # 连接该设备
# 这时候键盘上的指示灯应该不会再一直闪烁了,键盘已成功连接,祝贺!