From: <pa...@rc...> - 2001-05-23 08:01:00
|
ger...@gm... wrote: > i tried to install those drivers but didn't get very far. I downloaded > version 0.7 and installed as documented in INSTALL. Build worked well and > also the loading of modules goes fine. When ieee12844pp is loaded it reports > that it has a "Hewlett-Packard OfficeJet G55 registered ... as mlcpp0. I can > successfully dump a text file to /dev/lp0. > But here it ends. The command "hpo devid" returns > mlcpp0: illegal packet size 771 received > PAR_WAIT_SET_CLEAR(l?cf16c29c,set=0x0000,clear=0x0040): timed out waiting for > event 43! > mlcpp0: mlcpp_intr ERROR=-110 .. and so on. > > ptal-connect behaves similar. > > I don't know what to do. > > Gerd Hi, Gerd. First of all, make sure your parallel port is set to either "bidirectional" or "ECP" in your BIOS setup. Alternatively, you could try using the "usenibble=1" switch when insmoding ieee12844pp.o. If none of those suggestions work, then it would be helpful if you tried turning on debug output for the kernel drivers, at least ieee12844pp.o. This is documented in the INSTALL file. If you'll e-mail me the relevant debug output in /var/log/messages, I'll take a look at it and see if I can find anything suspicious. If you don't mind living on the "bleeding edge", you could also try the development code in CVS, which has completely different low-level drivers and may provide a better clue about what's going on. David |