networkmanager-dmenu icon indicating copy to clipboard operation
networkmanager-dmenu copied to clipboard

External USB adapter: not seeing networks

Open fam4r opened this issue 6 years ago • 3 comments

Hi,

I see that multiple adapters are managed: https://github.com/firecat53/networkmanager-dmenu/blob/master/networkmanager_dmenu#L121

But when I connect my external USB adapter, I'm not asked which one to choose. So I only see one adapter scan result.

I'm using the AUR package. I tried both with rofi and dmenu.

fam4r avatar Dec 05 '18 17:12 fam4r

What's the output of nmcli device show <whatever the USB device name is> ? We need to figure out how networkmanager views and describes this device. Poke around the various nmcli commands and compare the output from a regular wifi adapter (if you have one available) and see if you can find the differences.

firecat53 avatar Dec 05 '18 20:12 firecat53

Just checking in on this...I don't have any USB wifi hardware so I can't help out much on gathering the info.

firecat53 avatar Sep 22 '19 22:09 firecat53

Hey, sorry...

This is nmcli device show output:

$ nmcli device show wlp0s20u1
GENERAL.DEVICE:                         wlp0s20u1
GENERAL.TYPE:                           wifi
GENERAL.HWADDR:                        [REDACTED]
GENERAL.MTU:                            1500
GENERAL.STATE:                          20 (unavailable)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --

What I would like to see in networkmanager-dmenu is a list of available wireless networks, grouped by the relative adapter, exactely what nmtui does (something like this, but with multiple wireless adapters, obviously)

fam4r avatar Oct 01 '19 20:10 fam4r