Most multimedia programs wants to access your cd or dvd by accessing normal device files like:
/dev/dvd, /dev/dvdr, /dev/cd, /dev/cdr.
But on my system these files do not exist. They are called
/dev/dvd3, dev/dvdr3, /dev/cd3, /dev/cdr3
So the program cannot access the cd or dvd.
Ok, you can always create symlinks to solve this as a work-around, but they are removed on reboot.
So how are you meant to solve this permanently or at least more elegantly?
Do I have to creat a cron script to do this on every boot-up?
Any tips welcomed!
/dev/dvd, /dev/dvdr, /dev/cd, /dev/cdr.
But on my system these files do not exist. They are called
/dev/dvd3, dev/dvdr3, /dev/cd3, /dev/cdr3
So the program cannot access the cd or dvd.
Ok, you can always create symlinks to solve this as a work-around, but they are removed on reboot.
So how are you meant to solve this permanently or at least more elegantly?
Do I have to creat a cron script to do this on every boot-up?
Any tips welcomed!
Comment