ASUS USB-AC68 not connecting in Linux MintCannot create “Hello World” module (and NVIDIA, and VirtualBox)Possible missing firmwareNvidia driver not working on latest kernel (3.17) and Ubuntu 14.04VirtualBox Kernel Module Installing IssueCompiling driver from Github ErrorAnother problem with Realtek 8723BE - Module not loadedVirtualBox Kernels are not workingmodule makefile fails for armv7l when modules are compressedCannot load compressed Kernel module?How to install OURLINK AC600 USB wireless adapter in kali linux

Simulate Bitwise Cyclic Tag

What is the logic behind how bash tests for true/false?

What Brexit solution does the DUP want?

If Manufacturer spice model and Datasheet give different values which should I use?

Are white and non-white police officers equally likely to kill black suspects?

Do airline pilots ever risk not hearing communication directed to them specifically, from traffic controllers?

Why is this code 6.5x slower with optimizations enabled?

How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?

Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?

What is the meaning of "of trouble" in the following sentence?

Prevent a directory in /tmp from being deleted

Copenhagen passport control - US citizen

Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?

Modification to Chariots for Heavy Cavalry Analogue for 4-armed race

How can bays and straits be determined in a procedurally generated map?

How is the relation "the smallest element is the same" reflexive?

How to register event with useEffect hooks?

What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?

A newer friend of my brother's gave him a load of baseball cards that are supposedly extremely valuable. Is this a scam?

Copycat chess is back

I see my dog run

How to make payment on the internet without leaving a money trail?

Does the radius of the Spirit Guardians spell depend on the size of the caster?

Infinite past with a beginning?



ASUS USB-AC68 not connecting in Linux Mint


Cannot create “Hello World” module (and NVIDIA, and VirtualBox)Possible missing firmwareNvidia driver not working on latest kernel (3.17) and Ubuntu 14.04VirtualBox Kernel Module Installing IssueCompiling driver from Github ErrorAnother problem with Realtek 8723BE - Module not loadedVirtualBox Kernels are not workingmodule makefile fails for armv7l when modules are compressedCannot load compressed Kernel module?How to install OURLINK AC600 USB wireless adapter in kali linux






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I recently bought a ASUS USB-AC68 which uses the Realtek RTL8814AU chipset, to replace the outdated WiFi card of my (new) PC, but there are no downloadable Linux drivers from the OEM. At the directive of my father and a tutorial (see source 1), it failed so I tried another site (see source 2), but same result.



I couldn't make any of these work on my Linux, for some compilation reasons I don't understand nor can fix.



PC dual-boot:



 ASUS VIVOBOOK 17

Linux MINT

Window


The wifi adapter: https://wikidevi.com/wiki/ASUS_USB-AC68



Source: https://ubuntu-mate.community/t/a-dual-band-usb-wi-fi-adapter-that-works-and-how-to-find-them/15173.



Asus USB-AC68 [0b05:1817] [drivers]3?



Driver:



https://github.com/nazar-pc/RTL8814AU.git



https://github.com/diederikdehaas/rtl8814AU



Compilation:



DRIVER 1:



clement-monfort@clementmonfort-VivoBook-17-ASUS-Laptop-X705UBR:~/Bureau/RTL8814AU$ sudo ./dkms-install.sh 
[sudo] password for clement-monfort:
About to run dkms install steps...
mkdir: cannot create directory ‘/usr/src/rtl8814au-4.3.21’: File exists
Error! DKMS tree already contains: rtl8814au-4.3.21
You cannot add the same module/version combo more than once.

Kernel preparation unnecessary for this kernel. Skipping...

Building module:
cleaning build area...
'make'...(bad exit status: 2)
ERROR (dkms apport): binary package for rtl8814au: 4.3.21 not found
Error! Bad return status for module build on kernel: 4.15.0-45-generic (x86_64)
Consult /var/lib/dkms/rtl8814au/4.3.21/build/make.log for more information.

Kernel preparation unnecessary for this kernel. Skipping...

