LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-07-2005, 12:32 PM   #1
dannyl
Member
 
Registered: Aug 2003
Location: Near Marion, Ill.
Distribution: Slackware 12.2, Kubuntu, Zenwalk
Posts: 102

Rep: Reputation: 15
dvd player


I just installed Slack 10.2 with the 2.6.13 kernel and now I can't make Mplayer or Xine play dvds. I re-installed libdvdcss and libdvdread from Linuxpackages.net, what I am wondering, since I'm now using 2.6.13 kernel, do I need to recompile everything from source instead of using precompiled packages? Xine still says it cannot open dvd no mrl.
 
Old 10-07-2005, 01:29 PM   #2
uselpa
Senior Member
 
Registered: Oct 2004
Location: Luxemburg
Distribution: Slackware, OS X
Posts: 1,507

Rep: Reputation: 47
You may need to check your Xine setup, especially the media tab.
 
Old 10-07-2005, 03:03 PM   #3
urka58
Member
 
Registered: Nov 2003
Distribution: slackware 15
Posts: 546

Rep: Reputation: 43
If logged as root you can watch DVDs, include yourself as "normal user" in disk group.
Hope this helps
Ciao
 
Old 10-07-2005, 04:19 PM   #4
dannyl
Member
 
Registered: Aug 2003
Location: Near Marion, Ill.
Distribution: Slackware 12.2, Kubuntu, Zenwalk
Posts: 102

Original Poster
Rep: Reputation: 15
dvd player

Thanks for quick replies. I have added user to audio and video groups plus disk, cdrom, etc. An update, I set hdparm -d 1 on dvd now Xine will play dvd but still jerky and audio sync is off. Must be some problems with system settings. This is an older system and I forgot where the manual for the motherboard is stored. Still can't get Mplayer to work at all. Will try one more time to install from source, though I have never been very lucky that way. Must be some simple instructions somewhere. Just haven't found them yet.
 
Old 10-10-2005, 02:39 AM   #5
KMcD
Member
 
Registered: Jun 2003
Location: Dublin, Ireland
Distribution: Slack -- current
Posts: 354

Rep: Reputation: 30
run xine-check in a terminal, if there's a prob it'll tell you.
 
Old 10-10-2005, 10:31 AM   #6
atnonis
LQ Newbie
 
Registered: Oct 2005
Distribution: Slackware, Fedora, CentOS
Posts: 14

Rep: Reputation: 0
Hello!

type
$ ldd `which mplayer`

to see if you have the libraries needed by mplayer to work.
if a lib is missing you can find it by googling or searching linuxpackages.net




Antonis
 
Old 10-10-2005, 06:58 PM   #7
dannyl
Member
 
Registered: Aug 2003
Location: Near Marion, Ill.
Distribution: Slackware 12.2, Kubuntu, Zenwalk
Posts: 102

Original Poster
Rep: Reputation: 15
ldd 'which mplayer'

typing that command gives me ./no such file . I tryed it in every directory that had mplayer components.

xine-check says everything should work. Trying to run mplayer, all I get is the cursor bouncing up and down for a while then nothing happens.

Last edited by dannyl; 10-10-2005 at 07:01 PM.
 
Old 10-11-2005, 01:18 AM   #8
uselpa
Senior Member
 
Registered: Oct 2004
Location: Luxemburg
Distribution: Slackware, OS X
Posts: 1,507

Rep: Reputation: 47
Re: ldd 'which mplayer'

Quote:
Originally posted by dannyl
Trying to run mplayer, all I get is the cursor bouncing up and down for a while then nothing happens.
Instead of starting mplayer from your GUI, try starting it from a bash prompt and tell us if you get a message.
 
Old 10-11-2005, 03:17 AM   #9
shilo
Senior Member
 
Registered: Nov 2002
Location: Stockton, CA
Distribution: Slackware 11 - kernel 2.6.19.1 - Dropline Gnome 2.16.2
Posts: 1,132

Rep: Reputation: 50
Quote:
Originally posted by atnonis


type
$ ldd `which mplayer`

Quote:
Originally posted by dannyl


ldd 'which mplayer'

Look very carefully. These are not the same thing. You used single-quotes. It was recommended that you use back-ticks. There is a HUGE difference.

p.s. Follow the above advice. Run "xine-check"

Last edited by shilo; 10-11-2005 at 03:18 AM.
 
Old 10-11-2005, 04:46 AM   #10
atnonis
LQ Newbie
 
Registered: Oct 2005
Distribution: Slackware, Fedora, CentOS
Posts: 14

Rep: Reputation: 0
Hello

Can you please explain us the difference between '' and `` !?


Antonis
 
Old 10-11-2005, 09:46 AM   #11
dannyl
Member
 
Registered: Aug 2003
Location: Near Marion, Ill.
Distribution: Slackware 12.2, Kubuntu, Zenwalk
Posts: 102

Original Poster
Rep: Reputation: 15
I ran xine-check, it showed no discrepencies. I will try running ldd `which mplayer` when I get home. Thanks to Shilo for pointing out the discrepency in typing the command. I did not notice the difference. Also I will try running mplayer from the command line to see if I get an error.
 
Old 10-11-2005, 02:28 PM   #12
shilo
Senior Member
 
Registered: Nov 2002
Location: Stockton, CA
Distribution: Slackware 11 - kernel 2.6.19.1 - Dropline Gnome 2.16.2
Posts: 1,132

Rep: Reputation: 50
Quote:
Originally posted by atnonis
Hello

Can you please explain us the difference between '' and `` !?


Antonis
`which mplayer` means the output of running the command "which mplayer". Using single quotes means the literal "which mplayer".
 
Old 10-11-2005, 05:53 PM   #13
dannyl
Member
 
Registered: Aug 2003
Location: Near Marion, Ill.
Distribution: Slackware 12.2, Kubuntu, Zenwalk
Posts: 102

Original Poster
Rep: Reputation: 15
ok I finally got home. ldd`which mplayer` lists the following as not found:
libdv.so.4
libtheora.so.0
libdivxdecore.so.0
libmp3lame.so.0
libpolyp-0.7.so.0
libpolyp-error-0.7.so.0
libpolyp-mainloop-0.7.so.0

Are these all part of a single package or will I have to search for each one individually??

Thanks again for your help.
 
  


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
which DVD player can play DVD from hard drive *and* support DVD Menu ? tho_x_tran Linux - Software 16 11-16-2006 02:00 PM
DVD Player Problem in fedora /dev/dvd not found sxa Linux - Hardware 9 08-23-2006 08:17 PM
Every DVD Player Fails to Play DVD Movie in SuSE 9.2 Pro....Please Help ! ! ! bedi-beparwah SUSE / openSUSE 2 03-14-2005 06:08 PM
LG DVD-ROM DRD-8160B not recognized as DVD player on FC2 Wise_Fox Linux - Hardware 1 08-24-2004 12:13 PM
How come dvd player sound works but cd player doesn't? Magus67 Linux - Hardware 9 04-19-2004 04:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:14 PM.

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