Credit to astsam and ulli-kroll and the kali linux folks for porting this driver, the guide will help you make the AWUS 1900 Work in Fedora, it might work else where, but i can't garantee it.
The drivers work and can capture WPA handshakes, which the previous one didn't work on my setup, i hope this helps others.
https://www.alfa.com.tw/products_show.php?pc=137&ps=246 (is the card, it's a sexy beast of a card)
The chipset driver is RTL8814AU
- sudo dnf install elfutils-libelf-devel
- git clone https://github.com/madmantm/rtl8814au
- make RTL8814=1
- sudo make RTL8814=1 install
- sudo modprobe 8814au
plug your adapter and everything should work.
apt install realtek-rtl88xxau-dkms.
Note : airmon-ng doesn't work to make the card go in monitor mode you have to do it manually.
- sudo airmon-ng check kill
- sudo ifconfig wlan0 down
- sudo iwconfig wlan0 mode monitor
- sudo ifconfig wlan0 up
sudo airodump-ng -c 149 wlan0 -w psk --band a
Note : i do not own these drivers, not looking for credit, only a method to make these work with my setup.