CPUの温度制御のしきい値を下げたいのですがteeのI/Oエラーで躓いてます
対象ファイルのパーミッションはRWに変更済みなのでかきこめるはずなのですが。。。

S cd /sys/class/hwmon/hwmon2
$ ls -l temp2_max
-rw-r--r-- 1 root root 4096 Dec 31 15:27 temp2_max
$ echo 95000 | sudo tee temp2_max
95000
tee: temp2_max: Input/output error

どうして書き込めないのでしょうか?