Contribute
Register

mini ITX build for 5.2k GoPro Fusion video rendering and editing

Status
Not open for further replies.
Any progress on the quicksync issue? I've been trying for days...
Sadly no. I have the feeling quicksync simply doesn't work with 10.3.3 (I have yet to find someone who truly got it to work). We can either revert to 10.3.2 or wait for 10.3.4 (and hope).
 
Fun fact (ok not really), when my max iGPU ram allocation isn't double the default ram allocation I get kernel panic at boot.

So for example this works:
- Allocated: 64
- Max: 128

or this:
- Allocated: 128
- Max: 256

This kernel panics:
- Allocated: 64
- Max: 256

This could be helpful...
 
Hm, I am still on 10.11.6 what was your working config on 10.13.2?
I haven't tried anything else than 10.13.3 (yet...) but I remember seeing post indicating that quicksync was less so of an issue prior to 10.13.3 and HS in general.
 
Guys, try this trick #414 That did enable VDAcheck + hw acceleration for me! Thank that guy over there, this is the last problem for me, everything works now! Attaching my whole config now, but the DRM reset worked for me (i did a cache reset too with -shikioff)
 

Attachments

  • setup_export_EFI_clover.zip
    2.8 MB · Views: 148
I'm going to try reset my DRM right away then :) fingers crossed!
EDIT: Holy **** it worked!

Screen Shot 2018-02-23 at 8.08.59 pm.png

Screen Shot 2018-02-23 at 8.09.10 pm.png

Screen Shot 2018-02-23 at 8.13.41 pm.png

Very pleased to see everyone working together like a happy family :)

Screen Shot 2018-02-24 at 10.37.21 am.png


BruceX still stuck at 60 seconds though.

For the record this is what did it from Shiki FAQ:

Run the following commands in terminal:

defaults delete com.apple.coremedia
defaults delete com.apple.AppleGVA
sudo rm -rf /Users/Shared/SC\ Info
sudo defaults delete com.apple.coremedia
sudo defaults delete com.apple.AppleGVA


Afterwards make sure AppleGVA sigature is valid (the command should output nothing):

defaults delete com.apple.coremedia
codesign --no-strict --verify /System/Library/PrivateFrameworks/AppleGVA.framework


If it is not, restore AppleGVA.framework from a newly installed system with the correct permissions.
Reboot twice.​
 
Last edited:
Random Kernel panics on boot
This happen generally on reboot. It seems that if I turn off power for long enough it must clear out some memory/cache and then will boot properly. Otherwise... Kernel panic.

Looking at the logs...

Code:
log show --predicate "processID == 0" --start $(date "+%Y-%m-%d") --debug

I output the following chosen pieces:

Code:
2018-02-27 11:37:10.537816+1100 0x65       Default     0x0                  0      0    kernel: "name" not a kext
2018-02-27 11:37:10.538284+1100 0x65       Default     0x0                  0      0    kernel: "FailedCLUT" not a kext
2018-02-27 11:37:10.540438+1100 0x65       Default     0x0                  0      0    kernel: "FailedImage" not a kext
2018-02-27 11:37:10.543250+1100 0x65       Default     0x0                  0      0    kernel: Refusing new kext as.vit9696.Lilu, v1.2.2: already have prelinked v1.2.1.

Code:
2018-02-27 11:37:10.762983+1100 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Error:
2018-02-27 11:37:10.762983+1100 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Error:
2018-02-27 11:37:10.763216+1100 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) [IGPU]
2018-02-27 11:37:10.763217+1100 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) [IGPU]
2018-02-27 11:37:10.763333+1100 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  Namespace lookup failure, AE_ALREADY_EXISTS
2018-02-27 11:37:10.763334+1100 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  Namespace lookup failure, AE_ALREADY_EXISTS
2018-02-27 11:37:10.764181+1100 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/dswload-462)
2018-02-27 11:37:10.764182+1100 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/dswload-462)

Code:
2018-02-27 11:37:15.056981+1100 0x106      Default     0x0                  0      0    kernel: (IONVMeFamily) AppleNVMe Assert failed: ( 0 != data )
2018-02-27 11:37:15.056988+1100 0x104      Default     0x0                  0      0    kernel: (IONVMeFamily) AppleNVMe Assert failed: ( 0 != data )

Code:
2018-02-27 11:37:15.802866+1100 0x65       Default     0x0                  0      0    kernel: BSD root: disk3s1
2018-02-27 11:37:15.803193+1100 0x65       Default     0x0                  0      0    kernel: , major 1, minor 9
2018-02-27 11:37:15.809740+1100 0x65       Default     0x0                  0      0    kernel: (IOStorageFamily) disk3s1: device is not readable.
2018-02-27 11:37:15.816437+1100 0x65       Default     0x0                  0      0    kernel: (IOStorageFamily) disk3s1: IO failed, error = 13.
2018-02-27 11:37:15.829931+1100 0x65       Default     0x0                  0      0    kernel: (HFS) hfs_mountfs: buf_meta_bread failed with 13

Code:
2018-02-27 11:37:15.837230+1100 0x65       Default     0x0                  0      0    kernel: (HFS) hfs_mount: hfs_mountfs returned error=13 for device unknown-dev
2018-02-27 11:37:15.837379+1100 0x65       Default     0x0                  0      0    kernel: hfs_mountroot failed: 13

