My journalctl keeps spitting out this message every second:
May 01 01:50:50 root kernel: fusb302 4-0022: connection has disconnected

Also for some reason after that error comes out, every extracting operation becomes so slow. Installing NPM dependencies can take hours for such small size project (around 100 MB with Node Modules).

while the NPM is installing the repo I logged in using another user and this is the system details:
Welcome to Ubuntu 18.04.4 LTS 4.4.179
System load: 4.79 Up time: 1 hour
Memory usage: 10 % of 3845Mb IP: 192.168.0.69,172.17.0.1
CPU temp: 43°C
Usage of /: 55% of 10G

> cpu_freq
INFO: HARDWARE=
CPU0 online=1 temp=43333 governor=interactive cur_freq=1200000
CPU1 online=1 temp=43333 governor=interactive cur_freq=1200000
CPU2 online=1 temp=43888 governor=interactive cur_freq=600000
CPU3 online=1 temp=43333 governor=interactive cur_freq=600000
CPU4 online=1 temp=43888 governor=interactive cur_freq=1008000
CPU5 online=1 temp=43333 governor=interactive cur_freq=1008000

Docker is also running in background with 2 containers.

How can I solve this slow issue? previously everything was so fat just like regular laptop.
Thanks!