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

  • Pink Floyd Turns Tables, Screws the Record Company
  • Cool: Or Hot? Linux really making your coffee, live a linux coffee machine
  • Humanity Icon Theme Updated To Match The New Ubuntu Branding
  • Wolvix linux - A linux distro based on Slackware with a graphic installation mode
  • HP Deskjet D2680 Review
more

Linux Today

  • Turn Firefox into an Ebook Reader with EPUBReader
  • The Microsoft Elephant in the Open Source Room
  • How To Harden PHP5 With Suhosin On CentOS 5.4
  • Seven Firefox Plug-ins That Improve Online Privacy
  • Bash History: Display Date And Time For Each Command
more

Linux Insider

  • North Korea's 'Red Star' Linux, and Is FOSS an Enemy of the State?
  • Android Has Enough Class for Opera
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

  • Configure ThinkPad laptop trackpoint on Ubuntu
  • How to make WPA connection in Ubuntu on demand
  • 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
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
    10 weeks 3 hours ago
  • Re
    10 weeks 5 hours ago
  • Re
    10 weeks 6 days ago
  • Re
    11 weeks 3 days ago
  • Re
    12 weeks 1 day ago
  • Re
    12 weeks 1 day ago
  • Re
    12 weeks 2 days ago
  • iwl3945
    13 weeks 6 days ago
  • HomeBank
    26 weeks 1 day ago
  • KMyMoney and direct connect to banks
    30 weeks 2 days ago
All contents copyright © 2008, Dhuha Net. All rights reserved
Ubuntudoctor® is a member of the Dhuha Network. Privacy Policy
RoopleTheme