On Mon, Oct 10, 2011 at 8:23 PM, James Linder <[email protected]> wrote: > > On 10/10/2011, at 10:45 PM, [email protected] wrote: > > [snip] >>> >>> The basic applications we want the thin clients to access are >>> >>> Firefox/chrome web browser. >>> Open Office suite. >>> Network Printer. >>> Other utilities. >> >> Sure. > > [snip] > > But I assume, since nobody answered my plainted cry, that printing does not > really work ... > > To reiterate: ubuntu 10.04 or 11.04 server > lts.conf thus > PRINTER_0_PORT = 9100 > PRINTER_0_DEVICE = "/dev/ttyUSB0" > PRINTER_0_TYPE = S > PRINTER_0_WRITE_ONLY = Y > > root@ws212:~# ps -ef |grep jet > root 2819 2799 0 07:07 pts/1 00:00:00 grep --color=auto jet > root@ws212:~# /usr/bin/python /usr/sbin/jetpipe -b 9600 -y 8 -p none -x > /dev/ttyUSB0 9100 > > root@ws212:~# ps -ef |grep jet > root 2830 2799 0 07:29 pts/1 00:00:00 grep --color=auto jet > > See the jetpipe disappears when printed to >
Do you have the python-serial package installed in the chroot? When we first added serial support, and python packagers split that package out, there were packaging issues where it may not get installed. Also, I assume you get the same problem when you only specif PRINTER_0_DEVICE in lts.conf? -Gadi ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
