Page 2 of 2

Re: Linux How To: Flash ASUS-BW-16D1HT

Posted: Mon Mar 11, 2024 2:27 am
by Billycar11
dennis__ wrote:
Mon Mar 11, 2024 2:14 am
V1.05 is encrypted. You need to add 'enc' to the command line.
I have tried adding enc after the rawflash parameter like I read in a post above -

Code: Select all

sudo makemkvcon f -f sdf_00000065.bin -d /dev/sr0 rawflash enc -i HL-DT-ST-BD-RE_WH16NS60-1.02-NM00100-211810291936.bin 
[sudo] password for dennis: 

Parameter 'enc' not recognized

Command produced error code 0x8f1e0005
Then I tried it in a few other spots with a similar error or "Unknown command".

I hate to ask for you to spell it out for me but could you tell me exactly how to inform makekvon that the existing fw is encrypted?
why dont we use the guide endorsed by the developer thats pinned that has the linux stuff right and up to date....

Re: Linux How To: Flash ASUS-BW-16D1HT

Posted: Mon Mar 11, 2024 2:30 am
by d00zah
dennis__ wrote:
Mon Mar 11, 2024 2:14 am
V1.05 is encrypted. You need to add 'enc' to the command line.
I have tried adding enc after the rawflash parameter like I read in a post above -

Code: Select all

sudo makemkvcon f -f sdf_00000065.bin -d /dev/sr0 rawflash enc -i HL-DT-ST-BD-RE_WH16NS60-1.02-NM00100-211810291936.bin 
[sudo] password for dennis: 

Parameter 'enc' not recognized

Command produced error code 0x8f1e0005
Then I tried it in a few other spots with a similar error or "Unknown command".

I hate to ask for you to spell it out for me but could you tell me exactly how to inform makekvon that the existing fw is encrypted?
Lifted from the guide, using your info, try...

./makemkvcon f -d '/dev_21:2' -f sdf_00000065.bin rawflash enc -i HL-DT-ST-BD-RE_WH16NS60-1.02-NM00100-211810291936.bin

Re: Linux How To: Flash ASUS-BW-16D1HT

Posted: Mon Mar 11, 2024 3:12 am
by dennis__
Billycar11 wrote:
Mon Mar 11, 2024 2:27 am
why dont we use the guide endorsed by the developer thats pinned that has the linux stuff right and up to date....
Sounds good. Where is it? This? Because I downloaded it and its an exe.
Otherwise I looked around the board under LibreDrive Drives and MakeMKV for Linux. Sorry if I missed it but I do not see it.

Re: Linux How To: Flash ASUS-BW-16D1HT

Posted: Mon Mar 11, 2024 3:15 am
by dennis__
d00zah wrote:
Mon Mar 11, 2024 2:30 am

Lifted from the guide, using your info, try...

./makemkvcon f -d '/dev_21:2' -f sdf_00000065.bin rawflash enc -i HL-DT-ST-BD-RE_WH16NS60-1.02-NM00100-211810291936.bin
Thanks but I am still having issues. Could you update your post to link to the guide? It is currently linking this thread.

Re: Linux How To: Flash ASUS-BW-16D1HT

Posted: Mon Mar 11, 2024 3:19 am
by d00zah
dennis__ wrote:
Mon Mar 11, 2024 3:15 am
d00zah wrote:
Mon Mar 11, 2024 2:30 am

Lifted from the guide, using your info, try...

./makemkvcon f -d '/dev_21:2' -f sdf_00000065.bin rawflash enc -i HL-DT-ST-BD-RE_WH16NS60-1.02-NM00100-211810291936.bin
Thanks but I am still having issues. Could you update your post to link to the guide? It is currently linking this thread.
done. sorry.

Re: Linux How To: Flash ASUS-BW-16D1HT

Posted: Mon Mar 11, 2024 3:37 am
by dennis__
Got it downgraded / changed. Thanks!