Brother HL-L2360DW printer installation












1















I got exposed to Ubuntu Linux at the local public library and liked using it very much so I had it installed on my new Model 19-3013w HP all-in-one PC.



Problem is, I am basically computer illiterate so am beginning to think that maybe I made a big mistake in doing so, but I hate Windows so I'm willing to give Ubuntu Linux a try.



I need help installing my brother Model HL-L2360DW printer using a USB cable.



I need some very easy to understand step-by-step instructions, can you help?



What is a good Ubuntu 14.10 Linux book for absolute beginners?










share|improve this question





























    1















    I got exposed to Ubuntu Linux at the local public library and liked using it very much so I had it installed on my new Model 19-3013w HP all-in-one PC.



    Problem is, I am basically computer illiterate so am beginning to think that maybe I made a big mistake in doing so, but I hate Windows so I'm willing to give Ubuntu Linux a try.



    I need help installing my brother Model HL-L2360DW printer using a USB cable.



    I need some very easy to understand step-by-step instructions, can you help?



    What is a good Ubuntu 14.10 Linux book for absolute beginners?










    share|improve this question



























      1












      1








      1








      I got exposed to Ubuntu Linux at the local public library and liked using it very much so I had it installed on my new Model 19-3013w HP all-in-one PC.



      Problem is, I am basically computer illiterate so am beginning to think that maybe I made a big mistake in doing so, but I hate Windows so I'm willing to give Ubuntu Linux a try.



      I need help installing my brother Model HL-L2360DW printer using a USB cable.



      I need some very easy to understand step-by-step instructions, can you help?



      What is a good Ubuntu 14.10 Linux book for absolute beginners?










      share|improve this question
















      I got exposed to Ubuntu Linux at the local public library and liked using it very much so I had it installed on my new Model 19-3013w HP all-in-one PC.



      Problem is, I am basically computer illiterate so am beginning to think that maybe I made a big mistake in doing so, but I hate Windows so I'm willing to give Ubuntu Linux a try.



      I need help installing my brother Model HL-L2360DW printer using a USB cable.



      I need some very easy to understand step-by-step instructions, can you help?



      What is a good Ubuntu 14.10 Linux book for absolute beginners?







      printing 14.10






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 19 '15 at 23:01









      kyodake

      9,86811932




      9,86811932










      asked Jan 19 '15 at 20:21









      Dan MittelstaedtDan Mittelstaedt

      612




      612






















          3 Answers
          3






          active

          oldest

          votes


















          1














          Go to:



          http://support.brother.com/g/b/downloadlist.aspx?c=us&lang=en&prod=hll2360dw_us&os=128



          Download this files after agree to EULA.:



          http://support.brother.com/g/b/downloadend.aspx?c=us&lang=en&prod=hll2360dw_us&os=128&dlid=dlf101123_000&flang=4&type3=10032



          http://support.brother.com/g/b/downloadend.aspx?c=us&lang=en&prod=hll2360dw_us&os=128&dlid=dlf101125_000&flang=4&type3=10033



          How to Install:



          Turn on the printer and connect the usb, network or parallel cable.



          Open a terminal. CtrlAltT.



          Run it:



             sudo -i


          Go to the directory where the drivers are and install the drivers.



             cd /home/user/Downloads
          dpkg -i --force-all brgenml1lpr-3.1.0-1.i386.deb
          dpkg -i --force-all brgenml1cupswrapper-3.1.0-1.i386.deb


          Check the configuration filename.



             cat /etc/printcap


          For USB Connection (Default)



          The parameter of ":lp" is:



          :lp=/dev/usb/lp0


          Open a web browser.



          Go to:



          http://localhost:631/printers.


          Check if the Device URI of your printer is



          usb://Brother/HL-L2360DW





          share|improve this answer































            0














            I just ran the driver install tool from the Brother support site and it installed everything and worked perfectly over wifi:




            1. Go to support.brother.com > Product Search > HL-L2360DW > Search > Downloads > OS: Linux > Version: Linux (deb) > Search > Driver Install Tool

              (Here's the direct link I used: http://support.brother.com/g/b/downloadend.aspx?c=ca&lang=en&prod=hll2360dw_us&os=128&dlid=dlf006893_000&flang=4&type3=625)

            2. Click Agree to the EULA and Download


            3. Follow the instructions on the page that loads. For me this was:





              1. Extract the install tool



                gunzip linux-brprinter-installer-2.1.1-1.gz



              2. Run the install tool



                sudo bash linux-brprinter-installer-2.1.1-1

                Input model name ->HL-L2360DW

                You are going to install following packages.
                hll2360dlpr-3.2.0-1.i386.deb
                hll2360dcupswrapper-3.2.0-1.i386.deb
                OK? [y/N] ->y

                Brother License Agreement
                Do you agree? [Y/n] ->y

                GPL License Agreement
                Do you agree? [Y/n] ->y

                Will you specify the Device URI? [Y/n] ->y

                ...
                14 (A): Auto. (dnssd://Brother%20HL-L2360D%20series._ipp._tcp.local/?uuid=28935df0-90c8-4892-b19e-95dfbaab1557)
                select the number of destination Device URI. ->a

                lpadmin -p HLL2360D -v dnssd://Brother%20HL-L2360D%20series._ipp._tcp.local/?uuid=28935df0-90c8-4892-b19e-95dfbaab1557 -E
                Test Print? [y/N] ->y

                wait 5s.
                lpr -P HLL2360D /usr/share/cups/data/testprint
                Hit Enter/Return key.





            At the end of the installation it printed a test page and it worked perfectly!






            share|improve this answer































              0














              I also havE an HL-L2360DW
              Your installer solution worked like a charm
              The Brother website driverinstaller now has a new filename (2.2.1-1 instead of 2.1.1-1) which I substituted
              and then your sequence of steps worked flawlessly.
              THANK YOU.






              share|improve this answer








              New contributor




              user937424 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.




















                Your Answer








                StackExchange.ready(function() {
                var channelOptions = {
                tags: "".split(" "),
                id: "89"
                };
                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',
                autoActivateHeartbeat: false,
                convertImagesToLinks: true,
                noModals: true,
                showLowRepImageUploadWarning: true,
                reputationToPostImages: 10,
                bindNavPrevention: true,
                postfix: "",
                imageUploader: {
                brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                allowUrls: true
                },
                onDemand: true,
                discardSelector: ".discard-answer"
                ,immediatelyShowMarkdownHelp:true
                });


                }
                });














                draft saved

                draft discarded


















                StackExchange.ready(
                function () {
                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f575500%2fbrother-hl-l2360dw-printer-installation%23new-answer', 'question_page');
                }
                );

                Post as a guest















                Required, but never shown

























                3 Answers
                3






                active

                oldest

                votes








                3 Answers
                3






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                1














                Go to:



                http://support.brother.com/g/b/downloadlist.aspx?c=us&lang=en&prod=hll2360dw_us&os=128



                Download this files after agree to EULA.:



                http://support.brother.com/g/b/downloadend.aspx?c=us&lang=en&prod=hll2360dw_us&os=128&dlid=dlf101123_000&flang=4&type3=10032



                http://support.brother.com/g/b/downloadend.aspx?c=us&lang=en&prod=hll2360dw_us&os=128&dlid=dlf101125_000&flang=4&type3=10033



                How to Install:



                Turn on the printer and connect the usb, network or parallel cable.



                Open a terminal. CtrlAltT.



                Run it:



                   sudo -i


                Go to the directory where the drivers are and install the drivers.



                   cd /home/user/Downloads
                dpkg -i --force-all brgenml1lpr-3.1.0-1.i386.deb
                dpkg -i --force-all brgenml1cupswrapper-3.1.0-1.i386.deb


                Check the configuration filename.



                   cat /etc/printcap


                For USB Connection (Default)



                The parameter of ":lp" is:



                :lp=/dev/usb/lp0


                Open a web browser.



                Go to:



                http://localhost:631/printers.


                Check if the Device URI of your printer is



                usb://Brother/HL-L2360DW





                share|improve this answer




























                  1














                  Go to:



                  http://support.brother.com/g/b/downloadlist.aspx?c=us&lang=en&prod=hll2360dw_us&os=128



                  Download this files after agree to EULA.:



                  http://support.brother.com/g/b/downloadend.aspx?c=us&lang=en&prod=hll2360dw_us&os=128&dlid=dlf101123_000&flang=4&type3=10032



                  http://support.brother.com/g/b/downloadend.aspx?c=us&lang=en&prod=hll2360dw_us&os=128&dlid=dlf101125_000&flang=4&type3=10033



                  How to Install:



                  Turn on the printer and connect the usb, network or parallel cable.



                  Open a terminal. CtrlAltT.



                  Run it:



                     sudo -i


                  Go to the directory where the drivers are and install the drivers.



                     cd /home/user/Downloads
                  dpkg -i --force-all brgenml1lpr-3.1.0-1.i386.deb
                  dpkg -i --force-all brgenml1cupswrapper-3.1.0-1.i386.deb


                  Check the configuration filename.



                     cat /etc/printcap


                  For USB Connection (Default)



                  The parameter of ":lp" is:



                  :lp=/dev/usb/lp0


                  Open a web browser.



                  Go to:



                  http://localhost:631/printers.


                  Check if the Device URI of your printer is



                  usb://Brother/HL-L2360DW





                  share|improve this answer


























                    1












                    1








                    1







                    Go to:



                    http://support.brother.com/g/b/downloadlist.aspx?c=us&lang=en&prod=hll2360dw_us&os=128



                    Download this files after agree to EULA.:



                    http://support.brother.com/g/b/downloadend.aspx?c=us&lang=en&prod=hll2360dw_us&os=128&dlid=dlf101123_000&flang=4&type3=10032



                    http://support.brother.com/g/b/downloadend.aspx?c=us&lang=en&prod=hll2360dw_us&os=128&dlid=dlf101125_000&flang=4&type3=10033



                    How to Install:



                    Turn on the printer and connect the usb, network or parallel cable.



                    Open a terminal. CtrlAltT.



                    Run it:



                       sudo -i


                    Go to the directory where the drivers are and install the drivers.



                       cd /home/user/Downloads
                    dpkg -i --force-all brgenml1lpr-3.1.0-1.i386.deb
                    dpkg -i --force-all brgenml1cupswrapper-3.1.0-1.i386.deb


                    Check the configuration filename.



                       cat /etc/printcap


                    For USB Connection (Default)



                    The parameter of ":lp" is:



                    :lp=/dev/usb/lp0


                    Open a web browser.



                    Go to:



                    http://localhost:631/printers.


                    Check if the Device URI of your printer is



                    usb://Brother/HL-L2360DW





                    share|improve this answer













                    Go to:



                    http://support.brother.com/g/b/downloadlist.aspx?c=us&lang=en&prod=hll2360dw_us&os=128



                    Download this files after agree to EULA.:



                    http://support.brother.com/g/b/downloadend.aspx?c=us&lang=en&prod=hll2360dw_us&os=128&dlid=dlf101123_000&flang=4&type3=10032



                    http://support.brother.com/g/b/downloadend.aspx?c=us&lang=en&prod=hll2360dw_us&os=128&dlid=dlf101125_000&flang=4&type3=10033



                    How to Install:



                    Turn on the printer and connect the usb, network or parallel cable.



                    Open a terminal. CtrlAltT.



                    Run it:



                       sudo -i


                    Go to the directory where the drivers are and install the drivers.



                       cd /home/user/Downloads
                    dpkg -i --force-all brgenml1lpr-3.1.0-1.i386.deb
                    dpkg -i --force-all brgenml1cupswrapper-3.1.0-1.i386.deb


                    Check the configuration filename.



                       cat /etc/printcap


                    For USB Connection (Default)



                    The parameter of ":lp" is:



                    :lp=/dev/usb/lp0


                    Open a web browser.



                    Go to:



                    http://localhost:631/printers.


                    Check if the Device URI of your printer is



                    usb://Brother/HL-L2360DW






                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Jan 19 '15 at 22:53









                    kyodakekyodake

                    9,86811932




                    9,86811932

























                        0














                        I just ran the driver install tool from the Brother support site and it installed everything and worked perfectly over wifi:




                        1. Go to support.brother.com > Product Search > HL-L2360DW > Search > Downloads > OS: Linux > Version: Linux (deb) > Search > Driver Install Tool

                          (Here's the direct link I used: http://support.brother.com/g/b/downloadend.aspx?c=ca&lang=en&prod=hll2360dw_us&os=128&dlid=dlf006893_000&flang=4&type3=625)

                        2. Click Agree to the EULA and Download


                        3. Follow the instructions on the page that loads. For me this was:





                          1. Extract the install tool



                            gunzip linux-brprinter-installer-2.1.1-1.gz



                          2. Run the install tool



                            sudo bash linux-brprinter-installer-2.1.1-1

                            Input model name ->HL-L2360DW

                            You are going to install following packages.
                            hll2360dlpr-3.2.0-1.i386.deb
                            hll2360dcupswrapper-3.2.0-1.i386.deb
                            OK? [y/N] ->y

                            Brother License Agreement
                            Do you agree? [Y/n] ->y

                            GPL License Agreement
                            Do you agree? [Y/n] ->y

                            Will you specify the Device URI? [Y/n] ->y

                            ...
                            14 (A): Auto. (dnssd://Brother%20HL-L2360D%20series._ipp._tcp.local/?uuid=28935df0-90c8-4892-b19e-95dfbaab1557)
                            select the number of destination Device URI. ->a

                            lpadmin -p HLL2360D -v dnssd://Brother%20HL-L2360D%20series._ipp._tcp.local/?uuid=28935df0-90c8-4892-b19e-95dfbaab1557 -E
                            Test Print? [y/N] ->y

                            wait 5s.
                            lpr -P HLL2360D /usr/share/cups/data/testprint
                            Hit Enter/Return key.





                        At the end of the installation it printed a test page and it worked perfectly!






                        share|improve this answer




























                          0














                          I just ran the driver install tool from the Brother support site and it installed everything and worked perfectly over wifi:




                          1. Go to support.brother.com > Product Search > HL-L2360DW > Search > Downloads > OS: Linux > Version: Linux (deb) > Search > Driver Install Tool

                            (Here's the direct link I used: http://support.brother.com/g/b/downloadend.aspx?c=ca&lang=en&prod=hll2360dw_us&os=128&dlid=dlf006893_000&flang=4&type3=625)

                          2. Click Agree to the EULA and Download


                          3. Follow the instructions on the page that loads. For me this was:





                            1. Extract the install tool



                              gunzip linux-brprinter-installer-2.1.1-1.gz



                            2. Run the install tool



                              sudo bash linux-brprinter-installer-2.1.1-1

                              Input model name ->HL-L2360DW

                              You are going to install following packages.
                              hll2360dlpr-3.2.0-1.i386.deb
                              hll2360dcupswrapper-3.2.0-1.i386.deb
                              OK? [y/N] ->y

                              Brother License Agreement
                              Do you agree? [Y/n] ->y

                              GPL License Agreement
                              Do you agree? [Y/n] ->y

                              Will you specify the Device URI? [Y/n] ->y

                              ...
                              14 (A): Auto. (dnssd://Brother%20HL-L2360D%20series._ipp._tcp.local/?uuid=28935df0-90c8-4892-b19e-95dfbaab1557)
                              select the number of destination Device URI. ->a

                              lpadmin -p HLL2360D -v dnssd://Brother%20HL-L2360D%20series._ipp._tcp.local/?uuid=28935df0-90c8-4892-b19e-95dfbaab1557 -E
                              Test Print? [y/N] ->y

                              wait 5s.
                              lpr -P HLL2360D /usr/share/cups/data/testprint
                              Hit Enter/Return key.





                          At the end of the installation it printed a test page and it worked perfectly!






                          share|improve this answer


























                            0












                            0








                            0







                            I just ran the driver install tool from the Brother support site and it installed everything and worked perfectly over wifi:




                            1. Go to support.brother.com > Product Search > HL-L2360DW > Search > Downloads > OS: Linux > Version: Linux (deb) > Search > Driver Install Tool

                              (Here's the direct link I used: http://support.brother.com/g/b/downloadend.aspx?c=ca&lang=en&prod=hll2360dw_us&os=128&dlid=dlf006893_000&flang=4&type3=625)

                            2. Click Agree to the EULA and Download


                            3. Follow the instructions on the page that loads. For me this was:





                              1. Extract the install tool



                                gunzip linux-brprinter-installer-2.1.1-1.gz



                              2. Run the install tool



                                sudo bash linux-brprinter-installer-2.1.1-1

                                Input model name ->HL-L2360DW

                                You are going to install following packages.
                                hll2360dlpr-3.2.0-1.i386.deb
                                hll2360dcupswrapper-3.2.0-1.i386.deb
                                OK? [y/N] ->y

                                Brother License Agreement
                                Do you agree? [Y/n] ->y

                                GPL License Agreement
                                Do you agree? [Y/n] ->y

                                Will you specify the Device URI? [Y/n] ->y

                                ...
                                14 (A): Auto. (dnssd://Brother%20HL-L2360D%20series._ipp._tcp.local/?uuid=28935df0-90c8-4892-b19e-95dfbaab1557)
                                select the number of destination Device URI. ->a

                                lpadmin -p HLL2360D -v dnssd://Brother%20HL-L2360D%20series._ipp._tcp.local/?uuid=28935df0-90c8-4892-b19e-95dfbaab1557 -E
                                Test Print? [y/N] ->y

                                wait 5s.
                                lpr -P HLL2360D /usr/share/cups/data/testprint
                                Hit Enter/Return key.





                            At the end of the installation it printed a test page and it worked perfectly!






                            share|improve this answer













                            I just ran the driver install tool from the Brother support site and it installed everything and worked perfectly over wifi:




                            1. Go to support.brother.com > Product Search > HL-L2360DW > Search > Downloads > OS: Linux > Version: Linux (deb) > Search > Driver Install Tool

                              (Here's the direct link I used: http://support.brother.com/g/b/downloadend.aspx?c=ca&lang=en&prod=hll2360dw_us&os=128&dlid=dlf006893_000&flang=4&type3=625)

                            2. Click Agree to the EULA and Download


                            3. Follow the instructions on the page that loads. For me this was:





                              1. Extract the install tool



                                gunzip linux-brprinter-installer-2.1.1-1.gz



                              2. Run the install tool



                                sudo bash linux-brprinter-installer-2.1.1-1

                                Input model name ->HL-L2360DW

                                You are going to install following packages.
                                hll2360dlpr-3.2.0-1.i386.deb
                                hll2360dcupswrapper-3.2.0-1.i386.deb
                                OK? [y/N] ->y

                                Brother License Agreement
                                Do you agree? [Y/n] ->y

                                GPL License Agreement
                                Do you agree? [Y/n] ->y

                                Will you specify the Device URI? [Y/n] ->y

                                ...
                                14 (A): Auto. (dnssd://Brother%20HL-L2360D%20series._ipp._tcp.local/?uuid=28935df0-90c8-4892-b19e-95dfbaab1557)
                                select the number of destination Device URI. ->a

                                lpadmin -p HLL2360D -v dnssd://Brother%20HL-L2360D%20series._ipp._tcp.local/?uuid=28935df0-90c8-4892-b19e-95dfbaab1557 -E
                                Test Print? [y/N] ->y

                                wait 5s.
                                lpr -P HLL2360D /usr/share/cups/data/testprint
                                Hit Enter/Return key.





                            At the end of the installation it printed a test page and it worked perfectly!







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Jun 22 '17 at 23:40









                            bmaupinbmaupin

                            2,5762348




                            2,5762348























                                0














                                I also havE an HL-L2360DW
                                Your installer solution worked like a charm
                                The Brother website driverinstaller now has a new filename (2.2.1-1 instead of 2.1.1-1) which I substituted
                                and then your sequence of steps worked flawlessly.
                                THANK YOU.






                                share|improve this answer








                                New contributor




                                user937424 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                Check out our Code of Conduct.

























                                  0














                                  I also havE an HL-L2360DW
                                  Your installer solution worked like a charm
                                  The Brother website driverinstaller now has a new filename (2.2.1-1 instead of 2.1.1-1) which I substituted
                                  and then your sequence of steps worked flawlessly.
                                  THANK YOU.






                                  share|improve this answer








                                  New contributor




                                  user937424 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                  Check out our Code of Conduct.























                                    0












                                    0








                                    0







                                    I also havE an HL-L2360DW
                                    Your installer solution worked like a charm
                                    The Brother website driverinstaller now has a new filename (2.2.1-1 instead of 2.1.1-1) which I substituted
                                    and then your sequence of steps worked flawlessly.
                                    THANK YOU.






                                    share|improve this answer








                                    New contributor




                                    user937424 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.










                                    I also havE an HL-L2360DW
                                    Your installer solution worked like a charm
                                    The Brother website driverinstaller now has a new filename (2.2.1-1 instead of 2.1.1-1) which I substituted
                                    and then your sequence of steps worked flawlessly.
                                    THANK YOU.







                                    share|improve this answer








                                    New contributor




                                    user937424 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.









                                    share|improve this answer



                                    share|improve this answer






                                    New contributor




                                    user937424 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.









                                    answered 2 hours ago









                                    user937424user937424

                                    1




                                    1




                                    New contributor




                                    user937424 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.





                                    New contributor





                                    user937424 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.






                                    user937424 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.






























                                        draft saved

                                        draft discarded




















































                                        Thanks for contributing an answer to Ask Ubuntu!


                                        • Please be sure to answer the question. Provide details and share your research!

                                        But avoid



                                        • Asking for help, clarification, or responding to other answers.

                                        • Making statements based on opinion; back them up with references or personal experience.


                                        To learn more, see our tips on writing great answers.




                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function () {
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f575500%2fbrother-hl-l2360dw-printer-installation%23new-answer', 'question_page');
                                        }
                                        );

                                        Post as a guest















                                        Required, but never shown





















































                                        Required, but never shown














                                        Required, but never shown












                                        Required, but never shown







                                        Required, but never shown

































                                        Required, but never shown














                                        Required, but never shown












                                        Required, but never shown







                                        Required, but never shown







                                        Popular posts from this blog

                                        GameSpot

                                        connect to host localhost port 22: Connection refused

                                        Getting a Wifi WPA2 wifi connection