Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 937  / 1 Year ago, tue, march 14, 2023, 2:31:48

I somehow get so much trouble setting up the internet. I am trying to install the Wifi package that let me set it up on a GUI configuration. I used it before but I cannot find it right now.


More From » wireless

 Answers
3

There is no GUI and the command is nmcli and that is part of networkmanager package. The commands are ...


To list the available wifi interface(s):


nmcli d 

To turn wifi on:


nmcli r wifi on

To list available wifi networks:


nmcli d wifi list

To connect:


nmcli d wifi connect {ssid} password {password}



In case it is a hidden network:


One time:


nmcli c add type wifi con-name {connectionname} ifname wlan0 ssid {ssid}
nmcli c modify {connectionname} wifi-sec.key-mgmt wpa-psk wifi-sec.psk {password}

And then to connect:


nmcli c up {connectionname}

[#334] Thursday, March 16, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ithriv

Total Points: 46
Total Questions: 115
Total Answers: 96

Location: Malaysia
Member since Wed, May 11, 2022
2 Years ago
ithriv questions
Wed, Oct 5, 22, 02:59, 2 Years ago
Fri, Mar 11, 22, 10:12, 2 Years ago
Thu, May 11, 23, 10:55, 1 Year ago
Sun, Sep 26, 21, 06:47, 3 Years ago
Mon, Feb 7, 22, 03:36, 2 Years ago
;