Search Results

by DamianBusz
Mon Dec 03, 2018 6:20 am
Forum: Linux
Topic: RFID reader 1024_0 not working on any os
Replies: 1
Views: 9109

RFID reader 1024_0 not working on any os

Hi there! I have 3 readers 1024_0 and they do not work on any os anymore, I used to have them on linux 24/h but now they are not even being detected. I tried to install drivers on windows to check if I can see them - nothing, same on mac. Is there any logical explanation that it would stop to work o...
by DamianBusz
Fri Dec 01, 2017 4:08 am
Forum: Linux
Topic: ImportError: No module named 'Phidget22'
Replies: 10
Views: 53001

ImportError: No module named 'Phidget22'

Hello there!,
I have installed libraries thrue make and config and everything went succesful but somehow my python does not find Phidget22 lib.

I do use Raspberry pi 3
by DamianBusz
Wed Jul 26, 2017 1:03 am
Forum: Linux
Topic: libphidget22.so.0.0.0: cannot open shared object file
Replies: 10
Views: 17899

Re: libphidget22.so.0.0.0: cannot open shared object file

Dear Patrick, I did install them manually and yet no succes on progress. damian@damian-ThinkPad-T520:~/dev/Phidget$ python3 RFID.py Traceback (most recent call last): File "RFID.py", line 9, in <module> ch = RFID() File "/usr/local/lib/python3.5/dist-packages/Phidget22/Devices/RFID.py...
by DamianBusz
Tue Jul 25, 2017 8:02 am
Forum: Linux
Topic: libphidget22.so.0.0.0: cannot open shared object file
Replies: 10
Views: 17899

Re: libphidget22.so.0.0.0: cannot open shared object file

I figured out there is no support for my distribution.

Code: Select all

Distributor ID: Ubuntu
Description:    Ubuntu 16.04.2 LTS
Release:        16.04
Codename:       xenial
Also its amd64.

Anything I can possibly do?
by DamianBusz
Tue Jul 25, 2017 12:12 am
Forum: Linux
Topic: libphidget22.so.0.0.0: cannot open shared object file
Replies: 10
Views: 17899

Re: libphidget22.so.0.0.0: cannot open shared object file

Thanks for your reply Patrick. Here is a little about my archiecture: Linux damian-ThinkPad-T520 4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:43 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux Yes, I can confirm that libphidget22.so.0.0.0 exists in /usr/lib/i386-linux-gnu I believe my architecture can ...
by DamianBusz
Mon Jul 24, 2017 5:56 am
Forum: Linux
Topic: libphidget22.so.0.0.0: cannot open shared object file
Replies: 10
Views: 17899

libphidget22.so.0.0.0: cannot open shared object file

Hi there. I have a problem with running python example scripts. Here is an outcome from installing libs libphidget22:i386 is already the newest version (99:1.0.0.20170720-1+deb8). libphidget22-dev:i386 is already the newest version (99:1.0.0.20170720-1+deb8). libphidget22java:i386 is already the new...