Brian, the /dev directory in the workstation uses devfs, that is it's a virtual device filesystem.
As the kernel loads modules and detects devices, the device nodes will be created automatically. If you aren't seeing any ttyS* nodes, then it's likely you haven't loaded the serial module. if you specify a serial port for the mouse, such as X_MOUSE_DEVICE = /dev/ttyS0 The serial module should automatically get loaded. Jim McQuillan [EMAIL PROTECTED] On Fri, 10 May 2002, Brian Johnson wrote: > My workstation /dev doesn't include any /dev/ttySx devices or /dev/mouse > > It does have /dev/psaux but my serial mouse doesn't work with that > > The server /opt/ltsp/i386/dev is empty > > How do you add items to /dev? > > _______________________________________________________________ > > Have big pipes? SourceForge.net is looking for download mirrors. We supply > the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] > _____________________________________________________________________ > 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.openprojects.net > -- _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _____________________________________________________________________ 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.openprojects.net
