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] Acer Aspire E1-531(G) BIOS Unl...
Last Post: AlbertWesker
Yesterday 04:13 PM
» Replies: 104
» Views: 85881
Clevo P775TM1-G BIOS
Last Post: kiratdeluxe
Yesterday 07:30 AM
» Replies: 163
» Views: 147697
Could the ASUS P6T Deluxe be given UEFI ...
Last Post: matthewacbroad
08-23-2026 08:29 AM
» Replies: 0
» Views: 166
PD50SNE-G clevo bios unlock request
Last Post: secretciph3r
08-23-2026 06:04 AM
» Replies: 0
» Views: 214
[Request] Dell 7559 bios fully unlocked
Last Post: RedDeam
08-21-2026 02:20 PM
» Replies: 26
» Views: 33119
Core2Extreme X9000 running amazing on an...
Last Post: Hin
08-21-2026 05:45 AM
» Replies: 2
» Views: 3489
Looking for virgin/clean dev BIOS for HP...
Last Post: Smarty
08-21-2026 04:08 AM
» Replies: 0
» Views: 245
[REQUEST] Lenovo G500 (78CNxxWW) Whiteli...
Last Post: steven1801_
08-21-2026 03:29 AM
» Replies: 1234
» Views: 673230
[REQUEST] Lenovo Ideapad Gaming 3-15ACH6...
Last Post: openg664
08-19-2026 05:35 AM
» Replies: 7
» Views: 9790
[SOLVED] Lenovo E545 (HRETxxWW) WiFi + B...
Last Post: Dudu2002
08-17-2026 01:12 PM
» Replies: 270
» Views: 170708
AMI BIOS modding nvme-boot
Last Post: marktuan
08-17-2026 07:12 AM
» Replies: 1
» Views: 3376
Dell Precision 3490 qwery about dell eps...
Last Post: krzysztoft1
08-17-2026 05:03 AM
» Replies: 0
» Views: 430
[REQUEST] Alienware M15 R7 i7-12700H BIO...
Last Post: stapaible
08-17-2026 04:03 AM
» Replies: 1
» Views: 1749
Bloqueo de bios de Acer aspire 5 15 a515...
Last Post: Emewhi
08-16-2026 12:52 PM
» Replies: 0
» Views: 433
[REQUEST] HP Pavilion dv6-3110ST (XR556E...
Last Post: AhmetBaki
08-15-2026 06:27 PM
» Replies: 0
» Views: 486
Asus Prime Q370M-C: Remove The Password
Last Post: DeathBringer
08-15-2026 11:29 AM
» Replies: 2
» Views: 2121
[REQUEST] Lenovo ThinkCentre M93p Tiny (...
Last Post: Route66Fan
08-15-2026 03:31 AM
» Replies: 58
» Views: 71645
[REQUEST] Lenovo G700 (7ACNxxWW) Whiteli...
Last Post: ManulSibirskiy
08-14-2026 06:22 PM
» Replies: 168
» Views: 120537
[REQUEST] Lenovo Thinkpad T440p (GLETxxW...
Last Post: tsounoi
08-14-2026 01:46 PM
» Replies: 533
» Views: 360443
[REQUEST] Lenovo Thinkpad X230(i) (G2ETx...
Last Post: CK1968
08-13-2026 10:48 AM
» Replies: 1098
» Views: 769483

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