I tried recompiling lp.o as an aout module, to be greeted with the same error:
Jul 29 19:17:54 obed kernel: lp: Driver configured but no interfaces found.
I then stole the lp.c from 1.2.8 and compiled it as a gcc270 aout module,
to which it gives:
Jul 29 22:21:39 obed kernel: lp0 at 0x03bc, using polling driver
and happily prints.
I noticed that there were major changes to lp.c from the two versions. I
haven't investigated the code yet (it takes a few minutes to compile, so
its slow going...), but I hope to have an explanation in a few days if
nobody else beats me to it ;)
Thanks!
--randy