- To: Shaun Oliver <shaun_oliver@xxxxxxxxxxxxxxx>
- Subject: Re: [SLUG] ide cd-writer
- From: Bret Comstock Waldow <bwaldow@xxxxxxxxxxxx>
- Date: Thu, 30 Oct 2003 08:21:55 -0800
- Cc: Sydney LUG <slug@xxxxxxxxxxx>
- Cc: speakup@xxxxxxxxxxxxxx
On Thu, 2003-10-30 at 05:57, Shaun Oliver wrote:
> hi all, I have here a reco mp70-40a 4x ide cd-writer.
> I'm attempting to run it on debian woody.
> how does one set up scsi emulation for this device?
> any help would be greatly appreciated. thanks in advance.
> btw. how should I enter in the information in /etc/fstab?
Aside from "/proc/bus/usb" I don't have anything in fstab for my burner,
but mine's attached via USB, so it isn't always there.
In lilo, I have:
append="hdc=ide-scsi hdd=ide-scsi"
hdc is the on-board ide CD ROM, hdd is the external
ide-cdrw-in-a-USB-enclosure. The source needs to be scsi-emulated too,
or some of the burning programs won't do CD to CD copies.
ganesha:/etc# cat modules
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line. Comments begin with
# a "#", and everything on the line after them are ignored.
usb-uhci
input
usbkbd
keybdev
nvram
ppdev
lp
agpgart
joydev
mousedev
eepro100
ppp_async
irport
irtty
ide-scsi
cs46xx
usb-storage
visor
scanner
apm
I haven't worked out permissions so anyone can burn. I start eroaster
from an su'ed command prompt.
HTH,
Bret