systemd-udevd high cpu usage

Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
Few days ago I installed Antergos on my old Dell laptop with Broadcom BCM2046 Bluetooth. Since then I'm having issues with bluetooth.
First, no adapters were found. This was somehow solved (I'm not sure if I solved or maybe few restarts did the work). But now, even though bluetooth is enabled and it manages to find around some bluetooth devices it's unable to connect to them. And the main issue actually is, that systemd-udevd consumes ~100% of CPU which has clearly something to do with bluetooth cause if I disable bluetooth and restart the computer, systemd-udevd CPU consumption is only few percent.
Here is dmesg: https://pastebin.com/9NJ3ihdM
And important log from it is:
[ 12.957279] usb 8-2.2: usbfs: USBDEVFS_CONTROL failed cmd hid2hci rqt 33 rq 9 len 4 ret -71
Log from udevadm monitor has lots of these lines:
UDEV [4035.892029] unbind /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2.2/8-2.2:1.0 (usb)
UDEV [4036.034323] bind /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2.2/8-2.2:1.0 (usb)
which is probably the reason for the high CPU usage (though not the root cause)
I tried running hid2hci tool manually:
sudo hid2hci --devpath=devices/pci0000:00/0000:00:1d.2/usb8/8-2 --method=dell
But I'm getting:
Control transfer failed: Broken pipe (32)
error: switching device '/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-2' failed.
Any ideas how to solve the issue?
I need to also mark that bluetooth used to work for me with Kubuntu 16.04 and KDE Neon
udev bluetooth broadcom cpu-usage
add a comment |Â
up vote
1
down vote
favorite
Few days ago I installed Antergos on my old Dell laptop with Broadcom BCM2046 Bluetooth. Since then I'm having issues with bluetooth.
First, no adapters were found. This was somehow solved (I'm not sure if I solved or maybe few restarts did the work). But now, even though bluetooth is enabled and it manages to find around some bluetooth devices it's unable to connect to them. And the main issue actually is, that systemd-udevd consumes ~100% of CPU which has clearly something to do with bluetooth cause if I disable bluetooth and restart the computer, systemd-udevd CPU consumption is only few percent.
Here is dmesg: https://pastebin.com/9NJ3ihdM
And important log from it is:
[ 12.957279] usb 8-2.2: usbfs: USBDEVFS_CONTROL failed cmd hid2hci rqt 33 rq 9 len 4 ret -71
Log from udevadm monitor has lots of these lines:
UDEV [4035.892029] unbind /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2.2/8-2.2:1.0 (usb)
UDEV [4036.034323] bind /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2.2/8-2.2:1.0 (usb)
which is probably the reason for the high CPU usage (though not the root cause)
I tried running hid2hci tool manually:
sudo hid2hci --devpath=devices/pci0000:00/0000:00:1d.2/usb8/8-2 --method=dell
But I'm getting:
Control transfer failed: Broken pipe (32)
error: switching device '/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-2' failed.
Any ideas how to solve the issue?
I need to also mark that bluetooth used to work for me with Kubuntu 16.04 and KDE Neon
udev bluetooth broadcom cpu-usage
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Few days ago I installed Antergos on my old Dell laptop with Broadcom BCM2046 Bluetooth. Since then I'm having issues with bluetooth.
First, no adapters were found. This was somehow solved (I'm not sure if I solved or maybe few restarts did the work). But now, even though bluetooth is enabled and it manages to find around some bluetooth devices it's unable to connect to them. And the main issue actually is, that systemd-udevd consumes ~100% of CPU which has clearly something to do with bluetooth cause if I disable bluetooth and restart the computer, systemd-udevd CPU consumption is only few percent.
Here is dmesg: https://pastebin.com/9NJ3ihdM
And important log from it is:
[ 12.957279] usb 8-2.2: usbfs: USBDEVFS_CONTROL failed cmd hid2hci rqt 33 rq 9 len 4 ret -71
Log from udevadm monitor has lots of these lines:
UDEV [4035.892029] unbind /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2.2/8-2.2:1.0 (usb)
UDEV [4036.034323] bind /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2.2/8-2.2:1.0 (usb)
which is probably the reason for the high CPU usage (though not the root cause)
I tried running hid2hci tool manually:
sudo hid2hci --devpath=devices/pci0000:00/0000:00:1d.2/usb8/8-2 --method=dell
But I'm getting:
Control transfer failed: Broken pipe (32)
error: switching device '/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-2' failed.
Any ideas how to solve the issue?
I need to also mark that bluetooth used to work for me with Kubuntu 16.04 and KDE Neon
udev bluetooth broadcom cpu-usage
Few days ago I installed Antergos on my old Dell laptop with Broadcom BCM2046 Bluetooth. Since then I'm having issues with bluetooth.
First, no adapters were found. This was somehow solved (I'm not sure if I solved or maybe few restarts did the work). But now, even though bluetooth is enabled and it manages to find around some bluetooth devices it's unable to connect to them. And the main issue actually is, that systemd-udevd consumes ~100% of CPU which has clearly something to do with bluetooth cause if I disable bluetooth and restart the computer, systemd-udevd CPU consumption is only few percent.
Here is dmesg: https://pastebin.com/9NJ3ihdM
And important log from it is:
[ 12.957279] usb 8-2.2: usbfs: USBDEVFS_CONTROL failed cmd hid2hci rqt 33 rq 9 len 4 ret -71
Log from udevadm monitor has lots of these lines:
UDEV [4035.892029] unbind /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2.2/8-2.2:1.0 (usb)
UDEV [4036.034323] bind /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2.2/8-2.2:1.0 (usb)
which is probably the reason for the high CPU usage (though not the root cause)
I tried running hid2hci tool manually:
sudo hid2hci --devpath=devices/pci0000:00/0000:00:1d.2/usb8/8-2 --method=dell
But I'm getting:
Control transfer failed: Broken pipe (32)
error: switching device '/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-2' failed.
Any ideas how to solve the issue?
I need to also mark that bluetooth used to work for me with Kubuntu 16.04 and KDE Neon
udev bluetooth broadcom cpu-usage
asked Mar 25 at 10:40
Artur StÃÂpniak
62
62
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
1
down vote
I'm on Ubuntu 18.04 with a Dell laptop (kernel version 4.15.0-20-generic) and I also had problem with systemd-udevd clogging my cpu.
I've been looking for solution all over the internet, and it seems many people with that problem have linked it to some bluetooth package "bluez" (seems that it is a specific Dell issue, and only with newer kernels).
In my case I don't need bluetooth so I just removed the package and ran sudo systemctl restart systemd-udevd
CPU load is normal since then!
add a comment |Â
up vote
-1
down vote
I'm running a Dell Latitude e4300.
I found the high cpu problem went away when I disabled
onboard blutooth in the BIOS.
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
I'm on Ubuntu 18.04 with a Dell laptop (kernel version 4.15.0-20-generic) and I also had problem with systemd-udevd clogging my cpu.
I've been looking for solution all over the internet, and it seems many people with that problem have linked it to some bluetooth package "bluez" (seems that it is a specific Dell issue, and only with newer kernels).
In my case I don't need bluetooth so I just removed the package and ran sudo systemctl restart systemd-udevd
CPU load is normal since then!
add a comment |Â
up vote
1
down vote
I'm on Ubuntu 18.04 with a Dell laptop (kernel version 4.15.0-20-generic) and I also had problem with systemd-udevd clogging my cpu.
I've been looking for solution all over the internet, and it seems many people with that problem have linked it to some bluetooth package "bluez" (seems that it is a specific Dell issue, and only with newer kernels).
In my case I don't need bluetooth so I just removed the package and ran sudo systemctl restart systemd-udevd
CPU load is normal since then!
add a comment |Â
up vote
1
down vote
up vote
1
down vote
I'm on Ubuntu 18.04 with a Dell laptop (kernel version 4.15.0-20-generic) and I also had problem with systemd-udevd clogging my cpu.
I've been looking for solution all over the internet, and it seems many people with that problem have linked it to some bluetooth package "bluez" (seems that it is a specific Dell issue, and only with newer kernels).
In my case I don't need bluetooth so I just removed the package and ran sudo systemctl restart systemd-udevd
CPU load is normal since then!
I'm on Ubuntu 18.04 with a Dell laptop (kernel version 4.15.0-20-generic) and I also had problem with systemd-udevd clogging my cpu.
I've been looking for solution all over the internet, and it seems many people with that problem have linked it to some bluetooth package "bluez" (seems that it is a specific Dell issue, and only with newer kernels).
In my case I don't need bluetooth so I just removed the package and ran sudo systemctl restart systemd-udevd
CPU load is normal since then!
answered May 17 at 10:21
Jonathan Pasquier
1112
1112
add a comment |Â
add a comment |Â
up vote
-1
down vote
I'm running a Dell Latitude e4300.
I found the high cpu problem went away when I disabled
onboard blutooth in the BIOS.
add a comment |Â
up vote
-1
down vote
I'm running a Dell Latitude e4300.
I found the high cpu problem went away when I disabled
onboard blutooth in the BIOS.
add a comment |Â
up vote
-1
down vote
up vote
-1
down vote
I'm running a Dell Latitude e4300.
I found the high cpu problem went away when I disabled
onboard blutooth in the BIOS.
I'm running a Dell Latitude e4300.
I found the high cpu problem went away when I disabled
onboard blutooth in the BIOS.
answered Jun 7 at 20:04
JoeBk
1
1
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f433393%2fsystemd-udevd-high-cpu-usage%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password