LibreDrive for Pioneer drives
Re: LibreDrive for Pioneer drives
Great job re: Pioneer LibreDrive support!
Are Asus branded drives (Pioneer clones listed in the first post) as good burners as "real" Pioneer drives. I'm planning to get one of these drives mainly due to amazing BD50 burning capabilities.
For example these, which I could easily purchase from local retailers.
Asus SBW-06D5H-U (external)
Asus SBC-06D2X-U (external)
How about much cheaper internal drive Asus BW-16D1HT/B. There is no letter "U" in model number, but it is BD-XL drive.
And how about Pioneer BDR-212EBK. Again, no letter "U" but it is BD-XL drive.
Edit: just noticed elsewhere in other topic that Asus BW-16D1HT has MT1959 chipset, not Pioneer RS8xxx. That makes it LGE clone or am I mistaken?
Are Asus branded drives (Pioneer clones listed in the first post) as good burners as "real" Pioneer drives. I'm planning to get one of these drives mainly due to amazing BD50 burning capabilities.
For example these, which I could easily purchase from local retailers.
Asus SBW-06D5H-U (external)
Asus SBC-06D2X-U (external)
How about much cheaper internal drive Asus BW-16D1HT/B. There is no letter "U" in model number, but it is BD-XL drive.
And how about Pioneer BDR-212EBK. Again, no letter "U" but it is BD-XL drive.
Edit: just noticed elsewhere in other topic that Asus BW-16D1HT has MT1959 chipset, not Pioneer RS8xxx. That makes it LGE clone or am I mistaken?
LG BH16NS55 (w/ WH16NS60 1.02MK) in external enclosure
LG BU40N (1.03MK) in external enclosure
Verbatim #43888 (Pioneer BDR-UD04 FW1.14)
LG BU40N (1.03MK) in external enclosure
Verbatim #43888 (Pioneer BDR-UD04 FW1.14)
-
- Posts: 4075
- Joined: Wed Nov 26, 2008 2:26 am
- Contact:
Re: LibreDrive for Pioneer drives
SDF v85
Fixed some drives entering slow speed mode
Pioneer module in sdftool now has commands to view and change default speed mode. One less reason to download Pioneer drive utility
Fixed some drives entering slow speed mode
Pioneer module in sdftool now has commands to view and change default speed mode. One less reason to download Pioneer drive utility
Re: LibreDrive for Pioneer drives
Oh that's awesome. Very handy!
-
- Posts: 201
- Joined: Thu Dec 28, 2017 1:41 pm
Re: LibreDrive for Pioneer drives
Just a curiosity if I can ask. Are UHD svq dumps made with S12UHT as good as the ones made with LG drives?
Re: LibreDrive for Pioneer drives
They should be. There doesn't seem to be any difference in functionality that I've seen except the all region code not being implemented yet.
-
- Posts: 4075
- Joined: Wed Nov 26, 2008 2:26 am
- Contact:
Re: LibreDrive for Pioneer drives
Yes.TeddyRaspin wrote: ↑Fri Feb 18, 2022 9:49 pmJust a curiosity if I can ask. Are UHD svq dumps made with S12UHT as good as the ones made with LG drives?
-
- Posts: 201
- Joined: Thu Dec 28, 2017 1:41 pm
Re: LibreDrive for Pioneer drives
Thanks as always Mike.
-
- Posts: 2
- Joined: Sun Feb 20, 2022 5:58 pm
Re: LibreDrive for Pioneer drives
I'm very confused now and I just couldn't find out. How do I enable Libredrive on my Pioneer BDR-212M1.00?
I try to do it on Linux, so I did, which returned me:
Then I tried: , which returned me
Therefore, no way to enable Libredrive.
I looked through the forum for hours and I just couldn't find it out. Everyone just takes the information I'm looking for, for granted, even in the ahem "Guides".
And please don't tell me something like: "just get the right firmware". That's not an answer.
The full answer would be:
use the command:, where firmware.bin is the file from http://<well known address for everybody except datensenke>, or whatever.
(Yes, I'm very spoiled by Arch Linux Forums and Stackoverflow, indeed).
I try to do it on Linux, so I did
Code: Select all
sdftool -d /dev/sr0 --info
Code: Select all
SDF.bin version: 0x0085
Drive Tool SDF present
Drive Specific SDF not present
Identification SDF present
[Identification SDF] Embedded Info Strings:
8000:LibreDrive Information
8013:Status
8102:Possible, not yet enabled
8001:Drive platform
:Pioneer RS8F00
8003:Firmware version
:ID56
[Identification SDF] Drive autodetect string:
Code: Select all
sdftool -d /dev/sr0 help
Code: Select all
Pioneer firmware module v1.20
Commands:
dump [auto|full] dumps firmware image
dump full - dumps full rom image (if not disabled in firmware)
dump auto - dumps full image if possible, info data otherwise
speed get - prints current speed mode setting
speed set MODE - writes new default speed mode to EEPROM
I looked through the forum for hours and I just couldn't find it out. Everyone just takes the information I'm looking for, for granted, even in the ahem "Guides".
And please don't tell me something like: "just get the right firmware". That's not an answer.
The full answer would be:
use the command:
Code: Select all
sdftool -f sdf.bin -d /dev/sr0 -i firmware.bin flash
(Yes, I'm very spoiled by Arch Linux Forums and Stackoverflow, indeed).
Re: LibreDrive for Pioneer drives
Your firmware is not supported. Ask Mike how to upload 1.00 or upgrade to 1.01.
-
- Posts: 2862
- Joined: Wed Nov 22, 2017 11:45 pm
Re: LibreDrive for Pioneer drives
The supported Pioneer firmware list is in the first post. No need to flash, it just works. If your drive is in the list but not the firmware version, either contact Mike to get your firmware extracted and added to the list or upgrade your firmware to an already compatible version via Pioneer flash tool.datensenke wrote: ↑Sun Feb 20, 2022 6:16 pmI'm very confused now and I just couldn't find out. How do I enable Libredrive on my Pioneer BDR-212M1.00?
I try to do it on Linux, so I did, which returned me:Code: Select all
sdftool -d /dev/sr0 --info
Then I tried:Code: Select all
SDF.bin version: 0x0085 Drive Tool SDF present Drive Specific SDF not present Identification SDF present [Identification SDF] Embedded Info Strings: 8000:LibreDrive Information 8013:Status 8102:Possible, not yet enabled 8001:Drive platform :Pioneer RS8F00 8003:Firmware version :ID56 [Identification SDF] Drive autodetect string:
, which returned meCode: Select all
sdftool -d /dev/sr0 help
Therefore, no way to enable Libredrive.Code: Select all
Pioneer firmware module v1.20 Commands: dump [auto|full] dumps firmware image dump full - dumps full rom image (if not disabled in firmware) dump auto - dumps full image if possible, info data otherwise speed get - prints current speed mode setting speed set MODE - writes new default speed mode to EEPROM
I looked through the forum for hours and I just couldn't find it out. Everyone just takes the information I'm looking for, for granted, even in the ahem "Guides".
And please don't tell me something like: "just get the right firmware". That's not an answer.
The full answer would be:
use the command:, where firmware.bin is the file from http://<well known address for everybody except datensenke>, or whatever.Code: Select all
sdftool -f sdf.bin -d /dev/sr0 -i firmware.bin flash
(Yes, I'm very spoiled by Arch Linux Forums and Stackoverflow, indeed).
Cheers
----------------------------------------------------------------------------------------------------------------------------
For UHD enabled drives (AU/NZ/SG + Others) & DIY Single Drive Flasher (WW): https://uhdenableddrives.com
----------------------------------------------------------------------------------------------------------------------------
For UHD enabled drives (AU/NZ/SG + Others) & DIY Single Drive Flasher (WW): https://uhdenableddrives.com
-
- Posts: 2
- Joined: Sun Feb 20, 2022 5:58 pm
Re: LibreDrive for Pioneer drives
Oh, holy sh...
I read in the thread, that there was an M212.00, but it's not in the list anymore.
Sorry, for being so angry. Now I have to be angry with me.
I read in the thread, that there was an M212.00, but it's not in the list anymore.
Sorry, for being so angry. Now I have to be angry with me.
-
- Posts: 2862
- Joined: Wed Nov 22, 2017 11:45 pm
Re: LibreDrive for Pioneer drives
There is a 212M 1.01 in the list, so either contact Mike so he can extract and add your 1.00 firmware to the list or update your drive to 1.01 via Pioneer's flasher.datensenke wrote: ↑Mon Feb 21, 2022 2:35 pmOh, holy sh...
I read in the thread, that there was an M212.00, but it's not in the list anymore.
Sorry, for being so angry. Now I have to be angry with me.
Cheers
----------------------------------------------------------------------------------------------------------------------------
For UHD enabled drives (AU/NZ/SG + Others) & DIY Single Drive Flasher (WW): https://uhdenableddrives.com
----------------------------------------------------------------------------------------------------------------------------
For UHD enabled drives (AU/NZ/SG + Others) & DIY Single Drive Flasher (WW): https://uhdenableddrives.com
Re: LibreDrive for Pioneer drives
This! I am on V1.21, but have the same issue with a standard Blu-ray.ryley wrote: ↑Mon Feb 14, 2022 12:44 amAs of SDF v083, my Pioneer BDR-XD05 (3.00) is now LibreDrive compatible. Unfortunately I'm not having much luck with it. If a standard Blu-ray disc is inserted when starting MakeMKV, a fatal error occurs (screenshot attached). Loading a disc after starting MakeMKV also fails but no fatal error message is shown. I've attached the debug log files for both scenarios. (The 'STATUS_DEVICE_NOT_CONNECTED' message was only logged after I unplugged the USB cable)
Edit: I've tested MakeMKV v1.16.5 with SDF v07e again. The same drive/disc combination worked correctly with this configuration, but I can't seem to attach the log file.
MakeMKV - Fatal Error SDF v83.PNG
-
- Posts: 4075
- Joined: Wed Nov 26, 2008 2:26 am
- Contact:
Re: LibreDrive for Pioneer drives
Re: LibreDrive for Pioneer drives
Mike, how can we "disable" Libredrive?mike admin wrote: ↑Wed Feb 23, 2022 12:44 pmYou are getting a fatal error with SDF v86???? Did you try disabling LibreDrive for your drive? Please email/PM me, I'll ask for a log file for troubleshooting. Thanks!