How to connect Lubuntu to Windows EPSON L210 Printer

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I have two computers. The first one has windows and is connected to the printer. The second one has Lubuntu 14.04 which is connected in the same network as the Windows computer. I've installed the drivers for the EPSON L210 for Linux . But I'm unable to connect to the printer. When I run this command:



sudo smbclient -L //192.168.254.100/ -U user -W workgroup


Note that the workgroup name is WORKGROUP and the network IP addressof the windows computer is 192.168.254.100. The output gives this:



WARNING: The "syslog" option is deprecated
Enter user's password:
Domain=[DESKTOP-PKHL8SP] OS=[Windows 10 Home Single Language 15063] Server=[Windows 10 Home Single Language 6.3]

Sharename Type Comment
--------- ---- -------
ADMIN$ Disk Remote Admin
C$ Disk Default share
E$ Disk Default share
EPSON L210 Series (Copy 2) Printer EPSON L210 Series (Copy 2)
IPC$ IPC Remote IPC
print$ Disk Printer Drivers
Users Disk
Connection to 192.168.254.100 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
NetBIOS over TCP disabled -- no workgroup available






share|improve this question
























    up vote
    0
    down vote

    favorite












    I have two computers. The first one has windows and is connected to the printer. The second one has Lubuntu 14.04 which is connected in the same network as the Windows computer. I've installed the drivers for the EPSON L210 for Linux . But I'm unable to connect to the printer. When I run this command:



    sudo smbclient -L //192.168.254.100/ -U user -W workgroup


    Note that the workgroup name is WORKGROUP and the network IP addressof the windows computer is 192.168.254.100. The output gives this:



    WARNING: The "syslog" option is deprecated
    Enter user's password:
    Domain=[DESKTOP-PKHL8SP] OS=[Windows 10 Home Single Language 15063] Server=[Windows 10 Home Single Language 6.3]

    Sharename Type Comment
    --------- ---- -------
    ADMIN$ Disk Remote Admin
    C$ Disk Default share
    E$ Disk Default share
    EPSON L210 Series (Copy 2) Printer EPSON L210 Series (Copy 2)
    IPC$ IPC Remote IPC
    print$ Disk Printer Drivers
    Users Disk
    Connection to 192.168.254.100 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
    NetBIOS over TCP disabled -- no workgroup available






    share|improve this question






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have two computers. The first one has windows and is connected to the printer. The second one has Lubuntu 14.04 which is connected in the same network as the Windows computer. I've installed the drivers for the EPSON L210 for Linux . But I'm unable to connect to the printer. When I run this command:



      sudo smbclient -L //192.168.254.100/ -U user -W workgroup


      Note that the workgroup name is WORKGROUP and the network IP addressof the windows computer is 192.168.254.100. The output gives this:



      WARNING: The "syslog" option is deprecated
      Enter user's password:
      Domain=[DESKTOP-PKHL8SP] OS=[Windows 10 Home Single Language 15063] Server=[Windows 10 Home Single Language 6.3]

      Sharename Type Comment
      --------- ---- -------
      ADMIN$ Disk Remote Admin
      C$ Disk Default share
      E$ Disk Default share
      EPSON L210 Series (Copy 2) Printer EPSON L210 Series (Copy 2)
      IPC$ IPC Remote IPC
      print$ Disk Printer Drivers
      Users Disk
      Connection to 192.168.254.100 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
      NetBIOS over TCP disabled -- no workgroup available






      share|improve this question












      I have two computers. The first one has windows and is connected to the printer. The second one has Lubuntu 14.04 which is connected in the same network as the Windows computer. I've installed the drivers for the EPSON L210 for Linux . But I'm unable to connect to the printer. When I run this command:



      sudo smbclient -L //192.168.254.100/ -U user -W workgroup


      Note that the workgroup name is WORKGROUP and the network IP addressof the windows computer is 192.168.254.100. The output gives this:



      WARNING: The "syslog" option is deprecated
      Enter user's password:
      Domain=[DESKTOP-PKHL8SP] OS=[Windows 10 Home Single Language 15063] Server=[Windows 10 Home Single Language 6.3]

      Sharename Type Comment
      --------- ---- -------
      ADMIN$ Disk Remote Admin
      C$ Disk Default share
      E$ Disk Default share
      EPSON L210 Series (Copy 2) Printer EPSON L210 Series (Copy 2)
      IPC$ IPC Remote IPC
      print$ Disk Printer Drivers
      Users Disk
      Connection to 192.168.254.100 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
      NetBIOS over TCP disabled -- no workgroup available








      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 5 at 3:53









      Mercado

      11




      11




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          I suggest you look at CUPS rather than using smbclient.






          share|improve this answer




















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );








             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f414908%2fhow-to-connect-lubuntu-to-windows-epson-l210-printer%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            I suggest you look at CUPS rather than using smbclient.






            share|improve this answer
























              up vote
              0
              down vote













              I suggest you look at CUPS rather than using smbclient.






              share|improve this answer






















                up vote
                0
                down vote










                up vote
                0
                down vote









                I suggest you look at CUPS rather than using smbclient.






                share|improve this answer












                I suggest you look at CUPS rather than using smbclient.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jan 5 at 5:20









                mc0e

                656512




                656512






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f414908%2fhow-to-connect-lubuntu-to-windows-epson-l210-printer%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay