* [Qemu-devel] Hardware Security Dongle
@ 2007-08-24 5:02 solid
2007-08-24 6:11 ` Natalia Portillo
0 siblings, 1 reply; 2+ messages in thread
From: solid @ 2007-08-24 5:02 UTC (permalink / raw)
To: qemu-devel
This may have been asked in another thread but I have not seen it in the
archives.
I have this OS that I would like to run inside qemu. The OS requires a
hardware security dongle before it will boot. I am not real familiar with
these devices but apparently they house some kind of encryption/decryption
program required to init the kernel.
The dongle is a usb one made by a company called rainbow. The model
appears to be superpro. Can anyone tell me what config I need to pass to
qemu to get it to "find" this dongle? Whenever I try to boot the install
CD it says "hardware portal not found" and refuses to go into the install
program. BTW I know that message is from the OS not qemu cause it says
the same thing if I try to boot the OS w/o the security portal in a
nonvirtual setup.
--
Cheers,
Solid
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] Hardware Security Dongle
2007-08-24 5:02 [Qemu-devel] Hardware Security Dongle solid
@ 2007-08-24 6:11 ` Natalia Portillo
0 siblings, 0 replies; 2+ messages in thread
From: Natalia Portillo @ 2007-08-24 6:11 UTC (permalink / raw)
To: solid, qemu-devel
Hi,
As seen on:
http://fabrice.bellard.free.fr/qemu/qemu-doc.html
you need to pass it -usbdevice host:<vendor>:<pid>
You can get Vendor and ProductID using lsusb (part of usbutils packages)
in Linux or in hardware manager in Windows (properties of the device,
advanced, hardware identification, it will appear as VID and PID part of
a big sentence).
Please note this is somewhat experimental (lot more in Windows) and the
device MUST BE NOT BEING USED BY THE HOST OS!
That is, no driver is using it (remove the module in Linux, uninstall
the driver in Windows, are the better ways), or there will be a lot of
changes that your host hangs badly.
If you get it to work, notice us, and put the OS in the Official OS
Support List at http://www.claunia.com/qemu/ thanks.
Regards,
Natalia Portillo
El vie, 24-08-2007 a las 01:02 -0400, solid@youngdev.net escribió:
> This may have been asked in another thread but I have not seen it in the
> archives.
>
> I have this OS that I would like to run inside qemu. The OS requires a
> hardware security dongle before it will boot. I am not real familiar with
> these devices but apparently they house some kind of encryption/decryption
> program required to init the kernel.
>
> The dongle is a usb one made by a company called rainbow. The model
> appears to be superpro. Can anyone tell me what config I need to pass to
> qemu to get it to "find" this dongle? Whenever I try to boot the install
> CD it says "hardware portal not found" and refuses to go into the install
> program. BTW I know that message is from the OS not qemu cause it says
> the same thing if I try to boot the OS w/o the security portal in a
> nonvirtual setup.
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-24 6:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-24 5:02 [Qemu-devel] Hardware Security Dongle solid
2007-08-24 6:11 ` Natalia Portillo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).