From: PASCHAL,DAVID (HP-Roseville,ex1) <dav...@hp...> - 2000-08-30 00:16:26
|
(That's annoying -- sourceforge's mailing lists don't add a Reply-To line to the header. Anyway...) Hi, Erick. I see from the lsmod output you sent that you have properly loaded parport, parport_pc, and parport_probe. What Linux distribution and version are you running? What peripheral are you using? Make sure it's on the list of supported devices at http://hpoj.sourceforge.net/suplist.shtml. In particular, the LaserJet 3100 and 3150 aren't supported. Next, make sure it's connected and powered on before you insmod ieee12844pp.o. (Again, I will clarify this in the documentation next time.) Let me know if you're still having trouble, and we'll take it from there. David > -----Original Message----- > From: Erick Calder [mailto:ec...@ar...] > Sent: Tuesday, August 29, 2000 12:48 PM > To: PASCHAL,DAVID (HP-Roseville,ex1) > Subject: RE: [Hpoj-devel] newbie question > > > Thank you David, I've gotten a little further this time. > "insmod ieee12844.o" returned no response but lsmod shows > him, however, > "insmod ieee12844pp.o" squeals: > > ieee12844pp.o: init_module: Device or resource busy > > uhh.... what next? > > Thx - e > > -----Original Message----- > From: PASCHAL,DAVID (HP-Roseville,ex1) [mailto:dav...@hp...] > Sent: Tuesday, August 29, 2000 11:23 AM > To: 'Erick Calder' > Subject: RE: [Hpoj-devel] newbie question > > Hi, Erick. > > > I'm sorry to post to the "devel" list but I tried to > > subscribe to the "owners" list and got message that it had > > been moved to this > > list. > > > > I sent the message below but I don't know whether anyone > received it. > > > > any response would be greatly appreciated. btw, is there a > > newsgroup that replicates this mailing list? > > Not that I know of, but now that we're on sourceforge, there > are archives of > the mailing lists. Please see > http://sourceforge.net/projects/hpoj, click > on "Lists", and > then select the mailing list you want. > > > I've just dowloaded the 0.5 version of the drivers and have a > > little problem. the INSTALL file says I should: > > > > insmod ieee12844 > > > > but insmod complains: > > > > insmod: ieee12844: no module by that name found > > > > if I run make inside of the ieee12844 dir is says: > > > > make: Nothing to be done for `release'. > > > > here's a dire listing: > > > > drwxr-xr-x 2 ekkis 500 4096 Aug 28 11:28 ./ > > drwxr-xr-x 8 ekkis 500 4096 Aug 28 11:31 ../ > > -rw-r--r-- 1 root root 1181 Aug 28 11:27 Makefile > > -rw-r--r-- 1 ekkis 500 1085 Jul 9 00:16 Makefile.in > > -rw-r--r-- 1 ekkis 500 37938 Jul 8 22:21 ieee12844.c > > -rw-r--r-- 1 root root 21156 Aug 28 11:28 ieee12844.o > > -rw-r--r-- 1 root root 172 Aug 28 11:28 > ieee12844.ver > > -rw-r--r-- 1 ekkis 500 26219 Jul 8 22:22 > ieee12844pp.c > > -rw-r--r-- 1 root root 11344 Aug 28 11:28 > ieee12844pp.o > > I'm sorry about the confusion here. You actually need to cd into the > ieee12844 directory and run "insmod ieee12844.o" (with the > ".o" extension), > and likewise for ieee12844pp.o. I'll fix this in the > documentation on the > next release. > > David > |