Flashing Firmware makemkvcon hangs, does nothing

The place to discuss linux version of MakeMKV
Post Reply
RippidyDooDa
Posts: 2
Joined: Mon Dec 20, 2021 10:39 pm

Flashing Firmware makemkvcon hangs, does nothing

Post by RippidyDooDa »

Hey all, I can't seem to find an answer to this so trying a new post.

I followed all of the directions for flashing firmware. I've got a WH16NS50 manufactured in July 2024.

This is the command I'm running...

sudo makemkvcon f -d /dev/sr0 -f /home/luke/Downloads/sdf.bin rawflash enc -i /home/luke/Downloads/HL-DT-ST-BD-RE_WH16NS60-1.02-NM00100-211810291936.bin

After hitting enter it just hangs. Nothing happens. I've tried with/without sudo, with/without enc, etc., but nothing is happening.

Any pointers?
flojo
Posts: 141
Joined: Thu Jun 22, 2023 4:27 am
Location: El Paso

Re: Flashing Firmware makemkvcon hangs, does nothing

Post by flojo »

It'd bugged. Try a version prior. Old trial versions don't rip but they seem to still flash.
av8orbysea
Posts: 6
Joined: Wed Nov 27, 2024 3:10 am

Re: Flashing Firmware makemkvcon hangs, does nothing

Post by av8orbysea »

Had a similar experience myself. I ended up flashing on another machine...actually my laptop...which was pretty straight forward. Then I reconnected the drive to my Plex server (Ubuntu).

FWIW... I've found makemkvcon on the command line in Ubuntu (22.04 LTS) to be occasionally unstable (for flashing and ripping). What worked better for me was installing through snap on Gnome (after installing the graphical environment) which has worked perfectly so far. Makemkvconf hung in some places while accessing the drive without any log output to explain why. I believe, though, that the snap version is one version behind the command line...perhaps there is something to that. Would fit in to what flojo said previously.

...K
spkbd
Posts: 2
Joined: Tue Jan 14, 2025 10:30 pm

Re: Flashing Firmware makemkvcon hangs, does nothing

Post by spkbd »

I just ran into this issue myself and resolved it by reverting to 1.17.6 that allowed me to flash the drive. I used the flatpak installer, so it is quite easy to install a prior version

List available versions

Code: Select all

flatpak remote-info --log flathub com.makemkv.MakeMKV
Revert to 1.17.6

Code: Select all

flatpak update --commit=01cd43d6aed487b21bc714a1541c17076bbf67113b677f5845ec9ffde8cfc988 com.makemkv.MakeMKV
Hope this helps, good luck with your endeavors
Post Reply