Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 10-26-2005, 08:44 PM   #1 (permalink)
macdude425's Avatar
 
Member (again)

Join Date: Jan 2005

Location: Raul's Wild Kingdom...How 'bout that, huh?

Posts: 4,200

macdude425 is on a distinguished road

Send a message via AIM to macdude425 Send a message via Yahoo to macdude425
Default DVD Playing STILL not working in Linux!

As you may or may not know, some time ago I was having problems getting DVDs to play in Debian. Just when I thought I had the problem solved, I had to reformat (long story), and now I can't figure it out again. /etc/fstab is correctly configured with the format type, I have libdvdread and libdvdcss installed, but I cannot for the life of me get a DVD to play, in ANY player.

All suggestions are very welcome. TIA.
__________________



Debian Support Forums!
macdude425 is offline  
Old 10-26-2005, 09:59 PM   #2 (permalink)
 
Wizard Techie

Join Date: Mar 2004

Posts: 3,545

GameGURU is on a distinguished road

Default

Does it even recognize a disc in the drive?
__________________
15'' Macbook Pro
Intel Core 2 Duo 2.16ghz
x1600 128MB
1GB DDR2 SDRAM
Windows XP/Mac OSX 10.5


No longer a Guru of games...
GameGURU is offline  
Old 10-26-2005, 10:02 PM   #3 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

have you made a symlink from /dev/hdx to dvd? Sometimes thats needed, quick and dirty way to check, mplayer dvd://1 (which shouldnt work), then do this:mplayer dvd://1 -dvd-device /dev/hdx where x=your drive-----that should work provided the drive is working, use hdparm to check drive status
horndude is offline  
Old 10-26-2005, 10:24 PM   #4 (permalink)
macdude425's Avatar
 
Member (again)

Join Date: Jan 2005

Location: Raul's Wild Kingdom...How 'bout that, huh?

Posts: 4,200

macdude425 is on a distinguished road

Send a message via AIM to macdude425 Send a message via Yahoo to macdude425
Default

Yes, it does recognize the disc. I'll try what you suggested, horndude.
__________________



Debian Support Forums!
macdude425 is offline  
Old 10-26-2005, 10:47 PM   #5 (permalink)
 
Wizard Techie

Join Date: Mar 2004

Posts: 3,545

GameGURU is on a distinguished road

Default

I hear doing what hordude mentioned was a necessity to get it to work.
__________________
15'' Macbook Pro
Intel Core 2 Duo 2.16ghz
x1600 128MB
1GB DDR2 SDRAM
Windows XP/Mac OSX 10.5


No longer a Guru of games...
GameGURU is offline  
Old 10-26-2005, 11:09 PM   #6 (permalink)
Nitestick's Avatar
 

Join Date: May 2005

Location: Locked in a dungeon, Perth

Posts: 8,035

Nitestick will become famous soon enoughNitestick will become famous soon enough

Default

i've been having trouble with all multimedia under FC4 lol. i use the mini-distro puppy for watching dvd's.
__________________
Get FireFox
Saxon's Blog|Saxon's Forum - CHECK IT OUT!
Fold for tech forums. MY COMPUTER HELPS CURE CANCER!
"Sniffing Powdered Ubuntu CDs Cures Cancer!" - TuxMachines.org

/Q6600@3.0GHz/4GB Kingston DDR2-800/Gigabyte P35-DS3R/Asus HD4850 512MB|Antec TPII 480w1.50TB of Caviar goodnessWinFast DTV-1000TTT Soprano
If I or anyone else have given you good/bad advice, use the scales icon below their name to adjust their reputation accordingly
I'm sorry but I do not accept support requests via IM, email, or personal messages
You can contact me for Forum related issues via PM only.

Quote:
Originally Posted by veedubfreak View Post
MTv happened. That and parents cant beat their children for being drooling leeches on society anymore.
Nitestick is offline  
Old 10-28-2005, 06:14 PM   #7 (permalink)
macdude425's Avatar
 
Member (again)

Join Date: Jan 2005

Location: Raul's Wild Kingdom...How 'bout that, huh?

Posts: 4,200

macdude425 is on a distinguished road

Send a message via AIM to macdude425 Send a message via Yahoo to macdude425
Default

mplayer dvd://1 -dvd-device /dev/hdx reads the disc for me but...

...X crashes as it tries to load the picture. Sometimes I get an error message that DRI is not present, sometimes I don't get one at all. But I show that DRI is installed...any ideas?
__________________



Debian Support Forums!
macdude425 is offline  
Old 10-28-2005, 06:41 PM   #8 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

lsmod and dmesg | more, check to make sure DRI is loaded, and its optional actually, some video setups do fine without it, it is needed for 3D openGL acceleration though. If lsmod and dmesg dont shed any light check xorg.0.log in /var/log and see what it shows. Also open up xorg.conf and check to see if glx and/or dri are uncommented so they get loaded when X is started. What video card are you using, and what kernel?

ya, if the -dvd-device option is working, just make a symlink to dvd like:
ln -s /dev/hdx dvd

sidenote: some motherboards still dont have proper northbridge and southbridge drivers like the via based ones used in the itx mobo's and some socket A's--------I have one of these. Which means the agpgart driver wont load without lots of work to the system compiling and installing some open source third party kernel modules. It also means no DRI or GLX support w/o doing some more compiling and installing including having a built X tree to compile against(aaaaaaaaaaarrrghhh).

As far as whats needed to play dvd's: mplayer, mpeg libraries, libdvdcss,libdvdread------I think thats it, it will even work using the svga library in console mode with 99% of the video cards out there.

methinks we can fix your issues, just might take some trial and error and some more digging for info that helps figure out whats up
horndude is offline  
Old 10-28-2005, 06:47 PM   #9 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

Oh ya, you can put that symlink just about anywhere, in /dev would be fine I guess, I didnt have to make one when I changed to slackware current recently on one of my machines, kinda weird, Ive always had to make one before. Dont worry, its just a software shortcut or redirect, its easily removed, they are all over the filesystem in most linux distros. It is a nice hack to know though, comes in handy.
horndude is offline  
Old 10-29-2005, 03:28 PM   #10 (permalink)
macdude425's Avatar
 
Member (again)

Join Date: Jan 2005

Location: Raul's Wild Kingdom...How 'bout that, huh?

Posts: 4,200

macdude425 is on a distinguished road

Send a message via AIM to macdude425 Send a message via Yahoo to macdude425
Default

Quote:
Originally posted by horndude
Also open up xorg.conf and check to see if glx and/or dri are uncommented so they get loaded when X is started. What video card are you using, and what kernel?
Yep, the DRI section in XF86Config is commented. I'll try uncommenting it and seeing if it works.

I have an ATI Rage Pro 128 and am using 2.6.8-powerpc-smp
__________________



Debian Support Forums!
macdude425 is offline  
 
Closed Thread

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On