path directory

Geist-JP

New Member
Aug 1, 2024
18
1
3
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...
 
cd /home/user/rtl8812au
sudo make clean
sudo make
sudo make install
sudo depmod -a
sudo modprobe 8812au *** again...directory not found?? ***
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!