Open baglana opened 6 months ago
com.apple.alarm*
would break the sleep.Thanks for your answers.
- Are the USB-C Ethernet Adapters that can work out of the box those that work with real Macs?
Yes, for third-party peripheral driver, our hack behaves exactly the same as real Macs. The compatibility is determined by apple driver. If you are certain that the adapter work out of box for real Macs, it will also work for Xiaomi laptop. The only exception is Thunderbolt devices, which is not a concern for Xiaomi laptop anyway.
State the model XiaoMi-Pro MX150 i5-8G-256G
State the version of the EFI v1.8.1
Describe the bug
USB 10/100 LAN is listed as Disconnected in network settings:
Details screen is like this:
Tried installing the driver referenced here https://github.com/daliansky/XiaoMi-Pro-Hackintosh/issues/256#issuecomment-540884088 Downloaded the RTUNICv1.0.22_Update4.zip file from https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-usb-3-0-software when the page was still available.
Tried multiple times installing the driver and restarting laptop but it didn't solve the issue. Although the installer says that the driver was installed successfully, it seems that it is not.
I also tried running the following commands mentioned here https://github.com/daliansky/XiaoMi-Pro-Hackintosh/issues/275#issuecomment-540709812
But there is no /Library/Extensions/AppleRTL815XEthernet109.kext file on my laptop. Instead there is a /Library/Extensions/AppleRTL815XEthernet110.kext file. So I tried the previous set of commands with updated filenames as well but still get errors:
I suspect that the issue might be with my version of the USB c Ethernet adapter being 8152 while in the mentioned issues people had 8153 (and the driver I tried is for 8152B/8153/8156 but not for 8152):
Do you know what might be the problem? Is there anyone with RTL8152 who has working ethernet? If I buy an RTL8153 adapter will it work?
in the repo readme mean that built in wifi works slowly? Mine works around 10 times slower than wifi on another laptop in the worst case and around 50% slower in the best case. Is it ok? The only fix would be to buy a USB wifi dongle?
After sleep the wifi connection occasionally gets disconnected and I have to reconnect manually. Is it a known issue and is there a fix for that?
Also, is it ok that my laptop regularly wakes up while sleeping?
Maybe I should update the EFI from v1.8.1 to v1.8.2 to solve these problems? Also, does upgrading EFI to a newer version mean that macOS will update? If something will go wrong after I update the EFI folder, is there an easy way to rollback and not lose existing data?
Sorry if my questions are stupid, I am not tech savvy and know nothing about hackintosh.
System log
Report
and attach the log to help find the problem.Screenshots
Attach your entire EFI folder
Attach system.log
log show --predicate "processID == 0" --last boot --debug | grep "ERR"
inTerminal.app
to help locate the problem.