• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Xine problem in Red Hat 9

Carrot44

Golden Member
Got it to compile and run but when I play a DVD it says there is no link. Ok how do I link it to my DVD player?

Ken
 
No link?

Is it looking for a /dev/cdrom or /dev/dvd or something like that?

If your using most distros you would have a symbolic link (shortcut) that links the /dev/hd* device and the /dev/cdrom

So if you have a dvd player as a secondary master ide device then the command to create the link would be:

ln -s /dev/hdc /dev/cdrom

Other then that, if your using Gentoo, which uses the devfs system which dinamicly creates /dev files as you need it you'll have to edit a configuration file. directions are aviable here on how to use devfs

I am not sure about what you mean by "missing link", but that may be it.

Otherwise the only issues with DVD drives in linux is that the dvd protection stuff is a huge legal problem. There are fixes to fixing this in Linux, but the legalities make it so that most distros won't do it automaticly. Xine should have some documentation on what to do about this.

If that doesn't help you, why don't you copy the error code exactly?

Also a nice trick to find a answer is to do a search in linux using the exact error code (or at least the first part of it) with " " marks around it so google does a exact match. Probably find a answer quicker that way.
 
I have two cdroms first off how do I find out which one is the dvd it is either master or slave on the secondary channel.
 
Check your dmesg from boot up. It may tell you which is hdc and which is hdd (guesses as to what they will be). hdc should be master on the secondary channel, and hdd would be slave on secondary channel.
 
Back
Top