From: <pa...@rc...> - 2001-05-03 07:00:24
|
f.r...@in... wrote: > First of all many thanks for existing! > I'm a newbe of the penguin and I'm trying to get my OfficeJet 710 working > under the RedHat 7.0. ... > [root@localhost hpoj-0.7]# hpo devid > Error 5 (system error 110) in file mlccon.c, line 93: > Connection to peripheral lost" > Running dmesg I found the following message at boot: > "parport0: PC-style at 0x378 [PCSPP] ... > "mlcpp0: illegal packet size 771 received > PAR_WAIT_SET_CLEAR(l=c882fdfc,set=0x0000,clear=0x0040): timed out waiting for event=43! > mlcpp0: mlcpp_intr ERROR -110 > state=8 event=43 reset=7 recv=3 rcv=0 send=2 > mlc: mlcpp0: link error -110 > PAR_WAIT_SET_CLEAR(l=c882fdfc,set=0x0088,clear=0x0050): timed out waiting for event=23!" Hi. The "PCSPP" message indicates to me that your parallel port is not set to be bidirectional. In your BIOS setup, try changing it to ECP if possible, or to BPP or PS/2 if ECP is not possible. In any case, don't set it to EPP. If you can't change this setting, you can try using the "usenibble=1" option when you insmod "ieee12844pp.o", as documented in the INSTALL file. David |