7i96 Configuration Tool
24 Jan 2020 21:17 - 24 Jan 2020 21:18 #155690
by BigJohnT
Replied by BigJohnT on topic 7i96 Configuration Tool error
I just pushed a fix for a Debian 10 Python naming issue where it would not work anymore with an import that started with library name that starts with a number. Not sure if that is related to your issue or not. What OS are you running it on?
What does the following report back when ran in a terminal?
JT
What does the following report back when ran in a terminal?
uname -a
JT
Last edit: 24 Jan 2020 21:18 by BigJohnT.
Please Log in or Create an account to join the conversation.
24 Jan 2020 21:19 #155692
by COFHAL
Replied by COFHAL on topic 7i96 Configuration Tool error
Linux CNC 4.9.0-11-rt-amd64 #1 SMP PREEMPT RT Debian 4.9.189-3+deb9u2 (2019-11-11) x86_64 GNU/Linux
DEBIAN 9.9
DEBIAN 9.9
Please Log in or Create an account to join the conversation.
24 Jan 2020 22:20 #155696
by BigJohnT
Replied by BigJohnT on topic 7i96 Configuration Tool error
I just tested the install on that same OS with no errors.
What does this return?
JT
What does this return?
$PATH
JT
Please Log in or Create an account to join the conversation.
25 Jan 2020 14:19 #155722
by COFHAL
Replied by COFHAL on topic 7i96 Configuration Tool error
cnc@CNC:~$ $PATH
bash: /home/cnc/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games: The file or directory does not exist.
cnc@CNC:~$ $PAT
bash: /home/cnc/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games: The file or directory does not exist.
cnc@CNC:~$ $PAT
Please Log in or Create an account to join the conversation.
25 Jan 2020 23:14 #155766
by BigJohnT
Replied by BigJohnT on topic 7i96 Configuration Tool error
That looks correct, what happens when you do this in a terminal
I compiled two versions of mesaflash one 32bit and one 64 bit.
If that works and you can't flash the 7i96 then check your address jumper and try an different Ethernet cable. Sometimes on new cards I have to plug/unplug a couple of times before read works. I always make sure read works before flashing.
JT
mesaflash64 --help
I compiled two versions of mesaflash one 32bit and one 64 bit.
If that works and you can't flash the 7i96 then check your address jumper and try an different Ethernet cable. Sometimes on new cards I have to plug/unplug a couple of times before read works. I always make sure read works before flashing.
JT
Please Log in or Create an account to join the conversation.
27 Jan 2020 16:59 #155932
by COFHAL
Replied by COFHAL on topic 7i96 Configuration Tool error
cnc@CNC:~$ mesaflash64 --help
bash: mesaflash64: order not found
cnc@CNC:~$
bash: mesaflash64: order not found
cnc@CNC:~$
Please Log in or Create an account to join the conversation.
27 Jan 2020 23:52 #155967
by BigJohnT
Replied by BigJohnT on topic 7i96 Configuration Tool error
For some reason your install failed, uninstall then carefully following the
instructions
install it again.
JT
JT
Please Log in or Create an account to join the conversation.
29 Jan 2020 18:58 #156104
by COFHAL
Replied by COFHAL on topic 7i96 Configuration Tool error, Resolved
Now solve the problem, just update the application.
Please Log in or Create an account to join the conversation.
30 Jan 2020 18:34 #156194
by COFHAL
Replied by COFHAL on topic Configuration GPIO expansion port P1
Why not include being able to program the GPIOs of the expansion port P1?
Please Log in or Create an account to join the conversation.
- Project_Hopeless
- Offline
- Elite Member
Less
More
- Posts: 200
- Thank you received: 10
29 Feb 2020 03:19 - 29 Feb 2020 14:35 #158794
by Project_Hopeless
Replied by Project_Hopeless on topic 7i96 Configuration Tool
BJT,
Linux newbie here. About a year ago I load the 7i96 tool on Stretch, no problem. Since then I've changed machines and loaded Mint. Now when I try to load 7i96 Tool I get the following errors.
I have python 2.7 and 3.6, does the version matter? What am i missing?
Can I just download from GitHub and compile the package local?
Update: OK upon further research, Is the tool needed with v2.8? Does the PncConf tool officially work with the 7i96? I really liked the 7i96 tool.
Linux newbie here. About a year ago I load the 7i96 tool on Stretch, no problem. Since then I've changed machines and loaded Mint. Now when I try to load 7i96 Tool I get the following errors.
ant@LinuxPC:~$ sudo apt install python3-pip python3-pyqt5 libpci-dev git
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3-pyqt5 is already the newest version (5.10.1+dfsg-1ubuntu2).
git is already the newest version (1:2.17.1-1ubuntu0.5).
libpci-dev is already the newest version (1:3.5.2-1ubuntu1.1).
python3-pip is already the newest version (9.0.1-2.3~ubuntu1.18.04.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
ant@LinuxPC:~$ pip3 install git+https://github.com/jethornton/7i96.git
Collecting git+https://github.com/jethornton/7i96.git
Cloning https://github.com/jethornton/7i96.git to /tmp/pip-ngv9nkst-build
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'setuptools'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-ngv9nkst-build/
I have python 2.7 and 3.6, does the version matter? What am i missing?
Can I just download from GitHub and compile the package local?
Update: OK upon further research, Is the tool needed with v2.8? Does the PncConf tool officially work with the 7i96? I really liked the 7i96 tool.
Last edit: 29 Feb 2020 14:35 by Project_Hopeless.
Please Log in or Create an account to join the conversation.
Time to create page: 0.095 seconds