View previous topic :: View next topic |
Author |
Message |
Explosivo n00b
Joined: 07 Oct 2005 Posts: 10
|
Posted: Thu Jul 20, 2006 4:55 pm Post subject: DVD Combo Drive doesn't run DVDs |
|
|
Hi there.
I am just configuring/building my new laptop (which is actually quite old) with Gentoo. Most things I've tested so far work except the fact that the DVD-Combo (/dev/hdc) fails to mount DVDs.
When I put in a Data-DVD that sureley works and type it complains about missing media.
Meanwhile dmesg has this output
Code: | hdc: packet command error: status=0x51 { DriveReady SeekComplete Error }
hdc: packet command error: error=0x30 { LastFailedSense=0x03 }
ide: failed opcode was: unknown
ATAPI device hdc:
Error: Medium error -- (Sense key=0x03)
(reserved error code) -- (asc=0x57, ascq=0x00)
The failed "Read Cd/Dvd Capacity" packet command was:
"25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 " |
Can anyone help |
|
Back to top |
|
|
shazam75 Guru
Joined: 18 Mar 2006 Posts: 563 Location: Brisbane, Australia
|
Posted: Fri Jul 21, 2006 10:10 am Post subject: |
|
|
try mounting it as UDF?
Code: | mount -t udf /dev/hdb /mnt/cdrom |
|
|
Back to top |
|
|
Explosivo n00b
Joined: 07 Oct 2005 Posts: 10
|
Posted: Sat Jul 22, 2006 11:32 am Post subject: |
|
|
Ok, tried your advice. But it didn't work either (it still complains about missing media and dmesg gives the same output I posted yesterday)... any other ideas??? Is there a special kind of driver or kernel module that needs to be activated for DVD support??? |
|
Back to top |
|
|
shazam75 Guru
Joined: 18 Mar 2006 Posts: 563 Location: Brisbane, Australia
|
Posted: Sat Jul 22, 2006 11:50 am Post subject: |
|
|
Ok try this as root:
go to the /mnt directory
then
then Code: | mount -t udf /dev/hdc /mnt/dvd |
try that. |
|
Back to top |
|
|
Explosivo n00b
Joined: 07 Oct 2005 Posts: 10
|
Posted: Sat Jul 22, 2006 12:51 pm Post subject: |
|
|
Code: | mount -t udf /dev/hdc /mnt/dvd
mount: No medium found |
|
|
Back to top |
|
|
shazam75 Guru
Joined: 18 Mar 2006 Posts: 563 Location: Brisbane, Australia
|
Posted: Sun Jul 23, 2006 12:13 am Post subject: |
|
|
Can you put that DVD that is playing up on another DVD player on another computer? Maybe the DVD? |
|
Back to top |
|
|
Explosivo n00b
Joined: 07 Oct 2005 Posts: 10
|
Posted: Sun Jul 23, 2006 10:04 am Post subject: |
|
|
No ... the DVD is fine (tried it on another PC) ... and other DVDs also don't work. So it's definitly a Drive-Issue |
|
Back to top |
|
|
shazam75 Guru
Joined: 18 Mar 2006 Posts: 563 Location: Brisbane, Australia
|
Posted: Tue Jul 25, 2006 9:26 am Post subject: |
|
|
sorry i dont know what else to do - sounds like a kernel issue - did you compile it with DVD support maybe? |
|
Back to top |
|
|
|