Hi all,

I have installed a windows 7 sp1 guest under a rhel6 kvm host. I am trying to pass to this guest an usb printer without luck.

 My guest.xml is:

    <hostdev mode='subsystem' type='usb' managed='yes'>
      <source>
        <vendor id='0x03f0'/>
        <product id='0x5611'/>
        <address bus='2' device='3'/>
      </source>
      <alias name='hostdev0'/>
    </hostdev>
    <hostdev mode='subsystem' type='usb' managed='yes'>
      <source>
        <vendor id='0x05ac'/>
        <product id='0x1265'/>
        <address bus='2' device='4'/>
      </source>
      <alias name='hostdev1'/>
    </hostdev>

and I have removed usb_storage and uslp modules with rmmod, but guest can't see this usb printer yet. Do I need to do something else??

Thanks.
--
CL Martinez
carlopmart {at} gmail {d0t} com

_______________________________________________
rhelv6-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv6-list

Reply via email to