LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 09-30-2003, 05:40 PM   #1
CRego3D
Member
 
Registered: Jan 2003
Posts: 67

Rep: Reputation: 15
cant play dvd's


I have installed Suse 8.2 on a Fujitsu P2040

I set the dvd player as /dev/sr0

when trying to play a dvd I get this error

linux kernel: i/o error: dev 0b:00, sector 15997472
linux kernel: lost async page write due to i/0 error on 0b:00


the sector number changes


any ideas ?
 
Old 09-30-2003, 08:09 PM   #2
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
is your dvd device using the block scd0? from what i've read, sr0 correlates to scd0 on suse. i'm not sure as i don't use suse, but what happens if you try to mount your dvd drive with /dev/scd0 instead of /dev/sr0?
 
Old 09-30-2003, 09:38 PM   #3
CRego3D
Member
 
Registered: Jan 2003
Posts: 67

Original Poster
Rep: Reputation: 15
I can mount the dvd using /dev/scd0 .. but xime or mplayer wont .. it says it can't open the dvd device /dev/scd0
 
Old 09-30-2003, 10:01 PM   #4
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
oh that's easy. open up a shell terminal and su into root. create a link to scd0 (or the right device block for your dvd player).

ie.

ln -s /dev/scd0 /dev/dvd

that should solve your mplayer/xine problems. xine/mplayer by default look for a device /dev/dvd. creating a link called /dev/dvd pointing to scd0 solves this.

also, with xine/mplayer, you do not need to mount your dvd. just put your dvd in and press the DVD button on xine or mplayer.

Last edited by megaspaz; 09-30-2003 at 10:04 PM.
 
Old 09-30-2003, 11:13 PM   #5
CRego3D
Member
 
Registered: Jan 2003
Posts: 67

Original Poster
Rep: Reputation: 15
no wont work

if I do the symlink to sr0, I get the same i/o errors, if I symlink to scd0 .. I get the "cannot open" error
 
Old 09-30-2003, 11:59 PM   #6
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
Quote:
Originally posted by CRego3D
no wont work

if I do the symlink to sr0, I get the same i/o errors, if I symlink to scd0 .. I get the "cannot open" error
when you create a link to scd0, what's the complete error?

cannot open ?

if it's the error i'm thinking of, it may be a needed library. you'll need to find a suse rpm of libdvdcss and install that. if you're not using the newer version of xine (it's at 1.0) you may also need to download and install libdvdread. if this is indeed the problem, it should solve the problem with mplayer too.

Last edited by megaspaz; 10-01-2003 at 12:00 AM.
 
Old 10-01-2003, 12:14 AM   #7
ehdwuld
Member
 
Registered: Jul 2003
Distribution: Currently Suse 11.1 but have RH7,8,9 / Fedora 7,8_64,9_64,&10_64
Posts: 634

Rep: Reputation: 30
megaspaz

what DVD button on Mplayer ?
I have the default GUI and I don't recognize any DVD button ?
 
Old 10-01-2003, 12:24 AM   #8
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
oh yeah. i don't use the default skin. i'm using the phony skin and it has a DVD button. but if you're using the default skin you should be able to right click on the player or viewer and from the context menu choose DVD > Open Disc
 
Old 10-01-2003, 01:16 AM   #9
ehdwuld
Member
 
Registered: Jul 2003
Distribution: Currently Suse 11.1 but have RH7,8,9 / Fedora 7,8_64,9_64,&10_64
Posts: 634

Rep: Reputation: 30
thanks
 
Old 10-01-2003, 03:05 AM   #10
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
I've never had success playing DVD's from a scsi emulated device... is this actually a scsi device or a dvd burner? if not i'd remove the scsi emulation (hdc=ide-scsi in your grub or lilo.conf) and reload it to access it as a standard ide device.

if it is a burner you might feel brave and try a 2.6.0 kernel which supports direct IDE burning.
 
Old 10-01-2003, 03:17 AM   #11
ehdwuld
Member
 
Registered: Jul 2003
Distribution: Currently Suse 11.1 but have RH7,8,9 / Fedora 7,8_64,9_64,&10_64
Posts: 634

Rep: Reputation: 30
uh me ???
no
cdrw+dvd ( Ricoh )
 
Old 10-01-2003, 09:31 AM   #12
CRego3D
Member
 
Registered: Jan 2003
Posts: 67

Original Poster
Rep: Reputation: 15
me ?

this is a hybrid cd-rw/dvd player
 
  


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
can't play DVD's gerardo069872 Linux - Hardware 11 11-09-2005 03:58 PM
how to play dvd's rakesh_em Slackware 6 10-06-2004 01:33 PM
Is there a way to play DVD's from your hd? mrd Linux - Software 1 04-30-2004 05:37 AM
Play DVD's equinox Mandriva 34 04-17-2004 02:30 AM
How to play DVD's? Braveheart1980 Linux - General 6 01-25-2004 07:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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