video4linux - kvm + radio devices - module dsbr100
0) Close the Virtual Machine Manager or any instance of VM
1) Edit the xml config file from your VM
Example:
shell> vi /etc/libvirt/qemu/NAME_OF_YOUR_VIRTUAL_M ACHINE_HERE.xml
Add the following lines:
Example:
<devices> (do not include this line)
<emulator>/usr/bin/qemu-kvm</emulator> (do not include this line)
<hostdev mode='subsystem' type='usb'>
<source>
<vendor id='0x04b4'/>
<product id='0x1002'/>
</source>
</hostdev>
3) Save and restart libvirt
shell> /etc/init.d/libvirtd restart
4) Now just start your VM and test if your usb was detectd:
shell from VM> lsusb
5 ) shell> yum install kradio gnomeradio -y
kvm rocks!
1) Edit the xml config file from your VM
Example:
shell> vi /etc/libvirt/qemu/NAME_OF_YOUR_VIRTUAL_M
Add the following lines:
Example:
<devices> (do not include this line)
<emulator>/usr/bin/qemu-kvm</emulator>
<hostdev mode='subsystem' type='usb'>
<source>
<vendor id='0x04b4'/>
<product id='0x1002'/>
</source>
</hostdev>
3) Save and restart libvirt
shell> /etc/init.d/libvirtd restart
4) Now just start your VM and test if your usb was detectd:
shell from VM> lsusb
5 ) shell> yum install kradio gnomeradio -y
kvm rocks!

Comments