Results 1 to 2 of 2

Thread: Linksys AC1200 - problems installing the driver

  1. #1
    Join Date
    2015-May
    Posts
    17

    Linksys AC1200 - problems installing the driver

    Hello everyone,

    I kust bought a Linksys AC1200 because my internal WLAN adapter wouldn't work. Found a forum post on the askubuntu on how to install it:
    http://askubuntu.com/questions/58482...dapter-install

    As soon as I enter "make", I get this error message:
    Code:
    make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.0.0-kali1-amd64/build M=/root/rtl8812AU_8821AU_linux  modules
    make[1]: *** /lib/modules/4.0.0-kali1-amd64/build: Datei oder Verzeichnis nicht gefunden.  Schluss.
    Makefile:1049: recipe for target 'modules' failed
    make: *** [modules] Error 2
    I'm a bit of a beginner so sorry if this is a stupid thread, but I really have no idea what to do from there on.

    Anyone got an idea?
    Last edited by Strangelove; 2016-01-06 at 11:27. Reason: solved

  2. #2
    Join Date
    2015-May
    Posts
    17
    Problem solved. Forgot to do this:

    Code:
    apt-get install linux-source
    apt-get install linux-headers-$(uname -r)
    Finally Wifi.

Similar Threads

  1. System Freeze AC1200 realtek-rtl88xxau driver
    By VanMan in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2019-09-01, 07:38
  2. Problems installing Nvidia display driver
    By hiddeneyes02 in forum General Archive
    Replies: 1
    Last Post: 2017-11-24, 08:45
  3. Kali 2, how install driver ac1200 dual band ?
    By sqdz in forum TroubleShooting Archive
    Replies: 4
    Last Post: 2015-10-19, 09:48

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •