Contribute
Register

Using a Presonus Quantum Thunderbolt 2 Audio Interface...HELP

Cool infos, thanks luckyal!!! I think we both read up all posts from you guys back and forth ;-)
Do you edit anything in the plist inside the vrs8.kext?

i see that your applehda is missing in the screenshots you posted earlier, you disable applehda via bios, you completely remove it from system folder, or you didnt configured it in your system?
 
Last edited:
Cool infos, thanks luckyal!!! I think we both read up all posts from you guys back and forth ;-)
Do you edit anything in the plist inside the vrs8.kext?
I did, per joevt instructions, but I don't think that made a difference. I think what made the difference was enabling VT-d and removing dart=0 flag.
i see that your applehda is missing in the screenshots you posted earlier, you disable applehda via bios, you completely remove it from system folder, or you didnt configured it in your system?
I do not use onboard audio at all. For that reason I disabled my Audio in my motherboard BIOS. Moreover, AppleHDA is a driver that gets initialized after (or as part of) Clover bootloader, so BIOS has nothing to do with AppleHDA as BIOS doesn't even see or care about it. From what I understand AppleHDA is needed if you use onboard audio (see this thread), though I'm willing to change my mind if someone with direct knowledge can tell me that it's needed and important. My DisplayPort audio works just fine for example as the audio is routed through the GPU.

Also, check out @kgp very detailed guide based on X299. I think between what you learn on this thread and his thread, you should be able to get your VRS8 working. I will try to help where I can, but my knowledge is nowhere near what he and @joevt have to offer.
 
Hi luckyal, what thunderbolt 3 to 2 adapter are you using on your setup...just curious!!!
 
Hi luckyal, what thunderbolt 3 to 2 adapter are you using on your setup...just curious!!!
Apple. But...I'm not using Thunderbolt at all right now. I have it plugged in through the PCIe HDMI card they supplied. It's working fine. Doing some stress testing in Logic, trying to see if I can work in 96KHz and 256 sample buffer without noticeable latency. 48KHz is a breeze. I have a pretty big project loaded with tons of plug ins, but it's handling everything just fine at 48KHz. I need to overclock it o 5.1Ghz and I should be golden. :lol:

UPDATE: So, far without any noticeable latency, I am able to work in 88.2KHz sample rate. Sample Latency is set to 256 samples. For audio instruments playback and recording this is fine, but if I'm going to record Audio with Slate's plugins active, I'm probably going to have to freeze a few tracks (or OC this baby to 5.1-5.3GHz. These Noctua fans are absolute magic.
 
Last edited:
@luckyal

Do me a favor: open terminal and type this:

sudo log show --predicate "processID == 0" --start $(date "+%Y-%m-%d") --debug and press enter...

After typing in your password, you will get a shell output.

Export the shell output to the desktop and upload it here
That log command assumes something interesting has happened since midnight of the same day. Maybe luckyal didn't restart since yesterday and the computer was asleep until 4PM today? Maybe use --last boot instead of --start ... or maybe use this command:
Code:
log show --predicate 'senderImagePath CONTAINS "VRS8" OR (process == "kernel" AND eventMessage CONTAINS "VRS8")' --last boot --source --info --debug --signpost
Filtering the log data using "senderImagePath CONTAINS "VRS8" OR (process == "kernel" AND composedMessage CONTAINS "VRS8")"
Then use your log command with a date and time corresponding to the first found message?

On your computer where the VRS8 doesn't work even with dart and VT-d enabled, can you post the results of my log command? I want to know if the VRS8 driver fails at the same spot.

The DMAR ACPI table has something to do with dart. Dropping the DMAR table in config.plist is an alternative solution (than setting dart=0) for some VT-d problems but I don't know if it disables dart. Are you dropping the DMAR table?

The slide= boot parameter might be useful. Find an address > 256MB. Calculate the slide value for that address.
284656-clover-general-discussion

I wonder if it would be possible for Clover to reserve some physically contiguous memory in the first 256 MB, so that a driver can unreserve it and allow the VRS8 driver to use it...
 
@joevt :

