Ludox Posted July 7, 2021 Share Posted July 7, 2021 Update perfectly executed with the Clover without problems For wifi I solved with a USB wifi stick that works with both Big Sur and Monterey using Chris friend's kexts applications, hoping that you can solve the problem of WiFi Atheros 9565 2 Link to comment Share on other sites More sharing options...
HenryV Posted July 7, 2021 Share Posted July 7, 2021 5 minutes ago, ludox said: Update perfectly executed with the Clover without problems For wifi I solved with a USB wifi stick that works with both Big Sur and Monterey using Chris friend's kexts applications, hoping that you can solve the problem of WiFi Atheros 9565 When booting with late release of clover, It is worthwhile to note that the reliability of the AirportItlwm.kexts have improved to the point that supported intel wifi cards are an acceptable alternative to the much pricier Broadcom units. Intel card is working reliably from High Sierra though Monterey, although better results may be obtained, in some cases, by installing the kext as opposed to injecting it. https://github.com/1hbb/OpenIntelWireless-Factory/releases more useful links here: https://www.insanelymac.com/forum/topic/346639-updated-tips-and-observations-for-big-sur-and-monterey-b2/ Note that AirportItlwm may inject/load but not function properly with late release of Open Core. Link to comment Share on other sites More sharing options...
MilesMan Posted July 7, 2021 Share Posted July 7, 2021 What speed does the i225-V connect at with the vit9696 boot-args patch, does it connect at the full 2.5 Gbps, or is it limited to 1 Gbps?I couldn’t tell you as I only have gigabit home network but my assumption is that you would be able to get the full 2.5gbps since it is a newly natively supported LAN. Sent from my iPhone using Tapatalk Link to comment Share on other sites More sharing options...
dehjomz Posted July 8, 2021 Share Posted July 8, 2021 (edited) 1 hour ago, MilesMan said: I couldn’t tell you as I only have gigabit home network but my assumption is that you would be able to get the full 2.5gbps since it is a newly natively supported LAN. Sent from my iPhone using Tapatalk Thanks! I’ll have to be an empiricist and I will have to test. I have a 10 gbps switch for my local LAN, and I use Aquantia 10 gbps, which has no problems whatsoever with Monterey, so I haven’t been using the Intel 2.5 gbps. Edited July 8, 2021 by dehjomz Link to comment Share on other sites More sharing options...
LockDown Posted July 8, 2021 Share Posted July 8, 2021 Hello Does anyone know how to change the NVME to be seen as Apple SSD Controller instead of Generic SSD Controller? Thanks! Link to comment Share on other sites More sharing options...
miliuco Posted July 8, 2021 Share Posted July 8, 2021 12 hours ago, ellaosx said: Does anyone know how to change the NVME to be seen as Apple SSD Controller instead of Generic SSD Controller? It seems that your last post has disappeared. I was asking you for the injector you have used. 1 Link to comment Share on other sites More sharing options...
Allan Posted July 8, 2021 Share Posted July 8, 2021 18 hours ago, ellaosx said: Hello Does anyone know how to change the NVME to be seen as Apple SSD Controller instead of Generic SSD Controller? Thanks! You can use a DSDT patch, don't know if you can do the same using a SSDT. Here I'm using a DSDT patch, with @MaLd0n's help: 1 Link to comment Share on other sites More sharing options...
HenryV Posted July 8, 2021 Share Posted July 8, 2021 13 minutes ago, Allan said: You can use a DSDT patch, don't know if you can do the same using a SSDT. Here I'm using a DSDT patch, with @MaLd0n's help: Does this simply rename the device or does it introduce specific parameters to interface with the OS? Link to comment Share on other sites More sharing options...
deeveedee Posted July 9, 2021 Share Posted July 9, 2021 21 hours ago, ellaosx said: Hello Does anyone know how to change the NVME to be seen as Apple SSD Controller instead of Generic SSD Controller? Thanks! Is this purely cosmetic, or is there a functional benefit? Link to comment Share on other sites More sharing options...
LockDown Posted July 9, 2021 Share Posted July 9, 2021 (edited) Purely cosmetic i guess @tonyx86 unless you fake the ID. All i did is changed the plist from Generic to Apple and up the IOPROBE then made an injector. Someone wrote a better method by using device>properties, but got deleted because of being off topic maybe 😁 Edited July 9, 2021 by ellaosx 1 Link to comment Share on other sites More sharing options...
miliuco Posted July 9, 2021 Share Posted July 9, 2021 (edited) @ellaosx Yesterday the forum was down for a while. I think your post was deleted in that period of time. And yes it’s cosmetic. Edited July 9, 2021 by miliuco 1 1 Link to comment Share on other sites More sharing options...
verleihnix Posted July 9, 2021 Share Posted July 9, 2021 7 hours ago, ellaosx said: Purely cosmetic i guess @tonyx86 unless you fake the ID. All i did is changed the plist from Generic to Apple and up the IOPROBE then made an injector. Someone wrote a better method by using device>properties, but got deleted because of being off topic maybe 😁 <key>PciRoot(0x0)/Pci(0x1,0x1)/Pci(0x0,0x0)</key> <dict> <key>AAPL,slot-name</key> <string>Built In</string> <key>IOName</key> <string>pci144d,a806</string> <key>built-in</key> <string>NVMe SSD</string> <key>compatible</key> <string>pci144d,a806</string> <key>device-id</key> <data> BqgAAA== </data> <key>device_type</key> <string>Storage Controller</string> <key>model</key> <string>Apple NVMe M2 Flash Drive</string> <key>name</key> <string>pci144d,a806</string> <key>revision-id</key> <data> AAAAAA== </data> <key>subsystem-id</key> <data> AagAAA== </data> <key>subsystem-vendor-id</key> <data> TRQAAA== </data> <key>vendor-id</key> <data> TRQAAA== </data> </dict> 2 2 Link to comment Share on other sites More sharing options...
apfelnico Posted July 9, 2021 Share Posted July 9, 2021 On 7/8/2021 at 6:11 AM, ellaosx said: Hello Does anyone know how to change the NVME to be seen as Apple SSD Controller instead of Generic SSD Controller? Thanks! It works like this too: https://www.hackintosh-forum.de/forum/thread/54361-nvmexpress-apple-ssd-controller/?postID=708868#post708868 4 Link to comment Share on other sites More sharing options...
Stefanalmare Posted July 9, 2021 Share Posted July 9, 2021 3 hours ago, apfelnico said: It works like this too: https://www.hackintosh-forum.de/forum/thread/54361-nvmexpress-apple-ssd-controller/?postID=708868#post708868 Can you share this kext? Link to comment Share on other sites More sharing options...
apfelnico Posted July 9, 2021 Share Posted July 9, 2021 3 hours ago, Stefanalmare said: Can you share this kext? Tested with macOS Monterey. The Kernel Extension is attached, but you still need to adapt the parameter "IOPCIPRIMARYMATCH" to your controller. X299NVMe.kext.zip 4 1 Link to comment Share on other sites More sharing options...
Stefanalmare Posted July 9, 2021 Share Posted July 9, 2021 37 minutes ago, apfelnico said: Tested with macOS Monterey. The Kernel Extension is attached, but you still need to adapt the parameter "IOPCIPRIMARYMATCH" to your controller. X299NVMe.kext.zip 3.31 kB · 4 downloads It work. Thank you! 1 Link to comment Share on other sites More sharing options...
miliuco Posted July 9, 2021 Share Posted July 9, 2021 Thanks @apfelnico and @verleihnix both methods work well. Adapted to WD Black SN750 (15b7:5002). 2 Link to comment Share on other sites More sharing options...
MacWill Posted July 9, 2021 Share Posted July 9, 2021 28 minutes ago, miliuco said: Thanks @apfelnico and @verleihnix both methods work well. Adapted to WD Black SN750 (15b7:5002). And on another Motherboard as: Gigabyte Z590 Vision G? Link to comment Share on other sites More sharing options...
miliuco Posted July 9, 2021 Share Posted July 9, 2021 2 hours ago, MacWill said: And on another Motherboard as: Gigabyte Z590 Vision G? Ok, I have the Apfelnico kext, named X299NVMe.kext. I click on the file > Show package content > Contents > open Info.pist. There is a line IOPCIPrimaryMatch, here I have put the vendor-device id of the NVMe disk, not of the mobo. I have 2 M2 disks, both of them are WD SN750 but each one has a different device id > 15b7:5002 and 15b7:5006. In the IOPCIPrimaryMatch line (string) I have writed the 2 values, separated by a space, reversed bytes (first device and then vendor): 0x500215b7 0x500615b7. How do you know vendor and device id of the M2 disk (or disks)? I have looked at Hackintool > PCIe and here it is easy to see these data. 2 2 Link to comment Share on other sites More sharing options...
MacWill Posted July 9, 2021 Share Posted July 9, 2021 1 hour ago, miliuco said: Ok, I have the Apfelnico kext, named X299NVMe.kext. I click on the file > Show package content > Contents > open Info.pist. There is a line IOPCIPrimaryMatch, here I have put the vendor-device id of the NVMe disk, not of the mobo. I have 2 M2 disks, both of them are WD SN750 but each one has a different device id > 15b7:5002 and 15b7:5006. In the IOPCIPrimaryMatch line (string) I have writed the 2 values, separated by a space, reversed bytes (first device and then vendor): 0x500215b7 0x500615b7. How do you know vendor and device id of the M2 disk (or disks)? I have looked at Hackintool > PCIe and here it is easy to see these data. Perfect! 1 Link to comment Share on other sites More sharing options...
HenryV Posted July 13, 2021 Share Posted July 13, 2021 Does anyone know if there is a NetSpot beta that works in Monterey with Intel wifi? Link to comment Share on other sites More sharing options...
Stefanalmare Posted July 14, 2021 Share Posted July 14, 2021 Does anybody know how to extract bluetoth keys from Monterey to use in Windows? Link to comment Share on other sites More sharing options...
Slice Posted July 14, 2021 Share Posted July 14, 2021 No chances. 1 Link to comment Share on other sites More sharing options...
Pavo Posted July 14, 2021 Share Posted July 14, 2021 Monterey beta 3 out 10 3 Link to comment Share on other sites More sharing options...
Anto65 Posted July 14, 2021 Share Posted July 14, 2021 ! Done ! 4 Link to comment Share on other sites More sharing options...
Recommended Posts