Results 1 to 10 of 10

Thread: no print

  1. #1
    Join Date
    Nov 2010
    Beans
    66

    no print

    hello

    we have workgroup network in the home, and the printer "hp laserjet p1005" connected at the server (OS : windows server 2003) and I am connected to the Internet by the server without problems.

    but when i want to print any file, it remains in (processing) and no print.
    it's picture for this problem :


    sorry for bad english!
    Attached Images Attached Images

  2. #2
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: no print

    looks like it cant find the lp path: install xpp, it might help

    found this issue:
    https://bugs.launchpad.net/ubuntu/+s...er/+bug/372407

    maybe something to check there
    Last edited by dino99; December 25th, 2010 at 11:29 AM.

  3. #3
    Join Date
    Nov 2010
    Beans
    66

    Re: no print

    i have installed xxp, but nothing is new.
    i am beginner and your answer is not clear.

    thanks dino.

  4. #4
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: no print

    what is the output of:

    sudo gedit /etc/modules

    other question:
    is your system having only 1 lp or several (maybe lp0 is wrong, try lp1, or else, check your devices)

    another silly question:
    is your printer ready to print ? (power on, paper ok, cartrige ok, no standby, etc)
    Last edited by dino99; December 25th, 2010 at 11:59 AM.

  5. #5
    Join Date
    Nov 2010
    Beans
    66

    Re: no print

    this is "/etc/modules" content :

    # /etc/modules: kernel modules to load at boot time.
    #
    # This file contains the names of kernel modules that should be loaded
    # at boot time, one per line. Lines beginning with "#" are ignored.

    lp
    i have one printer, and when i change lp0 to lp1, i see "not connected" !!
    (my printer is ready)..

  6. #6
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: no print

    ok go ahead:

    is foo2zjs is installed (might be: sudo apt-get install foo2zjs)

    then run:

    cat /usr/share/foo2zjs/firmware/sihp1005.dl > /dev/usb/lp0

    http://www.openprinting.org/printer/HP/HP-LaserJet_1005

  7. #7
    Join Date
    Nov 2010
    Beans
    66

    Re: no print

    root@han-desktop:~# sudo apt-get install foo2zjs
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    foo2zjs is already the newest version.
    The following package was automatically installed and is no longer required:
    openssh-server
    Use 'apt-get autoremove' to remove them.
    0 upgraded, 0 newly installed, 0 to remove and 163 not upgraded.
    root@han-desktop:~# cat /usr/share/foo2zjs/firmware/sihp1005.dl > /dev/usb/lp0
    bash: /dev/usb/lp0: No such file or directory
    root@han-desktop:~# cat /usr/share/foo2zjs/firmware/sihp1005.dl > /dev/lp0
    bash: /dev/lp0: Device or resource busy
    root@han-desktop:~# cat /usr/share/foo2zjs/firmware/sihp1005.dl > /dev/lp1
    cat: /usr/share/foo2zjs/firmware/sihp1005.dl: No such file or directory

  8. #8
    Join Date
    Nov 2010
    Beans
    66

    Re: no print

    Help !!

  9. #9
    Join Date
    Nov 2010
    Beans
    66

    Re: no print

    Help !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!

  10. #10
    Join Date
    Aug 2006
    Location
    Manchester UK
    Beans
    185
    Distro
    Kubuntu 13.10 Saucy Salamander

    Re: no print

    I may be off target here but doesn't the location parellel:/dev/lp0 signify a printer that is connected directly to your computers parallel port rather than via a network? I would suggest you remove it, then go through the add printer wizard and select a networked printer.

    It may also help if you check on one of your other machines as to how they describe the location of the printer. It may comprise a location (eg your network name/location) or an IP address.

    HTH

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •