surenmunoo Posted July 4, 2021 Share Posted July 4, 2021 (edited) So finally got Monterey Beta 2 running on my Rocketlake 500 series mobo but with 2 issues so far. Ethernet issues with the i225-V is that I cannot have this kext in the config and cannot have the network cable plugged into the port-it cause the machine to freeze up after a few seconds to minutes of booting into the OS, also the wifi does not work. I have tried numerous tests but network and wifi is a no go. Bluetooth actually works, using internet via a edimax usb dongle for now. Edited July 4, 2021 by surenmunoo Link to comment Share on other sites More sharing options...
PC IT Posted July 4, 2021 Share Posted July 4, 2021 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 Link to comment Share on other sites More sharing options...
Matgen84 Posted July 4, 2021 Share Posted July 4, 2021 14 minutes 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 If you've got Wifi Intel AC-3160 (macOS incompatible): AirportItlwm.kext is necessary. But I don't know if this kext is now compatible with Monterey. Don't forget: it is experimental, developer says. 1 Link to comment Share on other sites More sharing options...
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 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 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 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 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 5 Link to comment 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 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 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 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 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 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 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 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 Share on other sites More sharing options...
eSaF Posted July 5, 2021 Share Posted July 5, 2021 3 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. 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. Spoiler 3 Link to comment 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 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 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 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 Share on other sites More sharing options...
1Revenger1 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). 1 Link to comment Share on other sites More sharing options...
eSaF Posted July 6, 2021 Share Posted July 6, 2021 (edited) 9 minutes 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). 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. Edited July 6, 2021 by eSaF 3 Link to comment 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 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 Share on other sites More sharing options...
Recommended Posts