Tp

Sorry khổng lồ bother you with this, but I"m not really an expert and it may be the most stupid thing you"ll see. I have ubuntu 19.04 (kernel: 5.0.0-13-generic; gcc version: 8.3.0) installed on an old pc that has a broken wifi card. So I replaced it with an external tp liên kết wireless usb adapter. But I cannot follow the instructions:

https://static.tp-link.com/2018/201812/20181207/Installation%20Guide%20for%20Linux.pdf

I already downloaded these files & sent to lớn the pc from another one, as it has no internet connection:

https://www.tp-link.com/en/support/download/tl-wn823n/#Driver

It may be a really stupid thing, but if I have, fe, khổng lồ compile (I don"t even know what it means) the driver, I don"t know what it means " go to the driver directory & run the following commands ".

Bạn đang xem: Tp

I really appreciate anyone & anything that helps me to lớn solve this.


drivers wireless
nội dung
Improve this question
Follow
edited Feb 25, 2020 at 22:01
*

Gryu
6,27788 gold badges2626 silver badges4747 bronze badges
asked Feb 17, 2020 at 17:52
*

Kevin MeKevin Me
14111 gold badge11 silver badge44 bronze badges
2
add a phản hồi |

2 Answers 2


Active Oldest Votes
22
+250
If you have mạng internet access by any other means (wired or through USB tethering), you can installed the RTL8192EU drivers for your TP-LINK TL-WN823N wireless adapter from Mange"s GitHub repo. Here are the steps as described on the GitHub page:

Building and installing using DKMS

(1) Install DKMS and other required tools:

sudo apt-get install git linux-headers-generic build-essential dkms(2) Clone this repository và change your directory khổng lồ cloned path.

git clone https://github.com/Mange/rtl8192eu-linux-drivercd rtl8192eu-linux-driver(3) showroom the driver to DKMS. This will copy the source khổng lồ a system directory so that it can used lớn rebuild the module on kernel upgrades.

Xem thêm: Chơi Game Chú Khỉ Buồn 101, Game Chú Khỉ Buồn: Tìm Chìa Khóa

sudo dkms add .(4) Build và install the driver.

sudo dkms install rtl8192eu/1.0(5) Distributions based on Debian & Ubuntu have RTL8XXXU driver present và running in kernelspace. Lớn use our RTL8192EU driver, we need to lớn blacklist RTL8XXXU.

echo "blacklist rtl8xxxu" | sudo tee /etc/modprobe.d/rtl8xxxu.conf(6) Force RTL8192EU Driver lớn be active from boot.

echo -e "8192eu loop" | sudo tee /etc/modules(7) Newer versions of Ubuntu has weird plugging/replugging issue (Check #94). This includes weird idling issues, lớn fix this:

echo "options 8192eu rtw_power_mgnt=0 rtw_enusbss=0" | sudo tee /etc/modprobe.d/8192eu.conf(8) Update changes to lớn Grub và initramfs

sudo update-grub; sudo update-initramfs -u(9) Reboot system khổng lồ load new changes from newly generated initramfs.

systemctl reboot -i(10) After the reboot, you can kiểm tra that your kernel has loaded the right module: