After 2 days searching in the documentation. still no idea why my local 
devices don't work. So I'm asking for help.

Installed DebianEdu stable; tjener, workstation and thin-client-server 
profiles on the same box.

I wonder if lwat can add thin clients to the network; from the doc I 
would say it adds only servers, workstations and so on, but no TCs. Is 
that rigth? If not, what should i get done instead? Any pointer will be 
very appreciated.

So I edited /etc/ltsp/dhcpd.conf and added a TC by hand

#####/etc/ltsp/dhcpd.conf#########

authoritative;

subnet 192.168.0.0 netmask 255.255.255.0 {
   range 192.168.0.20 192.168.0.250;
   option domain-name "example.com";
   option domain-name-servers 192.168.0.1;
   option broadcast-address 192.168.0.255;
   option routers 192.168.0.1;
   use-host-decl-names   on;
   next-server 192.168.0.1;
   option subnet-mask 255.255.255.0;
   if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
     filename "/ltsp/i386/pxelinux.0";
   }
   else{
     filename "/ltsp/i386/nbi.img";
   }
   option root-path "/opt/ltsp/i386";
}}


host agamenon{
         hardware ethernet 00:19:66:3A:2D:65;
         fixed-address 192.168.0.20;
         option host-name "agamenon";
}
########################################################

########/opt/ltsp/i386/etc/lts.conf#####################
#check /opt/ltsp/i386/usr/share/doc/ltsp-client/examples/lts.conf for a 
better example lts.conf file
[Default]
         NBD_SWAP=Y
         SOUND=Y
         LOCALDEV=Y
# Workaround for diskless workstations, making sure ldm is still enabled 
on thin clients
# even if kdm is installed.
         SCREEN_07=ldm
#########################################################

And yes, local devices are working... I can read usb-pens and cdroms, 
but at least half time konqueror says "stalled" and needs some ...minute 
or so to open.

And sound is definitely not working. At logging, i get an artsmessage 
saying that there's not /dev/dsp ...and no sound.

What could I do?

Best regards,
Roman

-------------------------------------------------------------------------
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