Contribute
Register

Lots of problems don't know where to start (debug log included)

Status
Not open for further replies.
Joined
Apr 2, 2018
Messages
3
Motherboard
ASRock B250 PRO 4
CPU
i7-7700
Graphics
RX 560
Mobile Phone
  1. Android
So, I have this build
i7-7700
ASRock B250 PRO 4
ROG RX560
BCM943602CS


With this problems:
- I tried to update to 10.14.1, is not working
- I have a pair of bluetooth headphones (OnePlus Bullets Wireless) which work fine with the phone but with the pc sometimes the audio lags and stutters;
- I have different audio outputs and don't know why, since I only have the monitor attach with DP. (See Schermata 2018-11-10 alle 15.08.04.png)
- The front panel headpone jack doesen't work properly (I don't know if it's software related)
- I'm not sure about the performance of the cpu/gpu, the system lags sometimes.

Thank you for your time and patience.
 

Attachments

  • debug_18751.zip
    2.9 MB · Views: 58
  • Schermata 2018-11-10 alle 15.08.04.png
    Schermata 2018-11-10 alle 15.08.04.png
    132.9 KB · Views: 42
So, I have this build
i7-7700
ASRock B250 PRO 4
ROG RX560
BCM943602CS


With this problems:
- I tried to update to 10.14.1, is not working
- I have a pair of bluetooth headphones (OnePlus Bullets Wireless) which work fine with the phone but with the pc sometimes the audio lags and stutters;
- I have different audio outputs and don't know why, since I only have the monitor attach with DP. (See Schermata 2018-11-10 alle 15.08.04.png)
- The front panel headpone jack doesen't work properly (I don't know if it's software related)
- I'm not sure about the performance of the cpu/gpu, the system lags sometimes.

Thank you for your time and patience.

Comments:
- CPU PM not implemented. Need to set config.plist/ACPI/SSDT/Generate/PluginType=true.
- For audio jack, try different (supported) layout-id
Note:
Code:
NUC6i7KYK:applealc.git rehabman$ ls Resources/ALC892/layout*
Resources/ALC892/layout1.xml       Resources/ALC892/layout28.xml.zlib   Resources/ALC892/layout5.xml.zlib
Resources/ALC892/layout1.xml.zlib   Resources/ALC892/layout3.xml       Resources/ALC892/layout7.xml
Resources/ALC892/layout12.xml       Resources/ALC892/layout3.xml.zlib   Resources/ALC892/layout7.xml.zlib
Resources/ALC892/layout12.xml.zlib   Resources/ALC892/layout31.xml       Resources/ALC892/layout92.xml
Resources/ALC892/layout15.xml       Resources/ALC892/layout31.xml.zlib   Resources/ALC892/layout92.xml.zlib
Resources/ALC892/layout2.xml       Resources/ALC892/layout4.xml       Resources/ALC892/layout99.xml
Resources/ALC892/layout2.xml.zlib   Resources/ALC892/layout4.xml.zlib   Resources/ALC892/layout99.xml.zlib
Resources/ALC892/layout28.xml       Resources/ALC892/layout5.xml
- your audio configuration is wrong (AppleALC should not be combined with other audio solutions)
Note (from your kextcache output):
Code:
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f99ac8530d0 [0x7fff9ef588e0]> { URL = "AppleALC.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.AppleALC" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f99ac849d20 [0x7fff9ef588e0]> { URL = "realtekALC.kext/ -- file:///Library/Extensions/", ID = "com.apple.driver.RealtekALC" }
Kext with invalid signatured (-67054) allowed: <OSKext 0x7f99a95577d0 [0x7fff9ef588e0]> { URL = "AppleHDA.kext/ -- file:///System/Library/Extensions/", ID = "com.apple.driver.AppleHDA" }
- apfs.efi should not be in drivers64UEFI. That is the job of ApfsDriverLoader-64.efi
- GenericUSBXHCI.kext does not apply to your hardware. Remove.
- your USB config is wrong. See guide: https://www.tonymacx86.com/threads/guide-creating-a-custom-ssdt-for-usbinjectall-kext.211311/
 
Comments:
- CPU PM not implemented. Need to set config.plist/ACPI/SSDT/Generate/PluginType=true.
- For audio jack, try different (supported) layout-id
Note:
Code:
NUC6i7KYK:applealc.git rehabman$ ls Resources/ALC892/layout*
Resources/ALC892/layout1.xml       Resources/ALC892/layout28.xml.zlib   Resources/ALC892/layout5.xml.zlib
Resources/ALC892/layout1.xml.zlib   Resources/ALC892/layout3.xml       Resources/ALC892/layout7.xml
Resources/ALC892/layout12.xml       Resources/ALC892/layout3.xml.zlib   Resources/ALC892/layout7.xml.zlib
Resources/ALC892/layout12.xml.zlib   Resources/ALC892/layout31.xml       Resources/ALC892/layout92.xml
Resources/ALC892/layout15.xml       Resources/ALC892/layout31.xml.zlib   Resources/ALC892/layout92.xml.zlib
Resources/ALC892/layout2.xml       Resources/ALC892/layout4.xml       Resources/ALC892/layout99.xml
Resources/ALC892/layout2.xml.zlib   Resources/ALC892/layout4.xml.zlib   Resources/ALC892/layout99.xml.zlib
Resources/ALC892/layout28.xml       Resources/ALC892/layout5.xml
- your audio configuration is wrong (AppleALC should not be combined with other audio solutions)
Note (from your kextcache output):
Code:
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f99ac8530d0 [0x7fff9ef588e0]> { URL = "AppleALC.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.AppleALC" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f99ac849d20 [0x7fff9ef588e0]> { URL = "realtekALC.kext/ -- file:///Library/Extensions/", ID = "com.apple.driver.RealtekALC" }
Kext with invalid signatured (-67054) allowed: <OSKext 0x7f99a95577d0 [0x7fff9ef588e0]> { URL = "AppleHDA.kext/ -- file:///System/Library/Extensions/", ID = "com.apple.driver.AppleHDA" }
- apfs.efi should not be in drivers64UEFI. That is the job of ApfsDriverLoader-64.efi
- GenericUSBXHCI.kext does not apply to your hardware. Remove.
- your USB config is wrong. See guide: https://www.tonymacx86.com/threads/guide-creating-a-custom-ssdt-for-usbinjectall-kext.211311/
Thank you for your reply.
-I did the CPU PM
-Removed apfs.efi
-I think I also removed GenericUSBHCI.kext
-I didn't try changing the USB config, yet.
But with the audio I messed up, I tried this guide amongst others but I can't figure out if I cleaned everything after each try.
After spending yesterday afternoon trying to fix it, now I'm thinking about a fresh install.
 

Attachments

  • debug_21725.zip
    2.5 MB · Views: 41
Status
Not open for further replies.
Back
Top