USB Wifi Stick Installation (Broken)

Source: https://forum-raspberrypi.de/forum/thread/38463-treiber-fuer-externen-wlan-stick-installieren/?postID=325962#post325962

  1. sudo apt-get install linux-image-rpi-rpfv linux-headers-rpi-rpfv raspberrypi-kernel-headers dkms build-essential bc
  2. Download zip: rtl8812AU_8821AU_linux-master or from here: https://github.com/abperiasamy/rtl8812AU_8821AU_linux
  3. Copy folder inside zip to raspberry (e.g. Download directory)
  4. nano Makefile
  5. Change lines:
    CONFIG_PLATFORM_I386_PC = y
    CONFIG_PLATFORM_ARM_RPI = n
    to
    CONFIG_PLATFORM_I386_PC = n
    CONFIG_PLATFORM_ARM_RPI = y
  6. Save.
  7. cd ..
    cd ..
    cd boot
    sudo nano config.txt
  8. # Following 2 lines added because https://github.com/abperiasamy/rtl8812AU_8821AU_linux told me to:
    #kernel=vmlinuz-3.10-3-rpi
    #initramfs initrd.img-3.10-3-rpi followkernel
  9. Save.
  10. Reboot.
  11. sudo ln -s /lib/modules/4.9.59-v7+/build /lib/modules/4.9.59-v7+/build
  12. cd to ~/Downloads/rtl8812AU_8821AU_linux-master
  13. sudo make clean            <————- Fehler hier keine Ahnung, ich geb auf
    sudo make
    sudo make install
    sudo modprobe -a rtl8812au

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert