Bluray drive not responding when inserting a disk
Problem:
I am trying to play a bluray disk on my Sony Vaio Laptop running Ubuntu 12.04.2.
I have tried many tutorials on how to do this and actually I was able to play 1 scene once. But after reboot it stopped working again.
What I have tried:
I did try anything suggested in this question and also tried to manually mount the disk. Both failed. I can run some termina command when no blu-ray is in the drive:
$wodim --devices
wodim: Overview of accessible drives (1 found) :
-------------------------------------------------------------------------
0 dev='/dev/sg1' rwrw-- : 'PIONEER' 'BD-RW BDR-TD04'
-------------------------------------------------------------------------
$ sudo lshw -c disk
*-cdrom
description: DVD-RAM writer
product: BD-RW BDR-TD04
vendor: PIONEER
physical id: 0.0.0
bus info: scsi@4:0.0.0
logical name: /dev/cdrom
logical name: /dev/cdrw
logical name: /dev/dvd
logical name: /dev/dvdrw
logical name: /dev/sr0
version: 1.00
capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: ansiversion=5 status=nodisc
A dmesg | tail returns me many of these error blocks when a disk is inserted:
[ 2172.584143] sr 4:0:0:0: [sr0] Unhandled sense code
[ 2172.584158] sr 4:0:0:0: [sr0]
[ 2172.584160] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 2172.584161] sr 4:0:0:0: [sr0]
[ 2172.584162] Sense Key : Medium Error [current]
[ 2172.584164] Info fld=0x0
[ 2172.584165] sr 4:0:0:0: [sr0]
[ 2172.584167] Add. Sense: L-EC uncorrectable error
[ 2172.584168] sr 4:0:0:0: [sr0] CDB:
[ 2172.584169] Read(10): 28 00 00 00 00 00 00 00 02 00
[ 2172.584173] end_request: I/O error, dev sr0, sector 0
[ 2172.584176] Buffer I/O error on device sr0, logical block 0
I found more on this issue in an archlinux and openSUSE forum but both questions did not help me. Without a disk in the drive all a dmesg | grep sr0 returns is:
[ 1.345366] sr0: scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.345556] sr 4:0:0:0: Attached scsi CD-ROM sr0
libdvdcss is installed. So are libbluray1, libbluray-dbg and libaacs0. I also used this guied to patch my KEYDB.cfg and my libaacs0.so
I also tried the lxBDPlayer without success.
Question
I've read that this problem might be the result of a broken drive or a broken disk. The disk is brand new and should be fine (I also checked it for scratches etc.) and since the drive successfully plays audio-cds and DVDs I don't see how the drive can be broken. Is there anything you can suggest me to try. Any guide or tutorial you know about how to run bluray on ubuntu that I might have not tried yet?
If you need further information feel free to ask.
Edit:
I just tried another bluray disk with the following result:
Running dmesg |grep sr0 returns still similar results:
$ dmesg |grep sr0
[ 1.345366] sr0: scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.345556] sr 4:0:0:0: Attached scsi CD-ROM sr0
[ 7593.402746] sr 4:0:0:0: [sr0] Unhandled sense code
[ 7593.402761] sr 4:0:0:0: [sr0]
[ 7593.402764] sr 4:0:0:0: [sr0]
[ 7593.402768] sr 4:0:0:0: [sr0]
[ 7593.402771] sr 4:0:0:0: [sr0] CDB:
[ 7593.402776] end_request: I/O error, dev sr0, sector 1024
[ 7593.402779] Buffer I/O error on device sr0, logical block 128
[ 7607.672659] sr 4:0:0:0: [sr0] Unhandled sense code
[ 7607.672663] sr 4:0:0:0: [sr0]
[ 7607.672666] sr 4:0:0:0: [sr0]
[ 7607.672670] sr 4:0:0:0: [sr0]
[ 7607.672674] sr 4:0:0:0: [sr0] CDB:
[ 7607.672679] end_request: I/O error, dev sr0, sector 1280
[ 7607.672695] UDF-fs: error (device sr0): udf_read_tagged: read failed, block=320, location=0
[ 7607.672699] UDF-fs: warning (device sr0): udf_fill_super: No fileset found
The drive is now responding to e.g. lshw -c disk
*-cdrom
description: DVD-RAM writer
product: BD-RW BDR-TD04
vendor: PIONEER
physical id: 0.0.0
bus info: scsi@4:0.0.0
logical name: /dev/cdrom
logical name: /dev/cdrw
logical name: /dev/dvd
logical name: /dev/dvdrw
logical name: /dev/sr0
version: 1.00
capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: ansiversion=5 status=ready
*-medium
physical id: 0
logical name: /dev/cdrom
I wonder why the name is /dev/cdrom and not /dev/dvd?
When I try to open the disk with VLC the following error pops up in the VLC console:
Blu-Ray error:
Path doesn't appear to be a bluray
Your input can't be opened:
VLC is unable to open the MRL 'bluray:///dev/cdrom'. Check the log for details.
12.04 mount dvd blu-ray
|
show 4 more comments
Problem:
I am trying to play a bluray disk on my Sony Vaio Laptop running Ubuntu 12.04.2.
I have tried many tutorials on how to do this and actually I was able to play 1 scene once. But after reboot it stopped working again.
What I have tried:
I did try anything suggested in this question and also tried to manually mount the disk. Both failed. I can run some termina command when no blu-ray is in the drive:
$wodim --devices
wodim: Overview of accessible drives (1 found) :
-------------------------------------------------------------------------
0 dev='/dev/sg1' rwrw-- : 'PIONEER' 'BD-RW BDR-TD04'
-------------------------------------------------------------------------
$ sudo lshw -c disk
*-cdrom
description: DVD-RAM writer
product: BD-RW BDR-TD04
vendor: PIONEER
physical id: 0.0.0
bus info: scsi@4:0.0.0
logical name: /dev/cdrom
logical name: /dev/cdrw
logical name: /dev/dvd
logical name: /dev/dvdrw
logical name: /dev/sr0
version: 1.00
capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: ansiversion=5 status=nodisc
A dmesg | tail returns me many of these error blocks when a disk is inserted:
[ 2172.584143] sr 4:0:0:0: [sr0] Unhandled sense code
[ 2172.584158] sr 4:0:0:0: [sr0]
[ 2172.584160] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 2172.584161] sr 4:0:0:0: [sr0]
[ 2172.584162] Sense Key : Medium Error [current]
[ 2172.584164] Info fld=0x0
[ 2172.584165] sr 4:0:0:0: [sr0]
[ 2172.584167] Add. Sense: L-EC uncorrectable error
[ 2172.584168] sr 4:0:0:0: [sr0] CDB:
[ 2172.584169] Read(10): 28 00 00 00 00 00 00 00 02 00
[ 2172.584173] end_request: I/O error, dev sr0, sector 0
[ 2172.584176] Buffer I/O error on device sr0, logical block 0
I found more on this issue in an archlinux and openSUSE forum but both questions did not help me. Without a disk in the drive all a dmesg | grep sr0 returns is:
[ 1.345366] sr0: scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.345556] sr 4:0:0:0: Attached scsi CD-ROM sr0
libdvdcss is installed. So are libbluray1, libbluray-dbg and libaacs0. I also used this guied to patch my KEYDB.cfg and my libaacs0.so
I also tried the lxBDPlayer without success.
Question
I've read that this problem might be the result of a broken drive or a broken disk. The disk is brand new and should be fine (I also checked it for scratches etc.) and since the drive successfully plays audio-cds and DVDs I don't see how the drive can be broken. Is there anything you can suggest me to try. Any guide or tutorial you know about how to run bluray on ubuntu that I might have not tried yet?
If you need further information feel free to ask.
Edit:
I just tried another bluray disk with the following result:
Running dmesg |grep sr0 returns still similar results:
$ dmesg |grep sr0
[ 1.345366] sr0: scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.345556] sr 4:0:0:0: Attached scsi CD-ROM sr0
[ 7593.402746] sr 4:0:0:0: [sr0] Unhandled sense code
[ 7593.402761] sr 4:0:0:0: [sr0]
[ 7593.402764] sr 4:0:0:0: [sr0]
[ 7593.402768] sr 4:0:0:0: [sr0]
[ 7593.402771] sr 4:0:0:0: [sr0] CDB:
[ 7593.402776] end_request: I/O error, dev sr0, sector 1024
[ 7593.402779] Buffer I/O error on device sr0, logical block 128
[ 7607.672659] sr 4:0:0:0: [sr0] Unhandled sense code
[ 7607.672663] sr 4:0:0:0: [sr0]
[ 7607.672666] sr 4:0:0:0: [sr0]
[ 7607.672670] sr 4:0:0:0: [sr0]
[ 7607.672674] sr 4:0:0:0: [sr0] CDB:
[ 7607.672679] end_request: I/O error, dev sr0, sector 1280
[ 7607.672695] UDF-fs: error (device sr0): udf_read_tagged: read failed, block=320, location=0
[ 7607.672699] UDF-fs: warning (device sr0): udf_fill_super: No fileset found
The drive is now responding to e.g. lshw -c disk
*-cdrom
description: DVD-RAM writer
product: BD-RW BDR-TD04
vendor: PIONEER
physical id: 0.0.0
bus info: scsi@4:0.0.0
logical name: /dev/cdrom
logical name: /dev/cdrw
logical name: /dev/dvd
logical name: /dev/dvdrw
logical name: /dev/sr0
version: 1.00
capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: ansiversion=5 status=ready
*-medium
physical id: 0
logical name: /dev/cdrom
I wonder why the name is /dev/cdrom and not /dev/dvd?
When I try to open the disk with VLC the following error pops up in the VLC console:
Blu-Ray error:
Path doesn't appear to be a bluray
Your input can't be opened:
VLC is unable to open the MRL 'bluray:///dev/cdrom'. Check the log for details.
12.04 mount dvd blu-ray
Does it work if you insert a CD or an ordinary DVD, rather than a Blueray DVD? If so, you will have to look for a blueray driver. At the moment it is seen as DVD/CD peripheral.
– SimplySimon
Jul 28 '13 at 11:38
Yes I am able to play normal CDs and DVDs just fine. Where can I find a blu-ray driver?
– byf-ferdy
Jul 28 '13 at 11:55
1
ebower.com/docs/ubuntu-bluray and help.ubuntu.com/community/RestrictedFormats/BluRayAndHDDVD may help
– SimplySimon
Jul 28 '13 at 12:00
Hm. Both links are about makeMKV and seem to be quite outdated. I even read through the second one already without any success. Thank you for the links anyway.
– byf-ferdy
Jul 28 '13 at 12:11
1
We should also ponder the possibility of the disk using some non-free filesystem.
– Braiam
Aug 10 '13 at 20:38
|
show 4 more comments
Problem:
I am trying to play a bluray disk on my Sony Vaio Laptop running Ubuntu 12.04.2.
I have tried many tutorials on how to do this and actually I was able to play 1 scene once. But after reboot it stopped working again.
What I have tried:
I did try anything suggested in this question and also tried to manually mount the disk. Both failed. I can run some termina command when no blu-ray is in the drive:
$wodim --devices
wodim: Overview of accessible drives (1 found) :
-------------------------------------------------------------------------
0 dev='/dev/sg1' rwrw-- : 'PIONEER' 'BD-RW BDR-TD04'
-------------------------------------------------------------------------
$ sudo lshw -c disk
*-cdrom
description: DVD-RAM writer
product: BD-RW BDR-TD04
vendor: PIONEER
physical id: 0.0.0
bus info: scsi@4:0.0.0
logical name: /dev/cdrom
logical name: /dev/cdrw
logical name: /dev/dvd
logical name: /dev/dvdrw
logical name: /dev/sr0
version: 1.00
capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: ansiversion=5 status=nodisc
A dmesg | tail returns me many of these error blocks when a disk is inserted:
[ 2172.584143] sr 4:0:0:0: [sr0] Unhandled sense code
[ 2172.584158] sr 4:0:0:0: [sr0]
[ 2172.584160] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 2172.584161] sr 4:0:0:0: [sr0]
[ 2172.584162] Sense Key : Medium Error [current]
[ 2172.584164] Info fld=0x0
[ 2172.584165] sr 4:0:0:0: [sr0]
[ 2172.584167] Add. Sense: L-EC uncorrectable error
[ 2172.584168] sr 4:0:0:0: [sr0] CDB:
[ 2172.584169] Read(10): 28 00 00 00 00 00 00 00 02 00
[ 2172.584173] end_request: I/O error, dev sr0, sector 0
[ 2172.584176] Buffer I/O error on device sr0, logical block 0
I found more on this issue in an archlinux and openSUSE forum but both questions did not help me. Without a disk in the drive all a dmesg | grep sr0 returns is:
[ 1.345366] sr0: scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.345556] sr 4:0:0:0: Attached scsi CD-ROM sr0
libdvdcss is installed. So are libbluray1, libbluray-dbg and libaacs0. I also used this guied to patch my KEYDB.cfg and my libaacs0.so
I also tried the lxBDPlayer without success.
Question
I've read that this problem might be the result of a broken drive or a broken disk. The disk is brand new and should be fine (I also checked it for scratches etc.) and since the drive successfully plays audio-cds and DVDs I don't see how the drive can be broken. Is there anything you can suggest me to try. Any guide or tutorial you know about how to run bluray on ubuntu that I might have not tried yet?
If you need further information feel free to ask.
Edit:
I just tried another bluray disk with the following result:
Running dmesg |grep sr0 returns still similar results:
$ dmesg |grep sr0
[ 1.345366] sr0: scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.345556] sr 4:0:0:0: Attached scsi CD-ROM sr0
[ 7593.402746] sr 4:0:0:0: [sr0] Unhandled sense code
[ 7593.402761] sr 4:0:0:0: [sr0]
[ 7593.402764] sr 4:0:0:0: [sr0]
[ 7593.402768] sr 4:0:0:0: [sr0]
[ 7593.402771] sr 4:0:0:0: [sr0] CDB:
[ 7593.402776] end_request: I/O error, dev sr0, sector 1024
[ 7593.402779] Buffer I/O error on device sr0, logical block 128
[ 7607.672659] sr 4:0:0:0: [sr0] Unhandled sense code
[ 7607.672663] sr 4:0:0:0: [sr0]
[ 7607.672666] sr 4:0:0:0: [sr0]
[ 7607.672670] sr 4:0:0:0: [sr0]
[ 7607.672674] sr 4:0:0:0: [sr0] CDB:
[ 7607.672679] end_request: I/O error, dev sr0, sector 1280
[ 7607.672695] UDF-fs: error (device sr0): udf_read_tagged: read failed, block=320, location=0
[ 7607.672699] UDF-fs: warning (device sr0): udf_fill_super: No fileset found
The drive is now responding to e.g. lshw -c disk
*-cdrom
description: DVD-RAM writer
product: BD-RW BDR-TD04
vendor: PIONEER
physical id: 0.0.0
bus info: scsi@4:0.0.0
logical name: /dev/cdrom
logical name: /dev/cdrw
logical name: /dev/dvd
logical name: /dev/dvdrw
logical name: /dev/sr0
version: 1.00
capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: ansiversion=5 status=ready
*-medium
physical id: 0
logical name: /dev/cdrom
I wonder why the name is /dev/cdrom and not /dev/dvd?
When I try to open the disk with VLC the following error pops up in the VLC console:
Blu-Ray error:
Path doesn't appear to be a bluray
Your input can't be opened:
VLC is unable to open the MRL 'bluray:///dev/cdrom'. Check the log for details.
12.04 mount dvd blu-ray
Problem:
I am trying to play a bluray disk on my Sony Vaio Laptop running Ubuntu 12.04.2.
I have tried many tutorials on how to do this and actually I was able to play 1 scene once. But after reboot it stopped working again.
What I have tried:
I did try anything suggested in this question and also tried to manually mount the disk. Both failed. I can run some termina command when no blu-ray is in the drive:
$wodim --devices
wodim: Overview of accessible drives (1 found) :
-------------------------------------------------------------------------
0 dev='/dev/sg1' rwrw-- : 'PIONEER' 'BD-RW BDR-TD04'
-------------------------------------------------------------------------
$ sudo lshw -c disk
*-cdrom
description: DVD-RAM writer
product: BD-RW BDR-TD04
vendor: PIONEER
physical id: 0.0.0
bus info: scsi@4:0.0.0
logical name: /dev/cdrom
logical name: /dev/cdrw
logical name: /dev/dvd
logical name: /dev/dvdrw
logical name: /dev/sr0
version: 1.00
capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: ansiversion=5 status=nodisc
A dmesg | tail returns me many of these error blocks when a disk is inserted:
[ 2172.584143] sr 4:0:0:0: [sr0] Unhandled sense code
[ 2172.584158] sr 4:0:0:0: [sr0]
[ 2172.584160] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 2172.584161] sr 4:0:0:0: [sr0]
[ 2172.584162] Sense Key : Medium Error [current]
[ 2172.584164] Info fld=0x0
[ 2172.584165] sr 4:0:0:0: [sr0]
[ 2172.584167] Add. Sense: L-EC uncorrectable error
[ 2172.584168] sr 4:0:0:0: [sr0] CDB:
[ 2172.584169] Read(10): 28 00 00 00 00 00 00 00 02 00
[ 2172.584173] end_request: I/O error, dev sr0, sector 0
[ 2172.584176] Buffer I/O error on device sr0, logical block 0
I found more on this issue in an archlinux and openSUSE forum but both questions did not help me. Without a disk in the drive all a dmesg | grep sr0 returns is:
[ 1.345366] sr0: scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.345556] sr 4:0:0:0: Attached scsi CD-ROM sr0
libdvdcss is installed. So are libbluray1, libbluray-dbg and libaacs0. I also used this guied to patch my KEYDB.cfg and my libaacs0.so
I also tried the lxBDPlayer without success.
Question
I've read that this problem might be the result of a broken drive or a broken disk. The disk is brand new and should be fine (I also checked it for scratches etc.) and since the drive successfully plays audio-cds and DVDs I don't see how the drive can be broken. Is there anything you can suggest me to try. Any guide or tutorial you know about how to run bluray on ubuntu that I might have not tried yet?
If you need further information feel free to ask.
Edit:
I just tried another bluray disk with the following result:
Running dmesg |grep sr0 returns still similar results:
$ dmesg |grep sr0
[ 1.345366] sr0: scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.345556] sr 4:0:0:0: Attached scsi CD-ROM sr0
[ 7593.402746] sr 4:0:0:0: [sr0] Unhandled sense code
[ 7593.402761] sr 4:0:0:0: [sr0]
[ 7593.402764] sr 4:0:0:0: [sr0]
[ 7593.402768] sr 4:0:0:0: [sr0]
[ 7593.402771] sr 4:0:0:0: [sr0] CDB:
[ 7593.402776] end_request: I/O error, dev sr0, sector 1024
[ 7593.402779] Buffer I/O error on device sr0, logical block 128
[ 7607.672659] sr 4:0:0:0: [sr0] Unhandled sense code
[ 7607.672663] sr 4:0:0:0: [sr0]
[ 7607.672666] sr 4:0:0:0: [sr0]
[ 7607.672670] sr 4:0:0:0: [sr0]
[ 7607.672674] sr 4:0:0:0: [sr0] CDB:
[ 7607.672679] end_request: I/O error, dev sr0, sector 1280
[ 7607.672695] UDF-fs: error (device sr0): udf_read_tagged: read failed, block=320, location=0
[ 7607.672699] UDF-fs: warning (device sr0): udf_fill_super: No fileset found
The drive is now responding to e.g. lshw -c disk
*-cdrom
description: DVD-RAM writer
product: BD-RW BDR-TD04
vendor: PIONEER
physical id: 0.0.0
bus info: scsi@4:0.0.0
logical name: /dev/cdrom
logical name: /dev/cdrw
logical name: /dev/dvd
logical name: /dev/dvdrw
logical name: /dev/sr0
version: 1.00
capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: ansiversion=5 status=ready
*-medium
physical id: 0
logical name: /dev/cdrom
I wonder why the name is /dev/cdrom and not /dev/dvd?
When I try to open the disk with VLC the following error pops up in the VLC console:
Blu-Ray error:
Path doesn't appear to be a bluray
Your input can't be opened:
VLC is unable to open the MRL 'bluray:///dev/cdrom'. Check the log for details.
12.04 mount dvd blu-ray
12.04 mount dvd blu-ray
edited Apr 13 '17 at 12:23
Community♦
1
1
asked Jul 28 '13 at 11:17
byf-ferdybyf-ferdy
2671318
2671318
Does it work if you insert a CD or an ordinary DVD, rather than a Blueray DVD? If so, you will have to look for a blueray driver. At the moment it is seen as DVD/CD peripheral.
– SimplySimon
Jul 28 '13 at 11:38
Yes I am able to play normal CDs and DVDs just fine. Where can I find a blu-ray driver?
– byf-ferdy
Jul 28 '13 at 11:55
1
ebower.com/docs/ubuntu-bluray and help.ubuntu.com/community/RestrictedFormats/BluRayAndHDDVD may help
– SimplySimon
Jul 28 '13 at 12:00
Hm. Both links are about makeMKV and seem to be quite outdated. I even read through the second one already without any success. Thank you for the links anyway.
– byf-ferdy
Jul 28 '13 at 12:11
1
We should also ponder the possibility of the disk using some non-free filesystem.
– Braiam
Aug 10 '13 at 20:38
|
show 4 more comments
Does it work if you insert a CD or an ordinary DVD, rather than a Blueray DVD? If so, you will have to look for a blueray driver. At the moment it is seen as DVD/CD peripheral.
– SimplySimon
Jul 28 '13 at 11:38
Yes I am able to play normal CDs and DVDs just fine. Where can I find a blu-ray driver?
– byf-ferdy
Jul 28 '13 at 11:55
1
ebower.com/docs/ubuntu-bluray and help.ubuntu.com/community/RestrictedFormats/BluRayAndHDDVD may help
– SimplySimon
Jul 28 '13 at 12:00
Hm. Both links are about makeMKV and seem to be quite outdated. I even read through the second one already without any success. Thank you for the links anyway.
– byf-ferdy
Jul 28 '13 at 12:11
1
We should also ponder the possibility of the disk using some non-free filesystem.
– Braiam
Aug 10 '13 at 20:38
Does it work if you insert a CD or an ordinary DVD, rather than a Blueray DVD? If so, you will have to look for a blueray driver. At the moment it is seen as DVD/CD peripheral.
– SimplySimon
Jul 28 '13 at 11:38
Does it work if you insert a CD or an ordinary DVD, rather than a Blueray DVD? If so, you will have to look for a blueray driver. At the moment it is seen as DVD/CD peripheral.
– SimplySimon
Jul 28 '13 at 11:38
Yes I am able to play normal CDs and DVDs just fine. Where can I find a blu-ray driver?
– byf-ferdy
Jul 28 '13 at 11:55
Yes I am able to play normal CDs and DVDs just fine. Where can I find a blu-ray driver?
– byf-ferdy
Jul 28 '13 at 11:55
1
1
ebower.com/docs/ubuntu-bluray and help.ubuntu.com/community/RestrictedFormats/BluRayAndHDDVD may help
– SimplySimon
Jul 28 '13 at 12:00
ebower.com/docs/ubuntu-bluray and help.ubuntu.com/community/RestrictedFormats/BluRayAndHDDVD may help
– SimplySimon
Jul 28 '13 at 12:00
Hm. Both links are about makeMKV and seem to be quite outdated. I even read through the second one already without any success. Thank you for the links anyway.
– byf-ferdy
Jul 28 '13 at 12:11
Hm. Both links are about makeMKV and seem to be quite outdated. I even read through the second one already without any success. Thank you for the links anyway.
– byf-ferdy
Jul 28 '13 at 12:11
1
1
We should also ponder the possibility of the disk using some non-free filesystem.
– Braiam
Aug 10 '13 at 20:38
We should also ponder the possibility of the disk using some non-free filesystem.
– Braiam
Aug 10 '13 at 20:38
|
show 4 more comments
1 Answer
1
active
oldest
votes
I don't think that there is a problem mounting Read-Only. CD's (DVD's, etc) are "read-only" discs, so mounting them read-only makes sense.
When you said that you've tried lxBDPlayer, did you also load the extra plugin, and software that makes work?
to use lxbdplayer, you will need to download the following:
- The lxbdplayer itself. This package is a .deb for Ubuntu and
Debian. - The AACSKeys plugin for lxbdplayer.
- The MakeMKV package (this is the 64-bit version. To get the
32-bit version, click here). - The ShowKeys library (this is the 64-bit version. To get the
32-bit version, click here).
To install the packages, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo dpkg -i lxbdplayer_0.2.1_all.deb lxbdaacs_0.2.1_all.deb makemkv_1.5.5b_amd64.deb libshowkeys_v1.5.5_amd64.deb
You might need to download a couple of dependencies, but otherwise the installation is small and quick.
Once the install is complete, import the decryption keys needed by typing in the following command:
bdkey-install
Note: You may need to have the drive’s firmware patched.
Source:The HyRax Macrocosm
Thank you for the answer. Unfortunately I cannot installlxbdaacs_0.2.1_all.deb
because of a blank line in the.deb
file: parsing file '/var/lib/dpkg/tmp.ci/control' near line 12 package 'lxbdaacs': blank line in value of field 'Description
– byf-ferdy
Aug 11 '13 at 20:39
Try downloading from Here
– Mitch♦
Aug 11 '13 at 20:44
There are only.exe
files to download. I downloaded one and renamed it. But it still did not work.
– byf-ferdy
Aug 11 '13 at 20:49
Sorry, I tried:)
– Mitch♦
Aug 11 '13 at 20:55
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f325612%2fbluray-drive-not-responding-when-inserting-a-disk%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I don't think that there is a problem mounting Read-Only. CD's (DVD's, etc) are "read-only" discs, so mounting them read-only makes sense.
When you said that you've tried lxBDPlayer, did you also load the extra plugin, and software that makes work?
to use lxbdplayer, you will need to download the following:
- The lxbdplayer itself. This package is a .deb for Ubuntu and
Debian. - The AACSKeys plugin for lxbdplayer.
- The MakeMKV package (this is the 64-bit version. To get the
32-bit version, click here). - The ShowKeys library (this is the 64-bit version. To get the
32-bit version, click here).
To install the packages, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo dpkg -i lxbdplayer_0.2.1_all.deb lxbdaacs_0.2.1_all.deb makemkv_1.5.5b_amd64.deb libshowkeys_v1.5.5_amd64.deb
You might need to download a couple of dependencies, but otherwise the installation is small and quick.
Once the install is complete, import the decryption keys needed by typing in the following command:
bdkey-install
Note: You may need to have the drive’s firmware patched.
Source:The HyRax Macrocosm
Thank you for the answer. Unfortunately I cannot installlxbdaacs_0.2.1_all.deb
because of a blank line in the.deb
file: parsing file '/var/lib/dpkg/tmp.ci/control' near line 12 package 'lxbdaacs': blank line in value of field 'Description
– byf-ferdy
Aug 11 '13 at 20:39
Try downloading from Here
– Mitch♦
Aug 11 '13 at 20:44
There are only.exe
files to download. I downloaded one and renamed it. But it still did not work.
– byf-ferdy
Aug 11 '13 at 20:49
Sorry, I tried:)
– Mitch♦
Aug 11 '13 at 20:55
add a comment |
I don't think that there is a problem mounting Read-Only. CD's (DVD's, etc) are "read-only" discs, so mounting them read-only makes sense.
When you said that you've tried lxBDPlayer, did you also load the extra plugin, and software that makes work?
to use lxbdplayer, you will need to download the following:
- The lxbdplayer itself. This package is a .deb for Ubuntu and
Debian. - The AACSKeys plugin for lxbdplayer.
- The MakeMKV package (this is the 64-bit version. To get the
32-bit version, click here). - The ShowKeys library (this is the 64-bit version. To get the
32-bit version, click here).
To install the packages, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo dpkg -i lxbdplayer_0.2.1_all.deb lxbdaacs_0.2.1_all.deb makemkv_1.5.5b_amd64.deb libshowkeys_v1.5.5_amd64.deb
You might need to download a couple of dependencies, but otherwise the installation is small and quick.
Once the install is complete, import the decryption keys needed by typing in the following command:
bdkey-install
Note: You may need to have the drive’s firmware patched.
Source:The HyRax Macrocosm
Thank you for the answer. Unfortunately I cannot installlxbdaacs_0.2.1_all.deb
because of a blank line in the.deb
file: parsing file '/var/lib/dpkg/tmp.ci/control' near line 12 package 'lxbdaacs': blank line in value of field 'Description
– byf-ferdy
Aug 11 '13 at 20:39
Try downloading from Here
– Mitch♦
Aug 11 '13 at 20:44
There are only.exe
files to download. I downloaded one and renamed it. But it still did not work.
– byf-ferdy
Aug 11 '13 at 20:49
Sorry, I tried:)
– Mitch♦
Aug 11 '13 at 20:55
add a comment |
I don't think that there is a problem mounting Read-Only. CD's (DVD's, etc) are "read-only" discs, so mounting them read-only makes sense.
When you said that you've tried lxBDPlayer, did you also load the extra plugin, and software that makes work?
to use lxbdplayer, you will need to download the following:
- The lxbdplayer itself. This package is a .deb for Ubuntu and
Debian. - The AACSKeys plugin for lxbdplayer.
- The MakeMKV package (this is the 64-bit version. To get the
32-bit version, click here). - The ShowKeys library (this is the 64-bit version. To get the
32-bit version, click here).
To install the packages, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo dpkg -i lxbdplayer_0.2.1_all.deb lxbdaacs_0.2.1_all.deb makemkv_1.5.5b_amd64.deb libshowkeys_v1.5.5_amd64.deb
You might need to download a couple of dependencies, but otherwise the installation is small and quick.
Once the install is complete, import the decryption keys needed by typing in the following command:
bdkey-install
Note: You may need to have the drive’s firmware patched.
Source:The HyRax Macrocosm
I don't think that there is a problem mounting Read-Only. CD's (DVD's, etc) are "read-only" discs, so mounting them read-only makes sense.
When you said that you've tried lxBDPlayer, did you also load the extra plugin, and software that makes work?
to use lxbdplayer, you will need to download the following:
- The lxbdplayer itself. This package is a .deb for Ubuntu and
Debian. - The AACSKeys plugin for lxbdplayer.
- The MakeMKV package (this is the 64-bit version. To get the
32-bit version, click here). - The ShowKeys library (this is the 64-bit version. To get the
32-bit version, click here).
To install the packages, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo dpkg -i lxbdplayer_0.2.1_all.deb lxbdaacs_0.2.1_all.deb makemkv_1.5.5b_amd64.deb libshowkeys_v1.5.5_amd64.deb
You might need to download a couple of dependencies, but otherwise the installation is small and quick.
Once the install is complete, import the decryption keys needed by typing in the following command:
bdkey-install
Note: You may need to have the drive’s firmware patched.
Source:The HyRax Macrocosm
answered Aug 11 '13 at 11:29
Mitch♦Mitch
85k14173231
85k14173231
Thank you for the answer. Unfortunately I cannot installlxbdaacs_0.2.1_all.deb
because of a blank line in the.deb
file: parsing file '/var/lib/dpkg/tmp.ci/control' near line 12 package 'lxbdaacs': blank line in value of field 'Description
– byf-ferdy
Aug 11 '13 at 20:39
Try downloading from Here
– Mitch♦
Aug 11 '13 at 20:44
There are only.exe
files to download. I downloaded one and renamed it. But it still did not work.
– byf-ferdy
Aug 11 '13 at 20:49
Sorry, I tried:)
– Mitch♦
Aug 11 '13 at 20:55
add a comment |
Thank you for the answer. Unfortunately I cannot installlxbdaacs_0.2.1_all.deb
because of a blank line in the.deb
file: parsing file '/var/lib/dpkg/tmp.ci/control' near line 12 package 'lxbdaacs': blank line in value of field 'Description
– byf-ferdy
Aug 11 '13 at 20:39
Try downloading from Here
– Mitch♦
Aug 11 '13 at 20:44
There are only.exe
files to download. I downloaded one and renamed it. But it still did not work.
– byf-ferdy
Aug 11 '13 at 20:49
Sorry, I tried:)
– Mitch♦
Aug 11 '13 at 20:55
Thank you for the answer. Unfortunately I cannot install
lxbdaacs_0.2.1_all.deb
because of a blank line in the .deb
file: parsing file '/var/lib/dpkg/tmp.ci/control' near line 12 package 'lxbdaacs': blank line in value of field 'Description– byf-ferdy
Aug 11 '13 at 20:39
Thank you for the answer. Unfortunately I cannot install
lxbdaacs_0.2.1_all.deb
because of a blank line in the .deb
file: parsing file '/var/lib/dpkg/tmp.ci/control' near line 12 package 'lxbdaacs': blank line in value of field 'Description– byf-ferdy
Aug 11 '13 at 20:39
Try downloading from Here
– Mitch♦
Aug 11 '13 at 20:44
Try downloading from Here
– Mitch♦
Aug 11 '13 at 20:44
There are only
.exe
files to download. I downloaded one and renamed it. But it still did not work.– byf-ferdy
Aug 11 '13 at 20:49
There are only
.exe
files to download. I downloaded one and renamed it. But it still did not work.– byf-ferdy
Aug 11 '13 at 20:49
Sorry, I tried:)
– Mitch♦
Aug 11 '13 at 20:55
Sorry, I tried:)
– Mitch♦
Aug 11 '13 at 20:55
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f325612%2fbluray-drive-not-responding-when-inserting-a-disk%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Does it work if you insert a CD or an ordinary DVD, rather than a Blueray DVD? If so, you will have to look for a blueray driver. At the moment it is seen as DVD/CD peripheral.
– SimplySimon
Jul 28 '13 at 11:38
Yes I am able to play normal CDs and DVDs just fine. Where can I find a blu-ray driver?
– byf-ferdy
Jul 28 '13 at 11:55
1
ebower.com/docs/ubuntu-bluray and help.ubuntu.com/community/RestrictedFormats/BluRayAndHDDVD may help
– SimplySimon
Jul 28 '13 at 12:00
Hm. Both links are about makeMKV and seem to be quite outdated. I even read through the second one already without any success. Thank you for the links anyway.
– byf-ferdy
Jul 28 '13 at 12:11
1
We should also ponder the possibility of the disk using some non-free filesystem.
– Braiam
Aug 10 '13 at 20:38