
This is an OWC Merucry PRO with a frontplate that does not show LG, onl "super multi" on the left and the "Blu-ray Disc" with logo on the right of the tray.
Following the procedures as found here: viewtopic.php?f=16&t=19634
Read that the HL-DT-ST BD-RE BH16NS40 is the same as the WH16NS40: https://www.reddit.com/r/makemkv/commen ... _bh16ns40/
I hope this is correct.The BH16NS40 is the same exact drive as the WH16NS40, same exact drive put on it whatever you'd put on a WH, which is pretty much anything (ASUS BW16, LG NS60). The BH model comes in a box, with a cable. The WH is a bare drive that comes in a plastic baggie, and sometimes not even in that![]()
---
I'm on Arch Linux
dmesg -T output when drive is connected:
Code: Select all
[Wed Oct 9 06:11:19 2024] usb 2-2: new SuperSpeed USB device number 5 using xhci_hcd
[Wed Oct 9 06:11:19 2024] usb 2-2: New USB device found, idVendor=1e91, idProduct=de2c, bcdDevice= 1.00
[Wed Oct 9 06:11:19 2024] usb 2-2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[Wed Oct 9 06:11:19 2024] usb 2-2: Product: Mercury Pro Optical
[Wed Oct 9 06:11:19 2024] usb 2-2: Manufacturer: Other World Computing
[Wed Oct 9 06:11:19 2024] usb 2-2: SerialNumber: 2305248805F6
[Wed Oct 9 06:11:19 2024] usb-storage 2-2:1.0: USB Mass Storage device detected
[Wed Oct 9 06:11:19 2024] scsi host0: usb-storage 2-2:1.0
[Wed Oct 9 06:11:20 2024] scsi 0:0:0:0: CD-ROM HL-DT-ST BD-RE BH16NS40 1.05 PQ: 0 ANSI: 0
[Wed Oct 9 06:11:20 2024] sr 0:0:0:0: Power-on or device reset occurred
[Wed Oct 9 06:11:20 2024] sr 0:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[Wed Oct 9 06:11:20 2024] sr 0:0:0:0: Attached scsi CD-ROM sr0
Code: Select all
makemkvcon f -l
Found 0 drives(s)
Code: Select all
modprobe sg
Code: Select all
[Wed Oct 9 06:18:52 2024] sr 0:0:0:0: Attached scsi generic sg0 type 5
Code: Select all
makemkvcon f -l
Found 1 drives(s)
00: dev_21:0, /dev/sr0, /dev/sr0
HL-DT-ST_BD-RE__BH16NS40_1.05_212005061331_KLKO53G0843
Who got it from here: viewtopic.php?t=16939&start=90#p81635
Make sure next boot the sg kernel mod gets loaded:
Code: Select all
echo sg | sudo tee /etc/modules-load.d/sg.conf
Code: Select all
Drive Information
OS device name: /dev/sr0
Manufacturer: HL-DT-ST
Product: BD-RE BH16NS40
Revision: 1.05
Serial number: KLKO53G0843
Firmware date: 2120-05-06 13:31
Bus encryption flags: 17
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)

--
Ok reading further down the main thread and seeing mentions like this:
With an answer to that like:Hello. I have na LG WH16NS40, brand new with ... etc
So this makes me unsure, is NS40 the same as NS50 ? I thought not, seeing lots of posts with ppl saying they are interchangeable and other that it is not.First thing is to make sure that the drive is SVC: NS50 (check drive label)
So opened the enclosure and seeing the following on the label:
Code: Select all
Blu-ray Disc Rewriter
MODEL: BH16NS40
ROM VER: 1.05
Manufactured: MAY 2024
S/N 405HAGF197063
SVC CODE: NS51
Still not sure which to flash

Also the versioning confuses me.. so BH16NS40 is not necessarily an older model than the BH16NS60 ? (since my BH16NS40 is produce a couple of months ago...)
Closed the enclosure again.
--
Ok, i have read the first 10 pages of the thread and then the last 20 pages or so.. didn't read all 164 of them, so much!
On the first post i read:
So i should be able to directly flash to the WH16NS60 firmware. (assuming that the BH vs WH prefix does not matter)Recommended Firmware to flash for MakeMKV:
WH16NS60 on any Firmware directly to > WH16NS60 1.02MK
WH14NS40 on any Firmware directly to > WH16NS60 1.02MK
...
I downloaded the sdf.bin file.
And downloaded the all-you-need-firmware pack:
Downloaded the zip and put the file for LG 5.25 desktop into same dir as where i put the sdf.bin:New! The all you need firmware pack: https://drive.google.com/file/d/1HRnbXi ... sp=sharing
I think my drive identifier is:HL-DT-ST-BD-RE_WH16NS60-1.02-NM00100-211810291936.bin
Code: Select all
dev_21:1
Then the final step:
Should become either:7. to perform the flash, type "./makemkvcon f -d '/IOBDServices/D5D25996' -f /tmp/sdf.bin rawflash main -i /tmp/your firmware filename here
or ./makemkvcon f -d '/IOBDServices/D5D25996' -f /tmp/sdf.bin rawflash enc -i /tmp/your firmware filename here
if your firmware is on the encrypted list
Code: Select all
makemkvcon f -d 'dev_21:1' -f sdf.bin rawflash main -i HL-DT-ST-BD-RE_WH16NS60-1.02-NM00100-211810291936.bin
Code: Select all
makemkvcon f -d 'dev_21:1' -f sdf.bin rawflash enc -i HL-DT-ST-BD-RE_WH16NS60-1.02-NM00100-211810291936.bin
Since I think my current firmware is encrypted i went for the latter:
Code: Select all
makemkvcon f -d 'dev_21:1' -f sdf.bin rawflash enc -i HL-DT-ST-BD-RE_WH16NS60-1.02-NM00100-211810291936.bin
Ok waited a full minute, i ctrl-c'ed it.
Why did the tool not print anything ? should I have waited longer ? I did not read anything about how long it would take...
Then tried by using `-d '/dev/sr0'` and tried using `main` instead of `enc`.
But all is the same, no progress, just hanging cli tool.
Using sudo also doesn't help.
I tried to strace the pid of the makemkvcon process but it seemed to do nothing.
ohno... i tried to disconnect and reconnect the drive and now i get nothing at all.. dmesg shows nothing anymore when connecting, is it bricked ?... well at least now the choice is made, i cannot return the drive anymore and i have to get this working.. or I've thrown away some good money. Let's see where this goes

Thinking my next step is to not use usb, connect it to a windows pc using SATA directly and see what happens. I'm afraid I've dug a hole for myself

If anyone has a tip how to proceed ? I would be very grateful
