Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
09-12-2003, 05:55 PM
|
#1
|
|
Senior Member
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986
Rep:
|
Mplayer + dvd codec?
I pop in a DVD, then I use GMPLAYER to open the DVD disc. Well, it just keeps reading and reading and reading and reading and reading and I can't do anything but physically shut off my computer and reboot. Do I need a codec?
Last edited by Micro420; 09-12-2003 at 06:22 PM.
|
|
|
|
09-12-2003, 06:26 PM
|
#2
|
|
Senior Member
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713
Rep:
|
How did you link it? Did you just make a symlink from /dev/cdrom to /dev/scd0? Also, is your DVD a SCSI device or did you enable SCSI emulation? If no to the last question, then it will be called something like /dev/hdc.
If you did do the symlink thing, then just delete the old symlink (type rm /dev/cdrom and the prompt) and make a new one (type - from the /dev directory - ln -s hdc cdrom) and that should fix it. There should be an option in Mplayer to change which device it read, though, but I don't know how to do that.
|
|
|
|
09-12-2003, 06:30 PM
|
#3
|
|
Senior Member
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986
Original Poster
Rep:
|
I did something in the console by reading another post but I do not exactly remember what I did.
But for GMPlayer, I just went to the preferences option and used /mnt/cdrom2 as my DVD drive. LIke I said earlier, it just reads and reads and reads and doesn't do anything but lock up my computer.
It is not a SCSI and will try those techniques you mentioned
|
|
|
|
09-12-2003, 06:33 PM
|
#4
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,830
|
you can't use "/mnt/cdrom2" as that's a mountpoint.. not a dvd device.... use /dev/dvd, /dev/hdc etc....
|
|
|
|
09-12-2003, 06:37 PM
|
#5
|
|
Senior Member
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986
Original Poster
Rep:
|
Quote:
Originally posted by acid_kewpie
you can't use "/mnt/cdrom2" as that's a mountpoint.. not a dvd device.... use /dev/dvd, /dev/hdc etc....
|
well, I changed it to /dev/hdd....
Still did the same thing: just reads the DVD over and over and over and over and over and stalls my computer and it crashes.
Any other suggestions? i'm thinking maybe I am lacking a DVD codec?
|
|
|
|
09-12-2003, 06:56 PM
|
#6
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,830
|
there is no codec... maybe you're using a version striaght off your distro cd's with the dvd support completely removed?
|
|
|
|
09-12-2003, 07:19 PM
|
#7
|
|
Senior Member
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986
Original Poster
Rep:
|
So how would I enable DVD support from the original Mandrake CD?
|
|
|
|
09-12-2003, 07:33 PM
|
#8
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,830
|
you don't. get a real version from the homepage
|
|
|
|
09-12-2003, 11:26 PM
|
#9
|
|
Senior Member
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986
Original Poster
Rep:
|
here's the problem. See my other thread:
http://www.linuxquestions.org/questi...threadid=92152
there's a link that I put to another problem I have.
Basically, all these problems are interconnected which REALLY sucks
|
|
|
|
09-13-2003, 12:10 AM
|
#10
|
|
Senior Member
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986
Original Poster
Rep:
|
I'm trying to install the "real" MPlayer from the website rather than from the Mandrake CD, which I originally did.
HOwever, I keep getting the message "requires libpng.so.2"
Well, I typed this in google and downloaded NUMEROUS libpng files from all different versions and this file is nowhere located in my /usr/lib/ directory
Can someone just post a DIRECT link to the correct file? This is really beginning to annoy me and take up my whole day.
|
|
|
|
09-13-2003, 04:22 AM
|
#11
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,830
|
Just search fr2.rpmfind.net for the file.
|
|
|
|
09-13-2003, 11:57 AM
|
#12
|
|
Senior Member
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986
Original Poster
Rep:
|
Quote:
Originally posted by acid_kewpie
Just search fr2.rpmfind.net for the file.
|
Good news as I was reading another post of mine and some guy told me to download the libdvdcss package. So I downloaded that and DVD works now.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:54 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|