No problem. I've tried installing the
tuntaposx driver (for Panther) to get networking going, but even though the driver loads the TUN interface, Mac-On-Mac can't seem to find it. Reading through the
original Mac-On-Mac website (via archive.org), states that sound, networking and USB were not working in the alpha version.
There is source code for a CoreAudio driver filed at the
sourceforge page, so maybe audio was closer than the other features. I'll keep playing around with it anyway.
[doublepost=1500567132][/doublepost]
Just a hunch...
The old build of Q on the PPCAppStore is ancient and painfully slow. If you do want to run Qemu on Mac OS X (which Q was based on), you can build and install version 2.4.0 via
MacPorts or
Tigerbrew. (Both package management systems are Tiger and Leopard compatible)
I had better luck getting the MacPorts version of QEMU to build. But it took me a while to track down the older version's Portfile (see attached zip for your convenience).
Install MacPorts, download and unzip the
qemu-2.4.0-Portfile.zip directly in your home directory (not in Desktop or Downloads), then fire up Terminal and
cd ~/qemu && sudo port install
There's a good
Qemu for OSX guide over at emaculation.com. The guide assumes you're going to run OS9 as a guest and it's written from the perspective of running on an Intel macOS Sierra host. Mac OS 9 refuses to boot in QEMU 2.4.0 for PPC/Mac. But you'll get a handle on the syntax and the approach on setting up guest OSes.
Yes, Ubuntu Mate PPC runs great on the 970MP. AND you'll be able to build the current version of QEMU (2.9.0) with all the advancements in KVM and guest operating system compatibility.
I've been tinkering with Linux/PPC since MkLinux on a NuBus PPC601 from before the turn of the century and even still, I found jumping back into Linux with my G5s and MATE last year was a bit of a steep learning curve. The x86 Linux world has it so much easier in terms of compatibility and support. You'll find a lot of PPC specific issues are just not documented online in the usual (reachable) places.
Anyway, Happy trailblazing!