LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-23-2005, 12:14 PM   #1
klmbrt
Member
 
Registered: Jan 2005
Location: Arkansas
Distribution: Fedora 4 & Lunar
Posts: 43

Rep: Reputation: 15
Installing DVD software


I have been trying to install some DVD software, I found some simple sounding instructions at http://www.linux-sxs.org/multimedia/dvdplay.html

I had some trouble and I got this message:
configure: error: conditional "HAVE_XV" was never defined.
Usually this means the macro was only invoked conditionally.

I also found some supplemental information here in this forum that said I would need xorg-x11 and upon attempting that install it gives me these messages:
error: Failed dependencies:
fontconfig-devel >= 2.1 is needed by xorg-x11-devel-6.8.1.903-2
xorg-x11-libs = 6.8.1.903-2 is needed by xorg-x11-devel-6.8.1.903-2
xorg-x11 < 6.8.0 conflicts with xorg-x11-devel-6.8.1.903-2
I downloaded the fontconfig rpm and attempted to install it and I still receive that same error message. What do I do?
 
Old 02-23-2005, 07:12 PM   #2
Boow
Member
 
Registered: Feb 2004
Distribution: Slackware 10.2
Posts: 669

Rep: Reputation: 32
www.mplayerhq.hu
 
Old 02-24-2005, 06:41 AM   #3
klmbrt
Member
 
Registered: Jan 2005
Location: Arkansas
Distribution: Fedora 4 & Lunar
Posts: 43

Original Poster
Rep: Reputation: 15
Why did you reply with this website about some Linux Award? It has nothing to do with the question that I seriously need help with
 
Old 02-24-2005, 06:46 AM   #4
morrolan
Member
 
Registered: Sep 2003
Location: Manchester UK
Posts: 264

Rep: Reputation: 30
If you actually read the website that you were given, it is about a piece of software called Mplayer which is a DVD and movie player.

Next time, try reading a little beyond the first sentence on a web page eh?

HINT: look at the menu bar on the left, there is a button called "DOWNLOAD".
 
Old 02-24-2005, 12:32 PM   #5
klmbrt
Member
 
Registered: Jan 2005
Location: Arkansas
Distribution: Fedora 4 & Lunar
Posts: 43

Original Poster
Rep: Reputation: 15
I apologize. I did read it and it does seem better than the one that I was attempting to install before. However, I got this error message at the end:
Playing dvd://1.
libdvdread: Could not open device with libdvdcss.
libdvdread: Can't open /dev/hdd for reading
Couldn't open DVD device: /dev/hdd

Can you tell me what I may have done wrong?
 
Old 02-24-2005, 12:49 PM   #6
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Did you install libdvdcss so that you can play encrypted DVD's. Also is /dev/hdd the right DVD device?
 
Old 02-24-2005, 01:04 PM   #7
klmbrt
Member
 
Registered: Jan 2005
Location: Arkansas
Distribution: Fedora 4 & Lunar
Posts: 43

Original Poster
Rep: Reputation: 15
I installed the libdvdcss when I was trying to install xine. Do I need to move it to the Mplayer directory? How do I check my configuration of the /dev/hdd?
 
Old 02-24-2005, 01:42 PM   #8
Boow
Member
 
Registered: Feb 2004
Distribution: Slackware 10.2
Posts: 669

Rep: Reputation: 32
did you install mplayer and libdvdcss both with ./configure --prefix=/usr. You can also have a gui with mplayer by --enable-gui configure option. It helps alot when you read the readme and install files when you install.
 
Old 02-24-2005, 01:53 PM   #9
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
The devices are listed in /etc/fstab. I just realised you are using Fedora Core, in the future you can save yourself time by installing packages for Fedora using yum or apt and a good repository is freshrpms and another is fedora.us. APT and YUM automatically resolve dependencies, so installing a package would be as simple as doing,
$apt-get install mplayer
or
$yum install mplayer
 
Old 02-24-2005, 02:08 PM   #10
klmbrt
Member
 
Registered: Jan 2005
Location: Arkansas
Distribution: Fedora 4 & Lunar
Posts: 43

Original Poster
Rep: Reputation: 15
I tried the command:
yum install mplayer
and it couldn't find anything to install
Do I have to download a different file first?
 
Old 02-24-2005, 02:48 PM   #11
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
you need to add extra repositories in your /etc/yum.conf. Take a look at this page for instructions on how to do this. You can also search on google for repositories. The good ones in my opinion are freshrpms and dag.

Last edited by reddazz; 02-24-2005 at 02:51 PM.
 
Old 02-25-2005, 09:39 AM   #12
klmbrt
Member
 
Registered: Jan 2005
Location: Arkansas
Distribution: Fedora 4 & Lunar
Posts: 43

Original Poster
Rep: Reputation: 15
I am still getting this error message:
Playing dvd://1.
libdvdread: Could not open device with libdvdcss.
libdvdread: Can't open /dev/hdd for reading
Couldn't open DVD device: /dev/hdd
 
Old 02-25-2005, 09:43 AM   #13
morrolan
Member
 
Registered: Sep 2003
Location: Manchester UK
Posts: 264

Rep: Reputation: 30
If you open the file /etc/fstab and paste the output here, it may help us in helping you.
 
Old 02-25-2005, 01:12 PM   #14
Boow
Member
 
Registered: Feb 2004
Distribution: Slackware 10.2
Posts: 669

Rep: Reputation: 32
Type this in the terminal to see if it makes a difference

ln -s /dev/hdd /dev/dvd

im not sure hdd is your dvd drive you'll have to supply that right dev entry.
 
Old 03-10-2005, 12:15 PM   #15
klmbrt
Member
 
Registered: Jan 2005
Location: Arkansas
Distribution: Fedora 4 & Lunar
Posts: 43

Original Poster
Rep: Reputation: 15
I never did get this to work.
I actually never got any DVD player to work on my Fedora2 system.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD software osxjamie Linux - Software 13 02-02-2006 02:48 AM
Which DVD software can play DVD from hard drive tho_x_tran Linux - Software 5 08-05-2004 09:15 AM
best software to copy commercial DVD with DVD-RW digitized_funk Linux - Newbie 1 10-31-2003 01:57 AM
Dvd-r Software Mojojo Linux - Software 1 06-08-2003 07:04 PM
Question on installing software and starting software rootlinux Linux - Newbie 5 01-19-2002 10:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration