On Jul 30, Philipp Kern <[EMAIL PROTECTED]> wrote: > I stumbled across this bug due to an end-user requesting help with > printing, and am not used to the materia. Should cupsys ask through > debconf if the parallel port is used and then add the needed drivers to > `/etc/modules' (which is created by `modules-init-tools' anyway, so not > udev's business)? cupsys could unconditionally "modprobe lp" as it used to do. Or it could install in /etc/modprobe.d/ a file containing something like:
install parport_pc /sbin/modprobe --ignore-install parport_pc && {
/sbin/modprobe --quiet lp; }
which is probably cleaner.
I suggest not trying to automatically edit /etc/modules.
Or you could just blame the kernel. :-)
--
ciao,
Marco
signature.asc
Description: Digital signature

