Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: I can print but can't scan

  1. #11
    Join Date
    Oct 2011
    Beans
    52

    Re: I can print but can't scan

    thank you for helping.
    here i don't see Document Page Help
    but rest all are coming

  2. #12
    Join Date
    Oct 2011
    Beans
    52

    Re: I can print but can't scan

    no, i cant see Document Page Help
    but lower all are there

  3. #13
    Join Date
    Oct 2011
    Beans
    52

    Re: I can print but can't scan

    please send suitable program for me

  4. #14
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: I can print but can't scan

    Simple Scan is a suitable program. If two apps are not seeing your device I doubt it has anything to do with the software. More like the drivers are not correctly installed for the device, the printer hasn't been installed correctly in Ubuntu, or you have a dead connection (if you are trying to do this wirelessly then the printers wireless is off, if via USB, the cable may be dead).

    Let's go back a step. Does the printer print? Not scan, but can you print a document? Go to a web browser and in the address bar type 'localhost:631' and hit return. You will see the cups interface. Look for your printer there. Is it installed? Can you find it under the printers you have installed? If so, what driver is it showing? The correct one?

  5. #15
    Join Date
    Jun 2007
    Location
    K-o-T,
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: I can print but can't scan

    With printer connected and powered on,post output from a terminal for
    Code:
    lsusb
    dpkg -l | grep Brother
    will show us if printer is connected and what drivers are installed.

    Good Luck
    Hypertension = Take with a pinch of salt
    | Psychocats | Ubuntu Documentation | Howto [Solved] | BBcode list | Brother Website |

  6. #16

    Re: I can print but can't scan

    Read this and follow the instructions.

    http://ubuntuforums.org/showthread.p...7#post11578647
    especially
    this.
    Code:# vi /lib/udev/rules.d/40-libsane.rules
    (at end of libsane_matched rules, add line)

    Code:
    # Brother scanner DCP-350C

    ATTRS{idVendor}=="04f9", ATTRS{idProduct}=="01d0", ENV{libsane_matched}="yes"
    You'll have to restart the session or pc after that, to make it work.


    Better try this install script from Brother first.
    http://support.brother.com/g/b/downl...ng=4&type3=625
    Last edited by davidvandoren; January 29th, 2016 at 12:10 PM.
    Linux into the classroom NOW!
    http://www.taiwan-taipei.com

  7. #17
    Join Date
    Oct 2011
    Beans
    52

    Re: I can print but can't scan

    I typed local host:631 and clicked, the following appeared,

    CUPS 1.5.3

    CUPS is the standards-based, open source printing system developed by Apple Inc. for Mac OS® X and other UNIX®-like operating systems.


    Then i clicked "Find Printer Drivers" and it showed the following,
    Not Found

    The requested URL /ppd.php was not found on this server.

    Thanks.


    Apache/2.2 Server at www.cups.org Port 80

  8. #18
    Join Date
    Oct 2011
    Beans
    52

    Re: I can print but can't scan

    thanks for reply.
    I typed as above but little confused
    like what is tall line after dpkg -l ? grep Brother
    I don't find in my computer.

  9. #19
    Join Date
    Oct 2011
    Beans
    52

    Re: I can print but can't scan

    Thanks

    I FOUND MY PRINTER'S NAME
    STATUS SHOWS IDLE

  10. #20
    Join Date
    Jun 2007
    Location
    K-o-T,
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: I can print but can't scan

    Quote Originally Posted by albaqui View Post
    thanks for reply.
    I typed as above but little confused
    like what is tall line after dpkg -l ? grep Brother
    I don't find in my computer.
    The character | is called the vertical bar/pipe on my keyboard is next to the left shift key above the \ symbol.

    Try copy and paste the command into a terminal window.

    Code:
    dpkg -l | grep Brother
    Good Luck
    Hypertension = Take with a pinch of salt
    | Psychocats | Ubuntu Documentation | Howto [Solved] | BBcode list | Brother Website |

Page 2 of 3 FirstFirst 123 LastLast

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
  •