Borsenkow Andrej <[EMAIL PROTECTED]> writes:

[...]

> Then I think I know what happens. When ide-scsi is unloaded, device
> nodes are destroyed. They should be recreated on acess, but are not. It
> means, that cdrecord is using some device nodes that are not listed in
> /dev/modules.devfs
> 
> Could you please remove ide-scsi and then run
> 
> strace -f cdrecord -scanbus

it uses /dev/sg0 /dev/sg1 ...  and should work flawlessly.
the pb is that scsi_hostadapter is not probed again. adding:

probeall scsi-hosts scsi_hostadapter

in /etc/modules.conf fixes it (since scsi-hosts is modprobe'd in
modules.devfs). I'm adding this in install.

Reply via email to