You are not logged in.

#1 2020-10-09 00:54:26

asi14
Member
Registered: 2020-10-09
Posts: 11

[SOLVED] After update, NetworkManager fails to connect via Ethernet

After a recent run of pacman -Syu, NetworkManager on KDE fails to connect to Ethernet. (WiFi still works fine) Specifically what happens is it attempts to repeatedly connect but fails to connect with the error "IP Connection was Unavailable". I should note that the Ethernet connection is assigned to the name eno2, which is different from eth0 which is typically used.

To troubleshoot, I first checked lpsci -v and dmesg to ensure my drivers were set. (which they were) Next I checked to see if dhchp was installed since it has caused errors for people in the past, however I didn't have it installed. Lastly, I attempted the solution listed here but all it did was cause my Ethernet connection to flicker on and off. There is one thing of interest, however. Whenever I attempt to re-connect the Ethernet while having the output of journalctl -f handy, the following error gets spilled out:

No such interface “org.freedesktop.DBus.Properties” on object at path /org/freedesktop/NetworkManager/ActiveConnection/29

This line also appears many times:

file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }

One option is that this is a new bug introduced into NetworkManager -- the other option is that something got misconfigured on my end. Is there anything else I am missing?

Note: if there are any command outputs that I should be including, please let me know.

For your convenience, here is the entire output of journalctl -f:

