FreeBSD 13.0p7 bhyve from FreeBSD Head Revision: 371729
Configuration Script for bhyve
When bhyve is running everything works as well as the audio sound but not the microphone.
I do not know why ?
With the FreeBSD 12.1 version in bhyve the audio sound and the microphone worked very well.
With FreeBSD 13.0 in FreeBSD 13.0 everything works audio sound and microphone but with bhyve everything works except microphone.
I do not know why ?
Could someone help me?
Thank you
Didier
Configuration Script for bhyve
Code:
sudo grub-bhyve -m device.map -r hd0,msdos1 -M 4G Arch_Linux_DESK
sudo bhyve -c 4 -m 4G -A -P -H \
-s 0,amd_hostbridge \
-s 4,virtio-blk,./System01.img \
-s 5,virtio-net,tap1 \
-s 6,hda,play=/dev/dsp1,rec=/dev/dsp1 \
-s 30,xhci,tablet \
-s 31,lpc -l com1,stdio \
Arch_Linux_DESK
echo bs | sudo -S bhyvectl --vm=Arch_Linux_DESK --destroy
When bhyve is running everything works as well as the audio sound but not the microphone.
I do not know why ?
With the FreeBSD 12.1 version in bhyve the audio sound and the microphone worked very well.
With FreeBSD 13.0 in FreeBSD 13.0 everything works audio sound and microphone but with bhyve everything works except microphone.
I do not know why ?
Could someone help me?
Thank you
Didier