Ergebnis 11 bis 12 von 12
-
08.05.2018, 07:17 #11
- Registriert seit
- 29.08.2014
- Beiträge
- 5.344
- Thanks (gegeben)
- 2010
- Thanks (bekommen)
- 2277
- Total Downloaded
- 51,35 MB
- Total Downloaded
- 51,35 MB
Box 1:OSmio+4K @ 7.3Box 2:OSmio4K @ 7.3Box 3:OSmini4K @ 7.3Box 4:SF8008 @ 7.3sorry my english is not so good
I think you misunderstood me
i want a screenshot in english language, so we can better read it ..
and this is the part in atv 6.2 for processor temp
Code:tempinfo = "" if path.exists('/proc/stb/fp/temp_sensor_avs'): f = open('/proc/stb/fp/temp_sensor_avs', 'r') tempinfo = f.read() f.close() elif path.exists('/proc/stb/power/avs'): f = open('/proc/stb/power/avs', 'r') tempinfo = f.read() f.close() elif path.exists('/sys/devices/virtual/thermal/thermal_zone0/temp'): try: f = open('/sys/devices/virtual/thermal/thermal_zone0/temp', 'r') tempinfo = f.read() tempinfo = tempinfo[:-4] f.close() except: tempinfo = "" if tempinfo and int(tempinfo.replace('\n', '')) > 0: mark = str('\xc2\xb0') AboutText += _("Processor temperature:\t%s") % tempinfo.replace('\n', '').replace(' ','') + mark + "C\n" AboutLcdText = AboutText.replace('\t', ' ')
Geändert von HD75hd (08.05.2018 um 07:21 Uhr)
Gruss HD75hd
OS mio+ 4K / OpenATV 7.3
Unicable DurLine UK 124
Wer kein Fullbackup hat, hat selber Schuld
-
Danke - 1 Thanks
Marchella bedankten sich
-
Advertising
-
08.05.2018, 07:31 #12
- Registriert seit
- 15.04.2017
- Ort
- Uzbekistan
- Beiträge
- 121
- Thanks (gegeben)
- 144
- Thanks (bekommen)
- 14
- Total Downloaded
- 0
- Total Downloaded
- 0
ThemenstarterBox 1:Zgemma H10 Combo 4KBox 2:Zgemma H9 Combo 4KBox 3:Zgemma H9 Twin 4K UHDplease...
procfs.txt
many thanks to you, now everything became clear...
Code:root@formuler3:~# cat /proc/stb/power/avs 79 root@formuler3:~# root@formuler3:~#
Geändert von Marchella (08.05.2018 um 07:40 Uhr)
-
Danke - 1 Thanks
HD75hd bedankten sich
Lesezeichen