LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-12-2002, 03:11 AM   #46
StormShadow
Member
 
Registered: Dec 2002
Location: Florida
Distribution: SuSe 9.1 Professional
Posts: 38

Rep: Reputation: 15

Sure did, its in my above post, along with an error stream from Ogle when I try to play a DVD with it.....Anyone got anyting cause Im totally lost....
 
Old 12-12-2002, 03:29 AM   #47
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
I can see the output from ls -l /dev/cdrom and ls -l /dev/hdc but not from ls -l /dev/dvd. Do you actually have a DVD drive?
 
Old 12-12-2002, 03:48 AM   #48
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
looks like you need

ln -s /dev/hdc /dev/dvd

then don't mount it
 
Old 12-12-2002, 07:10 AM   #49
StormShadow
Member
 
Registered: Dec 2002
Location: Florida
Distribution: SuSe 9.1 Professional
Posts: 38

Rep: Reputation: 15
OK, once again, after linking it still gives me this without the drive mounted:

Quote:
Build: Linux 2.4.18-3 #1 Thu Apr 18 07:32:41 EDT 2002 i686 unknown Mon Aug 5 21:58:55 CEST 2002 mmx Xv oss
Runtime: Linux 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686 i686
Note[ogle_ctrl]: ogle 0.8.5
Debug[ogle_ctrl]: Started /usr/lib/ogle/ogle_gui with pid 7491
Debug[ogle_ctrl]: Started /usr/lib/ogle/ogle_nav with pid 7492
Debug[ogle_ctrl]: Started /usr/lib/ogle/ogle_mpeg_ps with pid 7493
Debug[ogle_ctrl]: Started /usr/lib/ogle/ogle_vout with pid 7494
Debug[ogle_vout]: CLK_TCK: 100
Debug[ogle_nav]: Opening DVD at "/dev/dvd"
libdvdread: Using libdvdcss version 1.2.2 for DVD access
libdvdread: Couldn't find device name.
libdvdread: Can't open file VIDEO_TS.IFO.
vm: faild to read VIDEO_TS.IFO
Debug[ogle_ctrl]: child: 7492 exited with 1
Debug[ogle_ctrl]: pid: 7492 exited with status: 1
Debug[ogle_ctrl]: child: 7491 killed
Debug[ogle_ctrl]: pid: 7491 terminated on signal: 2
Debug[ogle_ctrl]: slaying child: 7493
Debug[ogle_ctrl]: slaying child: 7494
Debug[ogle_ctrl]: removing shmid: 115081240
Note[ogle_ctrl]: exiting
and yes, I do have a DVD player, I use it extensively in Windoze......
Could it have something to do with the DMA problems that RedHat has with CD-ROM drives?
 
Old 12-12-2002, 07:32 AM   #50
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
It may do, can you please now post the output of "ls -l /dev/dvd"?
And do you have scsi emulation set for that drive?
 
Old 12-12-2002, 08:27 AM   #51
StormShadow
Member
 
Registered: Dec 2002
Location: Florida
Distribution: SuSe 9.1 Professional
Posts: 38

Rep: Reputation: 15
Quote:
lrwxrwxrwx 2 root root 10 Dec 11 16:08 /dev/dvd -> /mnt/cdrom
And how can you check to see if you have SCSI emulation enabled on a specific drive? Thanks for all the help, and taking the time to help me out...I appreciate it.
 
Old 12-12-2002, 08:38 AM   #52
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Ok, can you remember reading a post earlier in the thread saying not to link to /mnt/cdrom? You can? Great! Here's how to fix that little problem in three easy steps (all of it as root - except for step 3).
1) Do "rm /dev/dvd"
2) Do " ln -s /dev/hdc /dev/dvd"
3) Try playing your dvd again.
For scsi emulation you need to have a line that says 'hdc=ide-scsi' in your lilo/grub conf file.
 
Old 12-12-2002, 10:37 AM   #53
StormShadow
Member
 
