Page 5 of 5

Re: WLAN device misrecognized as wired Ethernet interface

Posted: 2020/03/20 06:30:05
by tchaikovsky8
How about try again without WEP key?
Thank you. Still no change.

Re: WLAN device misrecognized as wired Ethernet interface

Posted: 2020/03/20 07:40:05
by afewgoodman
It can be same result if no WEP or WPA key because finally it return NULL in the NetworkManager.

Re: WLAN device misrecognized as wired Ethernet interface

Posted: 2020/03/20 08:05:34
by afewgoodman
WEP key would be such format.

(base) [bchoi@localhost network-scripts]$ cat keys-test-wifi-wep
KEY=0123456789abcdef0123456789
(base) [bchoi@localhost network-scripts]$ cat keys-test-wifi-wep-104-ascii
KEY1=s:LoremIpsumSit
(base) [bchoi@localhost network-scripts]$ cat keys-test-wifi-wep-40-ascii
KEY1=s:Lorem
(base) [bchoi@localhost network-scripts]$ cat keys-test-wifi-wep-adhoc
KEY=0123456789abcdef0123456789
(base) [bchoi@localhost network-scripts]$ cat keys-test-wifi-wep-eap-ttls-chap
IEEE_8021X_PASSWORD="foobar baz"

(base) [bchoi@localhost network-scripts]$ cat keys-test-wifi-wep-passphrase
KEY_PASSPHRASE1="foobar222blahblah"
(base) [bchoi@localhost network-scripts]$ pwd
/home/bchoi/work/NetworkManager/src/settings/plugins/ifcfg-rh/tests/network-scripts

Can you show me your KEY value?

Re: WLAN device misrecognized as wired Ethernet interface

Posted: 2020/03/20 09:11:16
by TrevorH
I believe the mis-identification of wireless chips as wired is something to do with the kernel module involved. There have been numerous reports of this on the forums in the last few years, usually involving kernel modules that have been self-built. No-one has (yet) worked out what causes it nor how to solve it. It usually seems to be easier and cheaper (if you put a $ value on your time) to just give up and purchase a supported adapter.

Re: WLAN device misrecognized as wired Ethernet interface

Posted: 2020/03/20 10:11:37
by tchaikovsky8
It usually seems to be easier and cheaper (if you put a $ value on your time) to just give up and purchase a supported adapter.
Thank you. I agree with your conclusion.

I would like to express my sincere appreciation for the supporters of this thread.