01-01-2011, 04:32 AM (This post was last modified: 01-12-2011, 07:38 PM by Antinomy.)
Can this be done ? i read somewhere that you need special tools that only asus employees have access to.
It appears asus omitted the northbridge frequency multiplier feature in bios. I need to be able to decreases the NB frequency for stability.
I think this feature might be hidden and not enabled.
I looked at the m3a78-em bios strings, and there is "0x03AD CPU/NB Frequency", which basically acts like a NB freq multiplier.
There are also strings for speed values- 1000mhz, 1200,1400,1600,1800,2000.....2600mhz.....
Can you take existing bios string values and turn them into actual options?
01-02-2011, 06:32 AM (This post was last modified: 01-02-2011, 06:35 AM by Antinomy.)
Do you have a way to flash back if something goes wrong? I've made an option that you wanted, should work.
Don't forget to report on your results.
(01-01-2011, 04:32 AM)pman26 Wrote: Can you take existing bios string values and turn them into actual options?
Yep, this is exactly what I'm doing now. Unlocking in AMIBCP is only a starting point. But it's harder to unlock bios string values and not always can be done. You've got lucky I suppose.
It wasn't easy but brought me some additional knowledge to get further.
Posts: 16
Threads: 4
Joined: Jan 2011
Reputation:
0
01-03-2011, 12:09 AM (This post was last modified: 01-03-2011, 04:52 AM by pman26.)
(01-02-2011, 06:32 AM)Antinomy Wrote: Do you have a way to flash back if something goes wrong? I've made an option that you wanted, should work.
Don't forget to report on your results.
(01-01-2011, 04:32 AM)pman26 Wrote: Can you take existing bios string values and turn them into actual options?
Yep, this is exactly what I'm doing now. Unlocking in AMIBCP is only a starting point. But it's harder to unlock bios string values and not always can be done. You've got lucky I suppose.
It wasn't easy but brought me some additional knowledge to get further.
Thanks for your effort.
could i ask what program you used to unlock and edit the asus ami bios ?
Everywhere i looked, people said it was encrypted and couldn't be modified, and that amibcp corrupts the bios if you try to save the modified bios.
did you just use MMTool to replace the module ?
what program will allow me to view a specific feature's option values?
For instance, amibcp doesn't show me what the values are for voltage.
Posts: 16
Threads: 4
Joined: Jan 2011
Reputation:
0
good: it didn't brick my pc. The cpu/nb frequency options showed up just fine. and the pc booted up with no corruption.
However, they didn't actually change the NB frequency.
I think this is because it does not recognize multipliers. It only recognizes mhz values..... like the picture below from another motherboard.
so, can you change the 4x-10x options to 1000,1200,1400,1600,1800,2000,2200,2400,2600mhz ?
These are bios string values that start from line 05c7 in amibcp.
01-04-2011, 07:25 PM (This post was last modified: 01-04-2011, 07:26 PM by Antinomy.)
OK, I'll check the BIOS. I've might set the wrong address to configure. I've used HEX editor, AMIBCP (yes, it really corrupts BIOS but there's a workaround), MMTool and my brains Oh, and a BIOS from a similar board, guess it was M4A78 or like that.
Everything can be modified. It's just about required time and the level of knowledge of the one who is performing the mod.
Posts: 16
Threads: 4
Joined: Jan 2011
Reputation:
0