Search results

Loading Google Results...
  1. romanaOne

    [Guide] Lenovo ThinkPad T440P [OpenCore 0.5.9]

    I'm interested in seeing what's different in your config.plist. I updated, too. I updated all kexts (including itlwm) to September versions, except for the Broadcom stuff I don't use. I added the drive icons back for the boot menu, which I forgot in 0.6.0. Seems OK. I still have problems with...
  2. romanaOne

    [Guide] Lenovo ThinkPad T440P [OpenCore 0.5.9]

    It matters: I just updated to OC 0.6.0 and there is no more kernel panic when sleep with my external HDMI monitor connected to dock. I'm using the August RELEASE versions of Lilu and Whatevergreen. Some small changes to config.plist were required; you can't just reuse the one from 0.5.9. I...
  3. romanaOne

    [Guide] Lenovo ThinkPad T440P [OpenCore 0.5.9]

    Here's a patch for the annoying instant wake while docked problem: Put this in the array under ACPI / PATCH section of config.plist <dict> <key>Comment</key> <string>Instant Wake Fix ( IGBE _PRW 0x0D, 0x04 to 0)</string>...
  4. romanaOne

    [Guide] Lenovo ThinkPad T440P [OpenCore 0.5.9]

    itlwm works with the original Intel 7260 wifi card in my T440p. No extra wifi card purchase, no BIOS mod needed. It is a little annoying that there are NO instructions on how to set up so here's what I did: Copy itlwm.kext to OpenCore's kext folder copy heliport app to Applications. Append...
  5. romanaOne

    battery icon confused about (un)plugged state when full

    So the ADJP --> XDJP (extra bytes to ensure matching only ADJP in _PRS) is: find: 00 ADJP (Zero) 00 41 44 4A 50 00 and replace it with 00 XDJP (Zero) 00 58 44 4A 50 00 I'm not sure about variable type and scope below. Err, it compiles. Is ACFG an integer? Why this "Name(ACFG, One)"...
  6. romanaOne

    battery icon confused about (un)plugged state when full

    Method (_PSR, 0, NotSerialized) // _PSR: Power Source { If (LEqual (^^WMI.HKDR, Zero)) //WMI: Some Windows thing? { If (LOr (\_TZ.TZ0.PPFG, LOr (^^PCI0.LPCB.EC.B15C, GPSF))) {} ElseIf (And (PSF1, 0x30))...
  7. romanaOne

    battery icon confused about (un)plugged state when full

    So I tried debugging.... Never done this before, so I just put \RMDT.PUSH("start_PSR") at the beginning of _PSR and rebooted to test. While the system is booted plugged-in but thinks it is unplugged, I noticed this ACPI Error in the system log right after _PSR begins (By "system log," I mean...
  8. romanaOne

    battery icon confused about (un)plugged state when full

    gen_debug.sh output files attached.
  9. romanaOne

    battery icon confused about (un)plugged state when full

    Sometimes when running for a long time plugged in, it decides it is not plugged in. Unplugging the power and plugging it back in corrects it but rebooting does not. It does not immediatedly happen just as the battery icon reaches 100% but can go hours plugged in so I'm not sure "Logic bug with...
  10. romanaOne

    AppleALC ALC269 how to choose which one of 18 layout-ids?

    I was able to get layout 28 to work. Confirmed it is injected in IORegexplorer (alc-layout-id = 0x1c). I did as you suggested and used "Device Properties" in config.plist as described in the guide above. I notice my codec dump said "ALC269VC" and only layouts 13,14,18,28,29,30,33,35,40,66 in...
  11. romanaOne

    AppleALC ALC269 how to choose which one of 18 layout-ids?

    I just upgraded from High Sierra to Mojave. (I had been using layout-id 3 with a Mirone AppleHDA-patched AppleHDA.kext and injecting the layout-id=3 in SSDT-HDEF.aml.) Before upgrading, I saved the patched AppleHDA.kext and made no changes to SSDT-HDEF.aml. After upgrading, I backed up the...
  12. romanaOne

    How to wake on any keypress instead of power button press?

    Don't have Windows 10. It came with Ubuntu installed. I'm currently dual booting (Manjaro and Sierra). I tried this this in config.plist: <dict> <key>Comment</key> <string>change _OSI to XOSI, pair with SSDT-XOSI.aml</string> <key>Find</key> <data>X09TSQ==</data> <key>Replace</key>...
  13. romanaOne

    How to wake on any keypress instead of power button press?

    I have a number of laptops with wonky power buttons: you have to push them several times before anything happens, whether starting the system or waking it from sleep. For some strange reason, Linux sometimes needs a power button press to wake and other times just pressing a key will cause wake...
  14. romanaOne

    USB Wifi for macOS Sierra 10.12

    Are there still only two m.2 wifi cards that work with Sierra? (The current rip-off prices (~50USD on North American eBay) of these cards on eBay would suggest there are still not very many.) Fortunately, I had this nice, TINY, $12 RTL8188CUS wifi from Adafruit laying around in a Raspberry Pi...
  15. romanaOne

    [solved] System76 Gazelle (gaze11) HD530 screensaver crashes on HDMI display

    Applying this patch (in config.plist) fixed the screensaver crash with HDMI monitor.
  16. romanaOne

    [solved] System76 Gazelle (gaze11) HD530 screensaver crashes on HDMI display

    Err...is there a list of all the HD530 ig-platform-ids? I went through a whole bunch of them and QE/CI only worked on 0x191E0000. Just assumed that it had to be the right one. So looking at my ioreg and the guide Intel IGPU HDMI/DP audio (Sandy/Ivy/Haswell/Broadwell/Skylake), in order to change...
  17. romanaOne

    [solved] System76 Gazelle (gaze11) HD530 screensaver crashes on HDMI display

    Errr....That would be from my forgetting to plug the monitor back in.
  18. romanaOne

    [solved] System76 Gazelle (gaze11) HD530 screensaver crashes on HDMI display

    The screensaver "Word Of The Day" works fine on the built-in laptop display. It runs slow and messes up the screen if I use my external HDMI monitor. Unplugging it does not help: the laptop screen remains black and flashes once in a while but there is no way to get back to the desktop. I'm...
  19. romanaOne

    System76 Gazelle (gaze11) HD530 display does not wake

    Deleted AddPNLF from config.plist. Removed files SSDT-0, SSDT-1, /S/L/E/IntelBacklight.kext. Followed guide and backlight keys (F14,F15), display sleep are working.
  20. romanaOne

    System76 Gazelle (gaze11) HD530 display does not wake

    I'm using the rehabman config_HD520_530_540.plist and the only thing I have changed is setting the ig-platform-id to 0x191E0000 and adding PNLF for IntelBacklight.kext + BergDesign Brightness.app. Lilu and IntelGraphicsFixup are in /S/L/E and QE/CI seems to be working fine (Desktop eye-candy...
Back
Top