Then I didn't do anything with discs for a while. During that time, I upgraded from macOS Mojave → Catalina → Big Sur. Presently I'm running macOS "Big Sur" 11.4. About 6 weeks ago, I tried to format-shift a new disc. The drive spun quietly for about 10-15 seconds, then spit out the disc. Not only is spitting out the disc odd, but the drive didn't sound like you were jamming a metal pipe in the garbage disposal like it used to.
I've tried a variety of 4K discs to no avail, including one that I've successfully format-shifted before. I've tried re-flashing the firmware using /Applications/MakeMKV.app/Contents/MacOS/makemkvcon, which worked without issue (as per viewtopic.php?f=19&t=21863). The drive is connected directly to a 2018 Mac mini Thunderbolt 3 port using a USB-C → USB-B SuperSpeed (3.0) cable.
The movie that I've successfully format-shifted before was purchased from BestBuy and came with both a Blu-ray and UHD Blu-ray disc. Both discs get kicked out after about 10-15 seconds.
Code: Select all
$ /Applications/MakeMKV.app/Contents/MacOS/makemkvcon f --list
Found 1 drives(s)
00: /IOBDServices/6ACD94D0
ASUS_BC-12D2HT_3.11_211902271319_XXXXXXXXXXX
Code: Select all
$ /Applications/MakeMKV.app/Contents/MacOS/makemkvcon f --drive /IOBDServices/6ACD94D0 --sdf-file ~/Downloads/sdf.bin rawflash main --in ~/Downloads/mk-firmware-pack-20200720/MK/ASUS/BC-12D2HT/ASUS-BC-12D2HT-3.11-WM00300-211902271319.bin
Reading input file ~/Downloads/mk-firmware-pack-20200720/MK/ASUS/BC-12D2HT/ASUS-BC-12D2HT-3.11-WM00300-211902271319.bin
Flashing flags = 0x0 : 0 0 0 0 : ---- ---- ---- ----
Current Drive ID: ASUS_BC-12D2HT_3.11_211902271319_XXXXXXXXXXX
Ready to write drive flash memory.
Type "yes" to continue, "no" to abort
yes
Operation started: Sending flash image to drive
100% Operation finished
Operation started: Programming flash
100% Operation finished
Done successfully
Code: Select all
Debug log started at Tue May 18 22:39:30 2021 , written by MakeMKV v1.16.3 darwin(x64-release)
001005:0000 MakeMKV v1.16.3 darwin(x64-release) started
001004:0000 Debug logging enabled, log will be saved as file:///Users/me/MakeMKV_log.txt
Using 262272KB for read cache.
Network access is ENABLED, CURL version 7.64.1/(SecureTransport) LibreSSL/2.8.3 (x86_64-apple-darwin20.0) , proxy server not set.
002010:0000 Optical drive "BD-ROM ASUS BC-12D2HT 3.11d" opened in OS access mode.
SDF v07e: ASUS_BC-12D2HT_3.11_211902271319_XXXXXXXXXXX
Any help/direction is appreciated, and I'm not afraid of the Terminal. Thank you.