You are not logged in.

#1 2017-10-19 05:25:29

darshanparab@gmail.com
Member
Registered: 2017-10-19
Posts: 11

[Solved] Unable to connect to WiFi

Hello All,

I have installed archlinux with xfce on my laptop. The problem I'm facing is each time I try to connect to WiFi network; it gets disconnected immediately. dmesg records an error message as "ADDRCONF(NETDEV_UP): wlo1: link is not ready".

I checked following things;
1. I'm able to see available WiFi networks in network manager applet.
2. Kernel module for my WiFi adapter is installed.

Last edited by darshanparab@gmail.com (2018-05-12 05:21:02)

Offline

#2 2017-10-19 05:35:33

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] Unable to connect to WiFi

What card? What driver? How are you managing the connection? Please paste the output of `systemctl --user list-unit-files --state=enabled`



Moving to NC...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2017-10-19 06:14:38

darshanparab@gmail.com
Member
Registered: 2017-10-19
Posts: 11

Re: [Solved] Unable to connect to WiFi

1. Network Card and Driver info:
------------------------------------------------------------
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
    Subsystem: Hewlett-Packard Company RTL8723BE PCIe Wireless Network Adapter
    Kernel driver in use: rtl8723be
    Kernel modules: rtl8723be
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 07)
    Subsystem: Hewlett-Packard Company RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
    Kernel driver in use: r8169
    Kernel modules: r8169
-------------------------------------------------------------

2. Systemctl --user list-unot-files --state=enabled output:
--------------------------------------------------------------
0 unit files listed.
--------------------------------------------------------------

3. I'm managing the Network connections using Network Manager applet from Notification area.

Offline

#4 2017-10-19 06:18:23

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] Unable to connect to WiFi

Ugh, I meant: `systemctl list-unit-files --state=enabled`

And please use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Co … s_and_code


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2017-10-19 06:28:46

darshanparab@gmail.com
Member
Registered: 2017-10-19
Posts: 11

Re: [Solved] Unable to connect to WiFi

systemctl list-unit-files --state=enabled output:

UNIT FILE                                   STATE  
autovt@.service                             enabled
dbus-org.freedesktop.network1.service       enabled
dbus-org.freedesktop.NetworkManager.service enabled
dbus-org.freedesktop.nm-dispatcher.service  enabled
dhcpcd.service                              enabled
display-manager.service                     enabled
getty@.service                              enabled
lightdm.service                             enabled
NetworkManager-dispatcher.service           enabled
NetworkManager.service                      enabled
systemd-networkd-wait-online.service        enabled
systemd-networkd.service                    enabled
systemd-networkd.socket                     enabled
remote-fs.target                            enabled

14 unit files listed.

Offline

#6 2017-10-19 06:31:53

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] Unable to connect to WiFi

You have multiple services enabled, which are conflicting and causing your issue. How did you install Arch?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#7 2017-10-19 06:41:17

darshanparab@gmail.com
Member
Registered: 2017-10-19
Posts: 11

Re: [Solved] Unable to connect to WiFi

Basic Arch installation I did using Archwiki.
After installing xfce I was facing some issues so did a bit of troubleshooting. Some of the services might have got enabled while doing that.
Which of these I should disable?

Offline

#8 2017-10-19 06:43:42

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] Unable to connect to WiFi

It's entirely up to you, depending on how you want to manage your network. The point is, though, you can only enable one network managing service.


Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#9 2017-10-19 06:46:13

darshanparab@gmail.com
Member
Registered: 2017-10-19
Posts: 11

Re: [Solved] Unable to connect to WiFi

Okay. I'll try that and update the thread soon.

Offline

#10 2017-10-20 03:52:02

darshanparab@gmail.com
Member
Registered: 2017-10-19
Posts: 11

Re: [Solved] Unable to connect to WiFi

Hi,

I tried by disabling multiple services. But issue still persists.
This is a current status of enabled services as of now

UNIT FILE                                   STATE  
autovt@.service                             enabled
dbus-org.freedesktop.NetworkManager.service enabled
dbus-org.freedesktop.nm-dispatcher.service  enabled
dhcpcd.service                              enabled
display-manager.service                     enabled
getty@.service                              enabled
lightdm.service                             enabled
NetworkManager-dispatcher.service           enabled
NetworkManager.service                      enabled
remote-fs.target                            enabled

10 unit files listed.

I'm going to start the configuration from basic again. I'll update the thread with the results.

Offline

#11 2017-10-20 08:20:49

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

Re: [Solved] Unable to connect to WiFi

tried

dhcpcd.service                              enabled
NetworkManager.service                      enabled

...

Offline

#12 2017-10-20 13:51:19

darshanparab@gmail.com
Member
Registered: 2017-10-19
Posts: 11

Re: [Solved] Unable to connect to WiFi

Hi,

If I disable NetworkManager service; network manager applet doesn't show any information throws an error saying "NetworkManager is not running."
If I disable dhcpcd service keeping network manager service running; still face the same issue. Error : wlo1 link is not ready

Offline

#13 2017-10-20 13:55:10

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

Re: [Solved] Unable to connect to WiFi

Disable and stop all network managing services, then try a manual connection: https://wiki.archlinux.org/index.php/Wi … nual_setup
Provide the error messages you run into with this (if any)

Offline

#14 2018-03-17 04:44:11

darshanparab@gmail.com
Member
Registered: 2017-10-19
Posts: 11

Re: [Solved] Unable to connect to WiFi

Hi All,

Apologies for the delayed reply. Archwiki had the answer. Somwhow I skipped the line.
I did not install Gnome-Keyring package. Whenever I was trying to connect a protected WiFi network, it was not able to prompt for credentials.

Thanks for help.

Offline

#15 2018-03-17 07:19:16

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

Re: [Solved] Unable to connect to WiFi

Please always remember to mark resolved threads by editing your initial posts subject line. Thanks.

Offline

Board footer

Powered by FluxBB