10
Document Code: GM-HLP-0315-2203-018-00
G
E
RMA
N
M
E
T
E
RING
G
m
b
H
OP
-735
B
lu
etoo
th
O
p
ti
ca
l
Pr
o
b
e
Re
ut
erwe
g
65
, 6
03
23
F
ra
nkf
ur
t a
m
Ma
in
, Ge
rm
an
y
Te
l: +
49
(
0)
69
/
7
70
62
20
6
Fa
x:
+
49
(
0)
69
/
7
70
62
205
www.
ge
rm
an
-m
et
eri
ng.
co
m
U
se
r
Ma
nu
al
5
How to connect in Linux
To connect OP-735 with your Linux device flow steps below:
Step 1:
Install BlueZ packages by using any of the following commands that matches your Linux
distribution:
-----
Ubuntu / Debian
-----
$
sudo apt-get -y install bluetooth bluez bluez-tools rfkill
-----
Fedora
-----
$
sudo dnf -y install bluez bluez-tools
-----
Arch Linux / Manjaro
-----
$
sudo pacman -S bluez bluez-utils
This installation provides the
bluetoothctl
utility.
Step 2:
You need to add your account to the lp group if you wish to connect to a bluetooth
tether:
sudo usermod -aG lp $USER
newgrp lp
Step 3:
Start and enable the Bluetooth:
$
systemctl is-enabled bluetooth.service
enabled
Use this command to check it out:
$
systemctl status bluetooth.service
Step 4:
Ensure Bluetooth is not disabled:
$
rfkill
ID TYPE DEVICE SOFT HARD
0 bluetooth tpacpi_bluetooth_sw blocked unblocked
1 wlan phy0 unblocked unblocked
If it is blocked, unblock it by using the command below:
$
rfkill unblock bluetooth
Confirm it is unblocked:
$
rfkill
ID TYPE DEVICE SOFT HARD
0 bluetooth tpacpi_bluetooth_sw unblocked unblocked
1 wlan phy0 unblocked unblocked
2 bluetooth hci0 unblocked unblocked
Step 5:
Use bluetoothctl to connect to OP-735. Start the bluetoothctl interactive command:
$
bluetoothctl
Agent registered
Use this command to check it out:
$
bluetoothctl show