Wi fi адаптер tp link archer t3u linux

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

The driver from another thread for Ubuntu 20.04 LTS Focal Fossa, will no longer work with the most recent 5.15.0-27-generic kernel (at this point of writing).

However, the following steps worked for Ubuntu 22.04 LTS Jammy Jellyfish.

sudo apt update sudo apt install -y git linux-headers-generic dkms wget https://github.com/RinCat/RTL88x2BU-Linux-Driver/archive/master.zip unzip master.zip cd RTL88x2BU-Linux-Driver-master sudo make uninstall make clean make sudo make install sudo modprobe 88x2bu sudo reboot

Disclaimer: I’m NOT the developer/maintainer. Issues, bugs, or requests shall be posted directly to the author/contributors.

Edit1: Also, this is an unofficial (community) release. It is not endorsed by the TP-Link team. Use at your own risk!

Edit2: I have successfully tested this driver with T3U Plus and T4U. For dkms version, run the following commands instead.

sudo apt update sudo apt install -y dkms git sudo git clone 'https://github.com/RinCat/RTL88x2BU-Linux-Driver.git' /usr/src/rtl88x2bu-git sudo sed -i 's/PACKAGE_VERSION="@PKGVER@"/PACKAGE_VERSION="git"/g' /usr/src/rtl88x2bu-git/dkms.conf sudo dkms add -m rtl88x2bu -v git sudo dkms autoinstall sudo reboot

Источник

Linux Mint Forums

Forum rules
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

Post by maritzt » Tue Dec 03, 2019 4:16 pm

git clone https://github.com/cilynx/rtl88x2bu.git cd rtl88x2bu VER=$(sed -n 's/\PACKAGE_VERSION="\(.*\)"/\1/p' dkms.conf) sudo rsync -rvhP ./ /usr/src/rtl88x2bu-$ sudo dkms add -m rtl88x2bu -v $ sudo dkms build -m rtl88x2bu -v $ sudo dkms install -m rtl88x2bu -v $ sudo modprobe 88x2bu 

Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.

Post by HAWR » Tue Dec 03, 2019 5:29 pm

Читайте также:  Установка репозиториев astra linux orel

here is an installation method for rtl8822bu from this forum:

You should look before, whether Secure Boot is disabled. You can check the status in the terminal:

Post by JeremyB » Tue Dec 03, 2019 5:37 pm

maritzt wrote: ⤴ Tue Dec 03, 2019 4:16 pm I have identified this ask ubuntu Q&A on the topic: https://askubuntu.com/questions/1178802 . -rtl8822bu

git clone https://github.com/cilynx/rtl88x2bu.git cd rtl88x2bu VER=$(sed -n 's/\PACKAGE_VERSION="\(.*\)"/\1/p' dkms.conf) sudo rsync -rvhP ./ /usr/src/rtl88x2bu-$ sudo dkms add -m rtl88x2bu -v $ sudo dkms build -m rtl88x2bu -v $ sudo dkms install -m rtl88x2bu -v $ sudo modprobe 88x2bu 

Image

Wireless Script

Post by maritzt » Tue Dec 10, 2019 10:09 am

HAWR wrote: ⤴ Tue Dec 03, 2019 5:29 pm Hello maritzt,

here is an installation method for rtl8822bu from this forum:

You should look before, whether Secure Boot is disabled. You can check the status in the terminal:

The above installation source works perfect on the 4.15.0-72 kernel, however on the 5.3.0-24 kernel the (bad exit status: 2)Error! Bad return status for module build on kernel: 5.3.0-24-generic (x86_64) occurs. I have attached the /var/lib/dkms/8822bu/1.1/build/make.log for more information.

Any ideas how to solve this issue?

Post by HAWR » Tue Dec 10, 2019 12:56 pm

if you have chosen my suggestion with the driver from JeremyB’s website, I think it’s only designed up to the 4.15 kernels. But that was your question for the 4.15.0-72 kernel. If you now have updated to the 5.3 kernel, than as far as I can see, you should install the driver from your opening post. But before, you should remove the installed driver again. So now you have to decide whether you want to go back to the 4.15 kernels or stay with the 5.3 kernel.

  • Important Notices
  • ↳ Rules & Notices
  • ↳ Releases & Announcements
  • ↳ Main Edition Support
  • ↳ Beginner Questions
  • ↳ Installation & Boot
  • ↳ Software & Applications
  • ↳ Hardware Support
  • ↳ Graphics Cards & Monitors
  • ↳ Printers & Scanners
  • ↳ Storage
  • ↳ Sound
  • ↳ Networking
  • ↳ Virtual Machines
  • ↳ Desktop & Window Managers
  • ↳ Cinnamon
  • ↳ MATE
  • ↳ Xfce
  • ↳ Other topics
  • ↳ Non-technical Questions
  • ↳ Tutorials
  • Debian Edition Support
  • ↳ LMDE Forums
  • ↳ Beginner Questions
  • ↳ Installation & Boot
  • ↳ Software & Applications
  • ↳ Hardware Support
  • ↳ Networking
  • ↳ Tutorials
  • ↳ Other Topics & Open Discussion
  • ↳ LMDE Archive
  • Interests
  • ↳ Gaming
  • ↳ Scripts & Bash
  • ↳ Programming & Development
  • Customization
  • ↳ Themes, Icons & Wallpaper
  • ↳ Compiz, Conky, Docks & Widgets
  • ↳ Screenshots
  • ↳ Your Artwork
  • Chat
  • ↳ Introduce Yourself
  • ↳ Chat about Linux Mint
  • ↳ Chat about Linux
  • ↳ Open Chat
  • ↳ Suggestions & Feedback
  • International
  • ↳ Translations
  • ↳ Deutsch — German
  • ↳ Español — Spanish
  • ↳ Français — French
  • ↳ Italiano — Italian
  • ↳ Nederlands — Dutch
  • ↳ Português — Portuguese
  • ↳ Русский — Russian
  • ↳ Suomi — Finnish
  • ↳ Other Languages
  • ↳ Čeština-Slovenčina — Czech-Slovak
  • ↳ Magyar — Hungarian
  • ↳ 日本語 — Japanese
  • ↳ Polski — Polish
  • ↳ Svenska — Swedish
  • ↳ Українська — Ukrainian
