Posts: 523
Threads: 0
Joined: Aug 2011
Reputation:
23
11-11-2012, 08:40 PM
(This post was last modified: 11-11-2012, 08:46 PM by kasar.)
Posts: 472
Threads: 1
Joined: Sep 2012
Reputation:
38
11-12-2012, 03:08 AM
(This post was last modified: 11-12-2012, 03:56 AM by TimeWalker.)
dude, what the [censored] ...
As of A13 Dell has apparently changes something for Fn+F4/F5 so my brightness control no longer works with IOWMIFamily patched kext that I compiled.
"Fix the QuickSet compatibility problem on Windows 8" - says the changelog.
I used to parse the third (counting from 0 it's actually 2nd) element from the INFO array which is returned by WED.
Now nothing has bloody changed in DSDT but it won't pick up the 05/06 code from the 3rd element ..
Code: Method (_Q80, 0, NotSerialized) // _Qxx: EC Query to Increase Brightness
{
P8XH (Zero, 0x80)
If (LEqual (OSYS, 0x07D6)) ----> if OS is Windows Vista
{
Store (0x03, ^^^^AMW0.INF0)
Store (Zero, ^^^^AMW0.INF1)
Store (0xE006, ^^^^AMW0.INF2)
Store (Local0, ^^^^AMW0.INF3)
If (LEqual (DMFG, Zero))
{
Notify (AMW0, 0xD0)
}
}
Else -----> any other OS defined in the PCI0._INI ()
{
Store (0x03, ^^^^AMW0.INF0)
Store (Zero, ^^^^AMW0.INF1)
Store (0xE006, ^^^^AMW0.INF2)
Store (Local0, ^^^^AMW0.INF3)
If (LEqual (DMFG, Zero))
{
Notify (AMW0, 0xD0)
}
}
}
Code: Method (_Q81, 0, NotSerialized) // _Qxx: EC Query to Decrease Brightness
{
P8XH (Zero, 0x81)
If (LEqual (OSYS, 0x07D6))
{
Store (0x03, ^^^^AMW0.INF0)
Store (Zero, ^^^^AMW0.INF1)
Store (0xE005, ^^^^AMW0.INF2)
Store (Local0, ^^^^AMW0.INF3)
If (LEqual (DMFG, Zero))
{
Notify (AMW0, 0xD0)
}
}
Else
{
Store (0x03, ^^^^AMW0.INF0)
Store (Zero, ^^^^AMW0.INF1)
Store (0xE005, ^^^^AMW0.INF2)
Store (Local0, ^^^^AMW0.INF3)
If (LEqual (DMFG, Zero))
{
Notify (AMW0, 0xD0)
}
}
}
what? why???
where do I start digging ??
Anyone using IOWMIFamily ?
Also @Florin what do you have to say about that ? Please chime in ...
And just for the record I have tried clean A13 with no mods ... nada.
The driver is actually loaded and doesn't show any errors .. I've compiled a debug ?
Posts: 397
Threads: 1
Joined: Nov 2011
Reputation:
23
11-12-2012, 11:27 AM
(This post was last modified: 11-12-2012, 03:06 PM by jkbuha.)
Actually I am using IOWMIFamily - on my A12 bios. And it works great. Fn F4+F5 reduce/increase the brightness perfectly. I still have issues with initial screen brightness until the SS switches off the screen and/or the display sleeps, but otherwise it's fine.
Guys I've realised there's a lot of exciting things going on at the moment, so just that we're all clear on the current activities in this thread and haven't missed anything, they are as follows:
1) Implement auto-patching routine (nebster/timewalker)
2) Patch DSDT (timewalker/kasar/jkbuha)
3) New vbios find/patch (jkbuha)
4) ME firmware updates (kasar/timewalker/jkbuha)
5) Backporting sleep (PlatformSmm.efi) to the latest L502x/L702x bioses for Sleep enabling
Posts: 17
Threads: 0
Joined: Sep 2012
Reputation:
0
[quote='kasar' pid='51322' dateline='1352684426']
ok, I managed to find how to change voltage from our cards, and not using nbitor for it (still need to use it to fix the last byte of the file (some kind of checksum))
I will also post it here if you guys are interested.
made a small how to with also a table of all posible values ^^
Quote:ok, I got how to change the voltage from our nvidia cards from 0.8V TO 1.8V !!!
Isn't this sort of overkill? going from 0.8V to 1.8V seems like some extreme stuff for a laptop card, or am I mistaken?
Posts: 523
Threads: 0
Joined: Aug 2011
Reputation:
23
11-12-2012, 12:25 PM
(This post was last modified: 11-12-2012, 03:14 PM by kasar.)
@humanitybg
yeah, I'm almost sure 1.8 will fry the card, for that reason I doubt I will flash anything over 1.05 on mine ^^
@jkbuha
mmm, well, I am trying to backport the PlatformSmm.efi module to the a12, will let u know if I had sucess, also trying to flash a modded dsdt timewalker gave to me
Posts: 17
Threads: 0
Joined: Sep 2012
Reputation:
0
(11-12-2012, 12:25 PM)kasar Wrote: @humanitybg
yeah, I'm almost sure 1.8 will fry the card, for that reason I doubt I will flash anything over 1.05 on mine ^^
Keep us updated on that one!
Posts: 472
Threads: 1
Joined: Sep 2012
Reputation:
38
@jkbuha that's about right what's going on right now.
I wonder what the heck has happened to my WMIFamily .. care to share yours, or it's the same one DoiX gave me ?
Posts: 397
Threads: 1
Joined: Nov 2011
Reputation:
23
@kasar - thanks updated!
@timewalker - yes same as DoiX - don't forget to modify your DSDT though as well!
Posts: 472
Threads: 1
Joined: Sep 2012
Reputation:
38
It was modified for ages .. I had it working for half a year at least. And now it doesn't work at all ..
I can see the driver attach to AMW0 perfectly fine but it doesn't react when I press the hotkeys and it pisses me off real hard ..
I recall it was working when I tried the VBIOS from Inspiron 17R ..
Posts: 523
Threads: 0
Joined: Aug 2011
Reputation:
23
@jkbuha
oh, I forgot to tell u:
yeah, I sucesfully replaced the PlatformSmm.efi module from a06 to a12 bios, I am now waiting user input at the other topic
as for the dsdt, no luck yet, as timewalker said, it doenst work yet.
when I tried to flash the lucid virtu patch, I was unable even to see the flasher after the restart, it just frooze and needed a manual/force shutdown by holding pwr button for 5 secs
|