can't make printer working.....!?

Asked by Lech

Hi, please help me to resolve problem with my new printer HP Laserjet 1018.............??????
After spending hours on Saturday printer is still not working. Ubuntu recognize it saying HP Laserjet 1018 printer is ready to print and this is it .....???!!!....and after trying to print test page for couple of hours I give up, can't make this printer working at all....but why, I don't understand the printer won't print anything. Just doesn't work at all......???!!!
I do have a second computer running windows XP and I didn't have any problem installing and running this printer.
But I prefer to use Linux so I'd like this printer to work with Linux.....
Please help me to resolve the problem because I will have only about 10 working days to return the printer to the store.
Thanks, regards,

                               Lech Antczak

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Lech
Solved:
Last query:
Last reply:
Revision history for this message
Chris Fox (robotninja) said :
#1

Hi,

Are you using the latest version of Ubuntu (7.10)? The support for this printer is vastly improved, and my Laserjet 1018 works immediately.

If you are still using an older version of Ubuntu, I would recommend upgrading to 7.10:

https://help.ubuntu.com/community/GutsyUpgrades or
http://www.ubuntu.com/getubuntu/download

If this is not possible, there is third-party software for this printer available here:

http://foo2zjs.rkkda.com/

Good luck!

Chris

Revision history for this message
Lech (lantczak) said :
#2

Hi, I'm using Ubuntu 7.10 and the printer was connected by USB port.
Just to lest you know I am not an advanced linux user.
And as I said I spent almost have a day do make this printer working and
this device doesn't want to work..........thanks, I'm going to look for
the third-party software.

         Lech Antczak

Chris Fox wrote:
> Your question #16985 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/16985
>
> Status: Open => Answered
>
> Chris Fox proposed the following answer:
> Hi,
>
> Are you using the latest version of Ubuntu (7.10)? The support for this
> printer is vastly improved, and my Laserjet 1018 works immediately.
>
> If you are still using an older version of Ubuntu, I would recommend
> upgrading to 7.10:
>
> https://help.ubuntu.com/community/GutsyUpgrades or
> http://www.ubuntu.com/getubuntu/download
>
> If this is not possible, there is third-party software for this printer
> available here:
>
> http://foo2zjs.rkkda.com/
>
> Good luck!
>
> Chris
>
>

Revision history for this message
Lech (lantczak) said :
#3

Hi, is after midnight and the HP Laserjet 1018 is still not working.......I did exactly point by point and couldn't make it working.
What a heck is wrong.......????????? For today I don't have nerve to do it anymore ....
Thanks, regards,
                                      Lech Antczak

Revision history for this message
Peter Cruickshank (petercruickshank) said :
#4
Revision history for this message
Lech (lantczak) said :
#5

Thanks I will try in the moment..... what I found out on the Printer Status I got message .........printer Laserjet1018 may not be connected.....what ever it means

           Lech

Revision history for this message
Lech (lantczak) said :
#6

Can somebody explain me step by step how to use this script :

  #!/bin/bash
printers=""
cd /tmp
for prn in $printers; do
    img="sihp${prn}.img"
    dl="sihp${prn}.dl"
    getweb $prn
    if [ -f $img ]; then
        arm2hpdl $img > $dl
        sudo cp $dl /usr/share/foo2zjs/firmware/$dl
        rm $img $dl
    fi;

Do I have to include everything in Root Terminal ???????????
I was trying copy and paste but it didn't work...............

Revision history for this message
Lech (lantczak) said :
#7

I found that only the firmware is missing in the distribution; but so far I can't do even that....

root terminal give me error :

  (sudo bash): getweb 1018 ; arm2hpdl sihp1018.img > /usr/share/foo2zjs/firmware/sihp1018.dl
bash: syntax error near unexpected token `:'
 sudo bash: getweb 1018 ; arm2hpdl sihp1018.img > /usr/share/foo2zjs/firmware/sihp1018.dl
sudo: bash:: command not found
Error: Can't open 'sihp1018.img'

this printer sucks, unbelievable.........?????????

Whole day and this device is still not working, bull...........

Revision history for this message
Peter Cruickshank (petercruickshank) said :
#8

To use a script, you have to make a new text file, paste that into the file, then right click the file and check off to make it executable. Then run it in the terminal.

Revision history for this message
Lech (lantczak) said :
#9

Thank you everyone for helping, but I didn't have enough nerve to play with HP printer, so I replaced it another model, Samsung ML 2510 and this printer is already working with no problem whats so ever, it took me only 5 minutes to do it.....and the Samsung got the driver disc for Linux.....fantastic.
Problem solve, thank you, regards,

                 Lech Antczak

Revision history for this message
jonathanmcdonald (compoundercyclist) said :
#10

Have a HP Deskjet 890C Printer and can't get it to print my resume. Have tried to locate drivers and configure, but no luck.
I keep getting the message "Printer ready", but then the error message comes up "Error in Printing". The printer is working perfectly and I was able to recently print a test page. I shut the computer down overnight and now I can't get it to come back to print status. What am I missing?