From: Burkhard K. <bu...@bu...> - 2000-09-14 23:46:13
|
John L. Chmielewski: > Tried the hpoj-0.6 package, and it is a great improvement over > the earlier ones. However, I have detected a problem with the > kernel modules using modprobe. > > The problem is that modprobe does not know to load paraport_probe. If > I change the modules.dep file, by hand, to make ieee12844pp depend on > paraport_probe instead of paraport, it works as expected. Depmod -a > does not detect that ieee12844pp requires paraport_probe. > IIRC, I have seen this prob in 0.5 already. So I configured a little workaround into my modules.conf: alias parport_lowlevel parport_pc add above parport lp parport_pc parport_probe ieee12844 post-install ieee12844 modprobe "-k" ieee12844pp pre-remove ieee12844 rmmod ieee12844pp This way everything gets loaded (and removed) using the right sequence. Burkhard -- Burkhard Kohl bu...@bu... |