You are not logged in.

#1 2016-12-06 14:21:00

MisterChoc
Member
Registered: 2013-02-17
Posts: 74

[SOLVED]Can't connect to wifi after hard drive change

So I took my hard drive, put it in another laptop that's the exact same model and now I can't connect to wifi anymore. Might be unrelated to the laptop change, I also ran some updates recently.

Laptop is a T450s with the intel wifi board.

journalctl

Dec 06 15:16:38 archie NetworkManager[3904]: <info>  [1481033798.0581] device (wlp3s0): Activation: starting connection 'telenet-89B23B5 1' (bddffc63-2c24-4144-aba6-8db4f28dd14f)
Dec 06 15:16:38 archie NetworkManager[3904]: <info>  [1481033798.0583] audit: op="connection-activate" uuid="bddffc63-2c24-4144-aba6-8db4f28dd14f" name="telenet-89B23B5 1" pid=869 uid
Dec 06 15:16:38 archie NetworkManager[3904]: <info>  [1481033798.0585] device (wlp3s0): state change: disconnected -> prepare (reason 'none') [30 40 0]
Dec 06 15:16:38 archie NetworkManager[3904]: <info>  [1481033798.0664] device (wlp3s0): set-hw-addr: set-cloned MAC address to 5C:E0:C5:5A:05:5F (permanent)
Dec 06 15:16:38 archie kernel: IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Dec 06 15:16:38 archie NetworkManager[3904]: <info>  [1481033798.1056] device (wlp3s0): supplicant interface state: scanning -> disabled
Dec 06 15:16:38 archie NetworkManager[3904]: <info>  [1481033798.1063] device (wlp3s0): supplicant interface state: disabled -> inactive
Dec 06 15:16:38 archie NetworkManager[3904]: <info>  [1481033798.1068] device (wlp3s0): state change: prepare -> config (reason 'none') [40 50 0]
Dec 06 15:16:38 archie NetworkManager[3904]: <info>  [1481033798.1070] device (wlp3s0): Activation: (wifi) access point 'telenet-89B23B5 1' has security, but secrets are required.
Dec 06 15:16:38 archie NetworkManager[3904]: <info>  [1481033798.1070] device (wlp3s0): state change: config -> need-auth (reason 'none') [50 60 0]
Dec 06 15:16:38 archie NetworkManager[3904]: <warn>  [1481033798.1273] device (wlp3s0): No agents were available for this request.
Dec 06 15:16:38 archie NetworkManager[3904]: <info>  [1481033798.1274] device (wlp3s0): state change: need-auth -> failed (reason 'no-secrets') [60 120 7]
Dec 06 15:16:38 archie NetworkManager[3904]: <warn>  [1481033798.1278] device (wlp3s0): Activation: failed for connection 'telenet-89B23B5 1'
Dec 06 15:16:38 archie NetworkManager[3904]: <info>  [1481033798.1300] device (wlp3s0): state change: failed -> disconnected (reason 'none') [120 30 0]
Dec 06 15:16:38 archie kernel: IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Dec 06 15:16:38 archie NetworkManager[3904]: <info>  [1481033798.1367] device (wlp3s0): set-hw-addr: set MAC address to EE:E0:35:D6:FB:AC (scanning)
Dec 06 15:16:38 archie kernel: IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Dec 06 15:16:38 archie NetworkManager[3904]: <info>  [1481033798.1440] device (wlp3s0): supplicant interface state: inactive -> disabled
Dec 06 15:16:38 archie NetworkManager[3904]: <info>  [1481033798.1441] device (wlp3s0): supplicant interface state: disabled -> inactive
Dec 06 15:16:38 archie wpa_supplicant[618]: wlp3s0: Reject scan trigger since one is already pending
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enp0s25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 68:f7:28:e7:c5:89 brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.138/24 brd 192.168.0.255 scope global dynamic enp0s25
       valid_lft 3353sec preferred_lft 3353sec
    inet6 2a02:1811:241e:5c00:8011:8dc0:8bef:76cf/64 scope global noprefixroute dynamic 
       valid_lft 586318sec preferred_lft 67918sec
    inet6 fe80::9329:9f81:725f:441d/64 scope link 
       valid_lft forever preferred_lft forever
3: wlp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
    link/ether ee:e0:35:d6:fb:ac brd ff:ff:ff:ff:ff:ff

Tried to connect using wifi-menu

┌┼───┤ unknown@arch
└┼─$─┤▶ sudo wifi-menu
[sudo] password for unkn0wn: 
Scanning for networks... nl80211: Could not set interface 'p2p-dev-wlp3s0' UP
p2p-dev-wlp3s0: Failed to initialize driver interface
done

So of course you'll probably tell me that the card is broken. But I've tried an external card that I know is working and I get the same result

Last edited by MisterChoc (2016-12-09 15:04:27)

Offline

#2 2016-12-06 19:10:57

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

Re: [SOLVED]Can't connect to wifi after hard drive change

Have you tried connecting manually?

This thread suggests that "p2p" message (also seen here, I'm sure there are other threads as well) may be caused by an already running instance of wpa_supplicant().

Can we see the output of:

systemctl list-unit-files --state=enabled

That you attempted to use wifi-menu and have NetworkManager in your journal entries does not bode well -- they should *not* be used together on the same interface.

Offline

#3 2016-12-09 15:04:57

MisterChoc
Member
Registered: 2013-02-17
Posts: 74

Re: [SOLVED]Can't connect to wifi after hard drive change

It was probably something in those line because after killing everything and starting just network manager it works again

Offline

Board footer

Powered by FluxBB