Building module:
cleaning build area...
'make'...(bad exit status: 2)
ERROR (dkms apport): binary package for rtl8814au: 4.3.21 not found
Error! Bad return status for module build on kernel: 4.15.0-45-generic (x86_64)
Consult /var/lib/dkms/rtl8814au/4.3.21/build/make.log for more information.
Finished running dkms install steps.
clement-monfort@clementmonfort-VivoBook-17-ASUS-Laptop-X705UBR:~/Bureau/RTL8814AU$ sudo modprobe rtl8814au
modprobe: FATAL: Module rtl8814au not found in directory /lib/modules/4.15.0-45-generic


DRIVER 2:



clement-monfort@clementmonfort-VivoBook-17-ASUS-Laptop-X705UBR:~/Bureau/rtl8814au$ sudo make && sudo make install
[sudo] password for clement-monfort:
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.15.0-45-generic/build M=/home/clement-monfort/Bureau/rtl8814au modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-45-generic'
CC [M] /home/clement-monfort/Bureau/rtl8814au/core/rtw_cmd.o
gcc: error: unrecognized command line option ‘-fstack-protector-strong’
scripts/Makefile.build:332: recipe for target '/home/clement-monfort/Bureau/rtl8814au/core/rtw_cmd.o' failed
make[2]: *** [/home/clement-monfort/Bureau/rtl8814au/core/rtw_cmd.o] Error 1
Makefile:1551: recipe for target '_module_/home/clement-monfort/Bureau/rtl8814au' failed
make[1]: *** [_module_/home/clement-monfort/Bureau/rtl8814au] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-45-generic'
Makefile:1699: recipe for target 'modules' failed
make: *** [modules] Error 2
clement-monfort@clementmonfort-VivoBook-17-ASUS-Laptop-X705UBR:~/Bureau/rtl8814au$ sudo modprobe -v 8814au
modprobe: FATAL: Module 8814au not found in directory /lib/modules/4.15.0-45-generic









