Witaj na Forum Linuxiarzy
Zanim zalogujesz się, by pisać na naszym forum, zapoznaj się z kilkoma zasadami savoir-vivre'u w dziale Administracja.
Wiadomości z problemami zamieszczone w wątku "Przywitaj się" oraz wszelkie reklamy na naszym forum będą usuwane.

Jak zainstalować TP Link TL-WN821 w Antixie

Zaczęty przez Wabi, Lipiec 29, 2025, 04:57:06 PM

Poprzedni wątek - Następny wątek

Wabi

Mam najnowszą wersję Antixa 23.1 i urządzenie jest widoczne w lsusb. Czy mogę prosić o pomoc w instalacji?

linux4ever

#1
@Wabi Jeśli chodzi o router to się go nie instaluje no chyba że jakoś wgrasz nowsze oprogramowanie.

Najnowsze to na windowsie: https://www.tp-link.com/pl/support/download/tl-wn821n/

Czy to ten sam model twego routera ?

Zła wersja tego oprogramowania może uceglić czyli zrobić cegłę z tego sprzętu.

@Wabi jednak znalazłem na liunksa: https://www.tp-link.com/pl/support/download/tl-wn821n/v5/?app=decoClear i https://www.tp-link.com/pl/support/download/tl-wn821n/

CytatTo upgrade the software (drivers) for a TP-Link TL-WN821N wireless adapter on Linux, you'll need to identify the correct driver for your specific hardware version and then install it. This usually involves downloading the driver from TP-Link's website, compiling it (if necessary), and loading it into the kernel.
1. Determine your adapter's hardware version:

    Locate the label on your TL-WN821N adapter. It should have a "VER X.X" designation indicating the hardware version (e.g., V6).

2. Download the appropriate driver:

    Go to the TP-Link support page for the TL-WN821N and select your hardware version.

Look for the Linux driver download. You might find a beta version or a driver specifically for your kernel version.
Download the driver files, which may be a compressed archive (e.g., .zip, .tar.gz).

3. Install the driver:

    If a pre-compiled driver is provided:
        Extract the downloaded archive.
        Follow the instructions in the included README or installation guide (often a .txt or .pdf file).
        You might need to use commands like sudo ./install or sudo ./deploy.sh.
    If you need to compile the driver:
        Extract the driver files.
        Open a terminal and navigate to the extracted directory.
        You may need to install build tools: sudo apt install build-essential (for Debian/Ubuntu) or similar for your distribution.
        Run make (or make all, make install depending on the driver).
        Load the driver using sudo insmod 88x2bu.ko (or the appropriate module name).
        Check if the driver is loaded using lsmod | grep 88x2bu.
    Using DKMS (Dynamic Kernel Module Support):
        Some drivers are designed to be installed with DKMS, which automatically rebuilds the driver when your kernel is updated.
        Follow the instructions specific to the DKMS installation method provided with the driver.
        You might need to use commands like sudo dkms add ./rtl8192eu-linux-driver, sudo dkms install rtl8192eu/1.0, and then reboot.

4. Troubleshoot:

    If you encounter issues, carefully review the installation instructions and error messages.
    Ensure you have the correct hardware version and compatible kernel version.

Check for any dependencies or required tools not installed.
Consult online forums (like Ask Ubuntu or TP-Link Community) for help specific to your situation.
"Powiedz mi, a zapomnę, pokaż mi, a zapamiętam, pozwól mi zrobić, a zrozumiem. "-Konfucjusz

Accura

Cytat: Wabi w Lipiec 29, 2025, 04:57:06 PMMam najnowszą wersję Antixa 23.1 i urządzenie jest widoczne w lsusb. Czy mogę prosić o pomoc w instalacji?
Pobierz ze strony: sterowniki linux
i zainstaluj - instrukcję masz w środku pliku zip :)
Moje "daily"Dell Latitude 5490 😎 (i5-8350U, 24GB RAM, 500GB NVMe) – robi ssh, robi rsync, nie robi problemów. 
UHD 620 – nie gra, nie szumi, nie wkurza. Idealna. OS: CachyOS (KDE, bo GNOME to nie GUI, tylko test cierpliwości)

Accura

Moje "daily"Dell Latitude 5490 😎 (i5-8350U, 24GB RAM, 500GB NVMe) – robi ssh, robi rsync, nie robi problemów. 
UHD 620 – nie gra, nie szumi, nie wkurza. Idealna. OS: CachyOS (KDE, bo GNOME to nie GUI, tylko test cierpliwości)

linux4ever

#4
Cytat: Accura w Lipiec 29, 2025, 05:19:27 PM
Cytat: linux4ever w Lipiec 29, 2025, 05:00:50 PMJeśli chodzi o router to się go nie instaluje
To karta WiFi :)

Aha a ja myślałem że router.

Bo ta sama nazwa.

W każdym razie trzeba też zobaczyć przez modprobe czy w ogóle działa.

Cytatmodprobe intelligently adds or removes a module from the Linux kernel:
       note that for convenience, there is no difference between _ and - in
       module names (automatic underscore conversion is performed).  modprobe
       looks in the module directory /lib/modules/`uname -r` for all the
       modules and other files, except for the optional configuration files in
       the /etc/modprobe.d directory (see modprobe.d(5)).  modprobe will also
       use module options specified on the kernel command line in the form of
       <module>.<option> and blacklists in the form of
       modprobe.blacklist=<module>.

https://phoenixnap.com/kb/modprobe-command
"Powiedz mi, a zapomnę, pokaż mi, a zapamiętam, pozwól mi zrobić, a zrozumiem. "-Konfucjusz

melis

Nie zainstalujesz tego ani pod AntiX, ani pod żadną inną dystrybucją. Tzn od biedy sterownik daje się zbudować, ale zasięg 0... Źródła do budowy dostarczali nawet na płytce wraz ze sprzetem. Powodzenia :D

Wabi


Wabi

Nie wiem dlaczego teraz system uruchamia się dłużej i zatrzymuje się przy takiej czynności:
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval.

linux4ever

Cytat: Wabi w Lipiec 30, 2025, 02:33:54 PMNie wiem dlaczego teraz system uruchamia się dłużej i zatrzymuje się przy takiej czynności:
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval.

Tu wyjaśnienie: https://unix.stackexchange.com/questions/131199/dhclient-cannot-get-address-from-home-router i https://superuser.com/questions/971906/debian-server-making-many-dhcp-queries-per-second oraz https://dev1galaxy.org/viewtopic.php?id=5376 jak i https://askubuntu.com/questions/575487/network-eth0-dhcp-static-ip-and-autonegotiation-issues

Tych postów w internecie jest pełno.

Najlepiej abyś zdiagnozował połączenie opcją ping czy nie gubi pakietów.

Ale mogę się mylić.



"Powiedz mi, a zapomnę, pokaż mi, a zapamiętam, pozwól mi zrobić, a zrozumiem. "-Konfucjusz

Zobacz najnowsze wiadomości na forum