Well I am working on the new syntax to IPchains. Do we have a debianized version of ipmasqadm that will replace ipautofw? I looked but the debian site is very slow from me now. Masq is a good as working with the 2.2.1 kernel.
My LP problem has been solved by compliling both PARPORT and PARPORT_PC into the kernel. I simply tried PARPORT but LP was still not found. I still have lp as a module. My lilo.conf passed the following: append = "ether=0,0,eth1 aha152x=0x340,11 lp=parport0 parport=0x378,7" And all works... Thanks all for your help! --Jay Barbee At 1/29/99 10:05 AM -0500, you wrote: >At 1/29/99 01:47 AM +0100, Dietrich Kraus wrote: >>On Thu, Jan 28, 1999 at 11:56:50AM -0500, Jay Barbee wrote: >>> My initial install of the kernel 2.2.0 was not too good. I have to admit, >>> I do not keep up with the development kernels, only the stable ones... so I >>> felt very newbie-ish upon the problems. >>> >>> IPMasq... It is simply not setup the same. ipfwadm does not work anymore >>> and I needed to use ipchains. also adding the 'echo "1" > >>> /proc/sys/net/ipv4/ip_forward' was something new as well. >>> >>> Once this was in place diald and ppp was working (PPP built in the kernel >>> and SLIP as a module). >>> >>> LP, however, I cannot figure out. I have parport (tried in the kernel and >>> as module), parport_pc.o and lp.o all built. I cannot get it to detect my >>> printer? I know it is going to use /dev/lp0 instead of /dev/lp1, but the >>> kernel reports that no devices have been found? very odd. All I have to >>> do is reboot to my previous 2.0.36 kernel and it detects the printer fine. >>> >>Have a look at /usr/src/linux/Documentation/parport.txt. The following works >>for me. >> >>/etc/conf.modules: >>alias parport_lowlevel parport_pc >>options parport_pc io=0x378 irq=7 >> >>nestor:/usr/src/linux$ lsmod >>Module Size Used by >>parport_pc 5048 1 (autoclean) >>lp 4280 1 (autoclean) >>parport 6444 1 (autoclean) [parport_pc lp] >> > >Yeah... I do have that in conf.modules! I don't seem to have any problems >with any modules, but I do not think they are autoloaded? I need to > >insmod parport ; insmod parport_pc ; insmod lp > >All load, but and parport is using parport_pc and lp in brackets. But lp >is in use by nothing?! The kernel reports not finding any printing >devices. Is there a way to autoload parport and parport_pc (except for a >script with insmod)? I cannot just put it in /etc/modules. > >Also could I be missing so kernel parameters that should go in lilo? I >think now I have 'lp=parport0'. > >I got about 4 or 5 responses yesterday, but I have not had a chance to >reboot back to 2.2 to play around again. Thanks all! > >--Jay