Open GiulioZhou opened 5 years ago
@GiulioZhou ,
Hello, I just added a configuration file for your computer and it will now be detected. I did not have any Area computer so I used a Aurora configuration.
You will probably have multiple zones that will not work correctly. Don't hesitate to give a feedback so I can correct it.
~rsm
Hi,
Thanks for that. I recloned the git and rerun the setup file with the correct configuration file.
The graphical tool still doesn't do anything, but when I run akbl --on
, --off
--change
it either keep waiting:
File "/usr/lib/python3/dist-packages/Pyro4/socketutil.py", line 151, in receiveData
data = sock.recv(size, socket.MSG_WAITALL)
or receive one of these two errors from
"ERROR from `/usr/lib/python3.6/AKBL/Bindings.py` on method `_command`:
"/usr/lib/python3/dist-packages/Pyro4/util.py", line 394, in dict_to_class
raise errors.SerializeError("unsupported serialized class: " + classname)
Pyro4.errors.SerializeError: unsupported serialized class: usb.core.USBError
"/usr/lib/python3/dist-packages/Pyro4/socketutil.py", line 181, in receiveData
raise err
Pyro4.errors.ConnectionClosedError: receiving: not enough data
EDIT: I have also tried the blocking test, but when clicking on "turn off" or "test" I get
"/usr/lib/python3/dist-packages/usb/backend/libusb1.py", line 595, in _check
raise USBError(_strerror(ret), ret, _libusb_errno[ret])
usb.core.USBError: [Errno 16] Resource busy
When having that kind of problems the only way of debugging it is by using the block testing window. Resource busy
seems pretty weird. What distribution and version are you using?