"Scsi error", "KEY NOT ESTABLISHED", "Can't read AACS VID"

Please post here for issues related to Blu-ray discs
Post Reply
HaselnuesseTo
Posts: 2
Joined: Fri Sep 11, 2015 1:08 pm

"Scsi error", "KEY NOT ESTABLISHED", "Can't read AACS VID"

Post by HaselnuesseTo »

Hey! My problem is the following.. I can't rip any BluRay:

Code: Select all

MakeMKV v1.9.5 linux(x64-release) started
Using direct disc access mode
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..0800024C0 to device 'SG:dev_11:0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..0800024C0 to device 'SG:dev_11:0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..0800024C0 to device 'SG:dev_11:0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..0800024C0 to device 'SG:dev_11:0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..0800024C0 to device 'SG:dev_11:0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..0800024C0 to device 'SG:dev_11:0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..0800024C0 to device 'SG:dev_11:0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..0800024C0 to device 'SG:dev_11:0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..0800024C0 to device 'SG:dev_11:0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..0800024C0 to device 'SG:dev_11:0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..0800024C0 to device 'SG:dev_11:0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..0800024C0 to device 'SG:dev_11:0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..0800024C0 to device 'SG:dev_11:0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..0800024C0 to device 'SG:dev_11:0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..0800024C0 to device 'SG:dev_11:0'
Can't read AACS VID from disc - most likely current AACS host certificate is revoked by your drive
Highest AACS version is v31 , MKB saved as /home/brace/.MakeMKV/MKB_v31_The_Dark_Knight_Rises.tgz
The volume key is unknown for this disc - video can't be decrypted
Failed to open disc
MKB_v31_The_Dark_Knight_Rises.tgz
Woodstock
Posts: 10312
Joined: Sun Jul 24, 2011 11:21 pm

Re: "Scsi error", "KEY NOT ESTABLISHED", "Can't read AACS VI

Post by Woodstock »

This usually indicates that MakeMKV was not allowed to communicate with the drive to exchange the AACS key information. V1.9.5 has the ability to deal with AACS versions up through 56, but it can only do that if it's allowed to talk to the drive.

Is the user ID being used to run MakeMKV a member of root's group, or otherwise assigned the ability to directly talk to the hardware?
HaselnuesseTo
Posts: 2
Joined: Fri Sep 11, 2015 1:08 pm

Re: "Scsi error", "KEY NOT ESTABLISHED", "Can't read AACS VI

Post by HaselnuesseTo »

No.. It changed nothing. I tried to run makemkv as root:

Code: Select all

brace@brace-6:~$ id
uid=1000(brace) gid=1000(brace) groups=1000(brace),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),108(lpadmin),123(sambashare)

brace@brace-6:~$ sudo adduser brace root
Adding user `brace' to group `root' ...
Adding user brace to group root
Done.

brace@brace-6:~$ exec su -l 

brace@brace-6:~$ id
uid=1000(brace) gid=1000(brace) groups=1000(brace),0(root),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),108(lpadmin),123(sambashare)

brace@brace-6:~$ sudo makemkv
kwagoner
Posts: 1
Joined: Wed Sep 16, 2015 3:55 am

Re: "Scsi error", "KEY NOT ESTABLISHED", "Can't read AACS VI

Post by kwagoner »

I'm running into exactly the same error condition:

...[may proceeding lines]...
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - AUTHENTICATION FAILURE' occurred while issuing SCSI command A30..00200740100720..01CFFB0984C40B7BFAC75B711A3FC3AEFC1 to device 'SPTI:\Device\CdRom1'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..080002400 to device 'SPTI:\Device\CdRom1'
Can't read AACS VID from disc - most likely current AACS host certificate is revoked by your drive
Highest AACS version is v54 , MKB saved as C:\Users\Kevin/.MakeMKV/MKB_v54_INSURGENT.tgz
The volume key is unknown for this disc - video can't be decrypted
Failed to open disc

I have not found a workaround. Any suggestions?
mike admin
Posts: 4075
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: "Scsi error", "KEY NOT ESTABLISHED", "Can't read AACS VI

Post by mike admin »

Can you think of a recently released blu-ray disc, that you've inserted into the drive and then it triggered this error for all discs?
DaveM77
Posts: 2
Joined: Thu Oct 01, 2015 5:58 pm

Re: "Scsi error", "KEY NOT ESTABLISHED", "Can't read AACS VI

Post by DaveM77 »

I got this error with Focus and am now getting it with Unbroken too.

Submitted reports on both by clicking the link.
Muzzy
Posts: 4
Joined: Sat Oct 17, 2015 6:59 pm

Re: "Scsi error", "KEY NOT ESTABLISHED", "Can't read AACS VI

Post by Muzzy »

I too am getting this error on the Lost in Space BluRay Discs

MakeMKV v1.9.7 win(x64-release) started
Using direct disc access mode
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..080002400 to device 'SPTI:\Device\CdRom0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..080002400 to device 'SPTI:\Device\CdRom0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..080002400 to device 'SPTI:\Device\CdRom0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..080002400 to device 'SPTI:\Device\CdRom0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..080002400 to device 'SPTI:\Device\CdRom0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..080002400 to device 'SPTI:\Device\CdRom0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..080002400 to device 'SPTI:\Device\CdRom0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..080002400 to device 'SPTI:\Device\CdRom0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..080002400 to device 'SPTI:\Device\CdRom0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..080002400 to device 'SPTI:\Device\CdRom0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..080002400 to device 'SPTI:\Device\CdRom0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..080002400 to device 'SPTI:\Device\CdRom0'
Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..084002400 to device 'SPTI:\Device\CdRom0'
Both disc and drive require bus encryption, but the bus key is not known.
Loaded content hash table, will verify integrity of M2TS files.
Downloading latest SVQ(s) to C:\Users\MrMuz_000/.MakeMKV ...
Loaded 34 SVQ file(s)
Processing BD+ code, please be patient - this may take up to few minutes
Processing BD+ code using disc-specific SVQ from C:\Users\MrMuz_000/.MakeMKV/00000155.svq
BD+ code processed, got 1 FUT(s) for 36 clip(s)
Title #00131.mpls has length of 8 seconds which is less than minimum title length of 120 seconds and was therefore skipped
Hash check failed for file 02362.m2ts at offset 190464, file is corrupt.
Hash check failed for file 02362.m2ts at offset 387072, file is corrupt.
Hash check failed for file 02362.m2ts at offset 583680, file is corrupt.
Hash check failed for file 02362.m2ts at offset 780288, file is corrupt.
Hash check failed for file 02362.m2ts at offset 976896, file is corrupt.
Too many hash check errors in file 02362.m2ts.
Muzzy
Posts: 4
Joined: Sat Oct 17, 2015 6:59 pm

Re: "Scsi error", "KEY NOT ESTABLISHED", "Can't read AACS VI

Post by Muzzy »

OK I refrence to my previous Post Apparently Windows 10 Is still preventing communication from the program to the drive. I reverted back to Windows 8.1 and Everything is Ripping Perfectly...
wytpages
Posts: 1
Joined: Fri Mar 05, 2010 9:19 am

Re: "Scsi error", "KEY NOT ESTABLISHED", "Can't read AACS VID"

Post by wytpages »

Same issue but on a Mac. Been using Makemkv for years never had this issue before.
Post Reply