Search found 2 matches

by john.lasdas
08 Oct 2016 15:35
Forum: User Help / Bug Reports
Topic: How do I read a value from a system path?
Replies: 5
Views: 13619

Re: How do I read a value from a system path?

GollyJer wrote:Hi John. Try this

Code: Select all

echo {your_desired_value} > /sys/devices/virtual/graphics/fb0/hbm

Thank you GollyJer,

Tried it with execute root command and it worked!
by john.lasdas
08 Oct 2016 06:27
Forum: User Help / Bug Reports
Topic: How do I read a value from a system path?
Replies: 5
Views: 13619

Re: How do I read a value from a system path?

Thank you GollyJer and Martin,

This solved the half of my problem too.

The other half problem is how I can modify the value of a path like this... (e.g. from Y to N) :?

Thanks