I've installed samsung-tools for my Ubuntu 16.04 LTS on Samsung NP900X5N-X01US laptop.
However, when attempting to see status of any of the devices, terminal holds for a while before spitting this:
Code: Select all
samsung-tools -b status
Traceback (most recent call last):
File "/usr/bin/samsung-tools", line 782, in <module>
main()
File "/usr/bin/samsung-tools", line 732, in main
Backlight(options.backlight).apply()
File "/usr/bin/samsung-tools", line 126, in apply
result = self.__status()
File "/usr/bin/samsung-tools", line 69, in __status
return self.interface.IsEnabled()
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
**keywords)
File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.