WLAN device misrecognized as wired Ethernet interface

Issues related to configuring your network
tchaikovsky8
Posts: 23
Joined: 2020/03/09 02:42:43

Re: WLAN device misrecognized as wired Ethernet interface

Post by tchaikovsky8 » 2020/03/20 06:30:05

How about try again without WEP key?
Thank you. Still no change.

afewgoodman
Posts: 98
Joined: 2019/12/11 03:51:58

Re: WLAN device misrecognized as wired Ethernet interface

Post by afewgoodman » 2020/03/20 07:40:05

It can be same result if no WEP or WPA key because finally it return NULL in the NetworkManager.

afewgoodman
Posts: 98
Joined: 2019/12/11 03:51:58

Re: WLAN device misrecognized as wired Ethernet interface

Post by afewgoodman » 2020/03/20 08:05:34

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?

User avatar
TrevorH
Site Admin
Posts: 33236
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: WLAN device misrecognized as wired Ethernet interface

Post by TrevorH » 2020/03/20 09:11:16

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.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

tchaikovsky8
Posts: 23
Joined: 2020/03/09 02:42:43

Re: WLAN device misrecognized as wired Ethernet interface

Post by tchaikovsky8 » 2020/03/20 10:11:37

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.

Post Reply