Asus BW-16D1X-U
-
- Posts: 1
- Joined: Fri Sep 12, 2025 9:32 pm
Re: Asus BW-16D1X-U
Is the following drive able to be flashed for UHD discs, if so where can I find the flasher for this drive? Thanks in advance!
==========================
Drive Information
Manufacturer: ASUS
Product: BW-16D1X-U
Revision: E113
Firmware date: 2020-07-21
Bus encryption flags: 1B
Highest AACS version: 75
LibreDrive Information
Status: Possible, not yet enabled
Drive platform: Pioneer RS8F00
Firmware version: ID76
==========================
==========================
Drive Information
Manufacturer: ASUS
Product: BW-16D1X-U
Revision: E113
Firmware date: 2020-07-21
Bus encryption flags: 1B
Highest AACS version: 75
LibreDrive Information
Status: Possible, not yet enabled
Drive platform: Pioneer RS8F00
Firmware version: ID76
==========================
-
- Posts: 5028
- Joined: Sun Aug 24, 2014 5:49 am
Re: Asus BW-16D1X-U
yea email me see belowajohnson6494 wrote: ↑Fri Sep 12, 2025 9:36 pmIs the following drive able to be flashed for UHD discs, if so where can I find the flasher for this drive? Thanks in advance!
==========================
Drive Information
Manufacturer: ASUS
Product: BW-16D1X-U
Revision: E113
Firmware date: 2020-07-21
Bus encryption flags: 1B
Highest AACS version: 75
LibreDrive Information
Status: Possible, not yet enabled
Drive platform: Pioneer RS8F00
Firmware version: ID76
==========================
Buy a UHD drive from the guide and how to video maker: https://www.makemkv.com/forum/viewtopic ... 20&t=17831
UHD Drives Guide: https://www.makemkv.com/forum/viewtopic ... 16&t=19634
Auto flash kit $25 Email me for one Billycar5924@gmail.com
UHD Drives Guide: https://www.makemkv.com/forum/viewtopic ... 16&t=19634
Auto flash kit $25 Email me for one Billycar5924@gmail.com
Re: Asus BW-16D1X-U
I'm getting ready to try to flash my drive, and here is the details from MakeMKV:
I've read all the posts here : viewtopic.php?f=4&t=23129
I've read the guide here: viewtopic.php?f=16&t=19634
Along with all the posts in this topic.
I saw several posts with people with my exact same drive, same revision number, etc. using 2 different firmwares:
1) BW-16D1HT : ASUS-BW-16D1HT-3.10-WM01601-211901041014.bin
2) WH16NS60 : HL-DT-ST-BD-RE_WH16NS60-1.03-NM00600-212005081010.bin
I saw one person mention this one and confirmed it worked, but the previous two seem to be the ones everyone had used:
3) BW-16D1H-U : ASUS-BW-16D1H-U-A204-WM01001-211901041044.bin
I have downloaded the firmware pack : mk-firmware-pack-20200720.zip, and I have located the sdf_00000097.bin from the following location:
/Applications/MakeMKV.app/Contents/Resources/appdata.tar
I then go into this folder : /Applications/MakeMKV.app/Contents/MacOS
There are two executables there that I have seen mentioned (in addition to others): makemkvcon & sdftool.
I did this command:
My question is, should I be using makemkvcon or sdftool?
I saw several people using makemkvcon, but then I saw others using sdftool almost interchangeably .
It appears as though I could just do this:
Or use the makemkvcon tool:
It seems some use the sdf.bin or sdf_#########.bin and some don't. I'm just wondering what is the current way to do this?
I just want to understand what the difference between sdftool and makemkvcon is and what the sdf_00000097.bin is for, etc.
Thanks in advance.
Code: Select all
Drive Information
Manufacturer: ASUS
Product: BW-16D1X-U
Revision: A105
Serial number: [REDACTED]
Firmware date: 2120-12-02 11:14
Bus encryption flags: 1F
Highest AACS version: 81
LibreDrive Information
Status: Possible, not yet enabled
Drive platform: MT1959
I've read the guide here: viewtopic.php?f=16&t=19634
Along with all the posts in this topic.
I saw several posts with people with my exact same drive, same revision number, etc. using 2 different firmwares:
1) BW-16D1HT : ASUS-BW-16D1HT-3.10-WM01601-211901041014.bin
2) WH16NS60 : HL-DT-ST-BD-RE_WH16NS60-1.03-NM00600-212005081010.bin
I saw one person mention this one and confirmed it worked, but the previous two seem to be the ones everyone had used:
3) BW-16D1H-U : ASUS-BW-16D1H-U-A204-WM01001-211901041044.bin
I have downloaded the firmware pack : mk-firmware-pack-20200720.zip, and I have located the sdf_00000097.bin from the following location:
/Applications/MakeMKV.app/Contents/Resources/appdata.tar
Code: Select all
tar -tvf appdata.tar -> shows bin file was sdf_00000097.bin
# Extract bin file:
tar -xvf appdata.tar sdf_00000097.bin
There are two executables there that I have seen mentioned (in addition to others): makemkvcon & sdftool.
I did this command:
Code: Select all
./sdftool -l
Found 1 drives(s)
00: /IOBDServices/D0D89CEE
ASUS_BW-16D1X-U_A105_212012021114_[REDACTED]
# I wanted to dump the current firmware in case I need to revert it:
./sdftool -d /IOBDServices/D0D89CEE dump -o ~/Downloads/
# One file was created:
dump_user_ASUS_BW-16D1X-U_A105_212012021114_[REDACTED].tar
# Contents of the tar:
% tar -tvf ~/Downloads/dump_user_ASUS_BW-16D1X-U_A105_212012021114_[REDACTED].tar
-rw-r--r-- 0 0 0 32 Dec 31 1969 rom_003000.bin
-rw-r--r-- 0 0 0 256 Dec 31 1969 rom_1EC000.bin
-rw-r--r-- 0 0 0 65536 Dec 31 1969 rom_1F0000.bin
-rw-r--r-- 0 0 0 96 Dec 31 1969 inq.bin
-rw-r--r-- 0 0 0 28 Dec 31 1969 fd_fwdate.bin
-rw-r--r-- 0 0 0 28 Dec 31 1969 fd_sn.bin
I saw several people using makemkvcon, but then I saw others using sdftool almost interchangeably .
It appears as though I could just do this:
Code: Select all
./sdftool -d /IOBDServices/D0D89CE rawflash -i ~/Downloads/mk-firmware-pack-20200720/MK/ASUS/BW-16D1HT/ASUS-BW-16D1HT-3.10-WM01601-211901041014.bin
Code: Select all
# My drive says my Bus Encryption Flags: 1F, so I'm assuming mine is encrypted and I need main,enc on the command?
./makemkvcon -d /IOBDServices/D0D89CE -f ~/Downloads/sdf_00000097.bin rawflash main,enc -i ~/Downloads/mk-firmware-pack-20200720/MK/ASUS/BW-16D1HT/ASUS-BW-16D1HT-3.10-WM01601-211901041014.bin
I just want to understand what the difference between sdftool and makemkvcon is and what the sdf_00000097.bin is for, etc.
Thanks in advance.
Re: Asus BW-16D1X-U
Please i need help with mine if someone can help me:
Drive Information
OS device name: G:
Manufacturer: ASUS
Product: BW-16D1X-U
Revision: E113
Serial number:
Firmware date: 2020-07-21
Bus encryption flags: 1B
Highest AACS version: 76
LibreDrive Information
Status: Possible, not yet enabled
Drive platform: Pioneer RS8F00
Firmware version: ID76
Drive Information
OS device name: G:
Manufacturer: ASUS
Product: BW-16D1X-U
Revision: E113
Serial number:
Firmware date: 2020-07-21
Bus encryption flags: 1B
Highest AACS version: 76
LibreDrive Information
Status: Possible, not yet enabled
Drive platform: Pioneer RS8F00
Firmware version: ID76
Re: Asus BW-16D1X-U
PM sent.fio1982 wrote: ↑Tue Sep 23, 2025 4:37 pmPlease i need help with mine if someone can help me:
Drive Information
OS device name: G:
Manufacturer: ASUS
Product: BW-16D1X-U
Revision: E113
Serial number:
Firmware date: 2020-07-21
Bus encryption flags: 1B
Highest AACS version: 76
LibreDrive Information
Status: Possible, not yet enabled
Drive platform: Pioneer RS8F00
Firmware version: ID76
-
- Posts: 1
- Joined: Wed Sep 24, 2025 4:35 am
Re: Asus BW-16D1X-U
Code: Select all
Drive Information
OS device name: \Device\CdRom0
Current profile: CD-ROM
Manufacturer: ASUS
Product: BW-16D1X-U
Revision: E113
Serial number:
Firmware date: 2020-07-21
Bus encryption flags: 1B
Highest AACS version: 63
LibreDrive Information
Status: Possible, not yet enabled
Drive platform: Pioneer RS8F00
Firmware version: ID76
Re: Asus BW-16D1X-U
PM sent.Shmuel2025 wrote: ↑Wed Sep 24, 2025 4:37 amcould some one please help me flash this driveCode: Select all
Drive Information OS device name: \Device\CdRom0 Current profile: CD-ROM Manufacturer: ASUS Product: BW-16D1X-U Revision: E113 Serial number: Firmware date: 2020-07-21 Bus encryption flags: 1B Highest AACS version: 63 LibreDrive Information Status: Possible, not yet enabled Drive platform: Pioneer RS8F00 Firmware version: ID76
Re: Asus BW-16D1X-U
Hi all, I'm new to this and was wondering if an Asus with the Pioneer RS8F00 would be second best to getting an actual Pioneer since they are so hard to find? I downloaded MakeMKV on my friends computer and his ASUS shows as a Pioneer. Should I buy it from him and flash it? Thanks
Re: Asus BW-16D1X-U
The hardware is a Pioneer drive. Get it and post its Makemkv info to get it flashed.happyb wrote: ↑Sun Sep 28, 2025 6:46 pmHi all, I'm new to this and was wondering if an Asus with the Pioneer RS8F00 would be second best to getting an actual Pioneer since they are so hard to find? I downloaded MakeMKV on my friends computer and his ASUS shows as a Pioneer. Should I buy it from him and flash it? Thanks
Re: Asus BW-16D1X-U
Thank you, I got it and here is the info.Coopervid wrote: ↑Sun Sep 28, 2025 8:32 pmThe hardware is a Pioneer drive. Get it and post its Makemkv info to get it flashed.happyb wrote: ↑Sun Sep 28, 2025 6:46 pmHi all, I'm new to this and was wondering if an Asus with the Pioneer RS8F00 would be second best to getting an actual Pioneer since they are so hard to find? I downloaded MakeMKV on my friends computer and his ASUS shows as a Pioneer. Should I buy it from him and flash it? Thanks
Drive Information
OS device name: D:
Manufacturer: ASUS
Product: BW-16D1X-U
Revision: E113
Serial number:
Firmware date: 2020-07-21
Bus encryption flags: 1B
Highest AACS version: 16
LibreDrive Information
Status: Possible, not yet enabled
Drive platform: Pioneer RS8F00
Firmware version: ID76
No disc inserted
Re: Asus BW-16D1X-U
PM sent.happyb wrote: ↑Tue Sep 30, 2025 1:32 amThank you, I got it and here is the info.Coopervid wrote: ↑Sun Sep 28, 2025 8:32 pmThe hardware is a Pioneer drive. Get it and post its Makemkv info to get it flashed.happyb wrote: ↑Sun Sep 28, 2025 6:46 pmHi all, I'm new to this and was wondering if an Asus with the Pioneer RS8F00 would be second best to getting an actual Pioneer since they are so hard to find? I downloaded MakeMKV on my friends computer and his ASUS shows as a Pioneer. Should I buy it from him and flash it? Thanks
Drive Information
OS device name: D:
Manufacturer: ASUS
Product: BW-16D1X-U
Revision: E113
Serial number:
Firmware date: 2020-07-21
Bus encryption flags: 1B
Highest AACS version: 16
LibreDrive Information
Status: Possible, not yet enabled
Drive platform: Pioneer RS8F00
Firmware version: ID76
No disc inserted
-
- Posts: 2
- Joined: Fri Oct 03, 2025 2:27 am
Re: Asus BW-16D1X-U
Hey guys,
This is the follwing info on my drive and im using an Apple MacBook M3 Pro on Tahoe 26.1
Drive Information
Manufacturer: ASUS
Product: BW-16D1X-U
Revision: E113
Serial number:
Firmware date: 2020-07-21
Bus encryption flags: 1B
LibreDrive Information
Status: Possible, not yet enabled
Drive platform: Pioneer RS8F00
Firmware version: ID76
Let me know if you need any other info
Cheers
This is the follwing info on my drive and im using an Apple MacBook M3 Pro on Tahoe 26.1
Drive Information
Manufacturer: ASUS
Product: BW-16D1X-U
Revision: E113
Serial number:
Firmware date: 2020-07-21
Bus encryption flags: 1B
LibreDrive Information
Status: Possible, not yet enabled
Drive platform: Pioneer RS8F00
Firmware version: ID76
Let me know if you need any other info
Cheers
Re: Asus BW-16D1X-U
PM sent. You need a good VM to run Windows.Buck Turgidson wrote: ↑Sun Oct 12, 2025 1:14 amHey guys,
This is the follwing info on my drive and im using an Apple MacBook M3 Pro on Tahoe 26.1
Drive Information
Manufacturer: ASUS
Product: BW-16D1X-U
Revision: E113
Serial number:
Firmware date: 2020-07-21
Bus encryption flags: 1B
LibreDrive Information
Status: Possible, not yet enabled
Drive platform: Pioneer RS8F00
Firmware version: ID76
Let me know if you need any other info
Cheers