I don't connect Wi-Fi in Arch

AhmetRyzen

New Member
Joined
Aug 26, 2022
Messages
1
Reaction score
0
Credits
11
My İnternet connector is TP-Link TL WN822N. Connector is doesn't connecting İnternet. What can I do?

Connector features:
TP-Link TL WN822N EU V4
 


Welcome to the forums

TP use Realteck chip sets, to know exactly which set, with the wi-fi plugged in [if its a usb type] enter terminal code inxi -Nn and paste back the results,

Arch Linux: inxi is in either in the Community Repos or in AUR (it varies year to year, check AUR first), so just install inxi as you normally would any other package. It's usually reasonably current.
 
i'm on Arch and I can actually post as an attachment a PKGBUILD file I wrote for pinxi which is the upstream of inxi which using a terminal and the the simple command : makepkg

it will get whats needed and also install to the right place.

@AhmetRyzen Did you run : # systemctl enable NetworkManager ?

you can check its running using eg:

Code:
[andrew@darkstar:~][1]$ systemctl status  NetworkManager                  (08-26 14:01)
● NetworkManager.service - Network Manager
     Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled; preset: d>
     Active: active (running) since Fri 2022-08-26 13:48:03 BST; 14min ago
       Docs: man:NetworkManager(8)
   Main PID: 404 (NetworkManager)
      Tasks: 3 (limit: 4537)
     Memory: 19.6M
        CPU: 529ms
     CGroup: /system.slice/NetworkManager.service
             └─404 /usr/bin/NetworkManager --no-daemon
 
Last edited:
fine its just that I have a PKGBUILD file that will do all the work
 


Latest posts

Top