Jump to content

[pre-release] macOS Monterey


1,859 posts in this topic

Recommended Posts

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 by surenmunoo
Link to comment
Share on other sites

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

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.

  • Like 1
Link to comment
Share on other sites

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 by HenryV
Link to comment
Share on other sites

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 2
Link to comment
Share on other sites

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 :boxing:

Screenshot 2021-07-04 at 21.49.28.png

Screenshot 2021-07-04 at 21.51.49.png

Screenshot 2021-07-04 at 21.50.29.png

Screenshot 2021-07-04 at 21.52.35.png

Screenshot 2021-07-04 at 21.51.05.png

Screenshot 2021-07-04 at 21.53.46.png

Screenshot 2021-07-04 at 21.55.13.png

Edited by Rocky12
  • Like 5
Link to comment
Share on other sites

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

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!

  • Like 1
Link to comment
Share on other sites

Guest 5T33Z0
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

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

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
  • Like 1
Link to comment
Share on other sites

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.

390876298_ScreenShot2021-07-05at6_59_51PM.thumb.png.5ccca601465afd0c0e9f308aca5b50f1.png

756043265_ScreenShot2021-07-05at7_00_16PM.thumb.png.68176f83b50eddc3e42507747ec00006.png

Link to comment
Share on other sites

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

693829463_ScreenShot2021-07-05at11_28_23.png.7ae51b73f92016601c95273fe0ea8c30.png1854814363_ScreenShot2021-07-05at11_29_20.png.1b156bcc74ab226946fde334ffefdf3d.png

 

  • Like 3
Link to comment
Share on other sites

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

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

693829463_ScreenShot2021-07-05at11_28_23.png.7ae51b73f92016601c95273fe0ea8c30.png1854814363_ScreenShot2021-07-05at11_29_20.png.1b156bcc74ab226946fde334ffefdf3d.png

 

Thanks , Guess we will have to wait this one out. 

  • Like 1
Link to comment
Share on other sites

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.

390876298_ScreenShot2021-07-05at6_59_51PM.thumb.png.5ccca601465afd0c0e9f308aca5b50f1.png

756043265_ScreenShot2021-07-05at7_00_16PM.thumb.png.68176f83b50eddc3e42507747ec00006.png

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/

  • Like 2
Link to comment
Share on other sites

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).

  • Thanks 1
Link to comment
Share on other sites

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. :thumbsup_anim:

Edited by eSaF
  • Like 3
Link to comment
Share on other sites

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) :cry: 

EDIT 2: The HDD renamed boot fine.

Edited by Matgen84
  • Sad 2
Link to comment
Share on other sites

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...