You are not logged in.

#1 2017-11-01 15:02:45

balance
Member
Registered: 2017-02-17
Posts: 64

Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

Hi,

so I have several netctl profiles and I also used the netctl-auto service. Everything was fine. Today, at home, I was working when suddendly I lost the wireless connection. I rebooted and nothign worked. So I disabled netctl-auto service and everything and tried to manually start it up... Didn't work. But the hotspot from my mobiel phone worked.

So, here's what I'm doing right now:

1. start up my notebook
2. "netctl start alv-w" [note: there's actually a hyphon in the name, tried it without it though]
3. Get the errors:

Nov 01 15:53:29 pdm network[465]: WPA association/authentication failed for interface 'wlp4s0'
Nov 01 15:53:29 pdm network[465]: Failed to bring the network up for profile 'alv-w'
Nov 01 15:53:29 pdm systemd[1]: netctl@alv\x2dw.service: Main process exited, code=exited, status=1/FAILURE
Nov 01 15:53:29 pdm systemd[1]: netctl@alv\x2dw.service: Failed with result 'exit-code'.
Nov 01 15:53:29 pdm systemd[1]: Failed to start Networking for netctl profile alv-w.
-- Subject: Unit netctl@alv\x2dw.service has failed

and

● netctl@alv-w.service - Networking for netctl profile alv/w
   Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static; vendor preset: disabled)
   Active: inactive (dead)
     Docs: man:netctl.profile(5)

The profile which doesn't work:

Interface=wlp4s0
Connection=wireless
Security=wpa-configsection
IP=dhcp
WPAConfigSection=(
    'ssid="thecorrectssid"'
    'key_mgmt=WPA-EAP'
    'identity="someid"'
    'password="somepw"'
)

The profile which works:

Interface=wlp4s0
Connection=wireless
Security=wpa
ESSID=Honeypot
IP=dhcp
Key=mypw

and I have absolutely no idea what's going on.

Last edited by balance (2017-11-01 15:11:17)

Offline

#2 2017-11-01 15:04:02

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,772

Re: Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

post the output of find /etc/systemd


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2017-11-01 15:08:43

balance
Member
Registered: 2017-02-17
Posts: 64

Re: Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

ewaller wrote:

post the output of find /etc/systemd

/etc/systemd
/etc/systemd/user.conf
/etc/systemd/logind.conf
/etc/systemd/coredump.conf
/etc/systemd/journal-upload.conf
/etc/systemd/journald.conf
/etc/systemd/user
/etc/systemd/user/sockets.target.wants
/etc/systemd/user/sockets.target.wants/pulseaudio.socket
/etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket
/etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket
/etc/systemd/user/sockets.target.wants/gpg-agent.socket
/etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket
/etc/systemd/user/sockets.target.wants/dirmngr.socket
/etc/systemd/user/default.target.wants
/etc/systemd/user/default.target.wants/xdg-user-dirs-update.service
/etc/systemd/system
/etc/systemd/system/printer.target.wants
/etc/systemd/system/printer.target.wants/org.cups.cupsd.service
/etc/systemd/system/sockets.target.wants
/etc/systemd/system/sockets.target.wants/org.cups.cupsd.socket
/etc/systemd/system/multi-user.target.wants
/etc/systemd/system/multi-user.target.wants/org.cups.cupsd.path
/etc/systemd/system/multi-user.target.wants/remote-fs.target
/etc/systemd/system/multi-user.target.wants/netctl@foo.service
/etc/systemd/system/netctl@foo.service
/etc/systemd/system/getty.target.wants
/etc/systemd/system/getty.target.wants/getty@tty1.service
/etc/systemd/resolved.conf
/etc/systemd/timesyncd.conf
/etc/systemd/journal-remote.conf
/etc/systemd/system.conf
/etc/systemd/network

Offline

#4 2017-11-01 15:12:46

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,772

Re: Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

What is this?

