RTL8812AU: Skirtumas tarp puslapio versijų

Iš Žinynas.
Jump to navigation Jump to search
(Naujas puslapis: == Linux Drivers == * [https://github.com/morrownr/8812au-20210820 Linux Driver for USB WiFi Adapters that are based on the RTL8812AU Chipset])
 
1 eilutė: 1 eilutė:
 
 
== Linux Drivers ==
 
== Linux Drivers ==
  
 
* [https://github.com/morrownr/8812au-20210820 Linux Driver for USB WiFi Adapters that are based on the RTL8812AU Chipset]
 
* [https://github.com/morrownr/8812au-20210820 Linux Driver for USB WiFi Adapters that are based on the RTL8812AU Chipset]
 +
 +
== RTL8812AU/21AU and RTL8814AU driver with monitor mode and frame injection ==
 +
 +
Sistemoje jau turėtų būti esamo kernelio headeriai.
 +
 +
sudo apt-get install dkms build-essential
 +
git clone https://github.com/aircrack-ng/rtl8812au.git
 +
cd rtl8812au
 +
sudo make dkms_install
 +
 +
[[Category:Tinkas]]
 +
[[Category:Hardware]]
 +
{{Template:Distributions}}

23:24, 28 spalio 2025 versija

Linux Drivers

RTL8812AU/21AU and RTL8814AU driver with monitor mode and frame injection

Sistemoje jau turėtų būti esamo kernelio headeriai.

sudo apt-get install dkms build-essential
git clone https://github.com/aircrack-ng/rtl8812au.git
cd rtl8812au
sudo make dkms_install