Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
Advent Roma 2000/ECS I50IL1
Last Post: BootlegScarce
Yesterday 09:05 PM
» Replies: 2
» Views: 5613
[REQUEST] Lenovo G70-70 BIOS Whitelist R...
Last Post: Dudu2002
Yesterday 05:34 PM
» Replies: 135
» Views: 111493
[Request] Samsung Galaxy Book2 Pro (P12R...
Last Post: RafaelLVX
Yesterday 01:18 PM
» Replies: 0
» Views: 91
[REQUEST] LGA 771 on old ASUS mobo
Last Post: DeathBringer
Yesterday 12:13 PM
» Replies: 1
» Views: 153
[REQUEST]NEC Versapro VA-B(PC-VK22EAZCB)...
Last Post: mita-710
Yesterday 05:49 AM
» Replies: 0
» Views: 109
[REQUEST] HP Pavilion DV6-2170 UEFI Bios...
Last Post: bernat77
07-31-2026 06:07 AM
» Replies: 2
» Views: 196
[REQUEST] Lenovo Thinkpad W540 & W541 (G...
Last Post: Profit21
07-31-2026 05:47 AM
» Replies: 52
» Views: 44828
NEC Versapro VA-B unlock&core 2 extreme ...
Last Post: mita-710
07-30-2026 08:45 PM
» Replies: 14
» Views: 640
ThinkPad x240 bios corrupted
Last Post: grayreighn
07-30-2026 08:48 AM
» Replies: 2
» Views: 3072
[REQUEST] Lenovo ThinkCentre Edge 91z UE...
Last Post: maver3000
07-30-2026 03:10 AM
» Replies: 0
» Views: 226
[QUESTION] Modding an AMI bios to bypass...
Last Post: Machida96
07-29-2026 03:52 PM
» Replies: 11
» Views: 5501
[REQUEST] Acer Nitro 5 AN517-54 BIOS Unl...
Last Post: mistermu
07-29-2026 02:58 PM
» Replies: 30
» Views: 18670
[Removed, sp55068] Remove Whitelist for ...
Last Post: billydv
07-29-2026 11:33 AM
» Replies: 55
» Views: 92324
[REQUEST] Asus X53E (K53E) BIOS Unlock
Last Post: adrianfem
07-28-2026 08:33 PM
» Replies: 20
» Views: 9445
[REQUEST] Acer Aspire 5739G BIOS Unlock
Last Post: abood2009idk
07-28-2026 07:50 PM
» Replies: 8
» Views: 10518
[REQUEST] Lenovo B590 (H1ETxxWW) Whiteli...
Last Post: alex0310
07-28-2026 02:10 PM
» Replies: 803
» Views: 582925
Asus X55SV - 9500M GS -> 9650m gt
Last Post: Flow2710
07-27-2026 09:29 AM
» Replies: 0
» Views: 343
MICROSOFT LAPTOP 3 MODEL 1872
Last Post: MEMOREX2
07-25-2026 06:54 AM
» Replies: 0
» Views: 434
Help recovering Acer Aspire 4750G BIOS
Last Post: windfeng1314
07-24-2026 05:37 AM
» Replies: 1
» Views: 2085
[Request] Lenovo 13w yoga gen 2 supervis...
Last Post: AMDRYZEN37330U
07-23-2026 10:37 AM
» Replies: 1
» Views: 562

(UEFI) Dell XPS 15z L511z modded BIOS - and HOWTO
Sure it's the standard driver set off the latest clover build (v953 i think). I have the same shutdown freezes btw.
find
quote
Thanks a bunch.

Post about it on projectosx please, in uefi thread, so that @dmazar be aware that I'm not the only one who's making this up Big Grin
find
quote
with pleasure - can you pm me the url?
find
quote
I will just post here so everyone having the issue could feedback.
http://www.projectosx.com/forum/index.ph...&start=960
find
quote
Hmmm i don't have permission to reply to that topic. I dont really have time now to post elsewhere to gain points/reps/posts/whatever, so I'll wait until I have some bandwidth available...
find
quote
Oh yes, you have to pass *a quiz* for knowledge on basic hackintosh stuff to be able to post, sorry .. I completely forgot about this.
http://projectosx.com/forum/index.php?autocom=quiz

hah .. attempted to boot Legacy Windows thru Clover today.. I absolutely love people who coded error messages on this thing Big Grin Big Grin
first this:
[Image: 1TUuH]
then this:
[Image: 1TUtO]
and finally this ...
[Image: 1TUv4]
No way of booting it thru PBR either.. so only UEFI is an option on this crippled thing.
find
quote
the culprit of system freezing completely upon pressing Fn+F2 is the following:
Code:
Method (_Q8C, 0, NotSerialized)
                    {
                        P8XH (Zero, 0x8C)
                        Store (Zero, Local0)
                        Store (Zero, Local1)
                        Store (Zero, Local2)
                        Store (Zero, Local3)
                        Store (0xF2, WCA1)
                        //FOWM (0x11, 0x0B)
                        Store (WFI1, Local0)
                        Store (WFI2, Local1)
                        Store (0x0100, Local2)
                        Store (One, Local3)
                        If (WIFS)
                        {
                            Store (0x06, ^^^^AMW0.INF0)
                            Store (Zero, ^^^^AMW0.INF1)
                            Store (0xE008, ^^^^AMW0.INF2)
                            Store (Local0, ^^^^AMW0.INF3)
                            Store (Local1, ^^^^AMW0.INF4)
                            Store (Local2, ^^^^AMW0.INF5)
                            Store (Local3, ^^^^AMW0.INF6)
                            If (LEqual (DMFG, Zero))
                            {
                                Notify (AMW0, 0xD0)
                            }
                        }
                    }

same thing here
Code:
Method (_Q9F, 0, NotSerialized)
                    {
                        P8XH (Zero, 0x9F)
                        Store (Zero, Local0)
                        Store (Zero, Local1)
                        Store (Zero, Local2)
                        Store (Zero, Local3)
                        If (LEqual (QCKS, Zero))
                        {
                            Store (0xF2, WCA1)
                            //FOWM (0x11, 0x0B)
                        }
                        Store (WFI1, Local0)
                        Store (WFI2, Local1)
                        Store (0x0100, Local2)
                        Store (One, Local3)
                        If (WIFS)
                        {
                            Store (0x06, ^^^^AMW0.INF0)
                            Store (Zero, ^^^^AMW0.INF1)
                            Store (0xE008, ^^^^AMW0.INF2)
                            Store (Local0, ^^^^AMW0.INF3)
                            Store (Local1, ^^^^AMW0.INF4)
                            Store (Local2, ^^^^AMW0.INF5)
                            Store (Local3, ^^^^AMW0.INF6)
                            If (LEqual (DMFG, Zero))
                            {
                                Notify (AMW0, 0xD0)
                            }
                        }
                    }
If you comment out the call for method FOWM () it won't freeze, but won't work properly either. This exact call FOWM (0x11, 0x0B) appears to be causing the freeze for both of the queries it is used in. The only other query which call for this methods uses (0x11, 0x05) instead , this query is used for notifying the system about BIOS errors (based on comments from linux kernel driver as well as reading ACPI code).

The method itself is as follows, as you can see it takes 2 arguments :
Code:
Method (FOWM, 2, NotSerialized)
        {
            Acquire (PSMX, 0xFFFF) //
            Store (0xE0, WCMD)
            Store (0x57, TPID)
            Store (Arg0, WCCL)
            Store (Arg1, WCSE)
            Store (Zero, PHXI)
            Release (PSMX)
        }
I have no idea what PSMX is, must be something similar to MUTEX (or MUT0 how they are called in various asl codes). And furthermore I have no idea what are all of these registers meant for, but I guess some of them fails to allow write to it and system freezes. Will try writing some other value, 0x05 for example to see it it changes anything ...

UPDATE:

Made it call for FOWM (0x11, 0x05) - doesn't freeze, IOWMIFamily picks up the scancode properly: kernel[0]: WMIHIKeyboardDevice: Unknown key 0e08 i=7
Meaning the combination works, but won't do anything because system doesn't know how to parse it.. I could have coded this in, but the GUIDs are absent from DSDT and only GUID able to be notified is the one used to identify Dell WMI device, which is always notified by 0xD0. So I have no idea how to code the RF Kill behavior in... even though linux does it flawlessly.

UPDATE2:
Just attempted to write 0x0B into register WCSE from a brightness adjustment query, needles to say it froze. So something's is wrong there.. most likely the memory allocation is little bit off in UEFI mode.
This is A04:
Code:
OperationRegion (PNVS, SystemMemory, 0xBAE0D018, 0x100E)
        Field (PNVS, AnyAcc, NoLock, Preserve)
        {
            WCMD,   8,
            TPID,   8,
            WDID,   32,
            DI00,   32768
        }
        Field (PNVS, AnyAcc, NoLock, Preserve)
        {
            AccessAs (ByteAcc, 0x00),
            Offset (0x06),
            WCCL,   16,
            WCSE,   16,
            WCA1,   32,
            WCA2,   32,
            WCA3,   32,
            WCA4,   32,
            WCR1,   32,
            WCR2,   32,
            WCR3,   32,
            WCR4,   32
        }

This is A13:
Code:
OperationRegion (PNVS, SystemMemory, 0xBAE0C018, 0x100E)
        Field (PNVS, AnyAcc, NoLock, Preserve)
        {
            WCMD,   8,
            TPID,   8,
            WDID,   32,
            DI00,   32768
        }
        Field (PNVS, AnyAcc, NoLock, Preserve)
        {
            AccessAs (ByteAcc, 0x00),
            Offset (0x06),
            WCCL,   16,
            WCSE,   16,
            WCA1,   32,
            WCA2,   32,
            WCA3,   32,
            WCA4,   32,
            WCR1,   32,
            WCR2,   32,
            WCR3,   32,
            WCR4,   32
        }

As you can see it has changed from 0xBAE0D018 to 0xBAE0C018 across versions, but the bug still persists. Maybe we can find similar looking ACPI definitions from other OEMs?
find
quote
Just out of interest - have we successfully managed to reintegrate a modified DSDT back into the Bios? There are quite a few interesting mods we could apply, especially that of default brightness under OSX for some Dell machines, but I'm not sure if that has been done?
find
quote
(01-29-2013, 07:27 AM)jkbuha Wrote: Just out of interest - have we successfully managed to reintegrate a modified DSDT back into the Bios? There are quite a few interesting mods we could apply, especially that of default brightness under OSX for some Dell machines, but I'm not sure if that has been done?
Nope, hasn't been done. All we get is a black screen.

Brightness in osx is controlled by the frame buffer, because if you swap ioacpifamily in lion for version from10.6 the brightness initially will be at normal level, and not half how it is right now..

Sent from my Nexus 7 using Tapatalk HD
find
quote
Do 3350, 3550 and 3750 also freeze on Fn+F2? If they don't, perhaps we could have a look at their DSDTs?
find
quote


Forum Jump:


Users browsing this thread: 8 Guest(s)