Rehber RTL8812BU chipsetli Wi-Fi kartları için Linux sürücü kurulumu

vigilantemre

Profesör
Süper Moderatör
Katılım
26 Mayıs 2019
Mesajlar
1,746
Çözümler
2
Reaksiyon puanı
1,863
Puanları
358
Yaş
23
Bu konu fastoe/RTL8812BU GitHub sayfasından alınarak Türkçeleştirilmiştir. Bu işlemler sırasında herhangi bir sorun yaşamanız durumunda SDN Forum sorumlu değildir.

Bu sürücü monitor modunu destekler ama AP modunu desteklemez.


Bu sürücüyü kullandığı bilinen birkaç Wi-Fi adaptörü:
  • Fastoe AC1200 USB Wi-Fi Adaptörü
  • Cudy WU1200 AC1200 Yüksek Kazançlı USB Wi-Fi Adaptörü
  • TP-Link Archer T3U
  • TP-Link Archer T3U Plus
  • TP-Link Archer T4U V3
  • Linksys WUSB6400M
  • Dlink DWA-181
  • Dlink DWA-182

1- Öncelikle terminali açın ve kernel sürümünü sorgulamak için aşağıdaki komutu girin.
Kod:
uname -r

2- Kernel sürümünüz 5.11 veya üzeriyse aşağıdaki komutları sırasıyla girin, değilse bir sonraki adıma atlayın.
Kod:
sudo apt update
sudo apt install -y build-essential dkms git bc
git clone -b v5.13.1 https://github.com/fastoe/RTL8812BU.git
cd RTL8812BU
make
sudo make install
sudo reboot

3- Kernel sürümünüz 5.10 ise aşağıdaki komutları sırasıyla girin, değilse bir sonraki adıma atlayın.
Kod:
sudo apt update
sudo apt install -y build-essential dkms git bc
git clone -b v5.6.1 https://github.com/fastoe/RTL8812BU.git
cd RTL8812BU
make
sudo make install
sudo reboot

4- Kernel sürümünüz 5.9 veya daha eskiyse aşağıdaki komutları sırasıyla girin.
Kod:
sudo apt update
sudo apt install -y build-essential dkms git bc
git clone https://github.com/fastoe/RTL8812BU.git
cd RTL8812BU
make
sudo make install
sudo reboot

Eğer herhangi bir hata almadıysanız başarıyla tamamladınız, isteğe bağlı olarak monitor modunu ayarlamak isterseniz aşağıdaki komutları sırasıyla girin.
Kod:
sed -i 's/CONFIG_80211W = n/CONFIG_80211W = y/' Makefile
sed -i 's/CONFIG_WIFI_MONITOR = n/CONFIG_WIFI_MONITOR = y/' Makefile

make
sudo make install
sudo ip link set wlx1cbfcea97791 down
sudo iw wlx1cbfcea97791 set monitor none
sudo ip link set wlx1cbfcea97791 up

68747470733a2f2f7777772e666173746f652e636f6d2f696d616765732f323032302f30352f3838313262752d6d6f6e69746f722d6d6f64652e706e67
 
Son düzenleme:
Üst