Solving my own problem
Wow!... here's a temporary fix for the high CPU usage from the magical world of Google search :
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
(For a permanent one you have to change some system files, which I'm trying out later.)
UPDATE : Worked, you have to sudo nano /lib/udev/rules.d/97-hid2hci.rules and add the line ACTION=="add" before the device. In my case making it look like this :
ACTION=="add", ATTR{bInterfaceClass}=="03", ATTR{bInterfaceSubClass}=="01", ATTR{bInterfaceProtocol}=="02", \
ATTRS{bDeviceClass}=="00", ATTRS{idVendor}=="413c", ATTRS{bmAttributes}=="e0", \
RUN+="hid2hci --method=dell --devpath=%p", ENV{HID2HCI_SWITCH}="1"
After this, CPU usage comes back to normal (the permanent fix stays after reboot).
From the link, this could be related to bluez (bluetooth) , bluetooth/touchpad or wireless. Could be a kernel problem, etc.https://askubuntu.com/questions/1028883/...-with-wifi
Gparted and Taskmanager from menu open fine and fast now.
Cheers!
![Wink Wink](https://www.freecinema2022.gq/forums/images/smilies/wink.png)
Wow!... here's a temporary fix for the high CPU usage from the magical world of Google search :
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
(For a permanent one you have to change some system files, which I'm trying out later.)
UPDATE : Worked, you have to sudo nano /lib/udev/rules.d/97-hid2hci.rules and add the line ACTION=="add" before the device. In my case making it look like this :
ACTION=="add", ATTR{bInterfaceClass}=="03", ATTR{bInterfaceSubClass}=="01", ATTR{bInterfaceProtocol}=="02", \
ATTRS{bDeviceClass}=="00", ATTRS{idVendor}=="413c", ATTRS{bmAttributes}=="e0", \
RUN+="hid2hci --method=dell --devpath=%p", ENV{HID2HCI_SWITCH}="1"
After this, CPU usage comes back to normal (the permanent fix stays after reboot).
From the link, this could be related to bluez (bluetooth) , bluetooth/touchpad or wireless. Could be a kernel problem, etc.https://askubuntu.com/questions/1028883/...-with-wifi
Gparted and Taskmanager from menu open fine and fast now.
Cheers!
- TheDead (TheUxNo0b)
If my blabbering was helpful, please click my [Thank] link.
If my blabbering was helpful, please click my [Thank] link.