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

  • Ubuntu 10.10 beta – an insider’s view
  • Equinox Introduces 2 Other Brilliant Themes, Installation Made Easy via PPA
  • First Alpha of uTorrent Server for Linux Released
  • A Linux Demo For Amnesia: The Dark Descent
  • Fedoraproject.org redesign looking really, really great
more

Linux Today

  • Editor's Note: Holiday Tech Fun
  • Mint 9: Minty fresh Linux
  • Amnesia: The Dark Descent Demo Released!
  • Android: the return of the Unix wars?
  • Songbird 1.8.0 adds support for more devices
more

Linux Insider

  • Tablet Skirmish Heats Up With Toshiba Entry
  • Samsung's Galaxy Whirls Into the Tablet Universe
  • Sony's Shocking 'Other OS' Win and Suspect Distro Popularity Trends
  • 2 Smart Backup Apps Show You the Way to Go Home
  • Cloud Computing Calms Open Source Warfare
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

  • How to install PHP-GTK in Ubuntu 10.04 Lucid Lynx
  • Download Linux Mint 9 "Xfce"
  • ISO Booting with Grub 2 in Ubuntu
  • Howto Fix Rhythmbox Iphone + Ipod Sync Issues in Ubuntu
  • How to install Ubuntu 10.04 on Thinkpad x201
  • Fix for Audio Problem in Dell Studio 1450 in Ubuntu 10.04 (lucid lynx)
  • Howto optimize Flash in Firefox on Ubuntu
  • HP Laserjet P1006 Printer not Working on Ubuntu
  • How to get video recording working with Acer Crystal Eye Webcam on Ubuntu
  • Reset your Windows password and edit the Windows Registry from Ubuntu
more

Linux World

  • Net Neutrality: what does the Google Verizon proposal mean for GNU Linux?
  • Why can't free software lead to hardware innovation?
Archive Syndicate content

Recent comments

  • Re
    34 weeks 4 days ago
  • Re
    34 weeks 4 days ago
  • Re
    35 weeks 4 days ago
  • Re
    36 weeks 22 hours ago
  • Re
    36 weeks 5 days ago
  • Re
    36 weeks 5 days ago
  • Re
    37 weeks 2 hours ago
  • iwl3945
    38 weeks 4 days ago
  • HomeBank
    50 weeks 5 days ago
  • KMyMoney and direct connect to banks
    1 year 2 weeks ago
All contents copyright © 2008, Dhuha Net. All rights reserved
Ubuntudoctor® is a member of the Dhuha Network. Privacy Policy
RoopleTheme