On Mon, Aug 30, 2004 at 06:10:58PM +0200, Oom Tommy wrote: > Does LTSP 4.1 still support serial mouse ? > Although I have included in lts.conf > > [WS001] > X_MOUSE_PROTOCOL = "Microsoft" > X_MOUSE_DEVICE = "/dev/ttyS0" > X_MOUSE_RESOLUTION = 50 > X_MOUSE_BAUD = 1200 > MODULE_01 = serial > > but I cannot get my serial mouse working.
Yes it does, and you do NOT need MODULE_01 = serial. By specifying X_MOUSE_DEVICE = /dev/ttyS0, it will automatically include the serial.o driver. I'm guessing that you don't have the kernel modules installed. Look in /opt/ltsp/i386/lib/modules and see if you have a subdir matching the kernel that the client is booting. Also, set SCREEN_01 = shell and at the bash prompt, type: lsmod see if the serial module is loaded. If not, then try: modprobe serial and see if you get any errors. Jim McQuillan [EMAIL PROTECTED] > > Any clues ? > > Thanks > Tommy > > ----- Original Message ----- > From: Ji?? Lisick? ([EMAIL PROTECTED]) > To: [EMAIL PROTECTED] > Sent: Mon Aug 30 11:58:11 CEST 2004 > Subject: Re: [Ltsp-discuss] Missing serial device files > > > On Sat, 14 Aug 2004 18:49:32 -0300 > > Jean Krebs <[EMAIL PROTECTED]> wrote: > > > > > Hello, all! > > > > > > I'm trying to set up a serial printer on one my LTSP 4.0 clients. I've > > > set it up on CUPS as a Jet Direct printer and added the appropriate > > > entry on lts.conf. One thing I've notice, though, is that I don't have > > > any ttySx entries on the client's /dev directory. I can't even test > > > the printer by dumping something direct to the port (ttyS0, btw). I > > > get a permission denied error. > > > > > > > > > Any ideas on how to overcome this? > > > > load serial module? > > > > On PC where is PS2 mouse I must specify in lts.conf: > > MODULE_01 = serial > > > > > ----------------------------------------------------------------------- > mails.de +++ mails.de +++ mails.de +++ mails.de +++ mails.de > > NEU: Mailen der Spitzenklasse - sichern Sie sich jetzt Ihre kostenlose > mails.de-Adresse! > Jetzt kostenlos anmelden unter: http://www.mails.de/?refid=footer > > mails.de +++ mails.de +++ mails.de +++ mails.de +++ mails.de > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_idP47&alloc_id808&op=click > _____________________________________________________________________ > 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idP47&alloc_id808&op=click _____________________________________________________________________ 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
