From 07e47494215c4bb09cfcb12e41ab53b3ea87376d Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 16 Nov 2014 21:45:47 -0700 Subject: [PATCH] manual/installing: plugdev -> dialout --- doc/manual/installing.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index 862fde776..02e0d18a5 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -172,12 +172,12 @@ This command installs all the required packages: :: Note that ARTIQ requires Python 3.4 or above. -To set user permissions on the JTAG port of the Papilio Pro, create a ``/etc/udev/rules.d/30-usb-papilio-pro.rules`` file containing the following: :: +To set user permissions on the JTAG and serial ports of the Papilio Pro, create a ``/etc/udev/rules.d/30-usb-papilio-pro.rules`` file containing the following: :: - SUBSYSTEM=="usb", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", GROUP="plugdev" + SUBSYSTEM=="usb", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", GROUP="dialout" -Then reload ``udev``, add your user to the ``plugdev`` group, and log out and log in again: :: +Then reload ``udev``, add your user to the ``dialout`` group, and log out and log in again: :: $ sudo invoke-rc.d udev reload - $ sudo adduser plugdev + $ sudo adduser dialout $ logout