You are not logged in.

#1 2017-01-30 20:39:55

musdem
Member
Registered: 2013-09-17
Posts: 19

Network Manager has different issues on different networks

So I recently upgraded my laptops software and now no wifi network works.

On my home network it connects however it doesn't have an IPv6 address and I can't connect/ping anything. This is the log

However on my university network (as well as all other networks I've tested) I get no IP and nothing connects at all. This is the log

Thanks in advance for any help.

Offline

#2 2017-01-30 21:14:04

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: Network Manager has different issues on different networks

Stop NetworkManager and attempt to connect manually instead.

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

Post any error messages in full please.

Offline

#3 2017-01-30 22:01:30

musdem
Member
Registered: 2013-09-17
Posts: 19

Re: Network Manager has different issues on different networks

So I tried connecting manually and this is the output I got. I could create a connection however I couldn't connect or ping anything. wpa_supplicant said there is a driver failure but it still connected.

output of sudo wpa_supplicant -D n180211,wext -i wlp3s0 -c/home/zack/wpa_supplicant.confSuccessfully initialized wpa_supplicant:

ioctl[SIOCSIWENCODEEXT]: Invalid argument
ioctl[SIOCSIWENCODEEXT]: Invalid argument
wlp3s0: Trying to associate with 84:94:8c:1f:94:08 (SSID='Rogers21932' freq=2462 MHz)
ioctl[SIOCSIWFREQ]: Device or resource busy
wlp3s0: Association request to the driver failed
wlp3s0: Associated with 84:94:8c:1f:94:08
wlp3s0: WPA: Key negotiation completed with 84:94:8c:1f:94:08 [PTK=CCMP GTK=TKIP]
wlp3s0: CTRL-EVENT-CONNECTED - Connection to 84:94:8c:1f:94:08 completed [id=0 id_str=]

output of sudo iw dev wlp3s0 link:

Connected to 84:94:8c:1f:94:08 (on wlp3s0)
SSID: Rogers21932
freq: 2462
RX: 34660 bytes (224 packets)
TX: 955 bytes (10 packets)
signal: -50 dBm
tx bitrate: 72.2 MBit/s MCS 7 short GI

bss flags:	short-slot-time
dtim period:	1
beacon int:	100

Offline

#4 2017-01-31 15:26:19

spncrhg
Member
Registered: 2017-01-27
Posts: 14

Re: Network Manager has different issues on different networks

Hi Zack (Just guessing),

That sounds like you didn't give yourself an IP address after you connected:
https://wiki.archlinux.org/index.php/Wi … IP_address

If you didn't, you should try:

# wpa_supplicant -B -i wlp3s0 -c /home/zack/wpa_supplicant.conf
# dhcpcd wlp3s0

If that also fails, then you should post the result of:

# wpa_supplicant -d -i wlp3s0 -c /home/zack/wpa_supplicant.conf

Make sure you kill any extra instances of wpa_supplicant before you run it again:

# killall wpa_supplicant

I'm a noob, so sorry if I lead you astray. However, I think that might help you.

Last edited by spncrhg (2017-01-31 16:07:05)

Offline

#5 2017-01-31 16:18:26

musdem
Member
Registered: 2013-09-17
Posts: 19

Re: Network Manager has different issues on different networks

Yea I forgot to assign an IP I never do this manually.

Anyway when I ran dhcpcd it gave this output:

DUID 00:01:00:01:1e:21:ad:08:7c:e9:d3:f7:50:7a
wlp3s0: IAID d3:f7:50:7a
wlp3s0: soliciting a DHCP lease
wlp3s0: soliciting an IPv6 router
wlp3s0: no IPv6 Routers available
timed out
dhcpcd exited

Also the wpa_supplicant -d command output this: http://pastebin.com/Z5vP2ue4

Offline

#6 2017-01-31 17:49:10

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: Network Manager has different issues on different networks

I think we need to see the content of ~/wpa_supplicant.conf

How did you create that configuration file?

Have you tried disabling IPv6?

Offline

#7 2017-01-31 18:34:11

musdem
Member
Registered: 2013-09-17
Posts: 19

Re: Network Manager has different issues on different networks

There is nothing in the configuration file aside from the wifi login information. I have tried disabling IPv6 before and it hasn't worked.

Offline

#8 2017-01-31 20:03:09

spncrhg
Member
Registered: 2017-01-27
Posts: 14

Re: Network Manager has different issues on different networks

Provide the output of:

# systemctl

Also, try running through the wpa_supplicant process again and then provide the output of:

# journalctl -xe

Offline

#9 2017-01-31 20:47:57

musdem
Member
Registered: 2013-09-17
Posts: 19

Re: Network Manager has different issues on different networks

Alright,

Here is the output of systemctl: http://pastebin.com/vnbYsyAE

Here is the output of journalctl: http://pastebin.com/STDNv3Fi

Offline

Board footer

Powered by FluxBB