Announcement

Collapse
No announcement yet.

Xsane and Skanlite can't find the scanner

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Xsane and Skanlite can't find the scanner

    On my old dual boot system with Kubuntu 14.10 and Window 7, both of the above scanners worked fine wirelessly with my HP Des Jet printer.
    When I installed Kubuntu as the sole source on the machine everything went fine. It printed OK but neither of the above scanners worked.
    I went to the HPLIP site and installed the software they advise but that did not make any change. I read "Problems" on the Sane Man pages and did a couple test they suggest but the answer is always the same, they can't find any scanner. Any assistance would be appreciated.

    #2
    Hooked up via network? Did you enable network scanning?

    Please Read Me

    Comment


      #3
      Originally posted by oshunluvr View Post
      Hooked up via network? Did you enable network scanning?
      No I didn't, I thought that the printer working by wireless the other would be working also.

      Comment


        #4
        Originally posted by elder73 View Post
        No I didn't, I thought that the printer working by wireless the other would be working also.
        Can you tell me how to do network scanning. I have looked all over and can't find any information on it. Thank you.

        Comment


          #5
          Edit /etc/sane.d/dll.conf and remve the "#" in front of "net" and then edit /etc/sane.d/net.conf and add the IP or hostname of the scanner. Restart saned.

          Please Read Me

          Comment


            #6
            Originally posted by oshunluvr View Post
            Edit /etc/sane.d/dll.conf and remve the "#" in front of "net" and then edit /etc/sane.d/net.conf and add the IP or hostname of the scanner. Restart saned.
            Thank you, no wonder Google failed me on this one. One more dumb question, how do I find the IP or the scanner?

            Comment


              #7
              Try "arp". It should list everything on your network with either an IP or hostname.

              Example:
              Code:
              stuart@office:~$ arp
              Address                  HWtype  HWaddress           Flags Mask            Iface
              android-f8695b23c83a582  ether   XX:XX:XX:XX:XX:XX   C                     bond0
              NSG-E5430-006            ether   XX:XX:XX:XX:XX:XX   C                     bond0
              HPOfficjet8600           ether   XX:XX:XX:XX:XX:XX   C                     bond0
              rt-ac66u-4ab0            ether   XX:XX:XX:XX:XX:XX   C                     bond0
              server.smith.lan         ether   XX:XX:XX:XX:XX:XX   C                     bond0

              Please Read Me

              Comment


                #8
                That was from my desktop. You can see my server, laptop, phone, printer, and wifi router. No wifi devices tho...let me keep looking

                Please Read Me

                Comment


                  #9
                  This works better:

                  sudo nmap -sn 192.168.1.0/24

                  Use whatever IP set your local network is on.

                  Example:
                  Code:
                  stuart@office:~$ sudo nmap -sn 192.168.1.0/24
                  
                  Starting Nmap 6.40 ( http://nmap.org ) at 2014-12-04 14:55 EST
                  Nmap scan report for rt-ac66u-4ab0 (192.168.1.1)
                  Host is up (0.0034s latency).
                  MAC Address: XX:XX:XX:XX:XX:XX (Asustek Computer)
                  Nmap scan report for 192.168.1.6
                  Host is up (0.068s latency).
                  MAC Address: XX:XX:XX:XX:XX:XX (Intel Corporate)
                  Nmap scan report for NP-1GS3A0119474 (192.168.1.16)
                  Host is up (0.25s latency).
                  MAC Address: XX:XX:XX:XX:XX:XX (Roku)
                  Nmap scan report for android-fca7d69a532c5cdf (192.168.1.36)
                  Host is up (0.078s latency).
                  MAC Address: XX:XX:XX:XX:XX:XX (Wistron)
                  Nmap scan report for TIVO-7500001905C92CD (192.168.1.46)
                  Host is up (0.0062s latency).
                  MAC Address: XX:XX:XX:XX:XX:XX (TiVo)
                  Nmap scan report for kindle-d794d14ca (192.168.1.114)
                  Host is up (0.28s latency).
                  MAC Address: XX:XX:XX:XX:XX:XX (Private)
                  Nmap scan report for android-b837b80f8d454cfe (192.168.1.160)
                  Host is up (0.27s latency).
                  MAC Address: XX:XX:XX:XX:XX:XX (Unknown)
                  Nmap scan report for NSG-E5430-006 (192.168.1.196)
                  Host is up (0.00030s latency).
                  MAC Address: XX:XX:XX:XX:XX:XX (Dell)
                  Nmap scan report for HPOfficjet8600 (192.168.1.208)
                  Host is up (0.00080s latency).
                  MAC Address: XX:XX:XX:XX:XX:XX (Hewlett Packard)
                  Nmap scan report for 192.168.1.233
                  Host is up (0.00034s latency).
                  MAC Address: XX:XX:XX:XX:XX:XX (Ooma)
                  Nmap scan report for server.smith.lan (192.168.1.250)
                  Host is up (0.00013s latency).
                  MAC Address: XX:XX:XX:XX:XX:XX (Micro-star Int'l CO.)
                  Nmap scan report for TIVO-A92000190450D3B (192.168.1.251)
                  Host is up (0.0074s latency).
                  MAC Address: XX:XX:XX:XX:XX:XX (TiVo)
                  Nmap scan report for 192.168.1.199
                  Host is up.
                  Nmap done: 256 IP addresses (13 hosts up) scanned in 10.57 seconds
                  Last edited by oshunluvr; Dec 04, 2014, 01:58 PM.

                  Please Read Me

                  Comment


                    #10
                    BTW, used to be that hp scanners didn't like other scanner drivers being active. My dll.conf has only net and hpaio (hp scan driver) enabled. All others are remarked out. I don't know if this is required anymore.

                    Please Read Me

                    Comment


                      #11
                      Originally posted by oshunluvr View Post
                      BTW, used to be that hp scanners didn't like other scanner drivers being active. My dll.conf has only net and hpaio (hp scan driver) enabled. All others are remarked out. I don't know if this is required anymore.
                      Thank you for all the later information. I will work my way through your suggestions. The most promising is the sane.dll file. There are some hp's there but not mine.
                      The network file is already commented out. Just have a bit of a problem getting to make the change at "root". Nano and Kate both work it is just where do I put the "sudo".

                      Comment


                        #12
                        Originally posted by oshunluvr View Post
                        Try "arp". It should list everything on your network with either an IP or hostname.[/CODE]
                        Following is the "arp" result:

                        william78@william78:~$ arp
                        Address HWtype HWaddress Flags Mask Iface
                        192.168.1.1 ether 20:aa:4b:24:2e:d0 C eth0

                        Comment


                          #13
                          Originally posted by oshunluvr View Post
                          Edit /etc/sane.d/dll.conf and remve the "#" in front of "net" and then edit /etc/sane.d/net.conf and add the IP or hostname of the scanner. Restart saned.
                          Did this one as well the "net" /etc/sane.d/dll.conf was already uncommented. The /etc/sane.d/net.conf file was empty. I uncommented the "localhost" and added "hp3050" for my printer scanner. This did not work either. I can only think of one word in all of this and it is a "botheration" and thank you for your patient help so far.

                          Comment


                            #14
                            Try the nmap command

                            Please Read Me

                            Comment


                              #15
                              Originally posted by oshunluvr View Post
                              Try the nmap command
                              Sorry for the delay but nmap was not on my computer. So I got it installed wiith sudo apt-get etc. I ha ve just run this command and following is the result:

                              william78@william78:~$ sudo nmap -sn 192.168.1.0/24
                              [sudo] password for william78:
                              Starting Nmap 6.40 ( http://nmap.org ) at 2014-12-05 10:13 EST
                              Nmap scan report for 192.168.1.1
                              Host is up (0.0010s latency).
                              MAC Address: 20:AA:4B:24:2E0 (Cisco-Linksys)
                              Nmap scan report for 192.168.1.110
                              Host is up.
                              Nmap done: 256 IP addresses (2 hosts up) scanned in 2.17 seconds

                              There must be a command that lists those addresses. Elder73

                              Comment

                              Working...
                              X