NO, it is still post 209 The BIOS mod was tested & it works, so what is the problem for you to just do you machine & then confirm yourself what SLIC it is? sebus
No problem. Had not thought of that. I'm sorry for any problem I may be causing. No one told me post 209. Thanks
Yep… The very existence of DCCU tells me (and BIOS code browsing too), CMOS offsets are same across similar model groups. I.e. CMOS offset to SataControllerMode should be somewhere close to these. Code: Drives.ParallelATAChannel0 Drives.ParallelATAChannel1 Drives.ParallelATAChannel2 Drives.ParallelATAChannel3 Drives.ParallelATAChannel4 Drives.ParallelATAChannel5 Drives.SerialATAChannel0 Drives.SerialATAChannel1 Drives.SerialATAChannel2 Drives.SerialATAChannel3 Drives.SerialATAChannel4 Drives.SerialATAChannel5 Drives.SerialATAChannel6 Drives.SerialATAChannel7 Drives.SataControllers Question: Any easy way to find what CMOS offsets to the settings above are?
Wow - "USB.USBWake" value="2" What are the string values? Is it for WOL for USB NIC? Or wake on insert some USB device?
well A BIG thanks to all especially en4rb i have successfuly added slic 2.1 to my optiplex 280 a08 bios ... with .hdr moded file provided by en4rb and dcc utility .. flashed system and slic 2.1 is confirmed with slic dump tool .... now i feel ready to install win7 after upgrading ram tomorrow ....syarem ram upgraded to 2 gb 7 is @ctve now .......... MDL rocks
Obelix is the acpitbl dump you posted from the same version of the bios as the one you posted a link to on dells website (A12) The acpi table dump only shows one entry in the RSDT, ie the RSDT appears to be 4 bytes smaller than the one in the bios Code: Root System Description Table: 0x000FDE64 52 53 44 54 28 00 00 00 01 AD 44 45 4C 4C 20 20RSDT(.....DELL 43 50 69 20 52 20 20 00 03 03 D3 27 41 53 4C 20CPi R ....'ASL 61 00 00 00 90 DE 0F 00 a....... Signature"RSDT" Length0x00000028 (40) Revision0x01 (1) Checksum0xAD (173) OEM ID"DELL " OEM Table ID"CPi R " OEM Revision0x27D30303 (668140291) Creator ID"ASL " Creator Revision0x00000061 (97) Entry00x000FDE90 If You are using an older version of bios on your C810 than A12 could you upgrade it to A12 using dells update then repost the acpi table dump thanks.
Optiplex GX520 Here in the forum the optiplex Gx620 was modded succesfully. The Optiplex GX520 is nearly the same machine. Someone installed the mod and said that when you check with slictool it says invalid slic. Did someone installed succesfully the mod on a GX520 ?
To en4rab & atapuerca: I can post updated HDR tool. I don't have any time to test it... It has enough functionally for self testing - just need to write some test cases... Code: Wrong section type - should be A, a, C, c A - 2 bytes module length + 1 byte module type a - 1 byte module type + 2 bytes module length C - 4 bytes module length + 1 byte module type c - 1 byte module type + 4 bytes module length Do you want me to?