This is what I get as an output using your command with without dart=0 in Clover and vt-d enabled in bios without a modification in the VRS8 Driver:
Code:
Timestamp                       Thread     Type        Activity             PID    TTL
2019-02-03 09:59:09.650385+0100 0x3c6      Default     0x0                  0      0    <IOPCIFamily`IOPCIBridge::matchNubWithPropertyTable(IOService*, OSDictionary*, int*)> kernel: (IOPCIFamily) Driver "net_egosys_driver_VRS8Audio" needs "IOPCITunnelCompatible" key in plist
2019-02-03 09:59:09.650388+0100 0x3c6      Default     0x0                  0      0    <IOPCIFamily`IOPCIBridge::matchNubWithPropertyTable(IOService*, OSDictionary*, int*)> kernel: (IOPCIFamily) Driver "net_egosys_driver_VRS8Audio" needs "IOPCITunnelCompatible" key in plist
2019-02-03 09:59:09.701012+0100 0x5d8      Default     0x0                  0      0    <IOPCIFamily`IOPCIBridge::matchNubWithPropertyTable(IOService*, OSDictionary*, int*)> kernel: (IOPCIFamily) Driver "net_egosys_driver_VRS8Audio" needs "IOPCITunnelCompatible" key in plist
2019-02-03 09:59:09.702535+0100 0x5d7      Default     0x0                  0      0    <IOPCIFamily`IOPCIBridge::matchNubWithPropertyTable(IOService*, OSDictionary*, int*)> kernel: (IOPCIFamily) Driver "net_egosys_driver_VRS8Audio" needs "IOPCITunnelCompatible" key in plist
2019-02-03 09:59:09.712381+0100 0x5d7      Default     0x0                  0      0    <VRS8AudioDriver`net_egosys_driver_VRS8Audio::initHardware(IOService*)> kernel: (VRS8AudioDriver) AEsi::fEngineUID_startNo=0, fEngineUID=0
2019-02-03 09:59:09.712387+0100 0x5d7      Default     0x0                  0      0    <VRS8AudioDriver`AEsi192Hardware::AEsi192Hardware(IOPCIDevice*, IOPCIDevice*)> kernel: (VRS8AudioDriver) AEnvy24Ht[<private>]::AEnvy24Ht: failed to create memory mapping for Envy24HT CCS regs
2019-02-03 09:59:09.712392+0100 0x5d7      Default     0x0                  0      0    <VRS8AudioDriver`AEnvy24Ht::isDeviceRemoved(char const*, unsigned int)> kernel: (VRS8AudioDriver) --- esi: fDeviceRemoved(1724) = true, base=CCS, offset=0x0
2019-02-03 09:59:09.722541+0100 0x5d7      Default     0x0                  0      0    <VRS8AudioDriver`AEsi192Hardware::AEsi192Hardware(IOPCIDevice*, IOPCIDevice*)> kernel: (VRS8AudioDriver) AEsi192Hardware[<private>]::AEsi192Hardware  AEnvy24Ht::Init() failed !
2019-02-03 09:59:09.722548+0100 0x5d7      Default     0x0                  0      0    <VRS8AudioDriver`AEsi192Hardware::AEsi192Hardware(IOPCIDevice*, IOPCIDevice*)> kernel: (VRS8AudioDriver) AEnvy1712Ht[<private>]::AEnvy1712Ht: failed to create memory mapping for Envy1712Ht CCS regs
2019-02-03 09:59:09.722551+0100 0x5d7      Default     0x0                  0      0    <VRS8AudioDriver`AEsi192Hardware::AEsi192Hardware(IOPCIDevice*, IOPCIDevice*)> kernel: (VRS8AudioDriver) AEsi192Hardware[<private>]::AEsi192Hardware  AEnvy1712Ht::Init() failed !
2019-02-03 09:59:09.722554+0100 0x5d7      Default     0x0                  0      0    <VRS8AudioDriver`net_egosys_driver_VRS8Audio::initHardware(IOService*)> kernel: (VRS8AudioDriver) AEsiAudioDevice[<private>]::initHardware: failed!
2019-02-03 09:59:27.063830+0100 0xfa9      Default     0x0                  341    0    <VRS8 Panel`-[AVRS8 coreAudioChange]> VRS8 Panel: coreAudioChange()::Plug/Unplug notification
2019-02-03 09:59:27.065468+0100 0xfa9      Default     0x0                  341    0    <VRS8 Panel`-[AVRS8 coreAudioChange]> VRS8 Panel: coreAudioChange()::Unplug notification
2019-02-03 09:59:27.799769+0100 0x1296     Info        0x0                  404    0    <VRS8PanelHelper`-[ASLLogManager logWithFormat:]> VRS8PanelHelper: Starting VRS8PanelHelper
2019-02-03 09:59:28.130296+0100 0x1296     Info        0x0                  404    0    <VRS8PanelHelper`-[ASLLogManager logWithFormat:]> VRS8PanelHelper: Did finish launching
2019-02-03 09:59:28.141801+0100 0x1296     Default     0x0                  404    0    <VRS8PanelHelper`-[AppDelegate coreAudioChange]> VRS8PanelHelper: coreAudioChange()::Plug/Unplug notification
2019-02-03 09:59:28.142912+0100 0x1296     Default     0x0                  404    0    <VRS8PanelHelper`-[AppDelegate coreAudioChange]> VRS8PanelHelper: coreAudioChange()::Unplug notification
2019-02-03 09:59:38.867856+0100 0x1e96     Default     0x0                  0      0    <IOPCIFamily`IOPCIBridge::matchNubWithPropertyTable(IOService*, OSDictionary*, int*)> kernel: (IOPCIFamily) Driver "net_egosys_driver_VRS8Audio" needs "IOPCITunnelCompatible" key in plist
2019-02-03 09:59:38.868009+0100 0x1e97     Default     0x0                  0      0    <IOPCIFamily`IOPCIBridge::matchNubWithPropertyTable(IOService*, OSDictionary*, int*)> kernel: (IOPCIFamily) Driver "net_egosys_driver_VRS8Audio" needs "IOPCITunnelCompatible" key in plist
2019-02-03 09:59:38.878008+0100 0x1e96     Default     0x0                  0      0    <VRS8AudioDriver`net_egosys_driver_VRS8Audio::initHardware(IOService*)> kernel: (VRS8AudioDriver) AEsi::fEngineUID_startNo=0, fEngineUID=0
2019-02-03 09:59:38.878016+0100 0x1e96     Default     0x0                  0      0    <VRS8AudioDriver`AEsi192Hardware::AEsi192Hardware(IOPCIDevice*, IOPCIDevice*)> kernel: (VRS8AudioDriver) AEnvy24Ht[<private>]::AEnvy24Ht: failed to create memory mapping for Envy24HT CCS regs
2019-02-03 09:59:38.878020+0100 0x1e96     Default     0x0                  0      0    <VRS8AudioDriver`AEnvy24Ht::isDeviceRemoved(char const*, unsigned int)> kernel: (VRS8AudioDriver) --- esi: fDeviceRemoved(1724) = true, base=CCS, offset=0x0
2019-02-03 09:59:38.888093+0100 0x1e96     Default     0x0                  0      0    <VRS8AudioDriver`AEsi192Hardware::AEsi192Hardware(IOPCIDevice*, IOPCIDevice*)> kernel: (VRS8AudioDriver) AEsi192Hardware[<private>]::AEsi192Hardware  AEnvy24Ht::Init() failed !
2019-02-03 09:59:38.888098+0100 0x1e96     Default     0x0                  0      0    <VRS8AudioDriver`AEsi192Hardware::AEsi192Hardware(IOPCIDevice*, IOPCIDevice*)> kernel: (VRS8AudioDriver) AEnvy1712Ht[<private>]::AEnvy1712Ht: failed to create memory mapping for Envy1712Ht CCS regs
2019-02-03 09:59:38.888100+0100 0x1e96     Default     0x0                  0      0    <VRS8AudioDriver`AEsi192Hardware::AEsi192Hardware(IOPCIDevice*, IOPCIDevice*)> kernel: (VRS8AudioDriver) AEsi192Hardware[<private>]::AEsi192Hardware  AEnvy1712Ht::Init() failed !
2019-02-03 09:59:38.888102+0100 0x1e96     Default     0x0                  0      0    <VRS8AudioDriver`net_egosys_driver_VRS8Audio::initHardware(IOService*)> kernel: (VRS8AudioDriver) AEsiAudioDevice[<private>]::initHardware: failed!
2019-02-03 09:59:52.165800+0100 0x22aa     Default     0x0                  0      0    <IOPCIFamily`IOPCIBridge::matchNubWithPropertyTable(IOService*, OSDictionary*, int*)> kernel: (IOPCIFamily) Driver "net_egosys_driver_VRS8Audio" needs "IOPCITunnelCompatible" key in plist
2019-02-03 09:59:52.165981+0100 0x22ab     Default     0x0                  0      0    <IOPCIFamily`IOPCIBridge::matchNubWithPropertyTable(IOService*, OSDictionary*, int*)> kernel: (IOPCIFamily) Driver "net_egosys_driver_VRS8Audio" needs "IOPCITunnelCompatible" key in plist
2019-02-03 09:59:52.176845+0100 0x22aa     Default     0x0                  0      0    <VRS8AudioDriver`net_egosys_driver_VRS8Audio::initHardware(IOService*)> kernel: (VRS8AudioDriver) AEsi::fEngineUID_startNo=0, fEngineUID=0
2019-02-03 09:59:52.176850+0100 0x22aa     Default     0x0                  0      0    <VRS8AudioDriver`AEsi192Hardware::AEsi192Hardware(IOPCIDevice*, IOPCIDevice*)> kernel: (VRS8AudioDriver) AEnvy24Ht[<private>]::AEnvy24Ht: failed to create memory mapping for Envy24HT CCS regs
2019-02-03 09:59:52.176855+0100 0x22aa     Default     0x0                  0      0    <VRS8AudioDriver`AEnvy24Ht::isDeviceRemoved(char const*, unsigned int)> kernel: (VRS8AudioDriver) --- esi: fDeviceRemoved(1724) = true, base=CCS, offset=0x0
2019-02-03 09:59:52.187462+0100 0x22aa     Default     0x0                  0      0    <VRS8AudioDriver`AEsi192Hardware::AEsi192Hardware(IOPCIDevice*, IOPCIDevice*)> kernel: (VRS8AudioDriver) AEsi192Hardware[<private>]::AEsi192Hardware  AEnvy24Ht::Init() failed !
2019-02-03 09:59:52.187474+0100 0x22aa     Default     0x0                  0      0    <VRS8AudioDriver`AEsi192Hardware::AEsi192Hardware(IOPCIDevice*, IOPCIDevice*)> kernel: (VRS8AudioDriver) AEnvy1712Ht[<private>]::AEnvy1712Ht: failed to create memory mapping for Envy1712Ht CCS regs
2019-02-03 09:59:52.187482+0100 0x22aa     Default     0x0                  0      0    <VRS8AudioDriver`AEsi192Hardware::AEsi192Hardware(IOPCIDevice*, IOPCIDevice*)> kernel: (VRS8AudioDriver) AEsi192Hardware[<private>]::AEsi192Hardware  AEnvy1712Ht::Init() failed !
2019-02-03 09:59:52.187488+0100 0x22aa     Default     0x0                  0      0    <VRS8AudioDriver`net_egosys_driver_VRS8Audio::initHardware(IOService*)> kernel: (VRS8AudioDriver) AEsiAudioDevice[<private>]::initHardware: failed!
--------------------------------------------------------------------------------------------------------------------
Log      - Default:         34, Info:                2, Debug:             0, Error:          0, Fault:          0
Activity - Create:           0, Transition:          0, Actions:           0

This is what I get with out terminal command using Dart=0 Slide=0 enabled
Code:
2019-02-03 10:09:01.649224+0100 0x5c1      Default     0x0                  0      0    <VRS8AudioDriver`net_egosys_driver_VRS8Audio::initHardware(IOService*)> kernel: (VRS8AudioDriver) AEsi::fEngineUID_startNo=5, fEngineUID=5
2019-02-03 10:09:02.172038+0100 0x5c1      Default     0x0                  0      0    <VRS8AudioDriver`net_egosys_driver_VRS8AudioEngine::CreateAudioStream(IOAudioEngine*, _IOAudioStreamDirection, unsigned int, unsigned int, _IOAudioStreamFormat*, DmaPortIndex, unsigned int, char const*)> kernel: (VRS8AudioDriver) AEsiAudioEngine[]::CreateAudioStream() failed to allocate IOBufferMemoryDescriptor
2019-02-03 10:09:02.172040+0100 0x5c1      Default     0x0                  0      0    <VRS8AudioDriver`net_egosys_driver_VRS8AudioEngineIn::initHardware(IOService*)> kernel: (VRS8AudioDriver) AEsiAudioEngineIn[]::initHardware(), failed to create all streams.
2019-02-03 10:09:02.172042+0100 0x5c1      Default     0x0                  0      0    <VRS8AudioDriver`net_egosys_driver_VRS8AudioEngineIn::initHardware(IOService*)> kernel: (VRS8AudioDriver) AEsiAudioEngineIn: failed to create analogInputStream!
2019-02-03 10:09:02.172066+0100 0x5c1      Default     0x0                  0      0    <VRS8AudioDriver`net_egosys_driver_VRS8Audio::initHardware(IOService*)> kernel: (VRS8AudioDriver) AEsiAudioDevice[<private>]::initHardware: failed!
2019-02-03 10:09:16.678168+0100 0xf1d      Default     0x0                  340    0    <VRS8 Panel`-[AVRS8 coreAudioChange]> VRS8 Panel: coreAudioChange()::Plug/Unplug notification
2019-02-03 10:09:16.679899+0100 0xf1d      Default     0x0                  340    0    <VRS8 Panel`-[AVRS8 coreAudioChange]> VRS8 Panel: coreAudioChange()::Unplug notification
2019-02-03 10:09:17.062661+0100 0x1084     Info        0x0                  381    0    <VRS8PanelHelper`-[ASLLogManager logWithFormat:]> VRS8PanelHelper: Starting VRS8PanelHelper
2019-02-03 10:09:17.396507+0100 0x1084     Info        0x0                  381    0    <VRS8PanelHelper`-[ASLLogManager logWithFormat:]> VRS8PanelHelper: Did finish launching
2019-02-03 10:09:17.411486+0100 0x1084     Default     0x0                  381    0    <VRS8PanelHelper`-[AppDelegate coreAudioChange]> VRS8PanelHelper: coreAudioChange()::Plug/Unplug notification
2019-02-03 10:09:17.412409+0100 0x1084     Default     0x0                  381    0    <VRS8PanelHelper`-[AppDelegate coreAudioChange]> VRS8PanelHelper: coreAudioChange()::Unplug notification
2019-02-03 10:09:22.486727+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 setSampleRateToValue:direct:]> VRS8 Panel: Error while getting stream count: 'jbo!'
2019-02-03 10:09:22.486764+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 setClockSource:]> VRS8 Panel: Error while setting clock source: 'jbo!'
2019-02-03 10:09:22.486801+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.486817+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.486834+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.486845+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.486855+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.486868+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.486890+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.486900+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.486910+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.486923+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.486936+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.486950+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.486963+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.486976+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.486991+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487004+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487018+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487036+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487049+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487062+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487075+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487088+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487100+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487113+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487126+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487136+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487146+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487155+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487165+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487174+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487184+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487199+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487209+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487218+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487228+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487241+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487254+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487264+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487274+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487286+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487299+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487309+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487319+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487332+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487345+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487363+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487376+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487389+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487402+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487415+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487428+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487441+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487453+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487466+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487480+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487496+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487511+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487524+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487537+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487546+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487556+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487566+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487576+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487585+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487595+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487605+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487614+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487624+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedChannelMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.487650+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487710+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487726+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487745+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487762+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487781+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487796+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487814+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487830+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487849+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487863+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487875+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487891+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487910+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487924+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487935+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487951+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487973+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487987+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.487998+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488015+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488034+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488049+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488060+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488076+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488094+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488108+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488119+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488135+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488153+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488172+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488183+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488200+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488221+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488235+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488247+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488258+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488269+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488280+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488290+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488306+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488324+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488338+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488349+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixLevel:]> VRS8 Panel: Error while setting decibels: 'jbo!'
2019-02-03 10:09:22.488361+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.488371+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.488381+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.488390+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.488400+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.488410+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.488419+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.488429+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.488439+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.488453+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.488464+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.488473+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.488483+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.488493+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.488503+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.488512+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.488522+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.488532+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.488542+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.488552+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.488562+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
2019-02-03 10:09:22.488571+0100 0xf1d      Default     0x19d6               340    0    <VRS8 Panel`-[AVRS8 appliedMixMute:]> VRS8 Panel: Error while setting mute: 'jbo!'
--------------------------------------------------------------------------------------------------------------------

I've attached some files...
Ioreg, my daily config.plist and the LiluFriend kext I also tried.
Maybe you see something I am missing...
The second output with dart=0 has the same error that luckyal had ("CreateAudioStream() failed to allocate IOBufferMemoryDescriptor").
The first output without dart=0 seems to have gotten further, but it has many "failed to create memory mapping for xxxx CCS Regs" errors.

You have DMAR in the DropTables list in config.plist. Maybe try commenting that out. Maybe luckyal should try adding this to see if his USB behaves better that way like yours or if he gets the same problems as in your first output.

In LiluFriends.kext, I would remove net.egosys.plugin.VRS8 then try with and without dart=0 again (probably no change as when luckyal tried adding OSBundleRequired = Root to the VRS8 kext).
 
Looking at the driver code disassembly, it appears the new errors are because IOPCIDevice::mapDeviceMemoryWithRegister(UInt8, IOOptionBits) is failing. The CCS registers use BASE_ADRESS_0 (0x10) of the PCI device (I don't know which PCI device). The MT registers use BASE_ADDRESS_1 (0x14). The size appears to be 32 bytes for the CCS and either 16 or 128 bytes for the MT registers, according to the reg and assigned-addresses properties. I don't know how mapping 32 bytes can fail.
 
Commenting that out ? In which way?
Remove DMAR from the list of dropped tables.

@joevt
Same question as above already asked.
How should I modify the config.plist in the DropTables section?
I mean how it should look like?
DMAR is absolutely necessary without it the hackintosh will not boot.
Dropping DMAR is not required for some Hackintoshes. Does MaciASL show a DMAR table when it's dropped?

The edits within LiluFriends doesn't change anything but it seems also that LiluFriend doesn't work correctly anyway.

2019-02-03 11:13:59.914919+0100 0x73 Default 0x0 0 0 kernel: Kext com.apple.security.LiluFriend - library kext net.egosys.driver.VRS8Audio not compatible with requested version 1.03.
Weird. I guess instead of using LiluFriend.kext, you can try adding
Code:
    <key>OSBundleRequired</key>
    <string>Root</string>
to VRS8AudioDriver.kext/Contents/Info.plist

Remember to rebuild the kext cache after editing info.plist files.
 
Unfortunately DMAR is absolutely mandatory on X299 otherwise it will not boot at all.
No matter which X299 Board you use... Had a lot of Boards in my hands and it was on everyone fact.
Asus X299 Deluxe I,Asus X299 Deluxe II,Asus X299 Prime-A,Asus WS X299 Sage,Asus WS X299 Sage/10G, Gigabyte X299 DESIGNARE EX and so on.
I already use this with the VRS8AudioDriver.kext but it seems unfortunately that it doesn't change anything.
Of course I've rebuild the kext cache afterwords via terminal...

Code:
 <key>OSBundleRequired</key>
    <string>Root</string>
Fix your offset on the first string like so:
Code:
    <key>OSBundleRequired</key>
    <string>Root</string>
</dict>
</plist>
and re-apply, save, move into /L/E rebuild cache. See post 90
 
Unfortunately DMAR is absolutely mandatory on X299 otherwise it will not boot at all.
No matter which X299 Board you use... Had a lot of Boards in my hands and it was on everyone fact.
Asus X299 Deluxe I,Asus X299 Deluxe II,Asus X299 Prime-A,Asus WS X299 Sage,Asus WS X299 Sage/10G, Gigabyte X299 DESIGNARE EX and so on.
I wonder if the DMAR can just be edited to make it work properly. Have to read the ACPI spec to understand what it's for. You posted the DSDT. I was wondering if MaciASL.app showed a DMAR option in the "New from ACPI..." menu.

I already use this with the VRS8AudioDriver.kext but it seems unfortunately that it doesn't change anything.
Of course I've rebuild the kext cache afterwords via terminal...

Code:
 <key>OSBundleRequired</key>
    <string>Root</string>
[/QUOTE]
ok, guess we can ignore that as a solution.

Fix your offset on the first string like so:
Code:
    <key>OSBundleRequired</key>
    <string>Root</string>
</dict>
</plist>
and re-apply, save, move into /L/E rebuild cache. See post 90
The white space in an info.plist file doesn't matter. And probably he is using the correct indentation already but didn't copy the entire first line. Also, I don't think the location of the kext matters.
 
Back
Top