Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Qemu
- Messages
Search
Re: USB Audio Passthrough - Newbie Question
开云体育Thanks again Rahim,I found the solution to be starting QEMU as root. ?I may have had the vendor and product IDs wrong, too. ?I now have access to audio codec in the guest. I appreciate the quick responses. ?Much obliged. ?I’m sure I will have more questions as this project moves along. - Gary
|
Re: USB Audio Passthrough - Newbie Question
This link maybe can help.?? regards; Rahim ??
On Saturday, January 7, 2023 at 11:44:16 AM CST, AC1CE <gde.email@...> wrote:
Thanks, Rahim, for the quick response.? But, I do not see anything in your script that relates to USB devices.? Can you fill me in? - Gary |
Re: USB Audio Passthrough - Newbie Question
You appear to be on the right track.? Here is what my script looks like. emu-system-s390x? -display none -machine s390-ccw-virtio -m 2048M -cpu max,zpci=on,msa5-base=off -drive file=dasd/ubuntu.qcow2,format=qcow2 \ ?-net nic,model=virtio \ -vnc 127.0.0.1:4 \ ??? -net nic \ ??? -net user,id=user.0,hostfwd=tcp::5555-:22 & regards; Rahim ? ??
On Friday, January 6, 2023 at 05:27:39 PM CST, AC1CE <gde.email@...> wrote:
I am attempting to run several Ham Radio apps in a guest Ubuntu 22.04.1, on a MBP MacOS (Catalina) host. ?I’ll explain why later if it is of interest.
These apps need access to a combo USB audio codec and serial port device called DigiRig. ?I do not know how to make these interfaces available within the VM for these apps. ?In Linux, the apps would use ?plughw:X,Y for audio and /dev/tty.<etc.> for serial port. One of the apps is an AFSK modem called “ARDOPC”. I’m very new to QEMU, and might have gotten in too deep too quickly with the command line. ?I’m using the following command script cobbled together from several posts: ``` qemu-system-x86_64 \ ?? -m 4G \ ?? -vga std \ ?? -display default,show-cursor=on \ ?? -usb \ ?? -device usb-host,vendorid=3468,productid=316 \ ?? -device usb-tablet \ ?? -smp 2 \ ?? -drive file=ubuntu.qcow2,if=virtio \ ?? -cpu host \ ?? -machine type=q35,accel=hvf \ ``` The QEMU emulator version 7.2.0 with Ubuntu seems to work fine, but aplay and arecord -l show no audio devices. Any suggestions would be appreciated. New Call; N1YB, but haven’t changed my login on . - Gary |
USB Audio Passthrough - Newbie Question
开云体育I am attempting to run several Ham Radio apps in a guest Ubuntu 22.04.1, on a MBP MacOS (Catalina) host. ?I’ll explain why later if it is of interest.These apps need access to a combo USB audio codec and serial port device called DigiRig. ?I do not know how to make these interfaces available within the VM for these apps. ?In Linux, the apps would use ?plughw:X,Y for audio and /dev/tty.<etc.> for serial port. One of the apps is an AFSK modem called “ARDOPC”. I’m very new to QEMU, and might have gotten in too deep too quickly with the command line. ?I’m using the following command script cobbled together from several posts: ``` qemu-system-x86_64 \ ?? -m 4G \ ?? -vga std \ ?? -display default,show-cursor=on \ ?? -usb \ ?? -device usb-host,vendorid=3468,productid=316 \ ?? -device usb-tablet \ ?? -smp 2 \ ?? -drive file=ubuntu.qcow2,if=virtio \ ?? -cpu host \ ?? -machine type=q35,accel=hvf \ ``` The QEMU emulator version 7.2.0 with Ubuntu seems to work fine, but aplay and arecord -l show no audio devices. Any suggestions would be appreciated. New Call; N1YB, but haven’t changed my login on . - Gary |
Re: Some initial queries...
Sounds like a bright idea.? I am trying to find out if I can ipl ZZA from cbttapes with qemu. regards; Rahim??? ??
On Saturday, October 29, 2022 at 04:21:28 AM CDT, Harold Grovesteen <h.grovsteen@...> wrote:
What I am thinking is running some of my bare-metal programs with qemu for s390x. ?Normally those are initiated by an IPL. ?Does qemu care what it runs. ? Are there any rules for the "guest" code? ?Is there documentation anywhere for s390x qemu? ?Maybe that is where I should start. As you can tell I know nothing about qemu for s390x. SATK's (Stand Alone Tool Kit) goal is to run on any mainframe "platform". ?I mostly use Hercules, but SATK software has run on simh 360, modern mainframe hardware (z/VM), so qemu, if it can, should be in the list. ?It might also give me access to support that Hercules presumably will get eventually, but does not yet have, for example vector instructions, CZAM or TCW's. ?Before I would need to consider those things I would need to get it up an running with SATK software. ?So here I am. ?The third member to the group, I guess. Thanks, Harold On Sat, 2022-10-29 at 02:26 +0000, Rahim Azizarab via groups.io wrote:
|
Re: Some initial queries...
开云体育What I am thinking is running some of my bare-metal programs with qemu for s390x. ?Normally those are initiated by an IPL. ?Does qemu care what it runs. ? Are there any rules for the "guest" code? ?Is there documentation anywhere for s390x qemu? ?Maybe that is where I should start. As you can tell I know nothing about qemu for s390x. SATK's (Stand Alone Tool Kit) goal is to run on any mainframe "platform". ?I mostly use Hercules, but SATK software has run on simh 360, modern mainframe hardware (z/VM), so qemu, if it can, should be in the list. ?It might also give me access to support that Hercules presumably will get eventually, but does not yet have, for example vector instructions, CZAM or TCW's. ?Before I would need to consider those things I would need to get it up an running with SATK software. ?So here I am. ?The third member to the group, I guess. Thanks, Harold On Sat, 2022-10-29 at 02:26 +0000, Rahim Azizarab via groups.io wrote:
|
Re: Some initial queries...
Hello Harold; I am running some game called moon-buggy; and I ran a few versions of s390 linux; Debian, Red-hat; and even Fedora.? I have to look around to find them. #!/bin/sh qemu-system-s390x -machine s390-ccw-virtio -cpu max,zpci=on -serial mon:stdio -nographic -m 1G \ ?????????????????????? -kernel s390-bb.kernel \ ?????????????????????? -initrd s390-moon-buggy.initrd regards; Rahim???? ??
On Friday, October 28, 2022 at 09:21:53 PM CDT, Harold Grovesteen <h.grovsteen@...> wrote:
I have seen the s390x version of qemu mentioned at various points. Does qeme supporting s390x run anything besides an s390x Linux guest? Harold Grovesteen |
1 - 9 of 9
to navigate to use esc to dismiss