vbox VirtualBox kernel module crashes

Hi,
I wanted to try out VirtualBox to get USB audio working from within the VM (which bhyve is allegedly not able to achieve) but:

Code:
jb@p1 ~> cat /var/log/messages | grep -i virtualbox
Oct  5 13:19:59 p1 pkg[4900]: virtualbox-ose-kmod-6.1.50 installed
Oct  5 13:19:59 p1 pkg[4900]: virtualbox-ose-6.1.50_4 installed
Oct  5 13:24:48 p1 kernel: pid 5179 (VirtualBoxVM), jid 0, uid 1001: exited on signal 6 (no core dump - bad address)
Oct  5 13:28:38 p1 kernel: pid 2432 (VirtualBoxVM), jid 0, uid 1001: exited on signal 6 (no core dump - bad address)

I'm on the 14.1-RELEASE-p5 / quarterly.

Or is there any way how to make USB audio working in the VM with bhyve, e.g. some networking based audio or whatever magic, say recent Ubuntu as WM.

Thanks!
 
The jack sound demon has network modules that you could use to sleeve a VM's audio into the hosts jackd.

I know nothing about those VirtualBoxVM error except a recommendation to recompile everything from scratch.
 
Back
Top