SBW-06D2X-U 4KUHD Help

Forum for discussions about UHD-capable dives
Post Reply
Message
Author
wildcarrot
Posts: 3
Joined: Mon Sep 08, 2025 10:51 pm

SBW-06D2X-U 4KUHD Help

#1 Post by wildcarrot » Mon Sep 08, 2025 11:02 pm

Hi,

I have an ASUS SBW-06D2X-U that out of the box could only open and rip DVD's on my Mac M2. BluRays and 4KUHD would spit out of the drive.

I updated the firmware to DE_LG_BU40N_1.03_MK.bin per some forum posts and through the All You Need Firmware Pack and now I can open and rip Blu-Ray, but when I insert 4KUHD discs in, they spin for a second and pop back out.

Through searching it looks like the HL-DT-ST-BD-RE_BU40N-1.03-MK.bin firmware should do the trick, but I wanted to make sure that would be successful and can't seem to find the file.

Also, with the DE firmware, it looks like MakeMKV and my ASUS aren't showing the firmware update, I've checked in terminal and it looks like the firmware isn't showing in there either, however I do have BluRay capabilities now.

Drive Information
Manufacturer: ASUS
Product: SBW-06D2X-U
Revision: A102
Serial number: (XXXXX)
Firmware date: 2121-06-28 13:41
Bus encryption flags: 1F
Highest AACS version: 50

LibreDrive Information
Status: Possible, not yet enabled
Drive platform: MT1959

Anyone care to lend a hand or share some info to get me up and running? :D

MartyMcNuts
Posts: 3813
Joined: Wed Nov 22, 2017 11:45 pm

Re: SBW-06D2X-U 4KUHD Help

#2 Post by MartyMcNuts » Tue Sep 09, 2025 4:50 am

wildcarrot wrote:
Mon Sep 08, 2025 11:02 pm
Hi,

I have an ASUS SBW-06D2X-U that out of the box could only open and rip DVD's on my Mac M2. BluRays and 4KUHD would spit out of the drive.

I updated the firmware to DE_LG_BU40N_1.03_MK.bin per some forum posts and through the All You Need Firmware Pack and now I can open and rip Blu-Ray, but when I insert 4KUHD discs in, they spin for a second and pop back out.

Through searching it looks like the HL-DT-ST-BD-RE_BU40N-1.03-MK.bin firmware should do the trick, but I wanted to make sure that would be successful and can't seem to find the file.

Also, with the DE firmware, it looks like MakeMKV and my ASUS aren't showing the firmware update, I've checked in terminal and it looks like the firmware isn't showing in there either, however I do have BluRay capabilities now.

Drive Information
Manufacturer: ASUS
Product: SBW-06D2X-U
Revision: A102
Serial number: (XXXXX)
Firmware date: 2121-06-28 13:41
Bus encryption flags: 1F
Highest AACS version: 50

LibreDrive Information
Status: Possible, not yet enabled
Drive platform: MT1959

Anyone care to lend a hand or share some info to get me up and running? :D
DE_LG_BU40N_1.03_MK and HL-DT-ST-BD-RE_BU40N-1.03-MK are the exact same firmware, just named a little differently. You haven't yet flashed the drive with any firmware. It is still showing as firmware A102 and libredrive not yet enabled. It has always had blu-ray capability as it is a blu ray drive.

I suggest you post the command line you used so we can take a look.
Cheers :D
----------------------------------------------------------------------------------------------------------------------------
For UHD enabled drives (AU/NZ/SG + Others) & DIY Single Drive Flasher (WW): https://uhdenableddrives.com

wildcarrot
Posts: 3
Joined: Mon Sep 08, 2025 10:51 pm

Re: SBW-06D2X-U 4KUHD Help

#3 Post by wildcarrot » Tue Sep 09, 2025 1:21 pm

(put the MK bin in /tmp)
cp -v ~/Desktop/DE_LG_BU40N_1.03_MK.bin /tmp/

