Xine problem in Red Hat 9

Carrot44

Golden Member
Oct 9, 1999
1,763
0
76
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
 

drag

Elite Member
Jul 4, 2002
8,708
0
0
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.
 

Carrot44

Golden Member
Oct 9, 1999
1,763
0
76
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.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
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.