eliddell n00b

Joined: 16 Nov 2004 Posts: 36
|
Posted: Tue Feb 14, 2006 6:49 pm Post subject: DVD-R drive suddenly stopped working [SOLVED] |
|
|
As of Feb. 05, my DVD drive was working perfectly under Gentoo, but now it refuses to mount anything even when I try it as root. I've tried mounting several different flavours of CD (RW, R, and commercial, data and video) and a DVD+R that was burned using K3B and this same drive. Under Windows (2K) the drive still works perfectly and will read the disks that fail to mount under Linux. The result of a typical mount attempt looks like:
Code: | akio ~ # mount /dev/hdc
mount: block device /dev/hdc is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/hdc,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
|
As far as I can tell, nothing in dmesg | tail is relevent:
Code: | akio ~ # dmesg | tail
ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 19
ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 19 (level, low) -> IRQ 201
NVRM: loading NVIDIA Linux x86_64 NVIDIA Kernel Module 1.0-6629 Wed Nov 3 11:43:48 PST 2004
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode
(last three lines repeated)
eth0: no IPv6 routers present
|
/etc/fstab (stripped of comments, proc, and some other irrelevant bits) is:
Code: | /dev/hda6 /boot ext2 defaults,noatime 1 2
/dev/hda7 / ext3 noatime 0 1
/dev/hda5 none swap sw 0 0
/dev/hda10 /mnt/gdrive vfat noatime,umask=0000 0 0
/dev/hda11 /mnt/hdrive vfat noatime,umask=0000 0 0
#/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user,umask=0000 0 0
/dev/hdc /mnt/cdrom auto noauto,user,umask=0000 0 0
/dev/fd0 /mnt/floppy auto noauto,user,umask=0000 0 0
|
(I commented out the /dev/cdroms/cdrom0 line and added in the /dev/hdc line after this started happening because that change seemed to be helping other people, but no dice in this case.)
cdrecord says:
Code: | akio ~ # cdrecord -inq dev=/dev/hdc
Cdrecord-Clone 2.01 (x86_64-unknown-linux-gnu) Copyright (C) 1995-2004 J\uffffrg Schilling
cdrecord: Warning: Running on Linux-2.6.11-gentoo-r1
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
scsidev: '/dev/hdc'
devname: '/dev/hdc'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
Device type : Removable CD-ROM
Version : 0
Response Format: 2
Capabilities :
Vendor_info : 'PIONEER '
Identifikation : 'DVD-RW DVR-108 '
Revision : '1.10'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
|
so the device is being seen at some level (and yes, it is a Pioneer DVR-108).
Unfortunately, I have no idea what emerge --update world might have done in the past week-and-a-bit to cause this (I do know I haven't changed my kernel). Help?
Last edited by eliddell on Tue Feb 14, 2006 9:53 pm; edited 1 time in total |
|