<br><br><div><span class="gmail_quote">On 9/1/05, <b class="gmail_sendername">Larry Grover</b> <<a href="mailto:lgrover@zoominternet.net">lgrover@zoominternet.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Charles Yao wrote:<br>> On 9/1/05, Larry Grover <<a href="mailto:lgrover@zoominternet.net">lgrover@zoominternet.net</a>> wrote:<br>><br>>>Charles Yao wrote:<br>>><br>>>>On 8/30/05, Larry Grover <
<a href="mailto:lgrover@zoominternet.net">lgrover@zoominternet.net</a>> wrote:<br>>>><br>>>><br>>>>>Charles Yao wrote:<br>>>>><br>>>>><br>>>>>>Actaully, the problem with the link i posted is that scanning still
<br>>><br>>>does<br>>><br>>>>>not<br>>>>><br>>>>><br>>>>>>work. My unit is an HP Laserjet 3015 MFP. For both printing and faxing<br>>>>><br>
>>>>its<br>>>>><br>>>>><br>>>>>>just plug and play. But when i try to install the driver to get<br>>><br>>>scanning<br>>><br>>>>>>this is what i get when i use the command
<br>>>>>><br>>>>>>"$./configure --prefix=/usr"<br>>>>>><br>>>>>>checking for a BSD-compatible install... /usr/bin/install -c<br>>>>>>checking for jpeg_set_defaults in -ljpeg... no
<br>>>>>>configure: error: "cannot find libjpeg support"<br>>>>>>root@GreenleeCP1:/home/ccyao/hpijs-2.1.4 # apt-get install libjpeg<br>>>>>>Reading package lists... Done
<br>>>>>>Building dependency tree... Done<br>>>>>>E: Couldn't find package libjpeg<br>>>>><br>>>>><br>>>>>I can't help with your all-in-one device, but your compile may be
<br>>>>>failing because you don't have the libjpeg *development* package<br>>>>>installed. Try running "sudo apt-get install libjpeg62-dev" before<br>>>>>"./configure".
<br>>>>><br>>>>>Regards,<br>>>>>Larry<br>>>>><br>>>><br>>>>Hi Larry,<br>>>><br>>>>It worked, but now these commands do not work:<br>>>>
<br>>>>1. Enter this command:<br>>>># /etc/init.d/hplip restart<br>>>>2. Enter this command:<br>>>># /etc/init.d/cups restart<br>>>><br>>>>when i make these commands im in the directory of the printer driver.
<br>>>><br>>>>Any ideas?<br>>><br>>>I don't have one of these printers nor do I have this software on any<br>>>of my systems, so my suggestions are going to be generic.<br>>><br>>>What errors do you see after you enter the commands? The error
<br>>>message may indicate what the problem is.<br>>><br>>>Are you preceding the commands with "sudo"? You shouldn't be able to<br>>>stop/start these services without root priviledges.<br>
>><br>>>Do these files actually exist on your system? What do you get when<br>>>you enter "ls /etc/init.d/hplip" and "ls /etc/init.d/cups"? Perhaps<br>>>you meant "cupsys" instead of "cups". Are you sure the software you
<br>>>compiled and installed actually put these files into /etc/init.d?<br>>><br>>>Regards,<br>>>Larry<br>>><br>>>--<br>>>ubuntu-users mailing list<br>>><a href="mailto:ubuntu-users@lists.ubuntu.com">
ubuntu-users@lists.ubuntu.com</a><br>>><a href="http://lists.ubuntu.com/mailman/listinfo/ubuntu-users">http://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>>><br>><br>> Hi Larry,<br>><br>> I just followed the HP instructions
<br>><br>> <a href="http://hpinkjet.sourceforge.net/install.php#debian_env">http://hpinkjet.sourceforge.net/install.php#debian_env</a><br>><br>> When I run /etc/init.d/hplip<br>><br>> it says: sudo: /etc/init.d/hplip: command not found
<br>><br>> Im basically a noob so I dont really know how much of this stuff works.<br>><br>> Charles<br><br><br>The "command not found" is telling you that the file /etc/init.d/hplip<br>does not exist.
<br><br>Is it possible that you never actually completed the compile and<br>install?  Did you run these three commands:<br><br>./configure --prefix=/usr<br>make<br>sudo make install<br><br>The "make" command would compile the software, and the "make install"
<br>command would install all the various programs and scripts that are<br>part of the software package.<br><br>If you didn't actually run these two commands, *don't*.  Instead I<br>suggest you install the "checkinstall" package (via synaptic or
<br>apt-get).  Checkinstall will create a package (deb) that you can<br>install (or remove) using dpkg.  The advantage will be the ability to<br>track the package installation and allow easy removal (in case you no<br>longer need it or want it).  I can give you some tips on using
<br>checkinstall, if you want.<br><br>If you're certain that you ran the "make" and "make install" commands,<br>then I suggest you execute this command:<br><br>sudo find /etc -name hplip<br><br>and post the result.  For some reason the hplip script is not in
<br>/etc/init.d.  The find command will help you locate "hplip".<br><br>Regards,<br>Larry<br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a>
<br><a href="http://lists.ubuntu.com/mailman/listinfo/ubuntu-users">http://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></blockquote></div><br>
<br>
Hi Larry,<br>
<br>
I used the command, it asked me for my password and then after that nothing happened.<br>
<br>
Charles<br>