Robi-wan n00b


Joined: 01 May 2002 Posts: 6 Location: Houston, Texas
|
Posted: Thu May 02, 2002 5:27 am Post subject: cd burning |
|
|
Hey, I've compiled my kernel for everything needed for ide-scsi, but hdd=ide-scsi in my grub config file and I'm not sure where to go from here
here is just a few lines from my system that might help out.
Code: |
robiwan@localhost robiwan $ dmesg | grep ATAPI
hda: IOMEGA ZIP 250 ATAPI, ATAPI FLOPPY drive
hdc: Pioneer DVD-ROM ATAPIModel DVD-115 0114, ATAPI CD/DVD-ROM drive
hdd: R/RW 8x4x32, ATAPI CD/DVD-ROM drive
hdc: ATAPI DVD-ROM drive, 512kB Cache, (U)DMA
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
robiwan@localhost robiwan $ dmesg | grep SCSI
SCSI subsystem driver Revision: 1.00
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Type: CD-ROM ANSI SCSI revision: 02
root@localhost robiwan # cdrecord -scanbus
Cdrecord 1.11a19 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
|
I can read the cd at /dev/cdroms/cdrom0 which is a syslink /dev/ide/host0/bus1/target0/lun0/cd.
I did find /dev/scsi/host0/bus0/target0/lun0/cd too but havn't done stuff with it.
I feel I'm on the right track, anyone know whats left to do? |
|