|

楼主 |
发表于 2015-12-23 14:35:22
|
显示全部楼层
本帖最后由 无影 于 2015-12-23 15:12 编辑
修正OPI-Monitor显示顺序及内存卡显示不全问题:
- sudo nano /etc/rpimonitor/data.conf
复制代码
把里面include部分替换如下:
include=/etc/rpimonitor/template/Allwinner_H3_Extended.conf
include=/etc/rpimonitor/template/memory.conf
include=/etc/rpimonitor/template/sdcard_raspbmc.conf
include=/etc/rpimonitor/template/version.conf
include=/etc/rpimonitor/template/uptime.conf
include=/etc/rpimonitor/template/network.conf
include=/etc/rpimonitor/template/wlan.conf
ctl +o 回车保存 crl +x退出
重启:
- systemctl restart rpimonitor
复制代码
|
|