_wb_ Microbe Staff member Jun 4, 2013 #21 OK, well then I'll have to try to extract the info from dmesg... I also couldn't find anything in proc or sys.
OK, well then I'll have to try to extract the info from dmesg... I also couldn't find anything in proc or sys.
J _jr_ Advanced Member Jun 4, 2013 #22 Good opportunity to become a kernel hacker and add it to sys or proc
_wb_ Microbe Staff member Jun 4, 2013 #23 dmesg | grep OPP | tail -n 1 and then some awk magic works well enough . The next sysinfo will give both the max and current OPP value, e.g. on my ReBirth unit it shows things like "250 MHz (OPP 2/5)" now...
dmesg | grep OPP | tail -n 1 and then some awk magic works well enough . The next sysinfo will give both the max and current OPP value, e.g. on my ReBirth unit it shows things like "250 MHz (OPP 2/5)" now...