Changes

Jump to: navigation, search

Installing I3M Linux Daemon on Airtop3

687 bytes added, 07:56, 27 February 2020
* Reboot the Airtop after installation
* Now you can navigate through menus between multiple screens of the I<sup>3</sup>M that display system information, temperatures, power consumption and notifications
 
== 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:
 
# Remove systemd files:
 
$ sudo rm /lib/systemd/system/gpu-thermald.service
$ sudo rm /lib/systemd/system/airtop-fpsvc.service
 
# Create file /etc/rc.local with the following content:
 
#!/bin/bash
 
modprobe i2c-i801
sleep 1
/usr/sbin/airtop-fpsvc
/usr/sbin/gpu-thermald
 
exit 0
 
# Make it executable
 
$ sudo chmod +x /etc/rc.local
 
# Ensure airtop-fpvsc panel is working
 
$ sudo /etc/rc.local
 
# Restart, ensure airtop-fpvsc panel is working
 
$ sudo reboot