Recent content by KAMx

  1. KAMx

    [Guide] Patching DSDT/SSDT for LAPTOP backlight control

    Thanks, RehabMan, the Key is mapped. But it has another problem. When I press the brightness control key continuously, the sound and mouse will freeze, and why this problem happen?
  2. KAMx

    [Guide] Patching DSDT/SSDT for LAPTOP backlight control

    Hi, RehabMan Follow this guide I want to find out which Method will be call when I press backlight control key. But I get get same result when I press Keyboard Backlight btn, backlight up btn & backlight down btn: kernel[0]: ACPIDebug: "EC _Q66 enter" kernel[0]: ACPIDebug: { "ECG1 Ret:", 0x800...
  3. KAMx

    Battery Manager with Fix for Boot without Batteries

    The problem like that when I disconnect AC Adapter. I modified BAT1 boject and make its _STA do noting but return Zero. Now I can see only 1 Battery device in IOReg, but the problem is unsolved. Maybe it related the IGPU Power Manage?
  4. KAMx

    Battery Manager with Fix for Boot without Batteries

    I check the code, and found that the original code BAT1 _STA return Zero. Device (BAT1) { Name (_HID, EisaId ("PNP0C0A")) // _HID: Hardware ID Name (_UID, 0x02) // _UID: Unique ID Name (_PCL, Package (0x01) // _PCL: Power Consumer...
  5. KAMx

    Battery Manager with Fix for Boot without Batteries

    Hi, RehabMan Here is the infortmation you need. BTW, The kexts about IntelCPU can't be load on my Laptop. Because there no output when type `kextstat|grep -y appleintelcpu` on Terminal. 98 0 0xffffff7f82242000 0x3000 0x3000 com.apple.driver.AppleLPC (1.7.3) <79 12 5 4 3> 13 2...
  6. KAMx

    Battery Manager with Fix for Boot without Batteries

    I check DSDT and make sure that EmbeddedControl field's Items are 8-bit.
  7. KAMx

    Battery Manager with Fix for Boot without Batteries

    Hi RehabMan, I use this kext, but it doesn't work well, sometime I disconnect AC Adapter, the icon of battery and some area of the screen became a yellow area, so I clone a copy of this code repo, It seems that it doesn's deal with the AC Adapter Disconnect Event in main loop? Or other reason...
  8. KAMx

    [Need help] XPS13 DSDT&SSDT Fix Error And Patch

    Thanks very much, problem was solved. Finally I have some question. 1. Why this way can solve the problem and whether all ”Unresolved method“ can fix by this way. 2. I notice that the iasl guessing argument number is wrong, how to determine the argument number? 3. And whether the method is...
  9. KAMx

    [Need help] XPS13 DSDT&SSDT Fix Error And Patch

    Create refs.txt tht you said. Then use iasl -fe refs.txt -da -dl *.aml I get this result. [Before] [After]
  10. KAMx

    [Need help] XPS13 DSDT&SSDT Fix Error And Patch

    Method (GPPR, 2, NotSerialized) { If (LEqual (Arg1, Zero)) { If (LEqual (Arg0, Zero)) { If (CondRefOf (\_SB.PCI0.PEG0.PEGP.SGPO)) {...
  11. KAMx

    [Need help] XPS13 DSDT&SSDT Fix Error And Patch

    Hi, RehabMan I had saw this guide. http://www.tonymacx86.com/yosemite-laptop-support/152573-guide-patching-laptop-dsdt-ssdts.html But the errors I was meet are very strange. I don't know how to change it to fit it purpose. So I start this post to ask for help.
  12. KAMx

    [Need help] XPS13 DSDT&SSDT Fix Error And Patch

    I follow some Guide to fix my DSDT&SSDT, but some error I don't know how to fix them, Anyone can give me some advise? And I don't know which SSDT is needed and useful. Here is my DSDT&SSDT files. Which patch I had applied will see at the begin in DSDT. Also, my origin DSDT&SSDT you can...
  13. KAMx

    [GUIDE] Intel HD Graphics 5500 on OS X Yosemite 10.10.3

    On my XPS13, I search "DVMT" on "SetupPrep", it will tow place match "DVMT", ""avr: 0x183" and "avr: 0x184". I try all of them, and the "var:0x183" is the ture var to control DVMT. I don't know the another var function. My BIOS Version is A03.
  14. KAMx

    [GUIDE] Intel HD Graphics 5500 on OS X Yosemite 10.10.3

    Hi, is your Laotop work fine on Yosemite? What is your BIOS version? Following your suggestion, I reflash the BIOS, and make sure that DVMT is 32MB. I check that on EFI Shell(var 0x183 is 0x1). Then I install again. But, It's annoying that I was still experiencing some freezing problems.
  15. KAMx

    [GUIDE] Intel HD Graphics 5500 on OS X Yosemite 10.10.3

    Disable secure bootEnable Legacy Support Can you post the screenshots?
Back
Top