Page 3 of 3

Re: HOWTO: Use the repository on *buntu 12.04 LTS and above

Posted: 02 Jan 2018, 12:08
by Tarnox
Hi. Voria!

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.
Do you have any clues on fixing this error?

Re: HOWTO: Use the repository on *buntu 12.04 LTS and above

Posted: 03 Jan 2018, 12:14
by voria
I've just tested latest Samsung Tools with Ubuntu 16.04 LTS in a virtual machine, and everything works as expected.

My only guess for your problem is that you installed it manually from the source code, and some dependency is missing.
Try the .deb file for Ubuntu 17.10, it works just fine for Ubuntu 16.04 LTS also. Just grab it from the repository and install it in the usual way.

Re: HOWTO: Use the repository on *buntu 12.04 LTS and above

Posted: 05 Jan 2018, 06:57
by Woulouf
Thank you Voria for keeping this project updated.

I can't test now because my old N150 samsung need a lcd screen replacement ::)
I'll bring feedback when done.

Anyway, i wish you an happy New Year !

Re: HOWTO: Use the repository on *buntu 12.04 LTS and above

Posted: 25 Apr 2018, 21:51
by voria
I've rebuilt the 'samsung-tools' package on the repository for the upcoming Ubuntu 18.04 LTS.
If any problem let me know!