Jump to content

kali2000

Members
  • Posts

    39
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kali2000

  1. In a post dated Oct 17, 2019 from a guy called Taeyon at a forum not allowed here. I can send you the link by PM. He said: "[...] AppleALC 1.4.3 has a fix (workaround actually to disable HDMI/DP audio to avoid the kernel panic), but there isn't a release yet. So I have built it manually with the HDMI/DP audio being disabled always. For this, please find the attached kext. In my case, this has addressed the kernel panic problem. FYI, I have attached the code changes I have made based on the 1.4.3 code base. Also, I am asking the AppleALC maintainer to use a boot argument so that it'd be easier to use it." and attached the following 2 x files: AppleALC.kext.zip AppleALC_fix.diff.txt.zip
  2. I found an AppleALC patched to prevent KP onboard-1 error in Haswell & Broadwell... I tested it and work fine, If you don't like patch the kernel.
  3. Yes of course... My HDMI work, but not have HDMI audio, only image.
  4. Ok ... I've already found what the issue was. The restart is caused by AppleALC, It is a widespread issue in Haswell. Here they give detailed information and how to fix it, for the moment. I hope the issue is solved in future AppleALC updates. Thanks a lot of for your help...
  5. No, that's the strange thing. Exits from sleep and after a few seconds it restarts. After I can log in normally.
  6. Thanks for reply... test it and tell you...
  7. Hi again my friends I've update to Catalina and I have a little issue... When my laptop return from sleep, after wake, my laptop reboots. I can't found what is the problem, in Mojave work fine. I send my files dump... If anyone can help me please...? Thanks in advance...! debug_4676.zip
  8. Hi Hervé... Thanks for your help, but I needed to update Mojave, so I changed my graphics card for a Radeon RX 580 8GB. Now everything works correctly. You can mark this post how solved... A greeting...
  9. With automatic login I have same issue. Now, with nVidia disabled, I can see my nVidia in IORegistry. Add new files... Send me iMac.zip
  10. I can't type my password and my screen is alternate with black screen... See link video to details...
  11. Hi again my friends...!!! I can't fix properly my graphics in my new machine... I'm running High Sierra 10.13.6 because nVidia don't have web drives to Mojave. I have GTX 1050 LP graphics and when I use web drives my system is stoped in login screen. I addched a video and debug files. Any help or sugestion is apreciated. Thanks in advance. Link video Send me iMac.zip
  12. I'll try to talk to Dinesh via Skype, but I think he's still busy solving some personal problems. I don't want to bother he.
  13. Can anyone help me with this ...? @EMlyDinEsH are you on line?
  14. Hi again my friends... Now I'm working in new hack from Asus G750JX. All work, but have same issues and don't can fix it. I need some help to fix. I upload files. Issues: - Don't can get shutdown. - Don't go to sleep. - AR9285 is working, but don't can create iCloud account. Solved - Bluetooth is detected, but not can found devices. Solved 50% - I use Asus G75VW bat fix from Rehabman repository to fix battery, but don't ups to 100% and when I unplug AC power, the icon does not change its status. Solved. Thanks in advance... I Delete old files and upload new files. Send me MacBook-Pro-de-Antonio.zip
  15. Please for trackpad gestures configuration see this guide. And also, you can config keyboard features... see this guide.
  16. Issue solved... Writing a custom SSDT to work... Now all my ports are detected and all my USB3.0 & 2.0 devices are working... You can not exceed the port limit, for this you must write an SSDT that accompanies USBInjectAll.kext and specify the ports used. According to my USB tree, this would be my patch. DefinitionBlock ("", "SSDT", 2, "hack", "UIAC", 0x00000000) { Device (UIAC) { Name (_HID, "UIA00000") // _HID: Hardware ID Name (RMCF, Package (0x02) { "8086_8c31", Package (0x04) { "port-count", Buffer (0x04) { 0x1A, 0x00, 0x00, 0x00 }, "ports", Package (0x0C) { "HS03", Package (0x04) { "UsbConnector", 0x03, "port", Buffer (0x04) { 0x03, 0x00, 0x00, 0x00 } }, "HS06", Package (0x04) { "UsbConnector", 0x03, "port", Buffer (0x04) { 0x06, 0x00, 0x00, 0x00 } }, "HS07", Package (0x04) { "UsbConnector", 0x03, "port", Buffer (0x04) { 0x07, 0x00, 0x00, 0x00 } }, "HS08", Package (0x04) { "UsbConnector", 0x03, "port", Buffer (0x04) { 0x08, 0x00, 0x00, 0x00 } }, "SS01", Package (0x04) { "UsbConnector", 0x03, "port", Buffer (0x04) { 0x10, 0x00, 0x00, 0x00 } }, "SS02", Package (0x04) { "UsbConnector", 0x03, "port", Buffer (0x04) { 0x11, 0x00, 0x00, 0x00 } } } } }) } } And of course thanks to RehabMan for support and USBInjectAll.kext...
  17. Before asking for help here, I have exhausted all possibilities ... including different BIOS settings.
  18. I use it, but with nothing effect...
  19. Thanks, I'll try to contact him.
  20. Thanks... now USB 3.0 is detected. But they work separately, if I connect two USB 3.0 devices, the second device send this message ... see the picture MacBook Pro de Kali.ioreg
×
×
  • Create New...