r/plan9 23d ago

how to make /dev/audio work?

Hello, im running 9front on qemu(-audio pipewire,model=ac97) and i have a problem that even if i enable -audio, /dev/audio doesn't appear. I don't know what the reason of that behavior, but maybe i compiled qemu wrong of sum

11 Upvotes

2 comments sorted by

3

u/edo-lag 23d ago

Only set up mouse, keyboard, and screen on QEMU. For the rest, use drawterm. Drawterm is the way you're supposed to connect to Plan 9 from a non-Plan 9 machine.

1

u/9atoms 21d ago

You can try setting the VM audio to HDA.

The best way to run 9 in QEMU is to setup the VM as a CPU server and then use drawterm to connect to the CPU server which will give you much better sound support and graphics than QEMU currently can.