You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know if it's possible to use audio in this container. I currently have a QEMU/KVM VM running MacOS Catalina where audio works perfectly - I can select Line-out(green n/a) in audio devices, and both audio output and microphone work within the VM.
However, when trying more recent systems like Ventura or Big Sur, I encounter issues with audio. I first installed Big Sur using this repository (thank you for your work, by the way) and everything works perfectly except for audio - no devices appear in the audio selection.
To troubleshoot this, I tried several approaches:
Installing Big Sur directly through QEMU - same audio issue persisted
Updating my working Catalina VM (where audio works) to Big Sur - after the update, audio stopped working and no input/output devices appeared in the selection
Tried various parameters and configurations, but none resolved the audio issue
I would like to enable audio functionality, but I suspect this might not be possible yet with newer MacOS versions. Is there any known solution or is this a current limitation of the setup?
BdsDxe: failed to load Boot0001 "UEFI Misc Device" from PciRoot(0x0)/Pci(0xA,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)
#[EB|LOG:EXITBS:END] _
#[EB.BST.FBS|-]
#[EB|B:BOOT]
#[EB|LOG:HANDOFF TO XNU] _
======== End of efiboot serial output. ========
Screenshots (optional)
No response
The text was updated successfully, but these errors were encountered:
Operating system
Arch Linux (Linux 6.6.57-1-lts)
Description
I would like to know if it's possible to use audio in this container. I currently have a QEMU/KVM VM running MacOS Catalina where audio works perfectly - I can select Line-out(green n/a) in audio devices, and both audio output and microphone work within the VM.
However, when trying more recent systems like Ventura or Big Sur, I encounter issues with audio. I first installed Big Sur using this repository (thank you for your work, by the way) and everything works perfectly except for audio - no devices appear in the audio selection.
To troubleshoot this, I tried several approaches:
I would like to enable audio functionality, but I suspect this might not be possible yet with newer MacOS versions. Is there any known solution or is this a current limitation of the setup?
Environment tested:
Docker compose
services:
macos:
image: dockurr/macos
container_name: macos
environment:
VERSION: "big-sur"
DISK_SIZE: "120G"
RAM_SIZE: "8G"
CPU_CORES: "4"
ARGUMENTS: "-smp 4,cores=4"
devices:
- /dev/kvm
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 5900:5900/tcp
- 5900:5900/udp
stop_grace_period: 2m
Docker log
BdsDxe: failed to load Boot0001 "UEFI Misc Device" from PciRoot(0x0)/Pci(0xA,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)
#[EB|LOG:EXITBS:END] _
#[EB.BST.FBS|-]
#[EB|B:BOOT]
#[EB|LOG:HANDOFF TO XNU] _
======== End of efiboot serial output. ========
Screenshots (optional)
No response
The text was updated successfully, but these errors were encountered: