Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
COMPAQ C700 F.35 InsydeH2O WLAN UNLOCKED
Last Post: FrancoTecno
Yesterday 10:38 PM
» Replies: 0
» Views: 65
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: acidmonkey
Yesterday 03:15 PM
» Replies: 142
» Views: 147956
[REQUEST] Acer Nitro 5 AN515-57 BIOS Unl...
Last Post: Dudu2002
Yesterday 11:43 AM
» Replies: 23
» Views: 12764
BIOS MOD FOR DELL N7110 UNLOCKED UEFI BO...
Last Post: grewnik26
Yesterday 07:34 AM
» Replies: 37
» Views: 77942
[REQUEST] Lenovo G500 (78CNxxWW) Whiteli...
Last Post: Dudu2002
Yesterday 06:30 AM
» Replies: 1233
» Views: 604822
Acer nitro 5 an515 45 Insyde H20 bios re...
Last Post: Egebwvwbhaha
Yesterday 03:57 AM
» Replies: 0
» Views: 173
[REQUEST] Toshiba Qosmio X505 Q860/Q887 ...
Last Post: cguru
03-13-2026 12:54 PM
» Replies: 53
» Views: 23434
[Success] [Bios Mod] Dell XPS L321X EFI ...
Last Post: megeman212
03-12-2026 10:16 AM
» Replies: 20
» Views: 41110
[REQUEST] Lenovo G780 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
03-11-2026 12:49 PM
» Replies: 888
» Views: 562923
[REQUEST] Lenovo G770 (40CNxxWW) Whiteli...
Last Post: Akled
03-11-2026 06:24 AM
» Replies: 25
» Views: 19646
ACER Aspire 7736ZG BIOS microcode update...
Last Post: JoH
03-11-2026 12:29 AM
» Replies: 12
» Views: 1011
[REQUEST] Sony Vaio VGN-NR260E (R1101J9)...
Last Post: JustHaven
03-10-2026 01:19 AM
» Replies: 0
» Views: 244
[REQUEST] Lenovo IdeaPad P400, P500, Z40...
Last Post: asko87
03-09-2026 11:40 AM
» Replies: 80
» Views: 66913
Acer Aspire 7540G { Unlocked BIOS in pos...
Last Post: jose678
03-08-2026 03:51 PM
» Replies: 35
» Views: 42981
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: yusuferkan
03-08-2026 08:50 AM
» Replies: 49
» Views: 25600
Lenovo v470c phoenix BIOS advanced setti...
Last Post: lolvatveo
03-08-2026 07:51 AM
» Replies: 1
» Views: 1595
Optiplex 7050 8th gen support
Last Post: exe127
03-07-2026 07:28 PM
» Replies: 10
» Views: 997
[REQUEST] Lenovo G50-70 (9ACNxxWW) White...
Last Post: zuzu_ion
03-07-2026 11:23 AM
» Replies: 254
» Views: 150820
[Request] Dell Optiplex 3040M 7th Gen CP...
Last Post: DeathBringer
03-07-2026 10:58 AM
» Replies: 6
» Views: 3383
delete whitelist for thinkpad l460
Last Post: andromedych007
03-05-2026 07:25 PM
» Replies: 0
» Views: 308

Need help to mod my ACPi Table
#1
As many of you know my motherboard (MSI Master2 FAR7) doesn't work with my Graphic card (HD3850) but it works with my old one X1950Pro, both have a 512 Mbyte memory and 256 bit BUS and are AGP 8x.
So I don't think it's problem of reserved memory area as suggested by MSI.
As suggested here it's probably a problem of ACPI Table.
Now I found another mainboard (ABIT A8V Deluxe 3rd-Eye) that has the same chipset of mine and it works with both my graphic cards.
So I disassembled both ACPI Table and compared both, there are some similar part, some are only on my mainboard others only on the other one.
Now I'm wondering if I should only add the missing part from the ABIT mainboard or not, and some similar part have only, what I think a memory address, different

MSI
Quote:Name (PICM, Package (0x24)
{
Package (0x04)
{
0x0007FFFF,
0x00,
\_SB.PCI0.LNKC,
0x00
},

ABIT

Quote:Name (PICM, Package (0x30)
{
Package (0x04)
{
0x0008FFFF,
0x00,
\_SB.PCI0.LNKA,
0x00
},

Package (0x04)
{
0x0008FFFF,
0x01,
\_SB.PCI0.LNKB,
0x00
},

Package (0x04)
{

0x0008FFFF,
0x02,
\_SB.PCI0.LNKC,
0x00
},

should I only add the missing part as is or change the BOLD part according to my DSDT Table?

TIA

P.S.
I attached the pdf print of the compare of the whole DSDT Table and my mod version.


Attached Files
.zip   Mod-DSDTmsi.dsl.zip (Size: 12.91 KB / Downloads: 4)
.rar   compare DSDT2.part1.rar (Size: 1.39 MB / Downloads: 2)
.rar   compare DSDT2.part2.rar (Size: 742.58 KB / Downloads: 1)
find
quote
#2
This is quite fascinating analysis on the ACPI side. I don't know if it would be wise to copy the entire function because that has a different package bit then what the MSI BIOS will look for. I am beinging to speculate if you change just the 0x0007FFFF, to 0x0008FFFF if that will increase the reserved side appropriately. Give me time to look at the comparison, but it might also help to see if you can trace if those are offset values, or actual memory size values (in bold)

TheWiz
www find
quote
#3
My programming knowledge are not deep enough to understand that.
Can you tell me how to do that?
I will wait with patience.
If I program a different BIOS chip with a modded bios in which I only copied as is the difference and put it in the mainboard could I damage it? Could it help?

I add the other mod in which I just copy all the difference as is.


Attached Files
.zip   DSDTmsi.dsl-modbis.zip (Size: 12.94 KB / Downloads: 1)
find
quote
#4
Now I can work with the PC using a PCI version of HD5450 and I find something strange analyzing the system with hwinfo it inform that the AGP Slot is in use even if no video card is there, so I think the AGP slot is sharing its resource with another peripheral. Could it be possible?
Yesterday I installed a Promise controller and it wasn't seen during boot but sometimes while I was working and windows inform of a resource conflict, i think with the onboard network adapter because it was not working too, after putting the controller on the PCI slot 2 everything is working even if once the computer hang.
What do you think?
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)