|
|
DisklessWorkstations.com FAQ
- What software is required on the server to operate
DisklessWorkstations.com workstations and network cards?
Our workstations and network cards are designed to work with LTSP and Linux. LTSP is available as a free
download http://www.ltsp.org and runs
on many popular Linux distributions including: Redhat, Suse, Mandrake,
Gentoo, Debian, etc.
- How do I configure a USB printer on a LTSP workstation?
Add the following lines to your lts.conf file for the workstation with
the printer attached:
MODULE_01 = printer
PRINTER_0_DEVICE = /dev/usb/lp0
PRINTER_0_TYPE = S
- How do I configure a sound on a LTSP workstation?
First you need the install the ltsp sound package. Then add the following line to
your lts.conf file in default section:
SOUND = Y
|
|
|