tried to dump original firmware (backup)
cd /Applications/MakeMKV.app/Contents/MacOS
./makemkvcon f -d '/IOBDServices/2BD3E6DD' -f /tmp/sdf.bin rawdump main
# -> ERROR: "Unable to load sdf.bin" / "Internal error 0xffffffff"

attempted flashing anyway
./makemkvcon f -d '/IOBDServices/2BD3E6DD' -f /tmp/sdf.bin rawflash main -i /tmp/DE_LG_BU40N_1.03_MK.bin
# -> It printed:
# "Operation started: Sending flash image to drive ... 100%"
# "Operation started: Programming flash ... 100%"
# "Done successfully"

verification
./makemkvcon -r --cache=1 info disc:9999
# -> still shows:
# Revision: A102
# LibreDrive: Possible, not yet enabled
# (and messages like "Optical drive ... opened in OS access mode.")

Coopervid
Posts: 3250
Joined: Tue Feb 19, 2019 10:32 pm

Re: SBW-06D2X-U 4KUHD Help

#4 Post by Coopervid » Tue Sep 09, 2025 4:48 pm

wildcarrot wrote:
Tue Sep 09, 2025 1:21 pm
(put the MK bin in /tmp)
cp -v ~/Desktop/DE_LG_BU40N_1.03_MK.bin /tmp/

tried to dump original firmware (backup)
cd /Applications/MakeMKV.app/Contents/MacOS
./makemkvcon f -d '/IOBDServices/2BD3E6DD' -f /tmp/sdf.bin rawdump main
# -> ERROR: "Unable to load sdf.bin" / "Internal error 0xffffffff"

attempted flashing anyway
./makemkvcon f -d '/IOBDServices/2BD3E6DD' -f /tmp/sdf.bin rawflash main -i /tmp/DE_LG_BU40N_1.03_MK.bin
# -> It printed:
# "Operation started: Sending flash image to drive ... 100%"
# "Operation started: Programming flash ... 100%"
# "Done successfully"

verification
./makemkvcon -r --cache=1 info disc:9999
# -> still shows:
# Revision: A102
# LibreDrive: Possible, not yet enabled
# (and messages like "Optical drive ... opened in OS access mode.")
Example: ./makemkvcon f -d '/IOBDServices/D5D25996' -f /tmp/sdf.bin rawflash enc -i /tmp/your firmware filename here

use "enc" instead of "main" for encrypted firmware.

wildcarrot
Posts: 3
Joined: Mon Sep 08, 2025 10:51 pm

Re: SBW-06D2X-U 4KUHD Help

#5 Post by wildcarrot » Tue Sep 09, 2025 8:43 pm

Coopervid wrote:
Tue Sep 09, 2025 4:48 pm
wildcarrot wrote:
Tue Sep 09, 2025 1:21 pm
(put the MK bin in /tmp)
cp -v ~/Desktop/DE_LG_BU40N_1.03_MK.bin /tmp/

tried to dump original firmware (backup)
cd /Applications/MakeMKV.app/Contents/MacOS
./makemkvcon f -d '/IOBDServices/2BD3E6DD' -f /tmp/sdf.bin rawdump main
# -> ERROR: "Unable to load sdf.bin" / "Internal error 0xffffffff"

attempted flashing anyway
./makemkvcon f -d '/IOBDServices/2BD3E6DD' -f /tmp/sdf.bin rawflash main -i /tmp/DE_LG_BU40N_1.03_MK.bin
# -> It printed:
# "Operation started: Sending flash image to drive ... 100%"
# "Operation started: Programming flash ... 100%"
# "Done successfully"

verification
./makemkvcon -r --cache=1 info disc:9999
# -> still shows:
# Revision: A102
# LibreDrive: Possible, not yet enabled
# (and messages like "Optical drive ... opened in OS access mode.")
Example: ./makemkvcon f -d '/IOBDServices/D5D25996' -f /tmp/sdf.bin rawflash enc -i /tmp/your firmware filename here

use "enc" instead of "main" for encrypted firmware.
Swapping enc in for main did the trick! I'm up and running, thank you so much.

Post Reply