Printers LTSP Fedora8

Terry Laundos terry.laundos at gmail.com
Mon Apr 14 16:20:02 UTC 2008


Printers Work now

 get jetpipe on
http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk/annotate/vagrant%40freegeek.org-20080411163710-enx278andfudnhwn?file_id=jetpipe-20061206173433-pmrfiu61j4wm2itf-2
 put the jetpipe
 /opt/ltsp/i386/usr/bin/jetpipe
 chmod +x /opt/ltsp/i386/usr/bin/jetpipe

 add

 configure_printer() {
    for I in 0 1 2; do
        eval DEVICE=\$\{PRINTER_${I}_DEVICE\}
        [ -n "${DEVICE}" ] && \
        eval PORT=\$\{PRINTER_${I}_PORT:="910${I}"\} && \
        /usr/bin/jetpipe ${DEVICE} ${PORT}
    done
 }

 at the end of /opt/ltsp/i386/usr/share/ltsp/ltsp-init-common

 add configure_printer after configure_localdev (line 60) on
 /opt/ltsp/i386/usr/sbin/ltsp-client-launch

 And add configure PRINTER_0_DEVICE variable for each client on
 /tftpboot/ltsp/i386/lts.conf

 Thanks ogra :D
 I don't know if is the best place, but I hope it's helpfull.


 2008/4/12, Terry Laundos <terry.laundos at gmail.com>:

> I wan't use configure_printer().
 >  But i can't fount ltsp-setup on Fedora
 >




More information about the K12Linux-devel-list mailing list