Tried a reload from scratch, attempting to resolve touchscreen issues.
Grateful for any pertinent (constructive comments)
Standard HARDY install
Set up network interfaces – eth0 – dhcp to main system
eth1 – 192.168.0.1
(network didn't set eth1 auto – had to modify & reboot)
sudo apt-get update
sudo apt-get install ltsp-server-standalone openssh-server
ltsp-build-client
Now able to boot client – recognises usb stick
AND recognises /var/lib/tftpboot...lts.conf!
sudo chroot /opt/ltsp/i386
apt-get install xserver-xorg-input-elographics
(had to add 127.0.1.1 'hostname' to etc/hosts. Added sources from main
sources.list to local etc/apt/sources.list - apt-get update)
then it installed.
Ctrl-d
sudo ltsp-update-image
modified lts.conf for touch
USE_TOUCH=Y
X_TOUCH_DEVICE=/dev/ttyS0
NB added CONFIGURE_X=True to default in lts.conf
rebooted client..... NO TOUCH!
Enabled root shell login on client
chroot /opt/ltsp/i386
passwd
Ctrl-d
sudo ltsp-update-image
reboot client
still no touch – obviously
Ctrl-Alt=F1 : login root .... your account has expired
back to chroot (according to edbuntu docs)
passwd -u root 
reboot client : Ctrl-Alt-F1 : login root : your account has expired
sudo ltsp-build-image
reboot client : Ctrl-Alt-F1 : login root: OK
od -w10 </dev/ttyS0 – screen responds as expected with characters
rolling up the screen.
/etc/lts.conf has entries as per main root system
/etc/X11/xorg.conf has the expected touchscreen entries but still there
is no touch!!!
WHERE AM I GOING WRONG?
Tom

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_____________________________________________________________________
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

Reply via email to