View Single Post
Old 08 August 2021, 13:16   #72
White
Registered User
 
White's Avatar
 
Join Date: Sep 2016
Location: italy
Posts: 1,480
@Minuous
if you are still interested in mounting a usb stick with qemu
I solved it like this:
sudo lsusb
then for example:
sudo lsusb -s 1: 6 -v | grep "id"

then add this to your line for example:
-usb -device usb-host, vendorid = 0xeba4, productid = 0x7588
or also to try:
-usb -device usb-host,hostbus=1,hostaddr=6

this will directly mount a real usb stick inside morphos.

here you can find an example of how I mounted the USB stick and the related commands:
[ Show youtube player ]

Last edited by White; 08 August 2021 at 13:25.
White is offline  
 
Page generated in 0.04308 seconds with 11 queries