Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
BIOS boot logo changed, but with some pr...
Last Post: tamickasteele
Yesterday 11:46 PM
» Replies: 6
» Views: 1964
[REQUEST] Acer PT715-51 (Triton 700) ins...
Last Post: Dudu2002
Yesterday 10:49 AM
» Replies: 24
» Views: 12301
[REQUEST] Lenovo IdeaPad U310 & U410 (65...
Last Post: Dudu2002
Yesterday 08:59 AM
» Replies: 1782
» Views: 499113
[REQUEST] Acer Aspire 9300 BIOS Unlock
Last Post: Geortor
11-26-2024 04:01 PM
» Replies: 10
» Views: 2231
Lenovo ThinkCentre M700 10GS - Kaby Lake...
Last Post: DeathBringer
11-26-2024 02:55 PM
» Replies: 10
» Views: 3790
[Request] Asus H110M-R Mainboard - Xeon ...
Last Post: kusslegyen
11-26-2024 02:04 PM
» Replies: 14
» Views: 6769
LGA771 Bios Microcode for HP dc7800 sff
Last Post: Netuser232
11-26-2024 01:27 PM
» Replies: 136
» Views: 92086
Dell Vostro 3500 full unlocked
Last Post: kamilchno
11-26-2024 10:51 AM
» Replies: 0
» Views: 73
Bios logo
Last Post: Nkosenhle
11-26-2024 10:43 AM
» Replies: 0
» Views: 76
Gigabyte AORUS 5 (KB/SB/MB) BIOS Unlock
Last Post: Dudu2002
11-26-2024 10:41 AM
» Replies: 18
» Views: 4799
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
11-26-2024 09:09 AM
» Replies: 1730
» Views: 672610
[REQUEST] Lenovo Thinkpad X230(i) (G2ETx...
Last Post: willow25565
11-26-2024 02:06 AM
» Replies: 1090
» Views: 451668
[REQUEST] Lenovo Thinkpad Edge E430 & E5...
Last Post: RuryGame
11-25-2024 06:23 PM
» Replies: 494
» Views: 171267
2x CPU Dell Workstation BIOS modding
Last Post: William P
11-25-2024 03:30 PM
» Replies: 0
» Views: 110
[REQUEST] Lenovo T440(S) (GJETxxWW) Whit...
Last Post: Dudu2002
11-25-2024 01:28 PM
» Replies: 492
» Views: 186124
[Request] ECS P6LX-A bios mod for HDD si...
Last Post: pdesrosiers
11-24-2024 11:20 PM
» Replies: 0
» Views: 367
Sony Vaio AW11Z - Support for Quad CPU -...
Last Post: lala2025
11-24-2024 08:19 PM
» Replies: 12
» Views: 3896
[REQUEST] HP Pavilion G42-272BR Whitelis...
Last Post: eepromm
11-24-2024 06:14 PM
» Replies: 1
» Views: 220
[REQUEST] Bios for packard bell tj65 wit...
Last Post: THECAIDA
11-24-2024 03:49 PM
» Replies: 2
» Views: 174
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: Dudu2002
11-24-2024 02:47 PM
» Replies: 476
» Views: 168861

Dell Vostro 3450 Advanced Options unlocking in progress
#91
To recompile DSDT properly change the MBT code to this:
Code:
Device (MBT)
                {
                    Name (_HID, EisaId ("PNP0C32"))  // _HID: Hardware ID
                    Method (_STA, 0, NotSerialized)  // _STA: Status
                    {
                        If (LOr (LEqual (OSYS, 0x07D6), LEqual (OSYS, 0x07D9)))
                        {
                            Return (0x0F)
                        }
                        Else
                        {
                            Return (0x00)
                        }
                    }
                    Method (GHID, 0, NotSerialized)
                    {
                        Return (Buffer (One)
                        {
                            0x02
                        })
                    }
                }
Try setting these options:
[Image: 1oEpJ]
It will then prompt you with this windows:
[Image: 1oEvl]
Confirm when you are done and you will be presented with:
[Image: 1oEG4]
The log will say
[Image: 1oFpj]
[Image: 1oFrS]
Try playing around with this ..
find
quote
#92
Tried reintegrating using the *right* way .. still got the black screen.
What I did was change MBT as posted above and swap PS2M ids for compatible ones ...
There might be some sort of CRC sanity check in one of the Platform drivers which compares DSDt's checkumm to what has been defined inside the efi driver. Or it may be just our struggle of not doing this operation properly ..
find
quote
#93
Yeah, mine failed too no matter what I did.
I think there is a way to run the OS with the modified DSDT (without patching the BIOS) just to verify our claims. I'm pretty sure you can do that with MacOS and Linux, but I don't know if it's possible for Windows... Wouldn't "asl -loadtable dsdt.aml" do the trick?
...Or did I miss something and we are able to inject DSDT file into BIOS already? Wink
find
quote
#94
.... you get my point Wink
[Image: 1pxH2]
find
quote
#95
Yeah, I've tried that... This value gets replaced by default DSDT every time the system reboots. I actually tried editing it (replacing DELL with [censored] lol), and it didn't really work out XD
find
quote
#96
i see .. so we have to figure out why it's causing black screen.
meanwhile im fiddling with a somewhat pragmatic thing .. how the heck my brightness keys stop working every time I reboot or shut down Windows 8 ? they stop working in bios and osx .. but remain functional across windows and ubuntu ?
find
quote
#97
Note to self:
Battery charge cycle count is stored in EC register 0x1D (according to data from ePSA)
Code:
OperationRegion (ECRM, EmbeddedControl, Zero, 0x0100)
                    Field (ECRM, ByteAcc, Lock, Preserve)
                    {
                        WKEV,   8,
                        Offset (0x18),
                        PRTC,   8,
                        SSTA,   8,
                        SADR,   8,
                        SCMD,   8,
                        SMID,   8,
                        SDAT,   8, //0x1D
                        SDT1,   8,
}

Technically this means that cycles can be monitored .. and not approximated like right now.
Code:
Name (PAK0, Package (0x0E) // extend from 0x0D to 0x0E
                        {
                            One,
                            0xFFFFFFFF,
                            0xFFFFFFFF,
                            Zero,
                            0xFFFFFFFF,
                            Zero,
                            Zero,
                            0x64,
                            Zero,
                            "BAT0",
                            "123456789",
                            "LiON",
                            "PTL",
                            Zero //extend the blank cliche battery info array
                        })

Code:
Method (_BIF, 0, NotSerialized)  // _BIF: Battery Information
                        {
                            Store ("BIF0", Debug)
                            Acquire (^^PCI0.LPCB.EC0.MUT0, 0xFFFF)
                            Store (^^PCI0.LPCB.EC0.DCP0, Index (PAK0, One))
                            Store (^^PCI0.LPCB.EC0.FCP0, Local0)
                            Store (Local0, Index (PAK0, 0x02))
                            Store (^^PCI0.LPCB.EC0.DVT0, Index (PAK0, 0x04))
                            Store (^^PCI0.LPCB.EC0.DNN0, Local1)
                            Store (^^PCI0.LPCB.EC0.BSN0, Local2)
                            Store (^^PCI0.LPCB.EC0.BCN0, Local3)
                            Store (^^PCI0.LPCB.EC0.MNN0, Local4)
                            Release (^^PCI0.LPCB.EC0.MUT0)
                            Store (Divide (Local0, 0x0A, ), Index (PAK0, 0x05))
                            Store (Zero, Index (PAK0, 0x06))
                            Store (^^PCI0.LPCB.EC0.SDAT, Index (PAK0, 0x0E)) //store real value from the actual cycle register
                            --------------------------------------------
find
quote
#98
Hey guys, your work is awesome! I have a question, that is the UEFI Boot, I completely installed windows 8 on UEFI but I got stuck when using Fn+F2 turn on Wifi/Blue, when I hit that button, windows freezes immediately, anyone has any idea?
find
quote
#99
This is a well-known issue with Vostro 3450 UEFI boot and Windows 8. Supposedly this can be fixed by altering DSDT tables, but unfortunately we haven't found a way to properly inject modified DSDT into the BIOS firmware image.
find
quote
Oh, that's a pity, without Wifi, laptop is not laptop.... Have you guys successfully update the Intel VBIOS? I have watched this thread for long time and forgot my password. It seems that our Bios reaches to an end?
find
quote


Forum Jump:


Users browsing this thread: 11 Guest(s)