From: <pa...@rc...> - 2001-03-28 12:20:46
|
Alexander Zimmermann wrote: > wir haben auch einen G85 und ich hatte folgendes in meiner > /etc/modules.conf drin: > - - - > alias parport_lowlevel parport_pc = > alias net-pf-24 ieee12844 = > add above parport lp parport_pc parport_probe ieee12844 = > post-install ieee12844 modprobe "-k" ieee12844pp = > pre-remove ieee12844 rmmod ieee12844pp = Since "make install" by default copies ieee12844*.o into /usr/local/lib, it may also be necessary to specify a "path" command to help modprobe fin= d ieee12844.o and ieee12844pp.o, probably something like "path=3D/usr/local= /lib", unless you copy these files somewhere under /lib/modules. Is this correct? (I can't try it out at the moment.) David |