Code:
2018-02-27 11:37:48.530549+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) AppleNVMe Assert failed: ( fClients->getCount ( ) == 0 )
2018-02-27 11:37:48.530551+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) ErrorExit
2018-02-27 11:37:48.530553+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) file: /BuildRoot/Library/Caches/com.apple.xbs/Sources/IONVMeFamily/IONVMeFamily-356.30.6/IONVMeBlockStorageDevice.cpp
2018-02-27 11:37:48.530555+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) line: 2343
2018-02-27 11:37:48.530556+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) 
2018-02-27 11:37:48.531571+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) AppleNVMe Assert failed: result
2018-02-27 11:37:48.531572+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) ErrorExit
2018-02-27 11:37:48.531574+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) file: /BuildRoot/Library/Caches/com.apple.xbs/Sources/IONVMeFamily/IONVMeFamily-356.30.6/AppleNVMeSMARTUserClient.cpp
2018-02-27 11:37:48.531576+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) line: 68
2018-02-27 11:37:48.531577+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) 
2018-02-27 11:37:48.532629+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) AppleNVMe Assert failed: result
2018-02-27 11:37:48.532631+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) DetachUserClient
2018-02-27 11:37:48.532632+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) file: /BuildRoot/Library/Caches/com.apple.xbs/Sources/IONVMeFamily/IONVMeFamily-356.30.6/IONVMeBlockStorageDevice.cpp
2018-02-27 11:37:48.532634+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) line: 2275
2018-02-27 11:37:48.532638+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) 
2018-02-27 11:37:48.535457+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) AppleNVMe Assert failed: ( fClients->getCount ( ) == 0 )
2018-02-27 11:37:48.535460+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) ErrorExit
2018-02-27 11:37:48.535461+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) file: /BuildRoot/Library/Caches/com.apple.xbs/Sources/IONVMeFamily/IONVMeFamily-356.30.6/IONVMeBlockStorageDevice.cpp
2018-02-27 11:37:48.535464+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) line: 2343
2018-02-27 11:37:48.535464+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) 
2018-02-27 11:37:48.536485+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) AppleNVMe Assert failed: result
2018-02-27 11:37:48.536487+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) ErrorExit
2018-02-27 11:37:48.536488+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) file: /BuildRoot/Library/Caches/com.apple.xbs/Sources/IONVMeFamily/IONVMeFamily-356.30.6/AppleNVMeSMARTUserClient.cpp
2018-02-27 11:37:48.536490+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) line: 68
2018-02-27 11:37:48.536491+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) 
2018-02-27 11:37:48.537590+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) AppleNVMe Assert failed: result
2018-02-27 11:37:48.537592+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) DetachUserClient
2018-02-27 11:37:48.537593+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) file: /BuildRoot/Library/Caches/com.apple.xbs/Sources/IONVMeFamily/IONVMeFamily-356.30.6/IONVMeBlockStorageDevice.cpp
2018-02-27 11:37:48.537596+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily) line: 2275
2018-02-27 11:37:48.537596+1100 0x611      Default     0x0                  0      0    kernel: (IONVMeFamily)

And a truck load of IOAudioFamily...

Code:
2018-02-27 11:38:03.413256+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>)
2018-02-27 11:38:03.413258+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0)
2018-02-27 11:38:03.413261+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) +- IOAudioEngineUserClient[<private>]::setOnline(0)
2018-02-27 11:38:03.413265+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily)   ConnectionID:0x43969780
2018-02-27 11:38:03.413271+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns 1
2018-02-27 11:38:03.413272+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) +- IOAudioEngineUserClient::withAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns <private>
2018-02-27 11:38:03.413275+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioEngine::addUserClientAction(<private>, <private>)
2018-02-27 11:38:03.413277+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::addUserClient(<private>) returns 0x0
2018-02-27 11:38:03.413278+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioEngine::addUserClientAction(<private>, <private>) returns 0x0
2018-02-27 11:38:03.413279+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>)
2018-02-27 11:38:03.413289+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerFormatNotification(0x<private>, 0x100) returns 0x0
2018-02-27 11:38:03.413290+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioEngineUserClient::registerNotificationAction(<private>, <private>) returns 0x0
2018-02-27 11:38:03.413291+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerNotificationPort(0x<private>, 0x0, 0x100) returns 0x0
2018-02-27 11:38:03.413734+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>)
2018-02-27 11:38:03.413736+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0)
2018-02-27 11:38:03.413738+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) +- IOAudioEngineUserClient[<private>]::setOnline(0)
2018-02-27 11:38:03.413740+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily)   ConnectionID:0x55d41f09
2018-02-27 11:38:03.413743+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns 1
2018-02-27 11:38:03.413745+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) +- IOAudioEngineUserClient::withAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns <private>
2018-02-27 11:38:03.413747+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioEngine::addUserClientAction(<private>, <private>)
2018-02-27 11:38:03.413749+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::addUserClient(<private>) returns 0x0
2018-02-27 11:38:03.413750+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioEngine::addUserClientAction(<private>, <private>) returns 0x0
2018-02-27 11:38:03.413751+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>)
2018-02-27 11:38:03.413763+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerFormatNotification(0x<private>, 0x101) returns 0x0
2018-02-27 11:38:03.413764+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioEngineUserClient::registerNotificationAction(<private>, <private>) returns 0x0
2018-02-27 11:38:03.413766+1100 0x7ed      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerNotificationPort(0x<private>, 0x0, 0x101) returns 0x0
 
BT and Wifi now appear to be working properly. Pending I connect to a 5ghz wifi network the bluetooth works and isn't laggy (audio).

The following commands seem to have helped:

Code:
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Max (editable)" 80
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" 80
defaults write com.apple.BluetoothAudioAgent "Apple Initial Bitpool (editable)" 80
defaults write com.apple.BluetoothAudioAgent "Apple Initial Bitpool Min (editable)" 80
defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool" 80
defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool Max" 80
defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool Min" 80

sudo killall coreaudiod
 
Status
Not open for further replies.
Back
Top