rosietastic
Member
- Joined
- Sep 15, 2014
- Messages
- 32
Hello all! First post and a Pandora noob. Absolutely loving it!
Ok, I am not sure this is 'do able', but am giving it a go anyway...
Objective : 'Unencrypt and Backup my blu ray's to an SDXC with my Pandora'
I am trying to run some linux software (makemkv) that unfortunately is not open source. It includes an x86 binary blob and has a compile-able portion also. Am only interested in running the makemkvcon bit of makemkv which is command line only.
I have a Samsung USB portable BD writer (SE 506) which works well and is recognisable by the Pandora with SuperZaxxon 1.60/Kernel 3.2.57. I only need to mount this as read only, as I don't want to do any disc writing.
I installed the totally excellent QEMU PND and that now boots TinyCore linux as a i386. Kernel options for the TinyCore boot (3.8.13) include noapic waitusb=5 tce=sda1 home=sda1 opt=sda1. Persistency is provided by an 50 GB ext3 image that physically resides on a 128GB SDXC.
All of this works fine and lsusb on the Pandora host shows the BD device fine, it can also be mounted and read as normal. But, I cannot get the USB BD device to passthrough to the TinyCore guest.
I have tried QEMU option variants of:
-drive file=/dev/scd0,media=cdrom
-usb -usbdevice usb-host,hostbus=1,hostaddr=2
etc
and lsusb on the guest just shows the usb root hub - not my BD drive.
Can anyone help?
Ok, I am not sure this is 'do able', but am giving it a go anyway...
Objective : 'Unencrypt and Backup my blu ray's to an SDXC with my Pandora'
I am trying to run some linux software (makemkv) that unfortunately is not open source. It includes an x86 binary blob and has a compile-able portion also. Am only interested in running the makemkvcon bit of makemkv which is command line only.
I have a Samsung USB portable BD writer (SE 506) which works well and is recognisable by the Pandora with SuperZaxxon 1.60/Kernel 3.2.57. I only need to mount this as read only, as I don't want to do any disc writing.
I installed the totally excellent QEMU PND and that now boots TinyCore linux as a i386. Kernel options for the TinyCore boot (3.8.13) include noapic waitusb=5 tce=sda1 home=sda1 opt=sda1. Persistency is provided by an 50 GB ext3 image that physically resides on a 128GB SDXC.
All of this works fine and lsusb on the Pandora host shows the BD device fine, it can also be mounted and read as normal. But, I cannot get the USB BD device to passthrough to the TinyCore guest.
I have tried QEMU option variants of:
-drive file=/dev/scd0,media=cdrom
-usb -usbdevice usb-host,hostbus=1,hostaddr=2
etc
and lsusb on the guest just shows the usb root hub - not my BD drive.
Can anyone help?