/etc/systemd/system/multi-user.target.wants/netctl@foo.service

Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#5 2017-11-01 15:13:43

balance
Member
Registered: 2017-02-17
Posts: 64

Re: Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

ewaller wrote:

What is this?

/etc/systemd/system/multi-user.target.wants/netctl@foo.service

That's the same profileas "alv-w". I copied it and just renamed it so it hasn't a hypon in the name. Should I "netctl disable foo" it?

Offline

#6 2017-11-01 15:14:36

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,772

Re: Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

Yeah, try that.  Then see if you can get it to work by hand.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#7 2017-11-01 15:27:08

balance
Member
Registered: 2017-02-17
Posts: 64

Re: Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

Nope, i diabled it, rebooted, checked if its gone (which it is) but I still get the same errors.

Offline

#8 2017-11-02 03:54:56

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,132

Re: Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

But can you connect manually i.e. without netctl?


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#9 2017-11-03 12:10:33

balance
Member
Registered: 2017-02-17
Posts: 64

Re: Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

I actually only know netctl, I downloaded a few of the gui applications but I didn't mange to connect. There are all channels used with the same ssid. Also, I booted up win10 and tried it there and it works just fine. All other wifi networks I usually use are just working fine.

IIRC the connection crashed when I tried to mount -cifs a web server. I'm using i3 if that has any relevance. It's probably something stupid/simple.

Last edited by balance (2017-11-03 12:10:51)

Offline

#10 2017-11-03 12:34:26

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

Search the Wiki on the networking topic and follow the instructions for setting up a network connection manually to see if you can get it connected. After that you can move on to configuring netctl, etc.

https://wiki.archlinux.org/index.php/Wi … nual_setup

Last edited by mrunion (2017-11-03 12:35:35)


Matt

"It is very difficult to educate the educated."

Offline

#11 2017-11-04 14:13:58

balance
Member
Registered: 2017-02-17
Posts: 64

Re: Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

mrunion wrote:

Search the Wiki on the networking topic and follow the instructions for setting up a network connection manually to see if you can get it connected. After that you can move on to configuring netctl, etc.

https://wiki.archlinux.org/index.php/Wi … nual_setup

I can't establish a manual connection, that's why I tried it with the GUI applications and such.

e.g. I tried it with wpa_supplicant:

my wpa config file is:

network={
	ssid="myssid"
	key_mgmt=WPA-EAP
	identity="myid"
	password="mypw"
}

getting (I termianted it at some point)

