Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
DVD-R drive suddenly stopped working [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
eliddell
n00b
n00b


Joined: 16 Nov 2004
Posts: 36

PostPosted: Tue Feb 14, 2006 6:49 pm    Post subject: DVD-R drive suddenly stopped working [SOLVED] Reply with quote

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
Back to top
View user's profile Send private message
luker0
n00b
n00b


Joined: 15 Oct 2005
Posts: 44

PostPosted: Tue Feb 14, 2006 7:11 pm    Post subject: Reply with quote

You did not give a mount point. What you need to type is
Code:

mount /mnt/cdrom  (if listed in /etc/fstab)
or
mount /dev/hdc /mnt/cdrom  (if not listed in fstab)
Back to top
View user's profile Send private message
eliddell
n00b
n00b


Joined: 16 Nov 2004
Posts: 36

PostPosted: Tue Feb 14, 2006 9:52 pm    Post subject: Reply with quote

::wince:: I'm going to go hide my head in shame now . . .
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum