How to make XBMC Bluray Disc eject/insert working?
#1
Hello,

I looking for a way to make a bluray disc loading like a DVD.
Right now when you remove a DVD and Insert a new one, the Play Disc Menu appears.
In the mean time the DVD will be mounted somewhere so you can access it.

I want to get the same with a Bluray disc

I have added this line to /etc/udev/rules/70-persistant-cd.rules

Code:
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_SERIAL}=="Optiarc_BD_ROM_BC-5500S_FFFFAFC0BD000-0:0", ENV{ID_FS_TYPE}=="udf", SYMLINK+="bd1", ENV{GENERATED}="1", ENV{ID_FS_LABEL_ENC}="bd-dvd"

this works perfectly when I reboot the system. But ejecting the disc and insert a new one does not work.

How can I make this working on eject/insert? Is there some event to catch ?

Thanks for you help

CU Online
Reply
#2
Hi

You could try a temporary fix
Code:
sudo sysctl dev.cdrom.lock=0

If you found that resolves the problem and want to make it permanent!

Code:
sudo sh -c 'echo "dev.cdrom.lock=0" >> /etc/sysctl.conf'

Usually some Linux versions tend to lock=1 why idk, after all its Linux.

uNi

Reply
#3
I guess op lost interest

+1

unsubscribing

uNi
Reply

Logout Mark Read Team Forum Stats Members Help
How to make XBMC Bluray Disc eject/insert working?0