View previous topic :: View next topic |
Author |
Message |
dman777 l33t

Joined: 10 Jan 2007 Posts: 999
|
Posted: Mon Dec 16, 2013 6:05 pm Post subject: wpa_suppicant for wired connection and 802.1x authentication |
|
|
My work is now requiring users to authenticate through wired Ethernet with 802.1x authentication. Since I use Gentoo at work, I am in a bit of a crunch....
My ethernet device is eno1. When I run 'wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -i eno1' I get:
Code: | ioctl[SIOCSIWMODE]: Operation not supported
ioctl[SIOCGIWRANGE]: Operation not supported
ioctl[SIOCGIWMODE]: Operation not supported
ioctl[SIOCSIWAP]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Operation not supported
ioctl[SIOCSIWSCAN]: Operation not supported
Failed to initiate AP scan. |
In my config file I have:
Code: | network={
key_mgmt=IEEE8021X
eap=PEAP
identity="user"
password="password"
}
|
I don't have a problem using wpa_supplicant on ISP's at coffee houses...but I am using wifi there and not 802.1. Any suggestions on how to get this to work, please? |
|
Back to top |
|
 |
WorBlux n00b

Joined: 07 May 2011 Posts: 39
|
Posted: Mon Dec 16, 2013 11:13 pm Post subject: |
|
|
I'd try calling it with -Dwired and or adding ap_scan=0 to the config file |
|
Back to top |
|
 |
|