On Tue, 24 Apr 2001, Bret Hughes wrote:

>Date: Tue, 24 Apr 2001 16:22:24 -0500
>From: Bret Hughes <[EMAIL PROTECTED]>
>To: redhat-list <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset=us-ascii
>List-Id: General Red Hat discussion list <redhat-list.redhat.com>
>Subject: anyway to write CMOS settings to a box ?
>
>I am coming up aon a project that will require building 30 + identical
>computers with a whole bunch more to follow I hope.  We have a ksckstart
>that does everything weneed to set up the box.  Is there any way to
>clone the CMOS settings from a box with the config we want to all the
>others?  I don't really know much about cmos memory and how to address
>it.
>
>Any tips appreciated.

You can access CMOS RAM by writing the address to port 0x70, and
then reading or writing data to/from port 0x71.  The only gotcha
is that you'll need to write a small app to do it, and to also
calculate a new CMOS checksum.  I dunno what the alg is but
probably simple.  Also there is /dev/nvram which might help but I
haven't looked at it's interface.

The motherboards will likely have to be identical on all machines
for this to work also, with similar hardware configuration.



-- 
Mike A. Harris                  Shipping/mailing address:
OS Systems Engineer             190 Pittsburgh Ave., Sault Ste. Marie,
Red Hat Inc.                    Ontario, Canada, P6C 5B3
http://www.redhat.com           Phone: (705)949-2136




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to