I'm trying to flash on my Linux system, and I've been running into issues with the process. The instructions don't give any linux-specific commands, but I figured it wouldn't be too different from the instructions given for Mac. Here's what MakeMKV says about my drive:
Drive Information
OS device name: /dev/sr0
Current profile: BD-ROM
Manufacturer: HL-DT-ST
Product: BD-RE WH16NS40
Revision: 1.05
Serial number: [redacted]
Firmware date: 2120-05-06 14:40
Bus encryption flags: 17
Highest AACS version: 64
I noticed that "makemkvcon f" is just an alias for "sdftool", but the syntax for this tool seems to have changed, because the syntax in the instructions were failing. The command I ended up running that seemed to actually do something was the following:
Code: Select all
sdftool -d /dev/sr0 rawflash -i /path/to/DE_LG_WH16NS60_1.02_MK.bin
This
appeared to successfully flash the drive, but when I started burning disks, the LibreDrive information given on MakeMKV was still indicating that I didn't have patched firmware:
LibreDrive Information
Status: Possible (with patched firmware)
Drive platform: MT1959
Harware support: Yes
Firmware support: No
Firmware type: Original (patched version available)
Firmware version: 1.05
DVD all regions: Possible (with patched firmware)
BD raw data read: Possible (with patched firmware)
BD raw metadata read: Possible (with patched firmware)
Unrestricted read speed: Possible (with patched firmware)
So I thought maybe I had encrypted firmware, since I recently bought this drive. I ran the command
Code: Select all
sdftool -d /dev/sr0 rawflash enc -i /path/to/DE_LG_WH16NS40-NS50_1.02.bin
and this produced error code 0x82052400. I tried the same command without the "enc" flag, and produced the same error. In fact, even rerunning the first command also produces this error. I'm worried I might have bricked the drive, but if I haven't, I'm going to need some help figuring out how to get it working properly again.
EDIT: Okay, drive is definitely not bricked. It can still read and extract the contents of some BluRay disks. But it can't read UHDs.