I just downloaded the linux version of makemkv. I'm having a problem on Ubuntu 8.04 where I cannot "open" the BD drive when running as myself. When running with sudo, it works fine. From the log:
Code: Select all
Debug log started at Fri Jul 30 16:50:14 2010 , written by MakeMKV v1.5.8 linux(x64-release)
Using 524544KB for read cache.
001005:0000 MakeMKV v1.5.8 linux(x64-release) started
001004:0000 Debug logging enabled, log will be saved as /home/gallatin/MakeMKV_log.txt
001003:0020 DEBUG: Code 0 at ={DN#c^S5134#z2N;qsM:213130122
003007:0000 Using direct disc access mode
005050:0000 Evaluation version, 30 day(s) out of 30 remaining
002004:0000 Error 'Posix error - Bad address' occured while issuing SCSI command A30..0020..03F to device 'SG:dev_11:0'
001003:0020 DEBUG: Code 0 at ignu8RP|m4#$JnQ#4G$g:29394390
002004:0000 Error 'Posix error - Bad address' occured while issuing SCSI command A30..0020..07F to device 'SG:dev_11:0'
<...lots more deleted...>
001003:0020 DEBUG: Code 0 at ignu8RP|m4#$JnQ#4G$g:29394390
001003:0020 DEBUG: Code 0 at @`OX9g~)M'ig0<G-!1:29394183
002004:0000 Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occured while issuing SCSI command AD010..080002400 to device 'SG:dev_11:0'
001003:0020 DEBUG: Code 0 at ignu8RP|m4#$JnQ#4G$g:29393930
001003:0020 DEBUG: Code 0 at @`OX9g~)M'ig0<G-!1:121262716
001003:0020 DEBUG: Code 4 at @`OX9g~)M'ig0<G-!1:213130191
003306:0000 Can't read AACS VID from disc - most likely current AACS host certificate is revoked by your drive
003303:0000 The volume key is unknown for this disc - video can't be decrypted
001003:0020 DEBUG: Code 0 at N*TAs9R> X6>Mhm$GyG:121263590
001003:0020 DEBUG: Code 0 at N*TAs9R> X6>Mhm$GyG:29396943
005010:0000 Failed to open disc
Code: Select all
% ls -l /dev/scd0
brw-rw----+ 1 root cdrom 11, 0 Jul 30 11:55 /dev/scd0
% groups
gallatin adm dialout cdrom floppy audio dip video plugdev fuse lpadmin admin vboxusers mythtv sambashare kvm
% uname -a
Linux thunder 2.6.24-28-generic #1 SMP Wed May 26 23:34:09 UTC 2010 x86_64 GNU/Linux
% dmesg | grep SAMSUNG
[ 55.126035] ata6.01: ATAPI: SAMSUNG DVDWBD SH-B083L, SB01, max UDMA/100
[ 55.301000] scsi 5:0:1:0: CD-ROM SAMSUNG DVDWBD SH-B083L SB01 PQ: 0 ANSI: 5
Again, it seems to open the disc and list the titles as root. I'm extracting an mkv right now..
Speaking of that, the extraction seemed fairly slow at first, and I was worried it was going to fail. It seems to speed up and slow down a lot. I'm extracting the feature on Toy Story 2, and it seems like it varies between 0.1x (50Kb/s) and 3.6x (15.6MB/s). Is that just seeking between different files that make up the movie? (like the various subtitle and audio tracks?).
Thanks,
Drew