Successfully initialized wpa_supplicant
FT: Invalid key management type (1)
wlp4s0: SME: Trying to authenticate with 04:18:d6:21:67:76 (SSID='myssid' freq=5180 MHz)
wlp4s0: CTRL-EVENT-DISCONNECTED bssid=04:18:d6:21:67:76 reason=2 locally_generated=1
wlp4s0: Trying to associate with 04:18:d6:21:67:76 (SSID='myssid' freq=5180 MHz)
wlp4s0: Associated with 04:18:d6:21:67:76
wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
wlp4s0: CTRL-EVENT-EAP-STARTED EAP authentication started
EAP: buildIdentity: configuration was not available
wlp4s0: Authentication with 04:18:d6:21:67:76 timed out.
wlp4s0: CTRL-EVENT-DISCONNECTED bssid=04:18:d6:21:67:76 reason=3 locally_generated=1
wlp4s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="myssid" auth_failures=1 duration=10 reason=CONN_FAILED
wlp4s0: CTRL-EVENT-SSID-REENABLED id=0 ssid="myssid"
FT: Invalid key management type (1)
wlp4s0: SME: Trying to authenticate with 04:18:d6:21:67:aa (SSID='myssid' freq=5180 MHz)
wlp4s0: SME: Authentication request to the driver failed
wlp4s0: Associated with 04:18:d6:22:67:76
wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
wlp4s0: CTRL-EVENT-EAP-STARTED EAP authentication started
wlp4s0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
wlp4s0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
wlp4s0: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=CH/ST=Zurich/O=xxx/OU=Verwaltung/CN=CA/emailAddress=admin@myssid.ch' hash=07b8c8c8221fee06694fde5c2f2af86bfa83b634309a7b594dcee50a765b2d19
wlp4s0: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=CH/ST=Zurich/O=xxx/OU=Verwaltung/CN=CA/emailAddress=admin@myssid.ch' hash=07b8c8c8221fee06694fde5c2f2af86bfa83b634309a7b594dcee50a765b2d19
wlp4s0: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=CH/ST=Zurich/O=xxx/OU=Verwaltung/CN=wlan\xC3\x83_server/emailAddress=admin@myssid.ch' hash=30606f9a07e1edda0283f939517028a0eb9e3abd6f2156da08535aaf82efd141
SSL: SSL3 alert: write (local SSL3 detected an error):fatal:decrypt error
OpenSSL: openssl_handshake - SSL_connect error:04091068:rsa routines:INT_RSA_VERIFY:bad signature
OpenSSL: pending error: error:1408D07B:SSL routines:ssl3_get_key_exchange:bad signature
wlp4s0: CTRL-EVENT-EAP-FAILURE EAP authentication failed
wlp4s0: CTRL-EVENT-DISCONNECTED bssid=04:18:d6:22:67:76 reason=23
wlp4s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="myssid" auth_failures=2 duration=23 reason=AUTH_FAILED
wlp4s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
wlp4s0: CTRL-EVENT-DISCONNECTED bssid=04:18:d6:21:67:aa reason=3 locally_generated=1
wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
wlp4s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
wlp4s0: CTRL-EVENT-DISCONNECTED bssid=04:18:d6:22:67:aa reason=3 locally_generated=1
wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
wlp4s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
wlp4s0: CTRL-EVENT-DISCONNECTED bssid=04:18:d6:04:29:3d reason=3 locally_generated=1
wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
wlp4s0: CTRL-EVENT-DISCONNECTED bssid=04:18:d6:03:29:3d reason=3 locally_generated=1
wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
wlp4s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
wlp4s0: CTRL-EVENT-DISCONNECTED bssid=04:18:d6:03:29:3d reason=3 locally_generated=1
wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
wlp4s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
wlp4s0: CTRL-EVENT-DISCONNECTED bssid=18:22:7e:e0:e3:3f reason=3 locally_generated=1
wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
wlp4s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
wlp4s0: CTRL-EVENT-DISCONNECTED bssid=04:18:d6:21:67:76 reason=3 locally_generated=1
wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
wlp4s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
wlp4s0: CTRL-EVENT-DISCONNECTED bssid=04:18:d6:21:67:aa reason=3 locally_generated=1
wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
wlp4s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
wlp4s0: CTRL-EVENT-DISCONNECTED bssid=04:18:d6:22:67:76 reason=3 locally_generated=1
wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
wlp4s0: CTRL-EVENT-SSID-REENABLED id=0 ssid="myssid"
FT: Invalid key management type (1)
wlp4s0: SME: Trying to authenticate with 04:18:d6:04:27:a9 (SSID='myssid' freq=2472 MHz)
wlp4s0: SME: Authentication request to the driver failed
wlp4s0: Associated with 18:22:7e:e0:e3:3f
wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
wlp4s0: WPA: Failed to get master session key from EAPOL state machines - key handshake aborted
wlp4s0: CTRL-EVENT-DISCONNECTED bssid=18:22:7e:e0:e3:3f reason=1 locally_generated=1
wlp4s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
FT: Invalid key management type (1)
wlp4s0: SME: Trying to authenticate with 04:18:d6:21:67:76 (SSID='myssid' freq=5180 MHz)
wlp4s0: SME: Authentication request to the driver failed
wlp4s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="myssid" auth_failures=3 duration=46 reason=CONN_FAILED
wlp4s0: CTRL-EVENT-DISCONNECTED bssid=04:18:d6:22:67:aa reason=3 locally_generated=1
wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
wlp4s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
wlp4s0: CTRL-EVENT-DISCONNECTED bssid=04:18:d6:04:29:3d reason=3 locally_generated=1
wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
wlp4s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
wlp4s0: CTRL-EVENT-DISCONNECTED bssid=04:18:d6:03:29:3d reason=3 locally_generated=1
wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
wlp4s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
wlp4s0: CTRL-EVENT-DISCONNECTED bssid=04:18:d6:03:29:3d reason=3 locally_generated=1
wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
wlp4s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
^Cnl80211: Failed to open /proc/sys/net/ipv4/conf/p2p-dev-wlp4s0/drop_unicast_in_l2_multicast: No such file or directory
nl80211: Failed to set IPv4 unicast in multicast filter
nl80211: Failed to open /proc/sys/net/ipv4/conf/p2p-dev-wlp4s0/drop_unicast_in_l2_multicast: No such file or directory
nl80211: Failed to set IPv4 unicast in multicast filter
nl80211: deinit ifname=p2p-dev-wlp4s0 disabled_11b_rates=0
p2p-dev-wlp4s0: CTRL-EVENT-TERMINATING 
nl80211: deinit ifname=wlp4s0 disabled_11b_rates=0
wlp4s0: CTRL-EVENT-TERMINATING 

