[wellylug] cdrecord / kernel 2.6.7
David Antliff
dave.antliff at paradise.net.nz
Wed Aug 4 21:30:44 NZST 2004
On Wed, 4 Aug 2004, Ilia Pavlenko wrote:
>
> Could anyone point me to a proper how-to to use cdrecord with kernels
> 2.6.* ? What options i need to compile ? What version of cdrecord ?
>
> Currently I run 2.6.7, when I tried to compile cdrtools-2.00.3 -
> compilation fails on
> --------------------------------------------------------------------------
> ../libs/i686-linux-cc/librscg.a(scsi-remote.o): In function `scgo_rhelp':
> scsi-remote.o(.text+0x149): undefined reference to `__scg_help'
> collect2: ld returned 1 exit status
> make[1]: *** [OBJ/i686-linux-cc/scgcheck] Error 1
> make[1]: Leaving directory `/mnt/hda6/DL/cdrtools-2.00.3/scgcheck'
> make: *** [all] Error 2
> --------------------------------------------------------------------------
Not 100% sure about that ^^^ error but you can avoid using SCSI
'emulation' with 2.6 by using the ATAPI interface. E.g:
$ cdrecord -dao speed=32 fs=16m dev=ATAPI:0,0,0 driveropts=burnfree -v
--eject file.iso
If you want to use the SCSI interface, you'll probably need the Generic
SCSI driver present in your kernel (I think that's what 'scg' refers to,
but I might be wrong).
Sorry I can't be of more help.
--
David.
More information about the wellylug
mailing list