Home
Home Blogs k4tz's blog
    • Blog
    • Clinic
    • Contact
    • Download
    • Video
    • Login

Poll

Favourite console text editor in Ubuntu:

LXer -- Linux and Open Source News

  • Banshee 1.5.5 Released With Grid View, YouTube Plugin And Gapless Playback
  • VPS.NET to Offer CloudLinux OS
  • Health check: Mandriva
  • A Review of Verizon's One-on-One Droid Training
  • Beginner’s Guide to Git
more

Linux Today

  • Commercial Gaming, Coming Soon to Linux?
  • Mobile that allows bosses to snoop on staff developed
  • Open Source NoSQL Databases Ramp Up
  • For Sale: Linux OS and Other Assorted Assets
  • Get started with Omnis Studio
more

Linux Insider

  • Ubuntu Dumps the Brown
  • Atol Delivers Flawless File Management With No Frills
  • New Project Puts Open Source Spin on Data Center Design
more

HowTo: Get your HP laserjet 1000 working in Ubuntu

Submitted by k4tz on Fri, 02/27/2009 - 10:36
  • Blog
  • Hardware
  • Ubuntu

Source: http://ubuntuforums.org/showthread.php?t=1079211

I had a problem with a hp lj 1000 after installing (x)ubuntu on a machine. The confusing things where that everything got connected and detected in the proper way, and the driver, foo2zjs, which is the recommended driver for hp lj 1000 seemed to be installed. But nothing worked; that is, the printer didn't print anything. This is what you need to do:

1. Download the driver source from http://foo2zjs.rkkda.com/
For example:

Code:
$ wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz

2. open it and extract it.
For example:

Code:
$ tar zxf foo2zjs.tar.gz
$ cd foo2zjs

3. Get the driver image for hp lj 1000

Code:
$ ./getweb 1000

Comment: If it complains about "getweb: no such file" or something, you'll need to do a

Code:
$ sudo apt-get install build-essential
$ make

But I think that this step is unnecessary.

4. Make a new device 'node' that is your printer. That is, you probably already have one, at least I had; /dev/lp0. But you should make a new one, somehow the assumed path by some programs seems to be /dev/usb/lp0. (This was the essential step for me, which no other howto seemed to mention)
Do for example do this:

Code:
$ sudo mkdir /dev/usb
$ sudo cp sihp1000.img /dev/usb/lp0

5. We need cups to find your printer, that is find the new node. So change the DeviceURI in /etc/cups/printers.conf to file:///dev/usb/lp0.
For example:

Code:
$ sudo nano -w /etc/cups/printers.conf
[Comment out the existing DeviceURI line (by adding a # infront of it) and add]
DeviceURI file:///dev/usb/lp0

6. Restart cups so that it gets updated. For example

Code:
$ sudo /etc/init.d/cupsys restart

That should do it. If not, restart from 3, do the comment, and also do the

Code:
$ sudo make install
$ sudo make install-hotplug
$ sudo make cups

and then continue from 4.

Good luck.

  • k4tz's blog
  • Add new comment
Visitor's picture

Aries Register is the best choice in Europe.

Submitted by Visitor on Fri, 02/27/2009 - 14:47.

Hi,

Your site is one of my favorites seen around blog explosion. Keep up the good work.
I enjoy reading your blog. It is great to find someone who can find the fun things in life!
I wish you all the best in all years. I look forward to developing a friendship and networking with you.
Take a look at my websites Aries Network in Europe.

With Regards,
Karoly Domonyi
http://www.ariestrade.com
http://www.addproductfree.com

  • reply

Recent blog posts

  • Review: Sabily 9.10 - Linux Ubuntu for Muslims
  • How to Install 64bit flash on Ubuntu
  • How to get Wireless LAN (Broadcom) on Acer Aspire 4720Z working with Ubuntu 9.10
  • Quick loot at Ubuntu 10.04 Lucid Lynx Alpha 3
  • System testing and benchmarking under Ubuntu 9.10
  • How to PXE booting Ubuntu Installer
  • How to Install Debian onto your Nexus One using Ubuntu
  • (Re) Install a Linux Kernel
  • Easy Way To Sync Your iPhone & iPod touch In Ubuntu
  • How to install OpenOffice 3.2 on Ubuntu Linux
more

Linux World

  • Microsoft's Internet Driving Licence: stupid, unworkable and unenforceable
  • Making a videoloop with Kino and Audacity
  • So is ChromeOS a desktop winner? I think not
  • Firefogg: Transcoding videos to open web standards with Mozilla Firefox
  • The Morevna Project: Anime with Synfig and Blender
Archive Syndicate content

Recent comments

  • Re
    9 weeks 3 days ago
  • Re
    9 weeks 3 days ago
  • Re
    10 weeks 3 days ago
  • Re
    10 weeks 6 days ago
  • Re
    11 weeks 4 days ago
  • Re
    11 weeks 4 days ago
  • Re
    11 weeks 6 days ago
  • iwl3945
    13 weeks 3 days ago
  • HomeBank
    25 weeks 4 days ago
  • KMyMoney and direct connect to banks
    29 weeks 5 days ago
All contents copyright © 2008, Dhuha Net. All rights reserved
Ubuntudoctor® is a member of the Dhuha Network. Privacy Policy
RoopleTheme