Hi,
Can you help me stop bluedroid_pm please
install bluedroid_pm /bin/false
into /etc/modprobe.d/blacklist.conf.
I don’t understand what to do here?
thanks
Hi,
Can you help me stop bluedroid_pm please
install bluedroid_pm /bin/false
into /etc/modprobe.d/blacklist.conf.
I don’t understand what to do here?
thanks
sudo nano /etc/modprobe.d/blacklist.conf
paste string: install bluedroid_pm /bin/false
to the end of opened file
Thanks @kuskov.stanislav. I can confirm that on our stock AGX Xaviers, disabling bluedroid_pm (which is actually a NVIDIA bluetooth power management driver) via the following successfully solved the random reboot issue as well reduced CPU usage:
$ sudo gedit /etc/modprobe.d/blacklist.conf
> Add the following lines at the end of the file that opens:
# Disable bluetooth power management driver to fix random crashes/reboots and high CPU load
install bluedroid_pm /bin/false