On 7/30/07, Kai Wüstermann <[EMAIL PROTECTED]> wrote: > > 3. Printers > We have a computer lab and many classes with one or two clients in. > There is a printer in the lab and one in every class. How do I manage, > that the user automatically uses the printer which is connected to a > client in the room he is in? >
I had a similar issue. My solution was to assign fixed addresses to each workstation in my dhcpd configuration. In the /etc/profile I check for hostname and set default printer using "lpoptions -d PrinterName". Calling lpoptions as a regular using defines the default in ~/.cups/lpoptions
-- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
