On Sunday 21 January 2001 06:46, you wrote:
> I just did a fresh install of 7.2 to a PC which has both a CDRW and a
> DVD drive. It appears that I have
> some problems with the results. Any suggestions or directions to
> resources that can help me resolve the problem
> would be appreciated. The symptoms are as follows
>
> The boot messages contain the following information:
> hdc: _NEC DV-5700A, ATAPI CDROM drive
> hdd: _NEC NR-7500A, ATAPI CDROM drive
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> ide1 at 0x170-0x177,0x376 on irq 15
> hdc: ATAPI 40X DVD-ROM drive, 256kB Cache
> Uniform CD-ROM driver Revision: 3.11
> scsi0 : SCSI host adapter emulation for IDE ATAPI devices
> scsi : 1 host.
> Vendor: _NEC Model: NR-7500A Rev: 1.20
> Type: CD-ROM ANSI SCSI revision: 02
> Detected scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
> sr0: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
>
> A scanbus using CDRecords shows the following:
> [root@cc1019784-a /root]# cdrecord -scanbus
> Cdrecord 1.9 (i586-mandrake-linux-gnu) Copyright (C) 1995-2000 Jörg
> Schilling
> Linux sg driver version: 2.1.39
> Using libscg version 'schily-0.1'
> scsibus0:
> 0,0,0 0) '_NEC ' 'NR-7500A ' '1.20' Removable
> CD-ROM
> 0,1,0 1) *
> 0,2,0 2) *
> 0,3,0 3) *
> 0,4,0 4) *
> 0,5,0 5) *
> 0,6,0 6) *
> 0,7,0 7) *
>
> If I do a directory for CD drives, I find the following:
> [root@cc1019784-a /root]# dir /dev/cdr*
> /dev/cdrom /dev/cdrom1 /dev/cdrom2
>
> And finally checking each of the drives reveals this:
> [root@cc1019784-a /root]# ls -l /dev/cdrom
> lrwxrwxrwx 1 root root 3 Jan 10 17:12 /dev/cdrom ->
> hdc
> [root@cc1019784-a /root]# ls -l /dev/cdrom1
> lrwxrwxrwx 1 root root 8 Jan 10 22:17 /dev/cdrom1 ->
> /dev/hdd
> [root@cc1019784-a /root]# ls -l /dev/cdrom2
> lrwxrwxrwx 1 root root 4 Jan 10 17:12 /dev/cdrom2 ->
> scd0
Three links out of three bad
/etc/fstab I bet has only /dev/cdrom2 and /dev/cdrom listed, so the one good
link doesn't point from anything that the system accesses.
As root
# rm /dev/cdrom2
# rm /dev/cdrom
# ln -s /dev/hdc /dev/cdrom
# ln -s /dev/scd0 /dev/cdrom2
That should fix it. The scsi module is loading, according to your other
info, so it should be only a linkage problem.
Civileme