Re: Fwd: Can't get audio, host Debian, guest NetBSD, help!

2022-03-19 Thread Michael van Elst
ottavio2006-usenet2...@yahoo.com (Ottavio Caruso) writes: >#!/bin/sh >/home/oc/git/qemu/build/qemu-system-x86_64 \ >-drive if=virtio,file=/home/oc/VM/img/netbsd.image,index=0,media=disk \ >-drive if=virtio,file=/home/oc/VM/img/netbsd.image.old,index=1,media=disk \ >-M q35,accel=kvm -m 500M -cpu

Re: Fwd: Can't get audio, host Debian, guest NetBSD, help!

2022-03-19 Thread Ottavio Caruso
On Sat, 19 Mar 2022 at 12:09, RVP wrote: > > On Sat, 19 Mar 2022, Ottavio Caruso wrote: > > > 2: [ ] audio1 @ hdafg0: vendor 1af4 product 0022 > > playback: 2ch, 48000Hz > > record: 2ch, 48000Hz > > (PR) slinear_le 16/16, 2ch, { 16000, 22050, 32000, 44100, > > 48000, 88200,

Re: Fwd: Can't get audio, host Debian, guest NetBSD, help!

2022-03-19 Thread RVP
On Sat, 19 Mar 2022, Ottavio Caruso wrote: 2: [ ] audio1 @ hdafg0: vendor 1af4 product 0022 playback: 2ch, 48000Hz record: 2ch, 48000Hz (PR) slinear_le 16/16, 2ch, { 16000, 22050, 32000, 44100, 48000, 88200, 96000 } Test 2--hdafg. -RVP

Re: Fwd: Can't get audio, host Debian, guest NetBSD, help!

2022-03-19 Thread Ottavio Caruso
On Fri, 18 Mar 2022 at 20:17, RVP wrote: > > On Fri, 18 Mar 2022, Ottavio Caruso wrote: > > > It does not produce any sound through qemu but it generates an output on > > stdout: > > > > oc@NetBSD:/home/oc$ audiocfg test 1 > > 1: [*] audio0 @ eap0: Ensoniq AudioPCI > > playback: 2ch,

Re: Fwd: Can't get audio, host Debian, guest NetBSD, help!

2022-03-18 Thread RVP
On Fri, 18 Mar 2022, Ottavio Caruso wrote: It does not produce any sound through qemu but it generates an output on stdout: oc@NetBSD:/home/oc$ audiocfg test 1 1: [*] audio0 @ eap0: Ensoniq AudioPCI playback: 2ch, 48000Hz record: 2ch, 48000Hz (PR) slinear_le 16/16, 2ch, {

Re: Fwd: Can't get audio, host Debian, guest NetBSD, help!

2022-03-17 Thread RVP
On Thu, 17 Mar 2022, Ottavio Caruso wrote: See the " -device intel-hda -device hda-duplex " line? I am not sure if this is enough, but I can see the audio device in the guest: [...] [ 1.040426] audio1 at hdafg0: playback, capture, full duplex, independent [ 1.040426] audio1:

Fwd: Can't get audio, host Debian, guest NetBSD, help!

2022-03-17 Thread Ottavio Caruso
Forwarded over to netbsd-users@, in case you can help. -- Forwarded message - From: Ottavio Caruso Date: Thu, 17 Mar 2022 at 14:35 Subject: Can't get audio, host Debian, guest NetBSD, help! To: qemu-discuss I am playing with audio and I know that the syntax has changed. I