PDA

View Full Version : [SOLVED] systemd-udevs 100% CPU usage



corsairetc
April 18th, 2018, 06:52 AM
Hello I am running Ubuntu 18.04 x64. Everytime I turn on wifi CPU usage is 100% by process:

/lib/systemd/systemd-udevd
If I turn wifi card off system resources is normal. Lan network is not affected this problem only wifi is.
My wifi card model is:

description: Wireless interface
product: WiFi Link 5100
vendor: Intel Corporation
physical id: 1
bus info: pci@0000:0c:00.0
logical name: wlp12s0
version: 00
serial: 00:XXXXXX
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=4.15.0-15-generic firmware=8.83.5.1 build 33692 ip=192.168.3.3 latency=0 link=yes multicast=yes wireless=IEEE 802.11
resources: irq:26 memory:f69fe000-f69fffff

What could be wrong ?
Thank you for help.

kerry_s
April 18th, 2018, 10:38 AM
are you using a external mouse?
if so then try disabling the touchpad in settings-> devices-> mouse

just remembered sometimes it's bluetooth, you can try disabling that.

a reboot might be required.

corsairetc
April 18th, 2018, 11:15 AM
Thank you lot. It was bluetooth I disable the blootooth and now it is ok.

kerry_s
April 18th, 2018, 11:28 AM
welcome to testing, glad it's okay now. hope the fix by release.

hhemken
April 27th, 2018, 11:52 PM
Wasn't fixed by release day, but turning off bluetooth is a viable workaround. Unless you need bluetooth.

aarcos
May 17th, 2018, 01:58 PM
thanks, turnoff bluetooth and now it is ok.

ysg2
September 13th, 2018, 08:27 AM
Instead of turning off bluetooth, try stopping and starting soon after booting by running the following commands-

sudo systemctl stop systemd-udevd systemd-udevd-kernel.socket systemd-udevd-control.socket

sudo systemctl start systemd-udevd systemd-udevd-kernel.socket systemd-udevd-control.socket

It has worked in my laptop and all the problems are gone.