Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] USB WiFi & Network manager

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
wrmelgaard
Posts: 87
Joined: 2010-08-23 16:05

[SOLVED] USB WiFi & Network manager

#1 Post by wrmelgaard »

Running Debian Stretch 4.9.130-2 x86_64
LXDE desktop
NetworkManager states that no WiFi networks are available. That is why I am falling back on the nmcli command.

Code: Select all

root@x:~# nmcli device wifi list
*  SSID     MODE    CHAN  RATE      SIGNAL   BARS   SECURITY  
    C&WM Infra        6         54 Mbit/s  100         (4 bars) WPA2
root@x~# nmcli device wifi connect "C&WM" password 5y)+AqbK8
bash: syntax error near unexpeted token ")"
root@x~# nmcli device wifi connect "C&WM" password "5y)+AqbK8"
>
Presumably, nmcli is asking for something. I don't know what.
Last edited by wrmelgaard on 2018-11-25 13:16, edited 1 time in total.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: USB WiFi & Netwrok manager

#2 Post by stevepusser »

Might have to put that password in quotes, and probably you should change it now that the world has seen it. :shock:
MX Linux packager and developer

wrmelgaard
Posts: 87
Joined: 2010-08-23 16:05

Re: USB WiFi & Netwrok manager

#3 Post by wrmelgaard »

I did put it in quotes. And the only thing that what I posted and my actual password have in common is the ")+"
I wrote a program in C to generate a long password, randomly selecting from all available characters.
What does the ">" response from nmcli ask for?
stevepusser wrote:Might have to put that password in quotes, and probably you should change it now that the world has seen it. :shock:

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: USB WiFi & Netwrok manager

#4 Post by debiman »

try 'single quotes' instead of "double quotes".

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: USB WiFi & Netwrok manager

#5 Post by Head_on_a_Stick »

Have you installed any non-free firmware that may be required by your wireless card?

My Intel card won't even scan without firmware but I think some cards will but then fail to connect without it.
deadbang

wrmelgaard
Posts: 87
Joined: 2010-08-23 16:05

Re: USB WiFi & Netwrok manager

#6 Post by wrmelgaard »

That works!
Thank you.
debiman wrote:try 'single quotes' instead of "double quotes".

Post Reply