LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Sony DW10A DVD is not a DVD in SuSE 8.1 (https://www.linuxquestions.org/questions/linux-newbie-8/sony-dw10a-dvd-is-not-a-dvd-in-suse-8-1-a-51615/)

Kix 03-25-2003 04:50 AM

Sony DW10A DVD is not a DVD in SuSE 8.1
 
My DVD drive - Sony DW10A will act as a CD-RW drive but will not play DVD with mplayer.

Any ideas?

acid_kewpie 03-25-2003 05:19 AM

do you have a symlink from the actual ide device entry (e.g /dev/hdc) to /dev/dvd. without having an obvious place to look for a dvd drive programs aren't going to start guessing, so if there's no /dev/dvd then try "ln -s /dev/hdc /dev/dvd" IF your drive IS on hdc (secondary master)

if that doesn't solve it then provide the full output from mplayer as you have provided no real useful information

Kix 03-25-2003 05:30 AM

I think you have nailed it. Sorry for the lack of info though. /dev/dvd does not exist, I'll give that a try. Thanks for that.

:newbie:

Kix 03-25-2003 01:56 PM

acid_kewpie - I started up my box to try your suggestion, I noticed the messages at the login prompt:

linux kernel: ide-scsi: hdc unsupported command in request queue (0)0)0))
linux kernel :ide-scsi: hdc end_request: I/O error, dev 16:00 (hdc), sector 64

The message repeats to sector 78

When I ltry to play a dvd mplayer reports:

Sorry this file format not recognized/supported
If this file is an AVI, ASF or MPEG stream, please contact the author!

Next I tried you suggestion:

ln -s /dev/hdc /dev/dvd

And recieved the same message from mplayer.

I removed /dev/dvd and tried

ln -s /dev/sr0 /dev/dvd

The palyer resizes and displays noise for a couple of seconds then gives the same error message.

If I then just press play I get the same video noise and:
Error: Could not open direct show codec: qdv.dll

I checked the SuSE site and checked that the kernel had the correct modules.

reiserfs cdrom ide-cd ide-scsi

Hmmmm. More google.

Cheers.




Thanks for reading.:)

snocked 03-25-2003 02:58 PM

I get the same exact errors except I can access any files off a cd, but can't do any writing of any kind.

acid_kewpie 03-25-2003 04:49 PM

well it looks ok really, but you've not said how you are running mplayer

Kix 03-25-2003 07:25 PM

Quote:

Originally posted by acid_kewpie
well it looks ok really, but you've not said how you are running mplayer
From KDE as su, right click DVD ROM icon select play(reports as above), or launch mplayer, right click main window "MPlayer interrupted by signal 6 in module: open_stream" then "fatal error....or a bug in mplayer or in your drivers or in your gcc version.etc", or open mplayer and use play button on the deck, nothing happens just title scroll "no media opened".

Replaced mplayer and still the same symptoms.

Can't play Div-x or VCD either. Works fine as cd-rom and cd-audio.



:)

aherm 03-26-2003 11:56 AM

Try run

cdrecord -scanbus

If your DVD / CDRW devices appears once like this for example:

scsibus0:
0,0,0 0) 'YAMAHA ' 'CRW-F1E ' '1.0c' Removable CD-ROM
0,1,0 1) 'SONY ' 'DVD-ROM DDU1621 ' 'S1.6' Removable CD-ROM
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *

Than you should be fine. If not (e.g. does not appear, appears multiple times) then this link should help:

http://sdb.suse.de/en/sdb/html/aoezcan_cdrom.html


Have a lot of fun :-)

acid_kewpie 03-26-2003 12:05 PM

please provide the full output from mplayer

acid_kewpie 03-26-2003 12:05 PM

please provide the full output from mplayer


All times are GMT -5. The time now is 02:34 PM.