Skip to content

Commit

Permalink
I211 on Montery; spelling fixes (#334)
Browse files Browse the repository at this point in the history
Co-authored-by: Donat Enikeev <[email protected]>
  • Loading branch information
donatengit and donatengit authored Jan 30, 2022
1 parent 8f338f1 commit 5b0df68
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
6 changes: 6 additions & 0 deletions dictionary/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ AppleHDAInput
AppleHV
AppleHV's
AppleID
AppleIGB
AppleIntelCPUPM
AppleIntelCPUPowerManagement
AppleIntelCPUPowerManagment
Expand Down Expand Up @@ -218,6 +219,7 @@ Baudrate
BeyondCompare
Big
BlueScreen
BlueToolFixup
BootCamp
BootInstall
Bootable
Expand Down Expand Up @@ -258,6 +260,8 @@ CPUID's
CPUs
CR0
CSM
CSR_ALLOW_APPLE_INTERNAL
CSR_ALLOW_UNAUTHENTICATED_ROOT
Capitan
Carcraftz
Celeron
Expand Down Expand Up @@ -1023,6 +1027,7 @@ backlight
backports
base64
bitmask
bluetooth
boot-arg
boot-args
boot-args.
Expand Down Expand Up @@ -1277,6 +1282,7 @@ unenroll
unmount
unoptimized
untrusted
uploader
userspace
v1
v2
Expand Down
12 changes: 11 additions & 1 deletion extras/monterey.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Where `<core count>` is replaced with the physical core count of your CPU in hex

Note that all cards have not been fixed yet, and that bluetooth support is being worked on still.

Do not be suprised if your card does not work, and please be patient!
Do not be surprised if your card does not work, and please be patient!

:::

Expand All @@ -117,6 +117,16 @@ See the below issues for more details:
* [BlueToolFixup PR](https://github.com/acidanthera/BrcmPatchRAM/pull/12)
* [Monterey Beta 5+ issues](https://github.com/acidanthera/bugtracker/issues/1821)

### Ethernet

Intel I211 chipset (typical for some AMD boards i.e. B450) no longer works with SmallTreeIntel82576 kext (network remains in `Cable Unplugged` status).

[AppleIGB](https://github.com/Shaneee/AppleIGB) might work on some systems but it has a known issue to drop connections (primarily after wake-up).

See the below issues for more details:

* [Kext no longer working with MacOS 12.0](https://github.com/khronokernel/SmallTree-I211-AT-patch/issues/3)

### OTA Updates

Starting with Monterey, updates are not delivered to T2 Macs which don't have Secure Boot enabled, and updates do not install properly if your SecureBootModel does not match your machine (ie. non-T2 SMBIOS using j137 or iMacPro1,1 using j160). Hackintoshes which use a T2 SMBIOS **MUST** have OpenCore 0.7.4+ with SecureBootModel set to `Default`. If your SMBIOS does not have a T2 chip, then either `Default` or `Disabled` is ok. More information is available on the [Apple Secure Boot page](https://dortania.github.io/OpenCore-Post-Install/universal/security/applesecureboot.html).
Expand Down
3 changes: 2 additions & 1 deletion ktext.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ Here we're going to assume you know what ethernet card your system has, reminder
* Intel's 82578, 82579, I217, I218 and I219 NICs are officially supported
* Requires OS X 10.9 or newer, 10.6-10.8 users can use the IntelSnowMausi instead for older OSes
* [SmallTreeIntel82576 kext](https://github.com/khronokernel/SmallTree-I211-AT-patch/releases)
* Required for I211 NICs, based off of the SmallTree kext but patched to support I211
* Required for I211 NICs, based off of the SmallTree kext but patched to support I211 (doesn't work on macOS 12 [Monterey](./extras/monterey.md#ethernet)
)
* Required for most AMD boards running Intel NICs
* Requires OS X 10.9-12(v1.0.6), macOS 10.13-14(v1.2.5), macOS 10.15+(v1.3.0)
* [AtherosE2200Ethernet](https://github.com/Mieze/AtherosE2200Ethernet/releases)
Expand Down

0 comments on commit 5b0df68

Please sign in to comment.