Changes

Jump to: navigation, search

Installing I3M Linux Daemon on Airtop3

5 bytes added, 07:57, 27 February 2020
/* Re-installing I3M Linux Daemon */
If I3M daemon is re-installed, you may not receive temperature and frequency readings. To resolve, airtop-fpvsc systemd service has to be restarted. Please follow the steps below:
# 1. Remove systemd files:
$ sudo rm /lib/systemd/system/gpu-thermald.service
$ sudo rm /lib/systemd/system/airtop-fpsvc.service
# 2. Create file /etc/rc.local with the following content:
#!/bin/bash
exit 0
# 3. Make it executable
$ sudo chmod +x /etc/rc.local
# 4. Ensure airtop-fpvsc panel is working
$ sudo /etc/rc.local
# 5. Restart, ensure airtop-fpvsc panel is working
$ sudo reboot