Wasnt able to find out what Invalid key management type means.

Last edited by balance (2017-11-04 14:23:32)

Offline

#12 2017-11-04 16:40:57

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,132

Re: Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

Please show what you do from the beginning of the process? Do all the commands prior to use of wpa_supplicant work? You should have got information about the key management etc. as part of the output from those earlier steps. What did that say? That configuration looks incomplete to me, but I'm not sure. See the manual page for examples.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#13 2017-11-05 14:52:07

balance
Member
Registered: 2017-02-17
Posts: 64

Re: Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

cfr wrote:

Please show what you do from the beginning of the process? Do all the commands prior to use of wpa_supplicant work? You should have got information about the key management etc. as part of the output from those earlier steps. What did that say? That configuration looks incomplete to me, but I'm not sure. See the manual page for examples.

I looked at examples, so I'm sure my wpa config file is fine.

1. iw dev - ok
2. iw dev wlp4s0 link - no connection
3. ip link set wlp4s0 up - ok
4. iw dev interface scan | grep -i myssid - ok, shows several such networks
5. wpa_supplicant -i wlp4s0 -c wpa.conf (getting the errors above)

I'll recheck my config but the netctl profile is 1000% accurate since it worked and I never touched it and all m yother interface are still working too.


I noticed that if I start up and connect (auto) to my hotspot and then set the interface down (because netctl start myprofile says "interface already up"), I can see the following error in journalctl:

wlp4s0: failed to remove key (1, ff:ff:ff:ff:ff:ff) from hardware (-22)

Offline

#14 2017-11-05 15:40:55

seth
Member
Registered: 2012-09-03
Posts: 51,017

Re: Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

Today, at home, I was working when suddendly I lost the wireless connection.

Sure it's WPA-EAP and not WPA-PSK?

Offline

#15 2017-11-06 00:14:56

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,132

Re: Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

balance wrote:

I noticed that if I start up and connect (auto) to my hotspot and then set the interface down (because netctl start myprofile says "interface already up"), I can see the following error in journalctl:

wlp4s0: failed to remove key (1, ff:ff:ff:ff:ff:ff) from hardware (-22)

I doubt that's related. We're all getting that. It's a bug, but it just slows down shutdown a little, I think. At any rate, it certainly doesn't stop things working.

Re. config: All the examples I found with WPA-EAP had further configuration details, so if this really is right, then I'd suspect more stuff needs to be in the file. This is not the same as WPA-PSK, as seth points out above.

Last edited by cfr (2017-11-06 00:17:10)


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#16 2017-11-06 17:41:56

