daliansky / XiaoMi-Pro-Hackintosh

XiaoMi NoteBook Pro Hackintosh
BSD Zero Clause License
2.61k stars 471 forks source link

Freezes after a few minutes when connecting to enterprise wifi #99

Open shilch opened 5 years ago

shilch commented 5 years ago

So, this is a weird issue. I have installed the BCM943602CS with the adapter from taobao. It works very well, except when I connect to the enterprise wifi in university (no issues with home wifi). After about 2-3 minutes in the network, the screen freezes and I need to reboot the laptop. My current workaround is using my phone for tethering, but that's only a temporary solution.

Do you have any ideas how to fix the issue? Thanks in advance!

OS is macOS Mojave 10.14.1 (18B75)

wisper-shadow commented 5 years ago

Are you linking to the SSID: eduroam WiFi ? with your student id and password inputed?

So, this is a weird issue. I have installed the BCM943602CS with the adapter from taobao. It works very well, except when I connect to the enterprise wifi in university (no issues with home wifi). After about 2-3 minutes in the network, the screen freezes and I need to reboot the laptop. My current workaround is using my phone for tethering, but that's only a temporary solution.

Do you have any ideas how to fix the issue? Thanks in advance!

OS is macOS Mojave 10.14.1 (18B75)

shilch commented 5 years ago

Yes, exactly!

wisper-shadow commented 5 years ago

Yes, exactly!

My taobao card is on the way. After i receive it i will test on my campus.

wisper-shadow commented 5 years ago

Yes, exactly!

I have tested my taboo card. I think it is working fine with my campus wifi.

shilch commented 5 years ago

@wisper-shadow I was wondering whether the issue is not related to the access point being an enterprise wifi but due to having high speed connection.
Can you run a speed test when connected to your eduroam, please?

shilch commented 5 years ago

Or maybe it's an issue with 5Ghz 🤔

shilch commented 5 years ago

@stevezhengshiqi Is there some way to hide the Intel Wireless from macOS? It's still shown for me but says "driver missing".

image

stevezhengshiqi commented 5 years ago

@shilch "Hide" the Intel Wireless device is easy. Open config.plist and delete following code:

<key>PciRoot(0x0)/Pci(0x1c,0x7)/Pci(0x0,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal</string>
                <key>model</key>
                <string>Intel Wireless 8265</string>
            </dict>

But the wireless device is still consuming power. See issue https://github.com/daliansky/XiaoMi-Pro/issues/13#issuecomment-494756444. Help is needed.

shilch commented 5 years ago

Thanks, I'll test whether this will fix my issue.

shilch commented 5 years ago

Actually, there isn't any such entry in my config.plist

stevezhengshiqi commented 5 years ago

@shilch Then you may not use the latest version EFI. You can find the similar code in CLOVER/ACPI/patched/SSDT-PXSX.aml

fsword-13 commented 2 years ago

Hello, I have the same issue. "After about 2-3 minutes in the network, the screen freezes and I need to reboot the laptop."

I use the Intel integrated card for Bluetooth and BCM94360CS2 for Wi-Fi.

How i can resolve freze problem?

I have OpenCore with Monterey installed.