How to install packages with no internet / Update to 18.04 - no WiFi anymore











up vote
0
down vote

favorite












After the update my WiFi connection is broken. I do not have the option to use a wired connection on this machine.
I was familiar with the fact that I had to recompile the WiFi driver (rtl8188eu) after every kernel update.
The update to 18.04 decided that the ELF libraries and headers are obsolete and not needed (due to my opinion a bad decision on an ELF system) and I cannot build the module anymore.



My configuration:
Kernel 4.15.0-39-lowlatency, includes in place, GCC Version 7.3.0, GNU Make version 4.1



I have a second machine available with which I can download the packages. Can anyone tell me what to get and how to install it?
apt-get will not work due to the missing network connection.










share|improve this question




























    up vote
    0
    down vote

    favorite












    After the update my WiFi connection is broken. I do not have the option to use a wired connection on this machine.
    I was familiar with the fact that I had to recompile the WiFi driver (rtl8188eu) after every kernel update.
    The update to 18.04 decided that the ELF libraries and headers are obsolete and not needed (due to my opinion a bad decision on an ELF system) and I cannot build the module anymore.



    My configuration:
    Kernel 4.15.0-39-lowlatency, includes in place, GCC Version 7.3.0, GNU Make version 4.1



    I have a second machine available with which I can download the packages. Can anyone tell me what to get and how to install it?
    apt-get will not work due to the missing network connection.










    share|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      After the update my WiFi connection is broken. I do not have the option to use a wired connection on this machine.
      I was familiar with the fact that I had to recompile the WiFi driver (rtl8188eu) after every kernel update.
      The update to 18.04 decided that the ELF libraries and headers are obsolete and not needed (due to my opinion a bad decision on an ELF system) and I cannot build the module anymore.



      My configuration:
      Kernel 4.15.0-39-lowlatency, includes in place, GCC Version 7.3.0, GNU Make version 4.1



      I have a second machine available with which I can download the packages. Can anyone tell me what to get and how to install it?
      apt-get will not work due to the missing network connection.










      share|improve this question















      After the update my WiFi connection is broken. I do not have the option to use a wired connection on this machine.
      I was familiar with the fact that I had to recompile the WiFi driver (rtl8188eu) after every kernel update.
      The update to 18.04 decided that the ELF libraries and headers are obsolete and not needed (due to my opinion a bad decision on an ELF system) and I cannot build the module anymore.



      My configuration:
      Kernel 4.15.0-39-lowlatency, includes in place, GCC Version 7.3.0, GNU Make version 4.1



      I have a second machine available with which I can download the packages. Can anyone tell me what to get and how to install it?
      apt-get will not work due to the missing network connection.







      networking kernel






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 26 at 11:45









      Kevin Bowen

      14.1k145969




      14.1k145969










      asked Nov 26 at 9:52









      Franta S

      12




      12






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          0
          down vote













          If you still have access to internet, you can still dowload the packages from https://packages.ubuntu.com/ to usb stick and install them with sudo dpkg -i packagename.deb






          share|improve this answer





















          • Thanks a lot, that was what I was searching for but it didn't do the trick. The build raises a type error. I had a look with lsusb and I found a Realtek RTL8188 WiFi controller
            – Franta S
            Nov 26 at 12:11


















          up vote
          0
          down vote













          Solved for now
          I replaced the TP-Link adapter with the RTL chip by an Edimax one



          Realtek has a Liux driver download for Linux on their site.
          When I sometime find the time I'll give it a try.
          The Realtek drivers amongst the packages didn't work.






          share|improve this answer





















            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',
            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%2f1096118%2fhow-to-install-packages-with-no-internet-update-to-18-04-no-wifi-anymore%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            If you still have access to internet, you can still dowload the packages from https://packages.ubuntu.com/ to usb stick and install them with sudo dpkg -i packagename.deb






            share|improve this answer





















            • Thanks a lot, that was what I was searching for but it didn't do the trick. The build raises a type error. I had a look with lsusb and I found a Realtek RTL8188 WiFi controller
              – Franta S
              Nov 26 at 12:11















            up vote
            0
            down vote













            If you still have access to internet, you can still dowload the packages from https://packages.ubuntu.com/ to usb stick and install them with sudo dpkg -i packagename.deb






            share|improve this answer





















            • Thanks a lot, that was what I was searching for but it didn't do the trick. The build raises a type error. I had a look with lsusb and I found a Realtek RTL8188 WiFi controller
              – Franta S
              Nov 26 at 12:11













            up vote
            0
            down vote










            up vote
            0
            down vote









            If you still have access to internet, you can still dowload the packages from https://packages.ubuntu.com/ to usb stick and install them with sudo dpkg -i packagename.deb






            share|improve this answer












            If you still have access to internet, you can still dowload the packages from https://packages.ubuntu.com/ to usb stick and install them with sudo dpkg -i packagename.deb







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Nov 26 at 10:18









            janmyszkier

            50827




            50827












            • Thanks a lot, that was what I was searching for but it didn't do the trick. The build raises a type error. I had a look with lsusb and I found a Realtek RTL8188 WiFi controller
              – Franta S
              Nov 26 at 12:11


















            • Thanks a lot, that was what I was searching for but it didn't do the trick. The build raises a type error. I had a look with lsusb and I found a Realtek RTL8188 WiFi controller
              – Franta S
              Nov 26 at 12:11
















            Thanks a lot, that was what I was searching for but it didn't do the trick. The build raises a type error. I had a look with lsusb and I found a Realtek RTL8188 WiFi controller
            – Franta S
            Nov 26 at 12:11




            Thanks a lot, that was what I was searching for but it didn't do the trick. The build raises a type error. I had a look with lsusb and I found a Realtek RTL8188 WiFi controller
            – Franta S
            Nov 26 at 12:11












            up vote
            0
            down vote













            Solved for now
            I replaced the TP-Link adapter with the RTL chip by an Edimax one



            Realtek has a Liux driver download for Linux on their site.
            When I sometime find the time I'll give it a try.
            The Realtek drivers amongst the packages didn't work.






            share|improve this answer

























              up vote
              0
              down vote













              Solved for now
              I replaced the TP-Link adapter with the RTL chip by an Edimax one



              Realtek has a Liux driver download for Linux on their site.
              When I sometime find the time I'll give it a try.
              The Realtek drivers amongst the packages didn't work.






              share|improve this answer























                up vote
                0
                down vote










                up vote
                0
                down vote









                Solved for now
                I replaced the TP-Link adapter with the RTL chip by an Edimax one



                Realtek has a Liux driver download for Linux on their site.
                When I sometime find the time I'll give it a try.
                The Realtek drivers amongst the packages didn't work.






                share|improve this answer












                Solved for now
                I replaced the TP-Link adapter with the RTL chip by an Edimax one



                Realtek has a Liux driver download for Linux on their site.
                When I sometime find the time I'll give it a try.
                The Realtek drivers amongst the packages didn't work.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 26 at 13:44









                Franta S

                12




                12






























                    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.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • 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%2f1096118%2fhow-to-install-packages-with-no-internet-update-to-18-04-no-wifi-anymore%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

                    Quarter-circle Tiles

                    build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

                    Mont Emei