This repository was archived by the owner on Feb 17, 2020. It is now read-only.
  
  
  
  
  
Description
Got a "Failed to find ambient light sensor" message on MacBook Pro 2017, High Sierra, Xcode 9.1.
After some investigation I suspect that the "AppleLMUController" service does not exist in High Sierra anymore. This command returns an existing service on Sierra, but an empty result on High Sierra:
ioreg -f -b -r -c 'AppleLMUController'
Can somebody with High Sierra (such as 10.13.1) confirm this to me?