share|improve this question






























    1















    I recently bought a ASUS USB-AC68 which uses the Realtek RTL8814AU chipset, to replace the outdated WiFi card of my (new) PC, but there are no downloadable Linux drivers from the OEM. At the directive of my father and a tutorial (see source 1), it failed so I tried another site (see source 2), but same result.



    I couldn't make any of these work on my Linux, for some compilation reasons I don't understand nor can fix.



    PC dual-boot:



     ASUS VIVOBOOK 17

    Linux MINT

    Window


    The wifi adapter: https://wikidevi.com/wiki/ASUS_USB-AC68



    Source: https://ubuntu-mate.community/t/a-dual-band-usb-wi-fi-adapter-that-works-and-how-to-find-them/15173.



    Asus USB-AC68 [0b05:1817] [drivers]3?



    Driver:



    https://github.com/nazar-pc/RTL8814AU.git



    https://github.com/diederikdehaas/rtl8814AU



    Compilation:



    DRIVER 1:



    clement-monfort@clementmonfort-VivoBook-17-ASUS-Laptop-X705UBR:~/Bureau/RTL8814AU$ sudo ./dkms-install.sh 
    [sudo] password for clement-monfort:
    About to run dkms install steps...
    mkdir: cannot create directory ‘/usr/src/rtl8814au-4.3.21’: File exists
    Error! DKMS tree already contains: rtl8814au-4.3.21
    You cannot add the same module/version combo more than once.

    Kernel preparation unnecessary for this kernel. Skipping...

    Building module:
    cleaning build area...
    'make'...(bad exit status: 2)
    ERROR (dkms apport): binary package for rtl8814au: 4.3.21 not found
    Error! Bad return status for module build on kernel: 4.15.0-45-generic (x86_64)
    Consult /var/lib/dkms/rtl8814au/4.3.21/build/make.log for more information.

    Kernel preparation unnecessary for this kernel. Skipping...

    Building module:
    cleaning build area...
    'make'...(bad exit status: 2)
    ERROR (dkms apport): binary package for rtl8814au: 4.3.21 not found
    Error! Bad return status for module build on kernel: 4.15.0-45-generic (x86_64)
    Consult /var/lib/dkms/rtl8814au/4.3.21/build/make.log for more information.
    Finished running dkms install steps.
    clement-monfort@clementmonfort-VivoBook-17-ASUS-Laptop-X705UBR:~/Bureau/RTL8814AU$ sudo modprobe rtl8814au
    modprobe: FATAL: Module rtl8814au not found in directory /lib/modules/4.15.0-45-generic


    DRIVER 2:



    clement-monfort@clementmonfort-VivoBook-17-ASUS-Laptop-X705UBR:~/Bureau/rtl8814au$ sudo make && sudo make install
    [sudo] password for clement-monfort:
    make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.15.0-45-generic/build M=/home/clement-monfort/Bureau/rtl8814au modules
    make[1]: Entering directory '/usr/src/linux-headers-4.15.0-45-generic'
    CC [M] /home/clement-monfort/Bureau/rtl8814au/core/rtw_cmd.o
    gcc: error: unrecognized command line option ‘-fstack-protector-strong’
    scripts/Makefile.build:332: recipe for target '/home/clement-monfort/Bureau/rtl8814au/core/rtw_cmd.o' failed
    make[2]: *** [/home/clement-monfort/Bureau/rtl8814au/core/rtw_cmd.o] Error 1
    Makefile:1551: recipe for target '_module_/home/clement-monfort/Bureau/rtl8814au' failed
    make[1]: *** [_module_/home/clement-monfort/Bureau/rtl8814au] Error 2
    make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-45-generic'
    Makefile:1699: recipe for target 'modules' failed
    make: *** [modules] Error 2
    clement-monfort@clementmonfort-VivoBook-17-ASUS-Laptop-X705UBR:~/Bureau/rtl8814au$ sudo modprobe -v 8814au
    modprobe: FATAL: Module 8814au not found in directory /lib/modules/4.15.0-45-generic









    share|improve this question


























      1












      1








      1








      I recently bought a ASUS USB-AC68 which uses the Realtek RTL8814AU chipset, to replace the outdated WiFi card of my (new) PC, but there are no downloadable Linux drivers from the OEM. At the directive of my father and a tutorial (see source 1), it failed so I tried another site (see source 2), but same result.



      I couldn't make any of these work on my Linux, for some compilation reasons I don't understand nor can fix.



      PC dual-boot:



       ASUS VIVOBOOK 17

      Linux MINT

      Window


      The wifi adapter: https://wikidevi.com/wiki/ASUS_USB-AC68



      Source: https://ubuntu-mate.community/t/a-dual-band-usb-wi-fi-adapter-that-works-and-how-to-find-them/15173.



      Asus USB-AC68 [0b05:1817] [drivers]3?



      Driver:



      https://github.com/nazar-pc/RTL8814AU.git



      https://github.com/diederikdehaas/rtl8814AU



      Compilation:



      DRIVER 1:



      clement-monfort@clementmonfort-VivoBook-17-ASUS-Laptop-X705UBR:~/Bureau/RTL8814AU$ sudo ./dkms-install.sh 
      [sudo] password for clement-monfort:
      About to run dkms install steps...
      mkdir: cannot create directory ‘/usr/src/rtl8814au-4.3.21’: File exists
      Error! DKMS tree already contains: rtl8814au-4.3.21
      You cannot add the same module/version combo more than once.

      Kernel preparation unnecessary for this kernel. Skipping...

      Building module:
      cleaning build area...
      'make'...(bad exit status: 2)
      ERROR (dkms apport): binary package for rtl8814au: 4.3.21 not found
      Error! Bad return status for module build on kernel: 4.15.0-45-generic (x86_64)
      Consult /var/lib/dkms/rtl8814au/4.3.21/build/make.log for more information.

      Kernel preparation unnecessary for this kernel. Skipping...

      Building module:
      cleaning build area...
      'make'...(bad exit status: 2)
      ERROR (dkms apport): binary package for rtl8814au: 4.3.21 not found
      Error! Bad return status for module build on kernel: 4.15.0-45-generic (x86_64)
      Consult /var/lib/dkms/rtl8814au/4.3.21/build/make.log for more information.
      Finished running dkms install steps.
      clement-monfort@clementmonfort-VivoBook-17-ASUS-Laptop-X705UBR:~/Bureau/RTL8814AU$ sudo modprobe rtl8814au
      modprobe: FATAL: Module rtl8814au not found in directory /lib/modules/4.15.0-45-generic


      DRIVER 2:



      clement-monfort@clementmonfort-VivoBook-17-ASUS-Laptop-X705UBR:~/Bureau/rtl8814au$ sudo make && sudo make install
      [sudo] password for clement-monfort:
      make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.15.0-45-generic/build M=/home/clement-monfort/Bureau/rtl8814au modules
      make[1]: Entering directory '/usr/src/linux-headers-4.15.0-45-generic'
      CC [M] /home/clement-monfort/Bureau/rtl8814au/core/rtw_cmd.o
      gcc: error: unrecognized command line option ‘-fstack-protector-strong’
      scripts/Makefile.build:332: recipe for target '/home/clement-monfort/Bureau/rtl8814au/core/rtw_cmd.o' failed
      make[2]: *** [/home/clement-monfort/Bureau/rtl8814au/core/rtw_cmd.o] Error 1
      Makefile:1551: recipe for target '_module_/home/clement-monfort/Bureau/rtl8814au' failed
      make[1]: *** [_module_/home/clement-monfort/Bureau/rtl8814au] Error 2
      make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-45-generic'
      Makefile:1699: recipe for target 'modules' failed
      make: *** [modules] Error 2
      clement-monfort@clementmonfort-VivoBook-17-ASUS-Laptop-X705UBR:~/Bureau/rtl8814au$ sudo modprobe -v 8814au
      modprobe: FATAL: Module 8814au not found in directory /lib/modules/4.15.0-45-generic









      share|improve this question
















      I recently bought a ASUS USB-AC68 which uses the Realtek RTL8814AU chipset, to replace the outdated WiFi card of my (new) PC, but there are no downloadable Linux drivers from the OEM. At the directive of my father and a tutorial (see source 1), it failed so I tried another site (see source 2), but same result.



      I couldn't make any of these work on my Linux, for some compilation reasons I don't understand nor can fix.



      PC dual-boot:



       ASUS VIVOBOOK 17

      Linux MINT

      Window


      The wifi adapter: https://wikidevi.com/wiki/ASUS_USB-AC68



      Source: https://ubuntu-mate.community/t/a-dual-band-usb-wi-fi-adapter-that-works-and-how-to-find-them/15173.



      Asus USB-AC68 [0b05:1817] [drivers]3?



      Driver:



      https://github.com/nazar-pc/RTL8814AU.git



      https://github.com/diederikdehaas/rtl8814AU



      Compilation:



      DRIVER 1:



      clement-monfort@clementmonfort-VivoBook-17-ASUS-Laptop-X705UBR:~/Bureau/RTL8814AU$ sudo ./dkms-install.sh 
      [sudo] password for clement-monfort:
      About to run dkms install steps...
      mkdir: cannot create directory ‘/usr/src/rtl8814au-4.3.21’: File exists
      Error! DKMS tree already contains: rtl8814au-4.3.21
      You cannot add the same module/version combo more than once.

      Kernel preparation unnecessary for this kernel. Skipping...

      Building module:
      cleaning build area...
      'make'...(bad exit status: 2)
      ERROR (dkms apport): binary package for rtl8814au: 4.3.21 not found
      Error! Bad return status for module build on kernel: 4.15.0-45-generic (x86_64)
      Consult /var/lib/dkms/rtl8814au/4.3.21/build/make.log for more information.

      Kernel preparation unnecessary for this kernel. Skipping...

      Building module:
      cleaning build area...
      'make'...(bad exit status: 2)
      ERROR (dkms apport): binary package for rtl8814au: 4.3.21 not found
      Error! Bad return status for module build on kernel: 4.15.0-45-generic (x86_64)
      Consult /var/lib/dkms/rtl8814au/4.3.21/build/make.log for more information.
      Finished running dkms install steps.
      clement-monfort@clementmonfort-VivoBook-17-ASUS-Laptop-X705UBR:~/Bureau/RTL8814AU$ sudo modprobe rtl8814au
      modprobe: FATAL: Module rtl8814au not found in directory /lib/modules/4.15.0-45-generic


      DRIVER 2:



      clement-monfort@clementmonfort-VivoBook-17-ASUS-Laptop-X705UBR:~/Bureau/rtl8814au$ sudo make && sudo make install
      [sudo] password for clement-monfort:
      make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.15.0-45-generic/build M=/home/clement-monfort/Bureau/rtl8814au modules
      make[1]: Entering directory '/usr/src/linux-headers-4.15.0-45-generic'
      CC [M] /home/clement-monfort/Bureau/rtl8814au/core/rtw_cmd.o
      gcc: error: unrecognized command line option ‘-fstack-protector-strong’
      scripts/Makefile.build:332: recipe for target '/home/clement-monfort/Bureau/rtl8814au/core/rtw_cmd.o' failed
      make[2]: *** [/home/clement-monfort/Bureau/rtl8814au/core/rtw_cmd.o] Error 1
      Makefile:1551: recipe for target '_module_/home/clement-monfort/Bureau/rtl8814au' failed
      make[1]: *** [_module_/home/clement-monfort/Bureau/rtl8814au] Error 2
      make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-45-generic'
      Makefile:1699: recipe for target 'modules' failed
      make: *** [modules] Error 2
      clement-monfort@clementmonfort-VivoBook-17-ASUS-Laptop-X705UBR:~/Bureau/rtl8814au$ sudo modprobe -v 8814au
      modprobe: FATAL: Module 8814au not found in directory /lib/modules/4.15.0-45-generic






      kernel drivers compiling kernel-modules asus






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 27 at 18:55









      K7AAY

      1,0221028




      1,0221028










      asked Mar 27 at 13:39









      Takadox et compagnieTakadox et compagnie

      61




      61




















          0






          active

          oldest

          votes












          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',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          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%2funix.stackexchange.com%2fquestions%2f508986%2fasus-usb-ac68-not-connecting-in-linux-mint%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • 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%2funix.stackexchange.com%2fquestions%2f508986%2fasus-usb-ac68-not-connecting-in-linux-mint%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







          -asus, compiling, drivers, kernel, kernel-modules

          Popular posts from this blog

          Mobil Contents History Mobil brands Former Mobil brands Lukoil transaction Mobil UK Mobil Australia Mobil New Zealand Mobil Greece Mobil in Japan Mobil in Canada Mobil Egypt See also References External links Navigation menuwww.mobil.com"Mobil Corporation"the original"Our Houston campus""Business & Finance: Socony-Vacuum Corp.""Popular Mechanics""Lubrite Technologies""Exxon Mobil campus 'clearly happening'""Toledo Blade - Google News Archive Search""The Lion and the Moose - How 2 Executives Pulled off the Biggest Merger Ever""ExxonMobil Press Release""Lubricants""Archived copy"the original"Mobil 1™ and Mobil Super™ motor oil and synthetic motor oil - Mobil™ Motor Oils""Mobil Delvac""Mobil Industrial website""The State of Competition in Gasoline Marketing: The Effects of Refiner Operations at Retail""Mobil Travel Guide to become Forbes Travel Guide""Hotel Rankings: Forbes Merges with Mobil"the original"Jamieson oil industry history""Mobil news""Caltex pumps for control""Watchdog blocks Caltex bid""Exxon Mobil sells service station network""Mobil Oil New Zealand Limited is New Zealand's oldest oil company, with predecessor companies having first established a presence in the country in 1896""ExxonMobil subsidiaries have a business history in New Zealand stretching back more than 120 years. We are involved in petroleum refining and distribution and the marketing of fuels, lubricants and chemical products""Archived copy"the original"Exxon Mobil to Sell Its Japanese Arm for $3.9 Billion""Gas station merger will end Esso and Mobil's long run in Japan""Esso moves to affiliate itself with PC Optimum, no longer Aeroplan, in loyalty point switch""Mobil brand of gas stations to launch in Canada after deal for 213 Loblaws-owned locations""Mobil Nears Completion of Rebranding 200 Loblaw Gas Stations""Learn about ExxonMobil's operations in Egypt""Petrol and Diesel Service Stations in Egypt - Mobil"Official websiteExxon Mobil corporate websiteMobil Industrial official websiteeeeeeeeDA04275022275790-40000 0001 0860 5061n82045453134887257134887257

          Frič See also Navigation menuinternal link

          Identify plant with long narrow paired leaves and reddish stems Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?What is this plant with long sharp leaves? Is it a weed?What is this 3ft high, stalky plant, with mid sized narrow leaves?What is this young shrub with opposite ovate, crenate leaves and reddish stems?What is this plant with large broad serrated leaves?Identify this upright branching weed with long leaves and reddish stemsPlease help me identify this bulbous plant with long, broad leaves and white flowersWhat is this small annual with narrow gray/green leaves and rust colored daisy-type flowers?What is this chilli plant?Does anyone know what type of chilli plant this is?Help identify this plant