BH16NS58 help
BH16NS58 help
Flashed DE_LG_WH16NS60_1.02_MK.bin with makemkvcon 1.17.6 via rawflash de,enc. Output: "Image already has DE byte set", both stages 100%, "Done successfully", rc=0. After a full 4-minute power-off the drive still reports BH16NS58 1.02 at SCSI inquiry and LibreDrive remains "Possible, not yet enabled". Log shows No SDF v0a6 for this drive and Drive Specific SDF not present throughout. makemkv.com has been down the whole time. Is the drive-specific SDF required for this drive, and is that why it isn't taking?
-
Billycar11
- Posts: 6115
- Joined: Sun Aug 24, 2014 5:49 am
Re: BH16NS58 help
Not sure you need enc for that fw.
Email me or Marty for an automated flasher that will do it all for you.
Email me or Marty for an automated flasher that will do it all for you.
Buy a drive from the guide and video maker: viewtopic.php?t=17831
UHD Drive Guide: viewtopic.php?t=19634
Auto flash kit $40 Email Billycar5924@gmail.com No attachments
UHD Drive Guide: viewtopic.php?t=19634
Auto flash kit $40 Email Billycar5924@gmail.com No attachments
-
AstralWanderer
- Posts: 49
- Joined: Wed Feb 04, 2026 10:45 am
Re: BH16NS58 help
Welcome to the forums Thebutton,
This is how I managed to successfully flash my drive, after having placed a copy of the appropriate firmware .bin file in the MakeMKV program folder - note that you used different (and presumably) incorrect parameters and you will need to adjust the drive letter:
Original:
Drive Information
OS device name: I:
Manufacturer: HL-DT-ST
Product: BD-RE WH16NS58
Revision: 1.V9
Serial number: KX<blah>
Firmware date: 2122-03-30 14:54
Bus encryption flags: 17
Highest AACS version: 82
LibreDrive Information
Status: Possible, not yet enabled
Drive platform: MT1959
No disc inserted
D:\Program Files\MakeMKV>makemkvcon.exe f --all-yes -d I: rawflash enc -i DE_LG_WH16NS60_1.02_MK.bin
Reading input file DE_LG_WH16NS60_1.02_MK.bin
Flashing flags = 0x0 : 0 0 0 0 : ---- ---- ---- ----
Sending image in encrypted format
Current Drive ID: HL-DT-ST_BD-RE__WH16NS58_1.V9_212203301454_KX<blah>
Ready to write drive flash memory. (auto confirmed)
Operation started: Sending flash image to drive
100% Operation finished
Operation started: Programming flash
100% Operation finished
Done successfully
Post-flash:
Drive Information
OS device name: I:
Manufacturer: HL-DT-ST
Product: BD-RE WH16NS60
Revision: 1.02
Serial number: KX<blah>
Firmware date: 2118-10-29 19:36
Bus encryption flags: 17
Highest AACS version: 82
LibreDrive Information
Status: Enabled
Drive platform: MT1959
Firmware type: Patched (microcode access re-enabled)
Firmware version: 1.02
DVD all regions: Yes
BD raw data read: Yes
BD raw metadata read: Yes
Unrestricted read speed: Yes
No disc inserted
This is how I managed to successfully flash my drive, after having placed a copy of the appropriate firmware .bin file in the MakeMKV program folder - note that you used different (and presumably) incorrect parameters and you will need to adjust the drive letter:
Original:
Drive Information
OS device name: I:
Manufacturer: HL-DT-ST
Product: BD-RE WH16NS58
Revision: 1.V9
Serial number: KX<blah>
Firmware date: 2122-03-30 14:54
Bus encryption flags: 17
Highest AACS version: 82
LibreDrive Information
Status: Possible, not yet enabled
Drive platform: MT1959
No disc inserted
D:\Program Files\MakeMKV>makemkvcon.exe f --all-yes -d I: rawflash enc -i DE_LG_WH16NS60_1.02_MK.bin
Reading input file DE_LG_WH16NS60_1.02_MK.bin
Flashing flags = 0x0 : 0 0 0 0 : ---- ---- ---- ----
Sending image in encrypted format
Current Drive ID: HL-DT-ST_BD-RE__WH16NS58_1.V9_212203301454_KX<blah>
Ready to write drive flash memory. (auto confirmed)
Operation started: Sending flash image to drive
100% Operation finished
Operation started: Programming flash
100% Operation finished
Done successfully
Post-flash:
Drive Information
OS device name: I:
Manufacturer: HL-DT-ST
Product: BD-RE WH16NS60
Revision: 1.02
Serial number: KX<blah>
Firmware date: 2118-10-29 19:36
Bus encryption flags: 17
Highest AACS version: 82
LibreDrive Information
Status: Enabled
Drive platform: MT1959
Firmware type: Patched (microcode access re-enabled)
Firmware version: 1.02
DVD all regions: Yes
BD raw data read: Yes
BD raw metadata read: Yes
Unrestricted read speed: Yes
No disc inserted
Re: BH16NS58 help
I agree with Billy. If it's a BH16NS58 with 1.02 firmware, I believe it may very well be rawflash main, not rawflash enc. This 1.02 firmware should be from 2019, so before encrypted firmware started showing up for LG drives.
Therefore something like :
Sounds more reasonable to me in this case. 
EDIT : My bad, this is the Linux subforum, so it would be more like :
Replacing /dev/sr0 with the correct device path if needed.
Therefore something like :
Code: Select all
makemkvcon.exe f --all-yes -d I: rawflash main -i DE_LG_WH16NS60_1.02_MK.binEDIT : My bad, this is the Linux subforum, so it would be more like :
Code: Select all
makemkvcon f --all-yes -d /dev/sr0 rawflash main -i ./DE_LG_WH16NS60_1.02_MK.bin-
AstralWanderer
- Posts: 49
- Joined: Wed Feb 04, 2026 10:45 am
Re: BH16NS58 help
Good catch - easy to miss when you're using the "New Posts" link. But is it then also worth pointing out that flashing may not work with MakeMkv versions post 1.17.7?Sayaka wrote: Fri Aug 21, 2026 11:09 pm EDIT : My bad, this is the Linux subforum, so it would be more like :
Re: BH16NS58 help
Normally, yes, it would be worth reminding people that Linux versions post 1.17.7 do not seem to work for firmware flashing. In this case however, I thought thebutton probably already knew about it :But is it then also worth pointing out that flashing may not work with MakeMkv versions post 1.17.7?
thebutton wrote:Flashed DE_LG_WH16NS60_1.02_MK.bin with makemkvcon 1.17.6 via rawflash de,enc.