Trying to find the path directory for AWUS036ACH alfa adapter
ls
find / -type d -name 'rtl8812au'
cd /home/yourusername/rtl8812au **i changed yourusername to my own** Replace /home/yourusername/rtl8812au with the actual path to the directory where the driver is located.
git clone https://github.com/aircrack-ng/rtl8812au.git
cd rtl8812au
tar -xvzf drivername.tar.gz ** this is the part i struggle with ** Replace drivername.tar.gz with your actual file name. But how do i find this directory path filename? I went into downloads found the path, copied and pasted into the terminal and says 'no such file or directory'
I also tried,
sudo make
sudo make install
sudo modprobe 8812au ** this says (FATAL: module 8812au not found in directory /libb/modules/6.8.11-amd64 **
I just need to install alfa adapter, thats it? why so difficult...
ls
find / -type d -name 'rtl8812au'
cd /home/yourusername/rtl8812au **i changed yourusername to my own** Replace /home/yourusername/rtl8812au with the actual path to the directory where the driver is located.
git clone https://github.com/aircrack-ng/rtl8812au.git
cd rtl8812au
tar -xvzf drivername.tar.gz ** this is the part i struggle with ** Replace drivername.tar.gz with your actual file name. But how do i find this directory path filename? I went into downloads found the path, copied and pasted into the terminal and says 'no such file or directory'
I also tried,
sudo make
sudo make install
sudo modprobe 8812au ** this says (FATAL: module 8812au not found in directory /libb/modules/6.8.11-amd64 **
I just need to install alfa adapter, thats it? why so difficult...