onemanosx
Members-
Posts
1,541 -
Joined
-
Last visited
Everything posted by onemanosx
-
Guide - MSI B360 Gaming Arctic (Catalina)
onemanosx replied to onemanosx's topic in Guides and Tutorials
Thanks for the compliment. Yes, I tried OC on a bootable USB and update it as new releases are available. Pretty sure Clover wont meet its end anytime soon at all. Why? Clover's feature to allow users to drop tables and mod acpi patches in bootloader menu is an advantage for installation and troubleshooting. That my pov, anyway. -
That means, we should stick to my initial upload of the Elan kext. Thanks for testing it out. [ref]Marck00[/ref] [ref]user748832[/ref], can you verify as well?
-
[ref]Marck00[/ref], Test for I2C trackpad. This is beta version of kext I just compiled. David.zip
-
[ref]pedroiriso[/ref], This is what you should do. 1. If you had installed any kexts in S/L/E or L/E, remove them! 2. After removing kexts in S/L/E or L/E, rebuild kextcache and permissions or use this app 3. Reboot. 4. Run this app and wait until finish. https://Olarila.com/files/Utils/RunMe.app.zip 5. Upload sendme file on desktop
-
Then ignore this and proceed to the next steps. The feature is normally available when I2C device is detected.
-
If your touchpad is I2C, then read post 1.
-
No idea. I have not encountered such issues with my dual boot installation. Probably, I did UEFI mode installation for both OS.
-
[ref]theplague[/ref], Do you have VBoxHFS.efi driver installed in clover?
-
Guide: Activate Asus K566UQ Trackpad using VoodooI2C and VoodooI2CFTE kexts - Status: Working DSDT/SSDT Edits Scope (_SB.PCI0) { Scope (GPI0) { Method (_STA, 0, NotSerialized) // _STA: Status { Return (0x0F) } } Scope (I2C1) { Method (SSCN, 0, NotSerialized) { Return (PKG3 (SSHI, SSLI, SSDI)) } Method (FMCN, 0, NotSerialized) { Return (PKG3 (FMHI, FMLI, FMDI)) } Device (ETPD) { Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (SBFB, ResourceTemplate () { I2cSerialBusV2 (0x0015, ControllerInitiated, 0x00061A80, AddressingMode7Bit, "\\_SB.PCI0.I2C1", 0x00, ResourceConsumer, , Exclusive, ) }) Name (SBFG, ResourceTemplate () { GpioInt (Level, ActiveLow, ExclusiveAndWake, PullDefault, 0x0000, "\\_SB.PCI0.GPI0", 0x00, ResourceConsumer, , ) { // Pin list 0x0055 } }) Return (ConcatenateResTemplate (SBFB, SBFG)) } } }
-
Join me at my Gitter chat. Link in my signature. Use the files I uploaded yesterday and extract new sendme.
-
[Guide] Laptop Battery Indicator - The DSDT Patching Horror
onemanosx replied to onemanosx's topic in Guides and Tutorials
[ref]R-88[/ref], If you would have said, my laptop sees battery status without patching DSDT but using SSDT patching, I would have understood and it is possible. For some laptops even has working battery status without any patching done and this too is plausible. But, to say it works without kext on a hackintosh is something unheard of. -
Hopefully, this fix will be included in the future release. (credits to EmotionalLove)
-
[ref]bobenia[/ref], Cleaning more errors. Reboot and upload new sendme. I will continue tomorrow Archive.zip
-
[ref]bobenia[/ref], Right now I am patching for working Trackpad I see some error logs Reboot and upload new sendme DSDT.aml.zip Don't forget to disable this rename https://imgur.com/G0oU3lV
-
[ref]user748832[/ref], test if these set works (better) with the last working DSDT. Archive.zip A new send me is appreciated. I also suggest you to investigate if there are bios updates available for your laptop. In my observation, bios updates improves trackpad experience for some users.
-
[ref]bobenia[/ref], upload new sendme files. Let me check trackpad logs
-
replace with a supported broadcom wifi card or a usb dongle
-
[ref]bobenia[/ref], 1. Replace VoodooI2CELAN with this VoodooI2CFTE. kext and Reboot - This should enable your trackpad. VoodooI2CFTE.kext.zip 2. Looks like battery is working as well? 3. Check your brightness slider 4. For audio just find the correct layout ID and inject with clover. You will need to reboot after each change of layout id. Your audio codec is ALC255. Here you will find the list of possible layout ids https://github.com/acidanthera/AppleALC/tree/master/Resources/ALC255 5. Disable PNP0C09 to PNPFFFF in clover https://imgur.com/G0oU3lV
-
[ref]bobenia[/ref], I think you need to remove existing sendme files on desktop and create new. Somehow, its still your old config that you just uploaded.
-
[ref]bobenia[/ref], Replace clover folder, reboot and extract new sendme. CLOVER.zip
-
[ref]bobenia[/ref], I forgot to mention. Please extract origin acpi tables by pressing F4 at clover boot menu. Continue to boot as usual then upload the files found in clover/acpi/origin folder.
-
[ref]user748832[/ref], Can you do this test? 1. Find your GPI0 device and disable it by Return (Zero) statement Scope (_SB.PCI0.GPI0) { Method (_STA, 0, NotSerialized) // _STA: Status { Return (Zero) } } Leave the _CRS and FMCN/SSCN method as is. That is, polling mode. Reboot with officially released and voodooI2CELAN. Upload new sendme files after reboot.
