dcj123 wrote:
To continue to talk to myself from what will probably be the last page which will probably just make me look even more crazy lol but...
Here is what I am using to boot Qemu, I don't know why I am having so many audio issues.
Code:
cp /usr/share/edk2.git/ovmf-x64/OVMF_VARS-pure-efi.fd /tmp/my_vars.fd
QEMU_AUDIO_DRV=alsa qemu-system-x86_64 \
-enable-kvm \
-m 16384 \ #Dedicates 16 GBs of RAM
-cpu host,kvm=off \ #Nvidia Fix
-smp cores=7 \ #Sets number of cores
-device vfio-pci,host=09:00.0 \ #Passes through Video Card
-device vfio-pci,host=09:00.1 \ #Passes through Video Card's Audio
-device vfio-pci,host=00:12.0 \ #Passes through USB Controller
-drive if=pflash,format=raw,readonly,file=/usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure-efi.fd \
-drive if=pflash,format=raw,file=/tmp/my_vars.fd \
-hda /dev/sda \ #Boots from Hard Drive
-net nic -net bridge,br=br0 #Configures Network
# Older Settings
# -soundhw ac97
# Emulates Sound, removed for horrible quality and latency
# QEMU_ALSA_DAC_BUFFER_SIZE=4096 QEMU_AUDIO_DRV=alsa
# Uses host alsa sound driver
# QEMU_AUDIO_DRV=pa
# Uses host pulseaudio sound driver
# -hda /home/administrator/windows10.qcow \
# Boot From raw image file
ac97 has to be one of the most common, well supported audio devices around. Almost every motherboard that has built in audio usually uses ac97.Check your BIOS settings. I take it, it works under other OSes/Distros? i.e., it's not hardware related.
_________________
Your Aspie score: 151 of 200
Your neurotypical (non-autistic) score: 60 of 200
Formally diagnosed in 2007.
Learn the simple joy of being satisfied with little, rather than always wanting more.