Comment # 2 on bug 1204342 from
I can confirm that this displays the correct CPU frequencies in Tumbleweed:

cat /proc/cpuinfo | grep MHz | awk -F: '{ print $2}' | awk -F"." '{ ORS="" ;
print $1 }'


You are receiving this mail because: