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
[REQUEST] Lenovo ThinkPad R60e (0659) Wh...
Last Post: senpai345438
Today 12:01 AM
» Replies: 0
» Views: 29
[Request] ASUS R5E10 reBAR injecting
Last Post: Helmut79
Yesterday 04:05 PM
» Replies: 0
» Views: 74
[REQUEST] Lenovo IdeaPad U330, U430 & U5...
Last Post: Amertsu
Yesterday 04:42 AM
» Replies: 412
» Views: 248768
[REQUEST] HP Pavilion dv6-6101er (HPMH-4...
Last Post: Aleksandr_SPb
Yesterday 03:17 AM
» Replies: 0
» Views: 103
[REQUEST] Acer Aspire 4930G BIOS Unlock
Last Post: BIUW
Yesterday 01:23 AM
» Replies: 22
» Views: 6631
[Recovery – NOT an unlock request] HP En...
Last Post: heather1202
07-09-2026 04:23 PM
» Replies: 0
» Views: 129
[REQUEST] Lenovo IdeaPad Y410p & Y510p (...
Last Post: puqui
07-09-2026 02:18 PM
» Replies: 101
» Views: 94731
Help me with a CMOS Passworded HP Proboo...
Last Post: TheKungFuRobber
07-09-2026 01:43 PM
» Replies: 0
» Views: 152
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: FFNN
07-08-2026 08:55 AM
» Replies: 44
» Views: 40233
[REQUEST] Lenovo T520 (8AETxxWW) Whiteli...
Last Post: zahaar
07-08-2026 01:47 AM
» Replies: 149
» Views: 146527
Lenovo ThinkPad x130e 8RET54WW(V1.17) WH...
Last Post: nervtechdept
07-07-2026 03:49 PM
» Replies: 5
» Views: 5141
[REQUEST] Lenovo Thinkpad T540p (GMETxxW...
Last Post: Dudu2002
07-07-2026 01:23 PM
» Replies: 88
» Views: 67979
[REQUEST] Lenovo Yoga 500-14ISK (D3CNxxW...
Last Post: Dudu2002
07-07-2026 01:21 PM
» Replies: 5
» Views: 4811
[REQUEST] HP 15-bs000 (Intel) series BIO...
Last Post: gouthuuu
07-07-2026 11:43 AM
» Replies: 7
» Views: 9573
Foxconn H61MXE & Xeon
Last Post: Elmurley
07-07-2026 04:40 AM
» Replies: 2
» Views: 897
[REQUEST] Lenovo B490 (H1ETxxWW) Whiteli...
Last Post: samuelmenegatti
07-06-2026 01:56 PM
» Replies: 91
» Views: 65653
Lenovo Z470 Wifi Whitelist
Last Post: Schneider90210
07-06-2026 06:14 AM
» Replies: 25
» Views: 19729
[REQUEST] Clevo P751ZM (mobo P750ZM-G) B...
Last Post: EuReKa-LoS
07-04-2026 08:55 AM
» Replies: 5
» Views: 3665
Dell Inspiron 3910 BIOS Password Removal...
Last Post: 5518
07-02-2026 06:27 AM
» Replies: 0
» Views: 1353
Modded bios m3-581tg wont flash
Last Post: gazan
07-02-2026 06:15 AM
» Replies: 57
» Views: 52755

(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: 17 Guest(s)