[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cdrecord -scanbus -> not working



Hello!

On 25.01.2003 19:33 Jonah Sherman wrote:
> Any ideas why `cdrecord` is not working for me. Debian Woody, kernel
2.4.18bf
> thanks.
[snip]
> hdb: R/RW 4x4x24, ATAPI CD/DVD-ROM drive
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> hda: 16514064 sectors (8455 MB) w/512KiB Cache, CHS=1092/240/63
> hdb: ATAPI 32X CD-ROM CD-R/RW drive, 2048kB Cache
> Uniform CD-ROM driver Revision: 3.12
> </snip>

You need ide-scsi emulation to use an IDE CDRW drive.  Add
SCSI(CONFIG_SCSI), SCSI Generic(CONFIG_CHR_DEV_SG), and SCSI
CDRom(CONFIG_BLK_DEV_SR), and SCSI IDE
Emulation(CONFIG_BLK_DEV_IDESCSI) to your kernel, then add:
append="hdb=ide-scsi"

Is it really necessary the SCSI Generic(CONFIG_CHR_DEV_SG) option above?

TIA

Marcelo

--
Marcelo Chiapparini
DFT-IF/UERJ
chiappa@uerj.br



Reply to: