Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > os-src > by-pkgid > 4f4591cc04f6fc87545ff6779d488043 > files > 10

piklab-0.15.8-3.rev2721.fc14.src.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