_wb_ Microbe Staff member Joined Apr 5, 2012 Messages 5,390 Age 43 Location Brussels, Belgium 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 Joined May 5, 2013 Messages 1,170 Jun 4, 2013 #22 Good opportunity to become a kernel hacker and add it to sys or proc
_wb_ Microbe Staff member Joined Apr 5, 2012 Messages 5,390 Age 43 Location Brussels, Belgium 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...