No. The whole point of the link is to use the wext driver instead of the default nl80211 so use -Dwext. Also they have bypassed the /etc/wpa_supplicant/wpa_supplicant.conf file and coded the SSID and password directly, so try:

   wpa_supplicant -B -Dwext -c <(wpa_passphrase "ESSID" "PASSWORD") -i
   wlp36s0f3u3

or, perhaps:

   wpa_supplicant -i wlp36s0f3u3 -Dwext -c
   /etc/wpa_supplicant/wpa_supplicant.conf -B

Note I've never done any of this before myself but I've been researching it a bit recently for other reasons

Nick

On 17/03/2018 12:00, Mahmood Naderan wrote:
Since there is no internet connection on that machine, the only way is
to stick with wpa_supplicant. In the link that Nick provided, the
command is

wpa_supplicant -B -Dwext -c <(wpa_passphrase "ESSID" "PASSWORD") -i wlan0

Mine was

wpa_supplicant -i wlp36s0f3u3 -c /etc/wpa_supplicant/wpa_supplicant.conf -B

Should I change -c option?
Moreover, should I use -Dr8188eu ?


Regards,
Mahmood




On Sat, Mar 17, 2018 at 2:50 PM, Phil Perry <p...@elrepo.org> wrote:
For anyone venturing down this route, I note the nux-desktop repo has the
wicd packages :-)


_______________________________________________
elrepo mailing list
elrepo@lists.elrepo.org
http://lists.elrepo.org/mailman/listinfo/elrepo
_______________________________________________
elrepo mailing list
elrepo@lists.elrepo.org
http://lists.elrepo.org/mailman/listinfo/elrepo

_______________________________________________
elrepo mailing list
elrepo@lists.elrepo.org
http://lists.elrepo.org/mailman/listinfo/elrepo

Reply via email to