Читайте также:  Astra linux горячая линия

Powered by phpBB® Forum Software © phpBB Limited

Источник

Загрузки для Archer T3U V1.80

Доступность модели и аппаратной версии может изменяться в зависимости от региона. Не забудьте подтвердить указанные данные при рассмотрении вопроса о покупке.

Драйверы

Modifications and Bug Fixes:
1. For Mac 10.9~10.14.
2. For Archer T3U V1&V1.8

Видео по настройке

Фильтр: Все Устранение неисправностей Требования к использованию Вопросы и ответы по функционалу или параметрам спецификаций

FAQ

  • Почему на iOS 14 появляется предупреждение о низком уровне безопасности при подключении к Wi‑Fi устройству TP‑Link? 01-25-2021 307426
  • Как вручную установить Адаптеры на Windows 8 03-21-2023 254300
  • Как установить сетевой адаптер TP-Link на Windows 8 03-21-2023 134264
  • Что делать при возникновении проблем с работой сетевого адаптера TP‑Link, подключённого к компьютеру? 02-16-2021 373597
  • Почему не удаётся подключиться к сети Wi‑Fi с помощью адаптера Wi‑Fi? 03-15-2022 1234022
  • Как вручную установить драйвер беспроводного сетевого адаптера TP-Link 08-31-2011 668133
  • Как установить TL-WN321G/TL-WN727N/TL-WN7200ND с помощью компакт-диска? 08-31-2011 145229
  • Что мне делать, когда драйвер для моего адаптера не разрешается на моем компьютере с ОС Windows? 08-31-2011 124246
  • How to install adapters on Windows 8 if plug-and-play fails 06-29-2022 138923
  • Что делать, если беспроводной адаптер TP-Link не выдает необходимой скорости? 04-07-2016 738998
  • Как вручную установить драйвер на MAC OS? 12-29-2016 540972
  • Как вручную устанавливать адаптеры на Windows 7 05-06-2022 2223480
  • Why cannot the adapter detect the 5G Wi-Fi of my router? 10-28-2021 236762
  • Problems you may come across during the driver installation of the TP-Link wireless adapter 07-20-2021 666860
  • Что делать, если при установке Wi‑Fi адаптера TP‑Link на компьютере загорается синий экран? 01-27-2021 106273
  • Как проверить, успешно ли я установил драйвер для моего адаптера? 08-31-2011 250041
  • Как настроить режим Ad Hoc беспроводной сети с помощью утилиты, встроенной в ОС Windows(Windows XP)? 08-31-2011 179914
  • How to find suitable driver for my network adapter 04-29-2019 243435
Читайте также:  Small usb live linux

Подписаться на рассылку Мы с ответственностью относимся к вашим персональным данным. Полный текст положения об обработке персональных данных доступен здесь. С нашими условиями использования и программой улучшения пользовательского опыта можно ознакомиться здесь.

This website uses cookies to improve website navigation, analyze online activities and have the best possible user experience on our website. You can object to the use of cookies at any time. You can find more information in our privacy policy . Don’t show again

This website uses cookies to improve website navigation, analyze online activities and have the best possible user experience on our website. You can object to the use of cookies at any time. You can find more information in our privacy policy . Don’t show again

These cookies are necessary for the website to function and cannot be deactivated in your systems.

accepted_local_switcher, tp_privacy_base, tp_privacy_marketing, tp_smb-select-product_scence, tp_smb-select-product_scenceSimple, tp_smb-select-product_userChoice, tp_smb-select-product_userChoiceSimple, tp_smb-select-product_userInfo, tp_smb-select-product_userInfoSimple, tp_top-banner, tp_popup-bottom, tp_popup-center, tp_popup-right-middle, tp_popup-right-bottom

__livechat, __lc2_cid, __lc2_cst, __lc_cid, __lc_cst, CASID

id, VISITOR_INFO1_LIVE, LOGIN_INFO, SIDCC, SAPISID, APISID, SSID, SID, YSC, __Secure-1PSID, __Secure-1PAPISID, __Secure-1PSIDCC, __Secure-3PSID, __Secure-3PAPISID, __Secure-3PSIDCC, 1P_JAR, AEC, NID, OTZ

Analysis and Marketing Cookies

Analysis cookies enable us to analyze your activities on our website in order to improve and adapt the functionality of our website.

The marketing cookies can be set through our website by our advertising partners in order to create a profile of your interests and to show you relevant advertisements on other websites.

Google Analytics & Google Tag Manager & Google Optimize

Источник

Оцените статью
Adblock
detector