to, 2007-03-15 kello 14:23 +0100, Anders Bruun Olsen kirjoitti: 
> Tanner Bachman wrote:
> > I currently have about 35 terminals connected to an LTSP server and
> > everything runs fine.  I setup a cronjob to shutdown all the terminals at
> > 8:00PM each night.  The cronjob runs a shell script that essesentially runs

> > in the BIOS and everything is set properly, but what finally did the trick
> > was removing power (physically unplugging the system) and then plugging it

> > reference, this board uses the VIA CLE266/VT8235 Chipset and the LAN
> > interface is controlled by the VIA VT6103 chip.  Any thoughts would be much
> > appreciated.

> I have about 30 terminals based on Epia ME6000 exhibiting this exact 
> problem. I have yet to find any other solution to it than not shutting 
> them down properly but instead just instructing users to hold the 
> powerbutton until they shut off. That obviosly isn't a solution for you 
> and a poor one for me, so if anybody has a real solution for this 
> problem it would be great!

Hello,

The symptoms you are describing sound familiar and most probably you are
hit by a bug in the PXE BIOS code that causes wake-on-lan support needed
for some boards to break others. There's more information about the
problem on the kernel mailing list:

http://lkml.org/lkml/2006/3/8/271

Basically to fix the problem it should be enough to compile your own
kernel for the clients with the following patch applied. That has fixed
the problem with various client models we are using, but I haven't used
those exact boards so your mileage may vary. 



--- drivers/net/via-rhine.c.orig        2006-08-18 19:26:24.000000000 +0300
+++ drivers/net/via-rhine.c     2006-08-20 13:30:43.000000000 +0300
@@ -1965,7 +1965,7 @@
        }

        /* Hit power state D3 (sleep) */
-       iowrite8(ioread8(ioaddr + StickyHW) | 0x03, ioaddr + StickyHW);
+/*     iowrite8(ioread8(ioaddr + StickyHW) | 0x03, ioaddr + StickyHW); */

        /* TODO: Check use of pci_enable_wake() */


Hope this helps,

Veli-Matti Lintu



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_____________________________________________________________________
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