> Hello,
> I've been having trouble getting my cd recorder working with all four
betas
> and now with the release candidate, and as the release is coming soon,
I
> feel
> now is the time to mention the problem.
>
And why have you waited all this time?
> First off, I'm using an Adaptec 2930CU SCSI host adapter with three
devices
> attached, one of which is a Sony CDU926S CD recorder. The drive works
fine
> for mounting discs etc., however there are no /dev/sg* entries for it.
> After
> I run modprobe sg, I have a device node,
> /dev/scsi/host0/bus0/target6/lun0/generic
> for it, and if I create the symbolic link,
> ln -s /dev/scsi/host0/bus0/target6/lun0/generic /dev/sg0
then module autoloading stops to work. This is exactly what you should
not do.
> and then run a program such as xcdroast everything works fine. I have
> jerry-rigged my devfsd.conf to do this for me with
> LOOKUP ^sg0$ CFUNCTION GLOBAL symlink
> ${mntpnt}/scsi/host0/bus0/target6/lun0/generic $devpath
> but as with all my 'fixes' I'm sure there's a correct way of doing
that.
> -Elliott Martin