Results 1 to 2 of 2

Thread: I'm Happy Kali support's the new ALPHA Wireless Adapter

  1. #1
    Join Date
    2017-Jul
    Posts
    1

    I'm Happy Kali support's the new ALPHA Wireless Adapter

    Hello Folks,
    i'm happy, in the same time i'was buy the new 2&5Ghz adapter in amazon, unfortunately it needs time for delivery. my old adapter, AWUS051NH is not regencies of the 2017.1 Rolling image :-( but of course i'want
    this adapter use in the further. I'm using my raspberry pi 3 and try to build the driver but there are no linux headers (/lib/modules/4.9.23-v7+/build) to load with apt. my there is easy why to geht for the rolling image
    the right install *.deb for my adapter.

    thanks for help,
    Habit

  2. #2
    Join Date
    2015-Nov
    Location
    Australia
    Posts
    445
    The reason-kernel comes with headers. You can install it via:

    Code:
    mount /dev/mmcblk0p1 /boot
    cd /usr/local/src
    wget -O re4son-kernel_testing.tar.xz https://whitedome.com.au/re4son/downloads/11335/
    tar -xJf re4son-kernel_testing.tar.xz
    cd re4son-kernel_4*
    ./install.sh
    At the end, when prompted to reboot, say "N" and run the installer again like this to install the headers:

    Code:
    ./install.sh -e
    I hope that helps

Similar Threads

  1. Replies: 1
    Last Post: 2023-03-02, 04:53

Posting Permissions

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