Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 1a9bbbbb869f5325300c84bd26e2894f > files > 15

piklab-0.16.1-3.fc18.i686.rpm

This application needs the users to access serial and/or parallel port
in RW mode, depends upon the programmer is used.
So, administrator have to add allowed users to uucp and/or lp groups.
To do this, type the following command line:

    useradd -G lp,uucp allowed_user

for each allowed_user you want to add.

And if a parallel port programmer is used, you need to load the ppdev module,
by typing the following command line:

    modprobe ppdev


If you want to use the SDCC Compiler with Piklab, you have to modify
the PATH for the whole system, not only for a single user.
So, you have to add the following:

    PATH=$PATH:/usr/libexec/sdcc

in /etc/profile, before the command line

    export PATH