I think, our common problem is, that cd/dvd is not mounted in enigma2
DM00SE - installed: kernel-module-cdrom and kernel-module-sr-mod ( btw - sr-mod is still not loaded after reboot, I must add it manualy into dreambox-dvb-modules-dm800se.conf there in /etc/modules-load.d )
I cannot playback dvd, but I can backup it in DVDBackup plugin with "dd" (which I added cca 1-2 years ago into this plugin). Backup is ok and is playable.
After reboot:
dmesg | grep sr0
[ 44.768000] sr0: scsi3-mmc drive: 31x/62x writer dvd-ram cd/rw xa/form2 cdda tray
[ 44.778000] sr 3:0:0:0: Attached scsi CD-ROM sr0
blkid
/dev/sr0: LABEL="MUSIME_SI_POMAH" TYPE="udf"
But there in e2 is missing any directory with cdrom. When I tried mount it manualy, no success. Tried add line into fstab and not success too.
(/dev/sr0 /media/cdrom udf,iso9660 user,noauto,exec,utf8 0 0)
tried manualy - nonsence with ntfs - but I can hear, as dvd start rotate
# mount /dev/sr0 /media/cdrom
Can only open '/dev/sr0' as read-only
NTFS signature is missing.
Failed to mount '/dev/sr0': Invalid argument
The device '/dev/sr0' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount: mounting /dev/sr0 on /media/cdrom failed: Invalid argument
tried manualy with filesystem:
# mount -t udf,iso9660 /dev/sr0 /media/cdrom
mount: mounting /dev/sr0 on /media/cdrom failed: No such device
I have not idea...