I don't know what kind of problems you're having with QEmu/AmigaOS and audio.
What kind of exotic sound chip does your motherboard have, or what kind of motherboard is it?
For example, I have a Z170x gaming 7 with a SoundCore3d sound chip onboard with Ubuntu 25.04.
LineOut works perfectly in QEmu and AmigaOS (AC97). SPDIF doesn't work!
I can't get the sound chip out of the IOMMU group, so I can't test the Soundcore chip directly under AmigaOS (if there is a suitable driver).
My QEmu Startfile:
sudo qemu-system-ppc -M amigaone -m 2048 -rtc base=localtime -accel tcg \
-bios /home/falke34/Schreibtisch/QEmu/AmigaOne/u-boot-amigaone.bin \
-vga none -display sdl \
-device rtl8139,netdev=net0 -netdev user,id=net0 \
-device vfio-pci,host=01:00.0,bus=pci.0,x-vga=on,multifunction=on \
-device vfio-pci,host=01:00.1,bus=pci.0 \
-device bochs-display \
-device usb-mouse \
-drive format=raw,file=/dev/sda \
-serial stdio
You could remove, for example: -device vfio-pci,host=01:00.1,bus=pci.0 since this is the sound of the graphics card.
Outputting sound via the graphics card and HDMI will probably not be possible under AmigaOS. I highly doubt there are drivers for that.
You can passthrough for AmigaOS 4:
- Graphic cards (only GPU, not the Soundpart)
- Soundcards PCI/PCIe see here:
https://www.amigans.net/modules/newbb/ ... id=156680#forumpost156680- USB Mouse, Keyboard and Gamepad
- Network Cards PCI/PCIe?
Of course, you should make sure that there are also drivers for AmigaOS 4.1
Example (USB gamepad):
-Microsoft Sidewinder Pro is recognized and appears to be working.
Prefs/AmigaInput shows it.
-Retroflag Classic USB gamepad: Not displayed or recognized in Prefs/AmigaInput.
Here is a small compatibility List:
https://www.acube-systems.biz/compatibility/compatibility_41.php
Edited by Falke_34 on 2025/9/14 9:23:04
Edited by Falke_34 on 2025/9/14 9:27:54
Edited by Falke_34 on 2025/9/14 9:36:47
Edited by Falke_34 on 2025/9/14 9:38:15