Closed trjw closed 6 years ago
Looks like Ubuntu's iio-sensor-proxy version in 16.04 is 7 releases behind the latest upstream. You're better off asking Ubuntu for help, I can't support this old a release.
OK thanks. I looked into building the latest from source but quickly got into library version dependency hell and aborted.
Hi,
My issue has many common elements from previous ones on this topic, but none of the recommended fixes (most relevant - a modern kernel) have worked so I'm opening a new issue.
jwilliams@jwilliams-Inspiron-15-7579:~$ cat /etc/issue Ubuntu 16.04.3 LTS \n \l
jwilliams@jwilliams-Inspiron-15-7579:~$ uname -a Linux jwilliams-Inspiron-15-7579 4.14.6-041406-generic #201712140930 SMP Thu Dec 14 09:31:59 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
The relevant sysfs files exist and respond as expected when I move the laptop around:
However monitor-sensors does nothing at all
I have seen the outputs of the inaccel*_raw files lock up, and doing a suspend resume cycle got them moving again, however nothing I do gets monitor-sensors to connect to iio-sensor-proxy.
I'm using the iio-sensor-proxy package from Ubuntu 16.04 repository.
I note, the same as others have previously, that the iio-sensor-proxy process looks for a missing
in_scale
value, whereas the sysfs file is actually calledin_accel_scale
.the gdbus output indicates no acceleraometer is found, when that's clearly not the case.
Any suggestions would be much appreciated.
Thanks,
John