aboutsummaryrefslogtreecommitdiffstats
path: root/misc/pyobd/pkg-message
blob: f2cd139a0f8d8e53be49ba30cfeb3dfcbaa17eff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
======================================================================
You installed pyOBD: OBD-II compliant car diagnostic tool.

pyOBD expects the device /dev/ttyU0 that should be created when you
connect the OBD-II cable.

You need these lines in /etc/devfs.rules to make the device readable
and writable by you. If your user is in the group users:

[localrules=5]
add path 'ttyU*' mode 0660 group users

You also need this line in /etc/rc.conf to allow localrules to take effect:
devfs_system_ruleset="localrules"
======================================================================