how to install linuxcnc on mint I'm newbie

More
23 Aug 2023 04:32 #278745 by abdulasis12

$ linuxcnc

Note that every time you start a new terminal you have to cd to ~/linuxcnc-dev and run
$ source scripts/rip-environment

Hi,
Today I try
$ linuxcnc
it's show linuxcnc config... Selector .
 
How to next step for go to GUI screen ?
I want for this screen >>>>>
linuxcnc.org/docs/html/gui/images/gmoccapy_3_axis.png

 
Attachments:

Please Log in or Create an account to join the conversation.

More
23 Aug 2023 05:35 - 23 Aug 2023 05:37 #278746 by Aciera
In the config selector select 'Sample Configurations/sim/gmoccapy/gmoccapy' and click the OK button. This should open a 3-axis simulation configuration with gmoccpy gui.

To setup a real machine running on parallel port run:
$ stepconf

for mesa board:
$ pncconf


[edit]
to open linuxcnc with the last used configuration you can use the  -l option (lowercase L):
$ linuxcnc -l
Last edit: 23 Aug 2023 05:37 by Aciera.

Please Log in or Create an account to join the conversation.

More
23 Aug 2023 06:34 #278749 by abdulasis12

In the config selector select 'Sample Configurations/sim/gmoccapy/gmoccapy' and click the OK button. This should open a 3-axis simulation configuration with gmoccpy gui.

To setup a real machine running on parallel port run:
$ stepconf

for mesa board:
$ pncconf


[edit]
to open linuxcnc with the last used configuration you can use the  -l option (lowercase L):
$ linuxcnc -l

Thank you mr. Aciera

Now I type in terminal 
$ pncconf
then show GUI for create config
I choice create a new configuration
then click button forward.
its show popup "no hosmot2 firmware downloaded in folder:/lib/firmware/hm2"
I need to download it how to ?

Asis,

 
Attachments:

Please Log in or Create an account to join the conversation.

More
23 Aug 2023 07:01 #278751 by Aciera
This is only required for older mesa boards, so you can probably ignore that message and continue by clicking ok then you should be able to start to set up a new configuration

Please Log in or Create an account to join the conversation.

More
23 Aug 2023 07:45 - 23 Aug 2023 07:49 #278752 by abdulasis12

This is only required for older mesa boards, so you can probably ignore that message and continue by clicking ok then you should be able to start to set up a new configuration
 

ahh I got it
Now I go to config .
I create in name test1
all done .
the GUI config force close, and Terminal show 
copy: /home/asis/linuxcnc/configs/testl/tool.tbl True
give for next step for open GUI linuxcnc 


 
Attachments:
Last edit: 23 Aug 2023 07:49 by abdulasis12.

Please Log in or Create an account to join the conversation.

More
23 Aug 2023 08:10 #278753 by Aciera
try:
$ linuxcnc /home/asis/linuxcnc/configs/test1/test1.ini
The following user(s) said Thank You: abdulasis12

Please Log in or Create an account to join the conversation.

More
23 Aug 2023 08:59 #278755 by abdulasis12

try:
$ linuxcnc /home/asis/linuxcnc/configs/test1/test1.ini

I type in Terminal:
$ linuxcnc /home/asis/linuxcnc/configs/test1/test1.ini
and it's show this in new pop-up

Found an error!The following information may be useful in troubleshooting:Traceback (most recent call last):File "/home/asis/linuxcnc-dev/bin/gmoccapy", line 5760, in <module>import gladevcp.makepinsFile "/home/asis/linuxcnc-dev/lib/python/gladevcp/_init_.py", line 1, in<module>from .hal_pythonplugin import *File "/home/asis/linuxcnc-dev/lib/python/gladevcp/hal_pythonplugin.py", line30, in <module>from .hal_gremlin import HAL_GremlinFile "/home/asis/linuxcnc-dev/lib/python/gladevcp/hal_gremlin.py", line 36, in<module>import gremlinFile "/home/asis/linuxcnc-dev/lib/python/gremlin.py", line 47, in <module>from OpenGL.GL import *ModuleNotFoundErfor: No module named 'OpenGL'
***
then I click [OK]  it's forced close pop-up and back to terminal.

in massage terminal show
[Gmoccapy ][ [ERROR ] Found an error! The following information may be useful in troubleshooting:

 
Attachments:

Please Log in or Create an account to join the conversation.

More
23 Aug 2023 09:05 - 23 Aug 2023 09:07 #278756 by Aciera
Try:
pip install pyopengl

[edit]
You may have to install pip first:
sudo apt install python3-pip

 
Last edit: 23 Aug 2023 09:07 by Aciera.

Please Log in or Create an account to join the conversation.

More
23 Aug 2023 09:30 #278761 by rodw

W: Skipping acquire of configured file '2.9-uspace/binary-i386/Packages' as repository 'http://buildbot2.highlab.com/debian bookworm InRelease' does not seem to provide it (sources.list entry misspelt?)

Why is it reffering to i386?
Should be amd64, besides not finding what it is looking for. :(

it must think you have a 32 bit PC. I have never seen that. Seems like you have to go back to jessie to get 386 repos. 
Refer the buildbot here
buildbot2.highlab.com/

Please Log in or Create an account to join the conversation.

More
23 Aug 2023 09:55 #278766 by abdulasis12

Try:
pip install pyopengl

[edit]
You may have to install pip first:
sudo apt install python3-pip


 

Ok now I install python3-pip and then pip install pythongl done.
I go terminal and type....
$ linuxcnc /home/asis/linuxcnc/configs/test1/test1.ini
now  it's stuck on this screen

 
Attachments:

Please Log in or Create an account to join the conversation.

Time to create page: 0.411 seconds
Powered by Kunena Forum