FredWst Posted July 4, 2021 Share Posted July 4, 2021 (edited) Hi I've Lenovo T15 Gen 1 : OC71 : Monterey with those kext below. https://github.com/OpenIntelWireless/IntelBluetoothFirmware/releases/download/v2.0.0-RC1/IntelBluetoothFirmware-2.0.0-DEBUG.zip https://github.com/OpenIntelWireless/itlwm/releases/download/v2.0.0-alpha/AirportItlwm-Monterey-v2.0.0-DEBUG-alpha-22a83ab.zip Fred Edited July 4, 2021 by FredWst Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762263 Share on other sites More sharing options...
HenryV Posted July 4, 2021 Share Posted July 4, 2021 (edited) 4 hours ago, PC IT said: Hello to all, Everything is working on my hack but airplay, i have to use the wifi kext AirportItlwm.kext as i have intel wifi card, is there any other way i can use airplay without this kext, as it causes testing logs and a delay in the booting time, + wifi is not working, Os is Monterey There is an AirportItlwm working in Monterey Beta 2 older version: AirportItlwm-Monterey-alpha-0d2c26c.zip 13meg+ link to more recent version: https://github.com/1hbb/OpenIntelWireless-Factory/releases/download/2021-07-04--16-06-03/AirportItlwm-Monterey.zip You may not have proper injection with Open Core. Injection works with Clover 5137. Edited July 4, 2021 by HenryV Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762265 Share on other sites More sharing options...
MilesMan Posted July 4, 2021 Share Posted July 4, 2021 Hi all, I've been following this thread for quite a while and noticed a lot of you have issues with the intel i225-V NIC working in 11.4 and 12.0. I saw @5T33Z0 posted the issue over at the dortania github and decided to chime in with my experience as well. So it appears that the i225-V is now natively supported in macOS starting in 11.4+. I was able to get this card working in 11.4 and 12.0 by follow the suggestions by vit9696. The solution is very simple. 1) DISABLE the kernel patch OR change maxkernel 20.4 to the com.apple.driver.AppleIntelI210Ethernet kernel patch. Since this is not necessary in 11.4+ we can disable it. 2) Change the DeviceProperties device-ID of your NIC to F3150000 (or just disable this). Mine is located at PciRoot(0x0)/Pci(0x1C,0x4)/Pci(0x0,0x0). Yours might be different. This is the native device Id of my card. 3) Add boot arg dk.e1000=0 Working perfectly for me in 12.0 beta 1. I have been unable to test beta 2 as I can't get it to install properly but that's an issue for another day. Notes: This will likely break ethernet for anything less than 11.4. The device ID still needs to be faked for bigsur 11.3 and Catalina. @5T33Z0 Did you ever get your gigabyte motherboard to work properly with these steps in monterey? As my NIC works perfectly now on my Z490A I am wondering if there are other issues with the i225V on other boards. 2 Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762267 Share on other sites More sharing options...
FredWst Posted July 4, 2021 Share Posted July 4, 2021 (edited) HenryV, what's the official GitHub ? Fred Edited July 4, 2021 by FredWst Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762268 Share on other sites More sharing options...
Rocky12 Posted July 4, 2021 Share Posted July 4, 2021 (edited) Finally, got it the X58 Beast doesn't let me down it was not easy, but I did it and here I am with Beta 2 Open Core 0.6.3 Emulated NVRAM Edited July 4, 2021 by Rocky12 4 Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762269 Share on other sites More sharing options...
HenryV Posted July 4, 2021 Share Posted July 4, 2021 3 minutes ago, FredWst said: HenryV, what's the official GitHub ? Fred It's in the links section here: https://www.insanelymac.com/forum/topic/346639-updated-tips-and-observations-for-big-sur-and-monterey-b2/ particularly (in assets): https://github.com/1hbb/OpenIntelWireless-Factory/release Keep in mind that am running the alpha and works fine in Monterey beta2. Have downloaded the currently posted version but not tested it yet. Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762271 Share on other sites More sharing options...
FredWst Posted July 4, 2021 Share Posted July 4, 2021 Ok Thanks https://github.com/1hbb/OpenIntelWireless-Factory/releases Fred Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762272 Share on other sites More sharing options...
MilesMan Posted July 4, 2021 Share Posted July 4, 2021 37 minutes ago, MilesMan said: Hi all, I've been following this thread for quite a while and noticed a lot of you have issues with the intel i225-V NIC working in 11.4 and 12.0. I saw @5T33Z0 posted the issue over at the dortania github and decided to chime in with my experience as well. So it appears that the i225-V is now natively supported in macOS starting in 11.4+. I was able to get this card working in 11.4 and 12.0 by follow the suggestions by vit9696. The solution is very simple. 1) DISABLE the kernel patch OR change maxkernel 20.4 to the com.apple.driver.AppleIntelI210Ethernet kernel patch. Since this is not necessary in 11.4+ we can disable it. 2) Change the DeviceProperties device-ID of your NIC to F3150000 (or just disable this). Mine is located at PciRoot(0x0)/Pci(0x1C,0x4)/Pci(0x0,0x0). Yours might be different. This is the native device Id of my card. 3) Add boot arg dk.e1000=0 Working perfectly for me in 12.0 beta 1. I have been unable to test beta 2 as I can't get it to install properly but that's an issue for another day. Notes: This will likely break ethernet for anything less than 11.4. The device ID still needs to be faked for bigsur 11.3 and Catalina. @5T33Z0 Did you ever get your gigabyte motherboard to work properly with these steps in monterey? As my NIC works perfectly now on my Z490A I am wondering if there are other issues with the i225V on other boards. Update: The intel I225-V on the asus z490 works perfect in Monterey Beta 2! 1 Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762273 Share on other sites More sharing options...
Guest 5T33Z0 Posted July 4, 2021 Share Posted July 4, 2021 53 minutes ago, MilesMan said: Hi all, I've been following this thread for quite a while and noticed a lot of you have issues with the intel i225-V NIC working in 11.4 and 12.0. I saw @5T33Z0 posted the issue over at the dortania github and decided to chime in with my experience as well. So it appears that the i225-V is now natively supported in macOS starting in 11.4+. I was able to get this card working in 11.4 and 12.0 by follow the suggestions by vit9696. The solution is very simple. 1) DISABLE the kernel patch OR change maxkernel 20.4 to the com.apple.driver.AppleIntelI210Ethernet kernel patch. Since this is not necessary in 11.4+ we can disable it. 2) Change the DeviceProperties device-ID of your NIC to F3150000 (or just disable this). Mine is located at PciRoot(0x0)/Pci(0x1C,0x4)/Pci(0x0,0x0). Yours might be different. This is the native device Id of my card. 3) Add boot arg dk.e1000=0 Working perfectly for me in 12.0 beta 1. I have been unable to test beta 2 as I can't get it to install properly but that's an issue for another day. Notes: This will likely break ethernet for anything less than 11.4. The device ID still needs to be faked for bigsur 11.3 and Catalina. @5T33Z0 Did you ever get your gigabyte motherboard to work properly with these steps in monterey? As my NIC works perfectly now on my Z490A I am wondering if there are other issues with the i225V on other boards. Like I said in this Discussion: https://github.com/dortania/bugtracker/issues/213 , you could leave the device Id at F21…, keep the kernel patch enabled (since it only applies to Catalina and Big Sur 11.3 (=Kernel 20.4) and add the boot-arg enabled to have working Internet accross the spectrum from 10.15 up to 11.4 without worries - expecially if your are working in a multiboot environment wih various macOS vrsions. Otherwise it's cleaner to only enable the configuration for the OS you are using. So for Catalina and Big Sur 11.3 Device Properties + Kernel Patch and for 11.4 boot-arg only, diabling the DeviceProperty entry and Kernel patch. I managed installing beta 2 with OpenCore today after i disabled "SecureBootModel" . I then got Ethernet Conncted (green) by assigning an IP and the rest of the Network settings manually, but I can'r get on the Internet. That's more than I could do in beta 1 but I hope it will work in the end. I don't want to put in an extra LAN Card in the built. Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762275 Share on other sites More sharing options...
MacWill Posted July 4, 2021 Share Posted July 4, 2021 1 hour ago, MilesMan said: Update: The intel I225-V on the asus z490 works perfect in Monterey Beta 2! The solution runs on Boot Beta 2 on the Z590 Vision g. Thanks The solution is missing for the TP-Link TL-WDN4800. Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762279 Share on other sites More sharing options...
Middleman Posted July 5, 2021 Share Posted July 5, 2021 4 hours ago, MacWill said: The solution runs on Boot Beta 2 on the Z590 Vision g. Thanks The solution is missing for the TP-Link TL-WDN4800. Try Airportbrcmfixup plus Lilu and see if they work first. Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762289 Share on other sites More sharing options...
SavageAUS Posted July 5, 2021 Share Posted July 5, 2021 The solution runs on Boot Beta 2 on the Z590 Vision g. Thanks The solution is missing for the TP-Link TL-WDN4800.Isn’t that an Atheros chipset based adapter?Sent from my iPhone using Tapatalk 1 Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762293 Share on other sites More sharing options...
surenmunoo Posted July 5, 2021 Share Posted July 5, 2021 11 hours ago, HenryV said: There is an AirportItlwm working in Monterey Beta 2 older version: AirportItlwm-Monterey-alpha-0d2c26c.zip 13meg+ link to more recent version: https://github.com/1hbb/OpenIntelWireless-Factory/releases/download/2021-07-04--16-06-03/AirportItlwm-Monterey.zip You may not have proper injection with Open Core. Injection works with Clover 5137. I tried this kext and still got no wifi, any other suggestions. It shows in Hackintool but wifi is not working. I even included the device properties but nothing. Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762298 Share on other sites More sharing options...
MacWill Posted July 5, 2021 Share Posted July 5, 2021 5 hours ago, SavageAUS said: Isn’t that an Atheros chipset based adapter? Sent from my iPhone using Tapatalk HS80211Family.kext & AirPortAtheros40.kext depends on compatibility. TP-LINK TL-WDN4800 Atheros AR9380. Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762317 Share on other sites More sharing options...
surenmunoo Posted July 5, 2021 Share Posted July 5, 2021 8 hours ago, eSaF said: If you're referring to the problem in Monterey Beta2, WIFI/B-Tooth in operation is somewhat flaky because of slight changes in this OS. As you can see from my attached pics, even though I have both WIFI and B/Tooth working, information about B/T is not populated in Hackintool also what I have noticed on my rig, whereas I get full WIFI reception in BS, it drops by one bar in Monterey. We just have to wait and see if the situation improves in future updates. Hide contents Thanks , Guess we will have to wait this one out. 1 Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762352 Share on other sites More sharing options...
HenryV Posted July 5, 2021 Share Posted July 5, 2021 13 hours ago, surenmunoo said: I tried this kext and still got no wifi, any other suggestions. It shows in Hackintool but wifi is not working. I even included the device properties but nothing. AirportItlwm loads but is not functional booting with recent Open Core. Booting with Clover 5137 AirportItlwm loads and funtions ok. If you choose to use Open Core you could try loading it from /Library/Extensions. You can copy the kext(s) there from recovery console and make a new snapshot. Update with full installer. See the section here for copy kexts to system volume and set permissions/kmutil: https://www.insanelymac.com/forum/topic/346639-updated-tips-and-observations-for-big-sur-and-monterey-b2/ 2 Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762356 Share on other sites More sharing options...
pet1 Posted July 5, 2021 Share Posted July 5, 2021 Can confirm setting secure boot to disabled and re-downloading the update works. Now should is remain disabled? Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762364 Share on other sites More sharing options...
Avery B Posted July 6, 2021 Share Posted July 6, 2021 32 minutes ago, pet1 said: Can confirm setting secure boot to disabled and re-downloading the update works. Now should is remain disabled? Secure boot seems to work fine after the update, I re enabled mine without issue. I'd re-enable it, mostly because there isn't much reason to leave it off (unless the next update doesn't like it again). Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762365 Share on other sites More sharing options...
Matgen84 Posted July 6, 2021 Share Posted July 6, 2021 (edited) Hi @all On my Z390 config, I upgrade BS 11.5 Beta 3 to Monterey Beta 2. I rename my Monterey Beta hard disk: BigSur to Monterey. Since, I can't boot macOS from an USB stick (Latest commit Clover or Opencore). I try to come back to the old name, same issue. Both bootloader stuck at [EB LOG:EXITBS:START]. The USB drive works well before. It's me or somebody have the same problem ! Let me know. Please EDIT 1: each bootloader shows up 'BigSur' instead of 'Monterey in Clover GUI or BootPicker (Opencanopy) EDIT 2: The HDD renamed boot fine. Edited July 6, 2021 by Matgen84 2 Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762376 Share on other sites More sharing options...
hiphopboy Posted July 6, 2021 Share Posted July 6, 2021 8 hours ago, pet1 said: Can confirm setting secure boot to disabled and re-downloading the update works. Now should is remain disabled? Must diable Secure Boot on opencore configurator to install update Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762378 Share on other sites More sharing options...
miliuco Posted July 6, 2021 Share Posted July 6, 2021 8 hours ago, eSaF said: I concur, done as you advised, re-enabled, rebooted, cleaned NVRAM and no adverse effect to booting Monterey, hope it stays that way for the next update. Just like me. 1 Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762382 Share on other sites More sharing options...
sonicthehedgehog2 Posted July 6, 2021 Share Posted July 6, 2021 Just installed Monterey on my Dell XPS8500 (ivy bridge) using Maldon’s Pre-configured clover efi - thanks Maldon. Time to add platform info and get Broadcom working 3 Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762388 Share on other sites More sharing options...
MorenoAv Posted July 6, 2021 Share Posted July 6, 2021 Hi all, Today I was able to finish an usb installer with clover in it, and it boots but the usb installer don't appear in clover configurator or in my desktop when booted, for that reason It only boots with the usb, anyone could look at my config.plist and see where is my mistake, please? Thanks PS: I only tried to make and usb installer using clover to see if with clover sound and usb worked in macOS Monterey and both work with clover, with OC 0.7.1 with BlueToolFixup.kext, I never managed to have bluetooth and most of the time sound, for that reason I stayed in macOS Big Sur, although in my other ssd I had Monterey installed updated... config.plist.zip Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762391 Share on other sites More sharing options...
iCanaro Posted July 6, 2021 Share Posted July 6, 2021 12 minutes ago, MorenoAv said: Today I was able to finish an usb installer with clover in it, and it boots but the usb installer don't appear in clover configurator or in my desktop when booted, for that reason It only boots with the usb, anyone could look at my config.plist and see where is my mistake, please? test: GUI --> Scan --> Auto = yes 1 Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762392 Share on other sites More sharing options...
pet1 Posted July 6, 2021 Share Posted July 6, 2021 15 hours ago, 1Revenger1 said: Secure boot seems to work fine after the update, I re enabled mine without issue. I'd re-enable it, mostly because there isn't much reason to leave it off (unless the next update doesn't like it again). Is there any harm in leaving it disabled just in case, for future updates? Link to comment https://www.insanelymac.com/forum/topic/348725-pre-release-macos-monterey/page/28/#findComment-2762395 Share on other sites More sharing options...
Recommended Posts