SYMPTOMS AND OBSERVATIONS:
- Trying to use `makemkvcon backup` with any DVD produces the error message "Can't read AACS VID from disc - most likely current AACS host certificate is revoked by your drive".
- Using `vobcopy --mirror` had previously worked when `makemkvcon backup` failed, but now it also fails with pairs of "blk_update_request: I/O error" and "async page read" errors (which are only shown on the local console, not on the remote SSH session).
- `makemkvcon info` seems to work perfectly (it dumps a bunch of information about the disk)
- Behavior of `makemkvcon` does not seem affected by whether the disk is `mount`ed or not
- Ubuntu 16 (headless) in a VM
- Drive: MBC001 (external BD-R; it's been working fine without external power but problems persist even with power added)
- MakeMKV 1.14.3 (but I've been getting some of these same error messages since at least 1.14.2)
- vobcopy 1.2.0
- AACS: MKB_v31
Up to now, I've been able to mirror about a half-dozen disks (almost all DVDs), but many of them I had to use `vobcopy` because of the same error messages below about AACS whenever I tried to use `makemkvcon backup` (at the time I saw forum postings from others saying that 1.14.2 had some issues so I concluded I was encountering the same issue, but now I'm not so sure).
Right now, when I put in any *DVD* (not Blu-Ray) and try to do `makemkvcon backup` I get what appears to be an error about AACS:
Code: Select all
$ makemkvcon backup disc:0 . --robot
MSG:1005,0,1,"MakeMKV v1.14.3 linux(x64-release) started","%1 started","MakeMKV v1.14.3 linux(x64-release)"
DRV:0,2,999,1,"BD-ROM NECVMWar VMware SATA CD00 1.00","BATB_ENCHANTED_CHRISTMAS","/dev/sr0"
DRV:1,0,999,0,"DVD-ROM NECVMWar VMware SATA CD01 1.00","","/dev/sr1"
DRV:2,256,999,0,"","",""
DRV:3,256,999,0,"","",""
DRV:4,256,999,0,"","",""
DRV:5,256,999,0,"","",""
DRV:6,256,999,0,"","",""
DRV:7,256,999,0,"","",""
DRV:8,256,999,0,"","",""
DRV:9,256,999,0,"","",""
DRV:10,256,999,0,"","",""
DRV:11,256,999,0,"","",""
DRV:12,256,999,0,"","",""
DRV:13,256,999,0,"","",""
DRV:14,256,999,0,"","",""
DRV:15,256,999,0,"","",""
MSG:5072,0,1,"Backing up disc into folder \".\"","Backing up disc into folder \"%1\"","."
MSG:3306,0,0,"Can't read AACS VID from disc - most likely current AACS host certificate is revoked by your drive","Can't read AACS VID from disc - most likely current AACS host certificate is revoked by your drive"
MSG:5069,128,0,"Backup failed","Backup failed"
MSG:5080,516,0,"Backup failed.","Backup failed."
When I try to use vobcopy (which was my previous solution), it runs for a bit and then stalls. But with vobcopy, on the console window I get this in a seemingly endless loop:
Code: Select all
Buffer I/O error on dev sr0, logical block 139310, async page read
blk_update_request: I/O error, dev sr0, sector 557244
Buffer I/O error on dev sr0, logical block 139311, async page read
blk_update_request: I/O error, dev sr0, sector 557240
So now I'm stumped:
- The AACS message may be a false-positive resulting from the `blk_update_request` errors, but I don't get those errors when using makekmvcon.
- My search results tell me that the `blk_update_request` errors are supposed to be solved by installing libraries that I've already got (as I believe is demonstrated by the fact that `vobcopy --mirror` was working).
- The drive currently does not have external power connected but if it needed that wouldn't `vobcopy` also A) Have been failing, and B) fail at random sectors?
If anyone could point me in the right direction, I would greatly appreciate it.
Thanks much,
-Neil