I've got a Dell Latitude E6410 notebook which changes lcd light intensity in response to ambient light levels, so it has to have some photocell. How can I access the data from this photocell? I tried different google searches like lux meter, light intensity monitor and so on and did not find a single right thing.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
Try:
On this laptop (a MacBookPro), it reveals (among other things):
which is neither over PCI or USB. You could try the same after
which are drivers for various ambient light sensors. You could also try |
|||||||
|
|
A few links:
I do not know what the ALS is in your particular case, but as @January said, you may start from the |
|||
|
|



qdbusviewerto check the device and simultaneously access its stats through D-Bus. This of course assumes you use Linux. – Deer Hunter Oct 12 '12 at 9:28