Registered: Dec 2002
Location: Florida
Distribution: SuSe 9.1 Professional
Posts: 38

Rep: Reputation: 15
NICE, Video is a little choppy with Mplayer, so Im working on optimizing for that, but the Ogle works just fine as far as I can tell, just dont know how to stop it from fast forwarding....but then again it is the first time I have had it run without crashing.....

THANKS EVERYONE!!
 
Old 12-12-2002, 11:06 AM   #54
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Choppy video is probably caused by the rh8 no dma issue, if you google for rh8 and dma you'll find a fix.
 
Old 12-12-2002, 02:35 PM   #55
zLinuxz
Senior Member
 
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216

Rep: Reputation: 45
well, actually, try mplayer with the -vo x11 option. That should reduce choppiness.

The new Ogle is not choppy at all, which I'm very happy with. The only bug in Ogle, is that the Stop button doesn't work, heheheh.
And...I can only run it on one of my computers, cuz it's the only one with an acceptable versipn of gblic 2.3+,
I really need to get that upgraded on this computer!
 
Old 12-12-2002, 03:44 PM   #56
StormShadow
Member
 
Registered: Dec 2002
Location: Florida
Distribution: SuSe 9.1 Professional
Posts: 38

Rep: Reputation: 15
Mine is choppy in Ogle, and in Mplayer, it gives me an error that my computer isnt fast enough or something like that....I have a Pentium3 733 with 256 MB RAM.....I dont think I need faster...I think its the DMA problems....working on it, if anyone knows the best route....Im sure myself and at least a few other slow people like myself would appreciate any help....Thanks for all your time.
 
Old 12-12-2002, 03:46 PM   #57
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
depends on the video output etc... add -framedrop as an option and it should run a lot smoother, you can vary your demands on mplayer so much you do need to be aware what you are asking of it really. for example the xv input is much much much faster and less resource hungry than the x11 one ...
 
Old 12-12-2002, 04:25 PM   #58
StormShadow
Member
 
Registered: Dec 2002
Location: Florida
Distribution: SuSe 9.1 Professional
Posts: 38

Rep: Reputation: 15
OK, well I added the DMA line that everyone says to add to modules.conf, and I run mplayer with -framedrop....doesnt help, still choippy as before...I cant seem to find what my problem would be, I even downloaded the ati.2 libraries and modules from GATOS because they said they would speed up my DVD playback and stuff. I have an All-In-Wonder 128 Pro card (dont laugh) if that helps.
 
Old 12-12-2002, 05:26 PM   #59
zLinuxz
Senior Member
 
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216

Rep: Reputation: 45
dunno man...maybe you have a slow DVD drive?
 
Old 12-12-2002, 06:42 PM   #60
NickR
LQ Newbie
 
Registered: Dec 2002
Posts: 1

Rep: Reputation: 0
Talking Xine no work - can't see DVD files

I'm setting up Xine for a friend. It is installed okay with D4D plugin but when I try to play a DVD it says it cannot find the vob files.

If I look at the DVD in Konqueror I can see -

Filename Size Type
? 2.0 KB Directory
???? 20.5 KB JPEG
????? 4.2 KB HTML

But if I look at the DVD in my own PC I can see all the vob files etc.
Is this a region problem, or maybe even a dvd driver problem?
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD Read issue in xine and mplayer necbrownie SUSE / openSUSE 1 02-06-2005 09:20 PM
Mandrake 9.1 and DVD troubles (Xine and MPlayer) shelby Linux - Software 5 12-22-2003 12:12 PM
Cannot read DVD with Mplayer Doomhammer Linux - Software 3 12-04-2003 08:17 PM
Xine can't read source (DVD) sgfweatherguy Linux - Software 15 10-02-2003 11:47 PM
RedHat 8.0-cannot read DVD using either xine or ogle Amos Ku Linux - Hardware 2 09-13-2003 08:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:12 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