Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Problems with QemuQuote:
I haven't used sound myself yet, but according to this page "-soundhw all" should do it. Is your USB headset used as default output in ALSA when you plug it in? Probably you can use PulseAudio to use a different output in Qemu? But I doubt Qemu is PulseAudio-aware. Quote:
According to this thread, you might be right by using FAT for an already-mounted directory. Perhaps you need to be -fda, like in the example they provided: qemu winxp.img -fda fat:floppy:/my_directory Quote:
Hope this helps. |
#2
|
|||
|
|||
Re: Problems with QemuQuote:
Quote:
Code:
qemu -hda image.qcow2 -hdc /dev/sdb1 Code:
qemu -hda image.qcow2 -hdb /dev/sda1 Code:
qemu -hda image.qcow2 -hdb fat:/dev/sdb1 Code:
qemu: could not open disk image fat:/dev/sdb1/ Also tried the following Code:
qemu -hda image.qcow2 -drive file="fat::rw:"/media/mydisc"",index=1,media=disk It seems that Samba is the only way to access files for me. Quote:
http://borderworlds.dk/blog/20070224-00.html Thank you very much! This is very helpful! |
#3
|
|||
|
|||
Re: Problems with QemuI had the impression that it was more stable using Windows' Remote Desktop feature compared to VNC. Here's a tutorial on how to use it: http://nerds-central.blogspot.com/20...fast-qemu.html
By the way, perhaps the commands did not work because you have to run them as "root"? Specifically, I was talking about: qemu -hda image.qcow2 -hdb /dev/sda1 This works fine for me. |
#4
|
|||
|
|||
Re: Problems with QemuQuote:
Quote:
Another interesting thing is that, unlike VirtualBox, qemu allows PCI passthrough. I will try to make my PCI TV Tuner work on a guest OS. |
#5
|
|||
|
|||
Re: Problems with QemuI can see the file structure, but when I try to write to host NTFS file system, or read files from it, it doesn't work
|
#6
|
|||
|
|||
Re: Problems with QemuIs it already mounted on your host system? Then unmount it.
If it still does not work, try to mount it on your host system and start Qemu with: -hdc fat:rw:/media/mydrive/ |
#7
|
|||
|
|||
Re: Problems with QemuThank you, elch. I will try to follow your advice.
It is just so annoying that this needs to be done. I used to work with 2 of my NTFS drives using VirtualBox. I've never had any problem accessing them from both host and guest simultaneously. I wish VirtualBox was as fast as qemu. |
Tags: problem, problems, qemu, virtual machine |
Thread Tools | |
Display Modes | |
|
|