-- Logs begin at Tue 2020-08-04 20:40:34 EDT. --
Oct 08 20:50:44 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:44 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:44 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:44 brian-pc plasmashell[842]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml:78:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:44 brian-pc plasmashell[842]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationPopup.qml:117:15: QML QQuickItem: Binding loop detected for property "height"
Oct 08 20:50:45 brian-pc audit[506]: USYS_CONFIG pid=506 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg="refresh-rate-ms" pid=842 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
Oct 08 20:50:45 brian-pc NetworkManager[506]: <info>  [1602204645.6100] audit: op="statistics" arg="refresh-rate-ms" pid=842 uid=1000 result="success"
Oct 08 20:50:45 brian-pc kernel: audit: type=1111 audit(1602204645.607:157): pid=506 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg="refresh-rate-ms" pid=842 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
Oct 08 20:50:45 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/extras/ExpandableListItem.qml:314: TypeError: Cannot read property 'width' of null
Oct 08 20:50:45 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/extras/ExpandableListItem.qml:314: TypeError: Cannot read property 'width' of null
Oct 08 20:50:54 brian-pc systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Oct 08 20:50:54 brian-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 08 20:50:54 brian-pc kernel: audit: type=1131 audit(1602204654.907:158): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 08 20:50:57 brian-pc NetworkManager[506]: <info>  [1602204657.9831] audit: op="statistics" arg="refresh-rate-ms" pid=842 uid=1000 result="success"
Oct 08 20:50:57 brian-pc audit[506]: USYS_CONFIG pid=506 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg="refresh-rate-ms" pid=842 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
Oct 08 20:50:57 brian-pc kernel: audit: type=1111 audit(1602204657.980:159): pid=506 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg="refresh-rate-ms" pid=842 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
Oct 08 20:50:57 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/TabButton.qml:69:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:57 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/TabButton.qml:69:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:57 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/TabButton.qml:69:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/TabButton.qml:69:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/TabButton.qml:69:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/TabButton.qml:69:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/TabButton.qml:69:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/TabButton.qml:69:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/TabButton.qml:69:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/TabButton.qml:69:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:50:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:00 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:00 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:01 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:01 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:02 brian-pc NetworkManager[506]: <info>  [1602204662.8659] device (eno2): Activation: starting connection 'Wired connection 1' (f7c5fc81-ebaf-3708-a322-54e9c12eeaf8)
Oct 08 20:51:02 brian-pc audit[506]: USYS_CONFIG pid=506 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=f7c5fc81-ebaf-3708-a322-54e9c12eeaf8 name=576972656420636F6E6E656374696F6E2031 pid=842 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
Oct 08 20:51:02 brian-pc NetworkManager[506]: <info>  [1602204662.8662] audit: op="connection-activate" uuid="f7c5fc81-ebaf-3708-a322-54e9c12eeaf8" name="Wired connection 1" pid=842 uid=1000 result="success"
Oct 08 20:51:02 brian-pc NetworkManager[506]: <info>  [1602204662.8667] device (eno2): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 08 20:51:02 brian-pc NetworkManager[506]: <info>  [1602204662.8678] device (eno2): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 08 20:51:02 brian-pc kernel: audit: type=1111 audit(1602204662.864:160): pid=506 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=f7c5fc81-ebaf-3708-a322-54e9c12eeaf8 name=576972656420636F6E6E656374696F6E2031 pid=842 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
Oct 08 20:51:02 brian-pc NetworkManager[506]: <info>  [1602204662.8691] device (eno2): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Oct 08 20:51:02 brian-pc NetworkManager[506]: <info>  [1602204662.8698] dhcp4 (eno2): activation: beginning transaction (timeout in 45 seconds)
Oct 08 20:51:02 brian-pc kded5[791]: plasma-nm: Unhandled active connection state change:  1
Oct 08 20:51:02 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:08 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:09 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:09 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:09 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:09 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:47 brian-pc NetworkManager[506]: <warn>  [1602204707.9017] dhcp4 (eno2): request timed out
Oct 08 20:51:47 brian-pc NetworkManager[506]: <info>  [1602204707.9018] dhcp4 (eno2): state changed unknown -> timeout
Oct 08 20:51:47 brian-pc NetworkManager[506]: <info>  [1602204707.9019] device (eno2): state change: ip-config -> failed (reason 'ip-config-unavailable', sys-iface-state: 'managed')
Oct 08 20:51:47 brian-pc NetworkManager[506]: <warn>  [1602204707.9046] device (eno2): Activation: failed for connection 'Wired connection 1'
Oct 08 20:51:47 brian-pc NetworkManager[506]: <info>  [1602204707.9052] device (eno2): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
Oct 08 20:51:47 brian-pc NetworkManager[506]: <info>  [1602204707.9378] dhcp4 (eno2): canceled DHCP transaction
Oct 08 20:51:47 brian-pc NetworkManager[506]: <info>  [1602204707.9379] dhcp4 (eno2): state changed timeout -> done
Oct 08 20:51:47 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:47:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:47 brian-pc kded5[791]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org/freedesktop/NetworkManager/ActiveConnection/36"
Oct 08 20:51:47 brian-pc DiscoverNotifier[869]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org/freedesktop/NetworkManager/ActiveConnection/36"
Oct 08 20:51:47 brian-pc akonadi_notes_agent[1047]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org/freedesktop/NetworkManager/ActiveConnection/36"
Oct 08 20:51:47 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:47 brian-pc akonadi_followupreminder_agent[1031]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org/freedesktop/NetworkManager/ActiveConnection/36"
Oct 08 20:51:47 brian-pc akonadi_maildispatcher_agent[1035]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org/freedesktop/NetworkManager/ActiveConnection/36"
Oct 08 20:51:47 brian-pc kdeconnectd[876]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org/freedesktop/NetworkManager/ActiveConnection/36"
Oct 08 20:51:47 brian-pc akonadi_sendlater_agent[1049]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org/freedesktop/NetworkManager/ActiveConnection/36"
Oct 08 20:51:47 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:47 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:47 brian-pc plasmashell[842]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml:78:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:47 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:47:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:47 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:47 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:47 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:47 brian-pc plasmashell[842]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml:78:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:47 brian-pc plasmashell[842]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationPopup.qml:117:15: QML QQuickItem: Binding loop detected for property "height"
Oct 08 20:51:48 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:48 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:47:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:48 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:48 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:48 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:48 brian-pc plasmashell[842]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml:78:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:50 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:50 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:50 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:50 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:50 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:51 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:51 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:52 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:52 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:52 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:52 brian-pc kwin_x11[795]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 63349, resource id: 31458765, major code: 15 (QueryTree), minor code: 0
Oct 08 20:51:53 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:53 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:53 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:53 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:53 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:53 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:53 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:53 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:54 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:54 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:54 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:55 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:55 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:55 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:55 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:56 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:56 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:57 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 08 20:51:58 brian-pc audit[506]: USYS_CONFIG pid=506 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg="refresh-rate-ms" pid=842 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
Oct 08 20:51:58 brian-pc NetworkManager[506]: <info>  [1602204718.7114] audit: op="statistics" arg="refresh-rate-ms" pid=842 uid=1000 result="success"
Oct 08 20:51:58 brian-pc kernel: audit: type=1111 audit(1602204718.707:161): pid=506 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg="refresh-rate-ms" pid=842 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
Oct 08 20:51:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/extras/ExpandableListItem.qml:314: TypeError: Cannot read property 'width' of null
Oct 08 20:51:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/extras/ExpandableListItem.qml:314: TypeError: Cannot read property 'width' of null
Oct 08 20:51:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/extras/ExpandableListItem.qml:314: TypeError: Cannot read property 'width' of null
Oct 08 20:51:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/extras/ExpandableListItem.qml:314: TypeError: Cannot read property 'width' of null
Oct 08 20:51:58 brian-pc plasmashell[842]: file:///usr/lib/qt/qml/org/kde/plasma/extras/ExpandableListItem.qml:314: TypeError: Cannot read property 'width' of null
Oct 08 20:52:00 brian-pc plasmashell[842]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:285:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }

