>On Mon, 9 Feb 1998, Sergei Viznyuk wrote:
>> As appears, when I try to access /dev/qft0 like
>> e.g. tar -cf /dev/qft0
>> kerneld loads only ftape.o module but does not
>> load zftape.o module.
>The line you need is this:
>post-install ftape {insmod/modprobe} zftape
Actually
alias char-major-27 zftape
will do the job nicely, using the automatically generated module
dependencies. It will also allow kerneld to unload the zftape module
automatically, which your suggestion does not.
-- Henrik Storner - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu