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
[REQUEST] Acer Nitro 5 AN515-54 BIOS Unl...
Last Post: Dudu2002
07-31-2025 02:57 PM
» Replies: 133
» Views: 69649
[REQUEST] HP Stream 13 (13-c100nm) White...
Last Post: krusic22
07-29-2025 06:42 PM
» Replies: 0
» Views: 519
Acer Aspire 7741G BIOS
Last Post: lucky42
07-28-2025 08:53 AM
» Replies: 1
» Views: 1223
[REQUEST] [AMIBIOS8] MSI MS-1731 unlock
Last Post: wololo
07-27-2025 02:07 PM
» Replies: 0
» Views: 822
REQUEST - Unlock bios for Toshiba Satell...
Last Post: SaadC50
07-27-2025 10:14 AM
» Replies: 0
» Views: 712
[REQUEST] Lenovo G500(S) (7BCNxxWW) Whit...
Last Post: Tchistiakov
07-27-2025 08:52 AM
» Replies: 566
» Views: 306356
[REQUEST] HP Envy 15-k203nl bios mod
Last Post: Maxinator500
07-26-2025 12:44 PM
» Replies: 1
» Views: 859
[REQUEST] HP Pavilion dv7-6153er - F.1B ...
Last Post: swmint
07-26-2025 08:31 AM
» Replies: 2
» Views: 5642
[REQUEST] Lenovo G580 (62CNxxWW) Whiteli...
Last Post: Rt1213
07-26-2025 06:03 AM
» Replies: 817
» Views: 398744
Soltek SL-65KIV2
Last Post: DeathBringer
07-26-2025 05:44 AM
» Replies: 20
» Views: 1877
[REQUEST] Lenovo IdeaPad 3 15ALC6 (GLCNx...
Last Post: KADCORP
07-26-2025 12:30 AM
» Replies: 11
» Views: 7143
[REQUEST] GIGABYTE G6 MF (2024) Bios Unl...
Last Post: cwaras
07-25-2025 06:14 PM
» Replies: 2
» Views: 1475
[REQUEST] Lenovo Thinkpad E130 (H4ETxxWW...
Last Post: Dudu2002
07-25-2025 01:55 PM
» Replies: 495
» Views: 191952
[REQUEST] Acer Aspire VN7-791(G) BIOS Un...
Last Post: Dudu2002
07-25-2025 01:48 PM
» Replies: 93
» Views: 92957
[REQUEST] Lenovo Z410 & Z510 (8DCNxxWW) ...
Last Post: oleg-kv
07-25-2025 01:43 PM
» Replies: 501
» Views: 218256
BA92-10824B P04RAC phoenix bios rom requ...
Last Post: thi
07-25-2025 04:11 AM
» Replies: 0
» Views: 1268
[REQUEST] Acer Aspire 5742(G,Z) BIOS Unl...
Last Post: men92
07-24-2025 08:38 AM
» Replies: 166
» Views: 58624
[REQUEST] Lenovo Legion T5 (O54KT1DA) BI...
Last Post: kutoramo
07-24-2025 07:34 AM
» Replies: 1
» Views: 2008
[REQUEST] Unlocking / Enabling WoL for A...
Last Post: StarFluxGames
07-23-2025 06:23 AM
» Replies: 0
» Views: 1176
[REQUEST] Lenovo G510 (79CNxxWW) BIOS Un...
Last Post: Dudu2002
07-23-2025 02:47 AM
» Replies: 80
» Views: 60570

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)