Search results

Loading Google Results...
  1. tosbaha

    Samsung EVO 970 issues

    I am testing 12.0.1 (21A559) which is just updated today. I also created feedback with Feedback Assistant. Feedback Assistant App shows that more than 10 similar reports exist in the system. Radar Id is FB9714081
  2. tosbaha

    Samsung EVO 970 issues

    It’s just the first boot. After it boots, everything works as expected. I am booting this drive with nvme enclosure. Enabling or disabling TRIM via trimenforce does not have any effect. Actually you can’t even disable the TRIM for nvme AFAIK. I also checked the disk with first aid. No issue at...
  3. tosbaha

    Samsung EVO 970 issues

    Yes, my machine is an iMac. Starting from my first post, I said over and over again that it IS iMac. Thanks for understanding me and for your best wishes.
  4. tosbaha

    Samsung EVO 970 issues

    I am using iMac. No boot loader, no extra kext, no modification. I don’t understand why are you still asking to use different kext etc. It’s original iMac 2017 which is booted from thunderbolt nvme drive. I just showed the verbose boot to convince you that indeed I have this issue. Just because...
  5. tosbaha

    Samsung EVO 970 issues

    You have 970 plus I have 970. It hangs like in below picture.
  6. tosbaha

    Samsung EVO 970 issues

    I have an 2017 iMac so it’s not related to kext our outdated drivers. Samsung Evo nvme drives have this issue.
  7. tosbaha

    Samsung EVO 970 issues

    I have an iMac which I boot externally with Samsung EVO 970 and I also have the same problem. It takes more than 2 minutes to boot. I guess it is related to macOS Monterey doing some TRIM related job during the boot. I remember similar issues before. I wish there was a way to disable that trim...
  8. tosbaha

    [Guide] Sony VPCSA Sierra-10.12.4

    Your and my clover.config is so much different. If you use "FileMerge" and compare mine with yours, you can see that it is a lot different. I don't have the problems you have with my DSDT patches and clover config. I neither have constant HD led flashing nor About this Mac problem. My suggestion...
  9. tosbaha

    [Guide] Sony VPCSA Sierra-10.12.4

    Thanks RehabMan. I checked also Linux source codes and it seems they are also calling "Fn Keys enabling function" after sleep as well. This SNFS function is coded by me and AFAIK, Windows version doesn't play an important role for enabling and disabling the keys. I checked OSYS variable and it...
  10. tosbaha

    [Guide] Sony VPCSA Sierra-10.12.4

    Thanks RehabMan for helping out. I will appreciate if you can also comment of function keys of this device. I wrote piece of code which enabled function keys and named SNFS. I call SNFS first inside _REG of H_EC device like below Method (_REG, 2, NotSerialized) // _REG...
  11. tosbaha

    [Guide] Sony VPCSA Sierra-10.12.4

    - SSDT-2 Error. I really don't know the reason of this. AFAIK, reboot happens if DSDT access some code related to SSDT cpu code. You may try using system_PNOT.txt patch for this. You can open a new topic so that other user with more experience can help you further. However I think better way is...
  12. tosbaha

    [Guide] Sony VPCSA Sierra-10.12.4

    Hi, 1. My current setup works with 10.12.5 as well. My hard disk led doesn't flash as you said. Only addition I made is to use new brightness patch that I detailed in this post. 2. SSDT-2 patch is a simple patch which just removes the erroneous line so that file compiles. I don't know maybe your...
  13. tosbaha

    [Guide] Laptop backlight control using AppleBacklightFixup.kext

    I finished writing the post. It is located at here. If you find any error, please feel free to edit it. Thanks
  14. tosbaha

    Fixing Brightness with Custom EDID

    As you probably know, Sierra 10.12.4 changed something which broke brightness settings for most people. Although RehabMan's solution works for most people, it doesn't work for people like me who must inject EDID by Custom EDID either with DSDT or Clover. As RehabMan points out, this is necessary...
  15. tosbaha

    [Guide] Laptop backlight control using AppleBacklightFixup.kext

    Here is what I said Injected Native EDID with Product Id (Apple) Result: Brightness Keys not working. Checked IOReg Product Id is NOT injected using from EDID Injected Patched EDID with NO Product ID Result: Working Injected Patched EDID with Bogus Product ID 11111 Result Working I said in...
  16. tosbaha

    [Guide] Laptop backlight control using AppleBacklightFixup.kext

    RehabMan, the info you posted has some wrong information. You can't just use bogus product id. As you can remember from my posts, my original EDID which had bogus ProductID(not Apple one) didn't work. The ProductID you inject must be something that AppleBacklight knows about and 0x1111 is NOT...
  17. tosbaha

    [Guide] Laptop backlight control using AppleBacklightFixup.kext

    For anybody who uses CustomEDID, EDID patch is necessary. That is all I am saying. I guess finally we agreed that Clover can't inject EDID for whatever reason. This laptop btw correctly boots with Ubuntu and Windows without any EDID patch, that is why I believe that this is a bug from Clover...
  18. tosbaha

    [Guide] Laptop backlight control using AppleBacklightFixup.kext

    Here is what I tried. I removed custom part. just left Inject Edid true. - I restarted laptop - I saw low resolution on boot screen. - Continued with boot but black screen afterwards cant see desktop. - Shutdown computer by pushing power button. - Start computer - Again same low resolution. -...
  19. tosbaha

    [Guide] Laptop backlight control using AppleBacklightFixup.kext

    Finally we have found some common grounds. I am really tired. Could you tell how can I save Clover bootlog. What is the setting should I choose?
  20. tosbaha

    [Guide] Laptop backlight control using AppleBacklightFixup.kext

    Clover can't inject EDID. When I select just Inject Edid= yes, during boot screen I see low resolution which is a indication that Clover can't inject EDID without CustomEDID. After boot completes, I can't see the desktop. It just doesn't work. Btw I also tried to use...
Back
Top