On Wed, 26 Mar 2003 21:00:22 +0530
High !Quote:> cdrecord error
> ==============
> scsibus: 1 target: 0 lun: 0
> Cannot open '/dev/sg0'
> lsmod
> Module Size Used by
> sg 26688 0
> ide-scsi 8352 0
> ide-cd 26848 0
> cdrom 27232 0 [ide-cd]
Your cdrom-Module seems to use the ide-cd-driver, so cdrecord's lib which needs
SCSI-emulation for IDE-Drives (I think your CD-RW is an IDE-one ?) cannot work.
You need to load the sr-Driver (Driver for SCSI-CDRoms) instead of the
ide-cd-driver.
Regards,
Norbert
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/