Results 1 to 4 of 4

Thread: XP can see Ubuntu printer as ready but nothing prints

  1. #1
    Join Date
    Jan 2010
    Location
    N.Wales
    Beans
    4
    Distro
    Ubuntu 9.10 Karmic Koala

    XP can see Ubuntu printer as ready but nothing prints

    I have my Epson C46 working on my Ubuntu 9.10 machine, my XP machines are showing the printer as ready and will send a test page to the Ubuntu printer but it doesn't arrive at Ubuntu - doesn't show in the print job list on Ubuntu but does in XP??
    File sharing is now working in both directions.

  2. #2
    Join Date
    Oct 2007
    Location
    Chennai, India
    Beans
    3,804
    Distro
    Ubuntu Development Release

    Re: XP can see Ubuntu printer as ready but nothing prints

    Quote Originally Posted by subsoniks View Post
    XP machines are showing the printer as ready and will send a test page to the Ubuntu printer but it doesn't arrive at Ubuntu - doesn't show in the print job list on Ubuntu but does in XP??
    Are you running a firewall (such as ufw) on your Ubuntu machine? Check with these terminal (Applications-Accessories-Terminal) commands
    Code:
    sudo ufw status
    If it shows as running, try temporarily disabling it with
    Code:
    sudo ufw disable
    and then give your printjob and see if the printer receives it.

    In either case, after a reasonable amount of time (about 3 mins max), please re-enable your Ubuntu firewall with
    Code:
    sudo ufw enable
    If it works with the firewall off, you need to allow a particular port through your firewall. If you post your results, we can investigate which port is required (maybe 515 or 9100/1/2/3...?)
    Last edited by prshah; January 12th, 2010 at 06:56 PM.
    Cheers,PRShah
    Make your own: Ubuntu, Kubuntu, Xubuntu, Mythbuntu All-in-One Live DVD
    "I never make mistakes; I thought I did, once.. but I was wrong."

  3. #3
    Join Date
    Jan 2010
    Location
    N.Wales
    Beans
    4
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: XP can see Ubuntu printer as ready but nothing prints

    Thanks for your reply.

    Firewalls in both XP and Ubuntu are disabled, I had already checked that before posting as I was previously having problems with file sharing.

  4. #4
    Join Date
    Jan 2010
    Location
    N.Wales
    Beans
    4
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: XP can see Ubuntu printer as ready but nothing prints

    Bump

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
  •