From owner-freebsd-questions@FreeBSD.ORG Fri Feb 20 09:40:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAF7216A4CE for ; Fri, 20 Feb 2004 09:40:10 -0800 (PST) Received: from mail.relia.net (mail.relia.net [207.173.156.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id BECA743D1D for ; Fri, 20 Feb 2004 09:40:10 -0800 (PST) (envelope-from joe@joe-lewis.com) Received: from customercare.relia.net ([207.173.156.19] helo=joe-lewis.com) by mail.relia.net (Exim 4.24 #1 (FreeBSD 4.7)) protocol: esmtp id 1AuEdF-0006O2-N1 for ; Fri, 20 Feb 2004 10:40:09 -0700 Message-ID: <4036478C.2090805@joe-lewis.com> Date: Fri, 20 Feb 2004 10:44:44 -0700 From: Joe Lewis User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: SOLVED: Storigen ES Reboots and LCD types X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2004 17:40:10 -0000 Found the problem with booting the Storigen 1U servers : They are based on the Tyan Thunder S2510 (Serverworks III) motherboards, and they have DSDT tables that are not initialized properly. Adding the following line to the /boot/loader.conf file fixed it : acpi_dsdt_load="YES" There is also a way to reset this in the hints file (a dsdt variable), but I have not done this. And, with the LCD questions, one of the servers had a "refurbished" LCD, that still had the original manufacturer's name and model number (Phew!). It is a Matrix Orbital LK162 (R200). Does anyone know how to identify and control the stupid card in between the LCD and the motherboard? I want to display data to that LCD, but the controller is not allowing me to do so. Joe