Here is also the output of sudo systemctl list-unit-files --state=enabled:

UNIT FILE                          STATE   VENDOR PRESET
org.cups.cupsd.path                enabled disabled     
getty@.service                     enabled enabled      
NetworkManager-dispatcher.service  enabled disabled     
NetworkManager-wait-online.service enabled disabled     
NetworkManager.service             enabled disabled     
org.cups.cupsd.service             enabled disabled     
postgresql.service                 enabled disabled     
sddm.service                       enabled disabled     
systemd-timesyncd.service          enabled enabled      
org.cups.cupsd.socket              enabled disabled     
remote-fs.target                   enabled enabled      

11 unit files listed.

Lastly, here is the output of sudo systemctl list-units | grep -iE '(net|dhcp|wpa|conn|wicd)'.

  sys-devices-pci0000:00-0000:00:14.3-net-wlan0.device                                                                                              loaded active plugged   Wi-Fi 6 AX201                                                                          
  sys-devices-pci0000:00-0000:00:1f.6-net-eno2.device                                                                                               loaded active plugged   Ethernet Connection (11) I219-LM                                                       
  sys-subsystem-net-devices-eno2.device                                                                                                             loaded active plugged   Ethernet Connection (11) I219-LM                                                       
  sys-subsystem-net-devices-wlan0.device                                                                                                            loaded active plugged   Wi-Fi 6 AX201                                                                          
  NetworkManager-wait-online.service                                                                                                                loaded active exited    Network Manager Wait Online                                                            
  NetworkManager.service                                                                                                                            loaded active running   Network Manager                                                                        
  systemd-timesyncd.service                                                                                                                         loaded active running   Network Time Synchronization                                                           
  wpa_supplicant.service                                                                                                                            loaded active running   WPA supplicant                                                                         
  network-online.target                                                                                                                             loaded active active    Network is Online                                                                      
  network.target                                                                                                                                    loaded active active    Network                                                                                

Last edited by asi14 (2020-10-09 01:47:40)

Offline

#2 2020-10-09 01:47:30

asi14
Member
Registered: 2020-10-09
Posts: 11

Re: [SOLVED] After update, NetworkManager fails to connect via Ethernet

EDIT: I feel incredibly stupid. There was something wrong with my router.

I'm marking this as solved.

Offline

Board footer

Powered by FluxBB