Andrey Borzenkov <[EMAIL PROTECTED]> writes: > /etc/devfs/conf.d/rdvd.conf calls /etc/dynamic/scripts/rawdevice.script to > setup raw device and link rdvd -> raw/rawN. This does not work if module > "raw" is not yet loaded because it runs as devfsd action and module > autoloading is supressed in this case. > > To setup raw device /dev/raw/* enrties must already exist; entries are created > on module loading; but module is never loaded in this case due to stated > reason. > > Somewhat ugly workaround is to force raw loading in rawdevice.script, i.e. > something like
ok, fix commited. It looks like the best (and esp. simplest) solution. thanks!