balance
Member
Registered: 2017-02-17
Posts: 64

Re: Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

Hi,

I'm sure because it worked for months with this config. Maybe they changed something but I'm still waiting for an answer and I doubt they would do maintenance in the middle of the day and just dc you.

WHat I did now:

1. tried it with EAP-PSK - didn't work with netctl. When I changed it in the wpa.conf and did wpa_supplicant -B -i wlp4s0 -c wpa.conf it just outputted "Successflly initalized wpa_supplicant but no connection.
2. I downlaoded arch again and put it on a stick, booted it, mounted my linux fielsystem, copied both configs "on to the live system" and tried netctl and wpa_supplicant. same result. (Wanted to isolate the problem from my system configs but I'm not sure if that really did a lot)

I'll for sure redo all the steps and check if I have some errors in my config files etc. When I got the dc I did a mount -t cifs as I said above - if that's somehow relevant.

Offline

#17 2017-11-06 18:48:33

seth
Member
Registered: 2012-09-03
Posts: 51,017

Re: Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

tried it with EAP-PSK

Errr....???

Offline

#18 2017-11-07 00:50:35

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,132

Re: Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

balance wrote:

I'm sure because it worked for months with this config. Maybe they changed something but I'm still waiting for an answer and I doubt they would do maintenance in the middle of the day and just dc you.

I thought it was your home network where you couldn't connect. So isn't 'they' you or your house mates/family? If 'they' is your ISP, this sounds like just the kind of thing they do all the time.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#19 2017-11-08 08:34:00

balance
Member
Registered: 2017-02-17
Posts: 64

Re: Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

seth wrote:

tried it with EAP-PSK

Errr....???


What does that mean?



cfr wrote:
balance wrote:

I'm sure because it worked for months with this config. Maybe they changed something but I'm still waiting for an answer and I doubt they would do maintenance in the middle of the day and just dc you.

I thought it was your home network where you couldn't connect. So isn't 'they' you or your house mates/family? If 'they' is your ISP, this sounds like just the kind of thing they do all the time.

It's my "home" network - I live in a house full of students, something like a dorm maybe? So basically you have a ethernet and wlan, ethernet works fine and wlan works fine for everyone else too. There's a guy who manages all the network related stuff. I meant him and his partner with "they".

I'll have a talk with him next time I see him (which is mostly random) and I'll redo everything stated in this thread during the weekend, when I have time. I know that he uses linux too, ubuntu or debian, so I guess he might be able to extract a profile for me. (but maybe he won't, he's usually a bit awkward and not always very supportive tongue )

thanks for the input so far

Last edited by balance (2017-11-08 08:34:21)

Offline

#20 2017-11-08 08:46:06

seth
Member
Registered: 2012-09-03
Posts: 51,017

Re: Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

That's not a valid value? And makes no sense?

Offline

#21 2017-11-08 12:52:27

balance
Member
Registered: 2017-02-17
Posts: 64

Re: Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

seth wrote:

That's not a valid value? And makes no sense?

Ah now I see, must be a typo since I looked at a example which used WPA-PSK. But I'm gonna retry it today evening when I'm at home, maybe I was actually that stupid.

Offline

#22 2017-11-08 18:23:49

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,132

Re: Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

A dorm maybe using WPA-EAP. It would be unusual on a home network for a household, but a dorm or hall of residence is a bit different and may well use enterprise configuration.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#23 2017-11-09 10:02:05

balance
Member
Registered: 2017-02-17
Posts: 64

Re: Wi-Fi disconnected unexpectendly - can't use one netctl profile anymor

so I finally rached that guy and they apparently changed the security protocol they r using and somehow didn't properly publish the news...  So I have EAP-TTLS/PAP now... Thanks a lot for all the help in here and all the input! They changed it since MSCHAPv2 is unsecure (probably bacuse of that handshake bug in wpa2?) anyway, I bet it should work once I'm back home...

Offline

Board footer

Powered by FluxBB