The drive is a lite on 52x24x52 ide-atapi.
My kernel version is: 2.4.19-16mdk (mandrake 9.0)
I have read the cd writing how to at:
http://www.linux.org/docs/ldp/howto/...OWTO.html#toc3
and so have the following pertinent modules loaded:
sr_mod 15096 0 (unused)
loop 11376 0 (autoclean) (unused)
sg 31276 0 (autoclean) (unused)
ide-scsi 8212 0
ide-cd 28712 0
cdrom 26848 0 [sr_mod ide-cd]
scsi_mod 90372 3 (autoclean) [sr_mod sg ide-scsi]
Also since the drive is on the primary ide channel I am using this as a boot param for the kernel: append="hda=ide-scsi devfs=mount"
The error Im getting from cdrecord is:
> cdrecord -scanbus
Cdrecord 1.11a32 (i586-mandrake-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.
and there is indeed no `/dev/pg* `
Can anyone help?