Advanced Search

Search Results (Searched for: )

  • xenon-alien
  • xenon-alien's Avatar
16 Apr 2024 13:43
Replied by xenon-alien on topic LinuxCNC on Raspberry Pi 5

LinuxCNC on Raspberry Pi 5

Category: Installing LinuxCNC

The BOOT is a different partition with the config.txt and i must to remove the card from the RPi5 and use a card reader. It is not comfortable to make and test the changes...
Before the file was created in the sytems boot folder

So, how can I open this config.txt on the RPi5?

You can edit the file whilst the system is running only thing is you'll have to open it as superuser....use sudo, if you don't know how to do that just google "sudo". It'll be easier as you'll find something you can understand.

Never, ever run
sudo rm -rf / as you'll destroy your system, just in case you see someone recommending doing this.

I'm always use sudo to edit files for network, autologin and else.

But this image for RPi5 i can't understand, how to set up. (no standart configs...)
Left HDMI audio, resolution and the orientation...
But I have no clue which tutorial to use...
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
16 Apr 2024 13:38
Replied by Cant do this anymore bye all on topic undefined symbol: kinematicsSwitch

undefined symbol: kinematicsSwitch

Category: General LinuxCNC Questions

Post your hal & ini files, the actual one your are using. It helps, it really does.
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
16 Apr 2024 13:35
Replied by Cant do this anymore bye all on topic CH382L, M.2 to PCIe adapter on SBC not recognised by Linuxcnc

CH382L, M.2 to PCIe adapter on SBC not recognised by Linuxcnc

Category: General LinuxCNC Questions

You can put basically any modprobe options in there for anything and it load the module with the parameters.
The file could be called "dumb_effing_card.conf" with the entries for the adapter and it'd work. It just makes life easier having the parameters in a file with descriptive name. If you have a few different modules that need custom params it just makes it easier 6 months down the road.
  • alpha8196
  • alpha8196
16 Apr 2024 13:30 - 16 Apr 2024 16:24
undefined symbol: kinematicsSwitch was created by alpha8196

undefined symbol: kinematicsSwitch

Category: General LinuxCNC Questions

So I'm quite new to all this and was trying to run linuxcnc on a Pi5, and I was trying to see if I can at least get a stepper spinning using the gpio pins.
I ran through the stepconf wizard and then replaced the content in the .hal file with the demo hal file .
Linuxcnc failed to start with the following message

Print file information:
RUN_IN_PLACE=no
LINUXCNC_DIR=
LINUXCNC_BIN_DIR=/usr/bin
LINUXCNC_TCL_DIR=/usr/lib/tcltk/linuxcnc
LINUXCNC_SCRIPT_DIR=
LINUXCNC_RTLIB_DIR=/usr/lib/linuxcnc/modules
LINUXCNC_CONFIG_DIR=
LINUXCNC_LANG_DIR=/usr/lib/tcltk/linuxcnc/msgs
INIVAR=inivar
HALCMD=halcmd
LINUXCNC_EMCSH=/usr/bin/wish8.6
LINUXCNC - 2.9.2
Machine configuration directory is '/home/cnc/linuxcnc/configs/actuator_v0'
Machine configuration file is 'actuator_v0.ini'
INIFILE=/home/cnc/linuxcnc/configs/actuator_v0/actuator_v0.ini
VERSION=1.1
PARAMETER_FILE=linuxcnc.var
TPMOD=
HOMEMOD=
TASK=milltask
HALUI=halui
DISPLAY=axis
COORDINATES=X Y Z A
KINEMATICS=trivkins coordinates=XYZA
Starting LinuxCNC...
Starting LinuxCNC server program: linuxcncsvr
Loading Real Time OS, RTAPI, and HAL_LIB modules
Starting LinuxCNC IO program: io
Starting HAL User Interface program: halui
linuxcnc TPMOD=tpmod HOMEMOD=homemod EMCMOT=motmod
Found file(REL): ./actuator_v0.hal
Shutting down and cleaning up LinuxCNC...
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments

Debug file information:
Note: Using POSIX realtime
motmod: dlopen: /usr/lib/linuxcnc/modules/motmod.so: undefined symbol: kinematicsSwitch
./actuator_v0.hal:2: waitpid failed /usr/bin/rtapi_app motmod
./actuator_v0.hal:2: /usr/bin/rtapi_app exited without becoming ready
./actuator_v0.hal:2: insmod for motmod failed, returned -1
3107
Stopping realtime threads
Unloading hal components
Note: Using POSIX realtime

what should I do to fix this?
here's the hal and ini file used
 

File Attachment:

File Name: actuator_v0.hal
File Size:2 KB

 

File Attachment:

File Name: actuator_v0.ini
File Size:3 KB



 
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
16 Apr 2024 13:26
Replied by Cant do this anymore bye all on topic I pressed the wrong button and i don't know how to fix it

I pressed the wrong button and i don't know how to fix it

Category: General LinuxCNC Questions

This is your issue
Debug file information:
Note: Using POSIX realtime
./custom.hal:5: parameter or pin 'plasmac.ohmic-sense-off-delay' not found

If the change to the display was all you made change it back to the original.

A bit of advice, back things up before messing around, saves a lot of headaches.
It helps to post the hal & ini files, it's hard to say "this is it, do x & y" without your files.
  • PCW
  • PCW's Avatar
16 Apr 2024 13:23 - 16 Apr 2024 13:23

I pressed the wrong button and i don't know how to fix it

Category: General LinuxCNC Questions

You probably want to change this line in your ini file:

DISPLAY=qtvcp qtdragon

To this:

DISPLAY=qtdragon

( Your ini file is /home/seb/linuxcnc/configs/cnc/cnc.ini )
 
  • xenon-alien
  • xenon-alien's Avatar
16 Apr 2024 13:21
Replied by xenon-alien on topic LinuxCNC on Raspberry Pi 5

LinuxCNC on Raspberry Pi 5

Category: Installing LinuxCNC

should be in /boot/broadcom/
its just a txt so opening shouldn't be an issue, at least not for me and my installation on pi5
 

You are right. There is a config.txt file and it looks like the opened one on the PC via card reader.
I will try it.
Thanks.
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
16 Apr 2024 13:21
Replied by Cant do this anymore bye all on topic LinuxCNC on Raspberry Pi 5

LinuxCNC on Raspberry Pi 5

Category: Installing LinuxCNC

The BOOT is a different partition with the config.txt and i must to remove the card from the RPi5 and use a card reader. It is not comfortable to make and test the changes...
Before the file was created in the sytems boot folder

So, how can I open this config.txt on the RPi5?


You can edit the file whilst the system is running only thing is you'll have to open it as superuser....use sudo, if you don't know how to do that just google "sudo". It'll be easier as you'll find something you can understand.

Never, ever run
sudo rm -rf /
as you'll destroy your system, just in case you see someone recommending doing this.
  • alpha8196
  • alpha8196
16 Apr 2024 13:14 - 16 Apr 2024 13:16
Replied by alpha8196 on topic LinuxCNC on Raspberry Pi 5

LinuxCNC on Raspberry Pi 5

Category: Installing LinuxCNC

should be in /boot/broadcom/
its just a txt so opening shouldn't be an issue, at least not for me and my installation on pi5
  • routerman22
  • routerman22
16 Apr 2024 13:11
Replied by routerman22 on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

centroid might be a solution for you. It is more expensive than lcnc. But it is relatively affodable.
  • xenon-alien
  • xenon-alien's Avatar
16 Apr 2024 12:41
Replied by xenon-alien on topic LinuxCNC on Raspberry Pi 5

LinuxCNC on Raspberry Pi 5

Category: Installing LinuxCNC

The BOOT is a different partition with the config.txt and i must to remove the card from the RPi5 and use a card reader. It is not comfortable to make and test the changes...
Before the file was created in the sytems boot folder

So, how can I open this config.txt on the RPi5?
  • xenon-alien
  • xenon-alien's Avatar
16 Apr 2024 12:21
Replied by xenon-alien on topic LinuxCNC on Raspberry Pi 5

LinuxCNC on Raspberry Pi 5

Category: Installing LinuxCNC

You'll have to look around in /boot

Sorry should have mentioned that.
 

The boot also empty
But at last i can create the config.txt
After reboot no changes...
  • kofsky0328
  • kofsky0328
16 Apr 2024 12:07 - 16 Apr 2024 12:09
Replied by kofsky0328 on topic Matrix Keyboard controlling LinuxCNC

Matrix Keyboard controlling LinuxCNC

Category: Show Your Stuff

@ Hello, how can I contact you?
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
16 Apr 2024 12:00
Replied by Cant do this anymore bye all on topic LinuxCNC on Raspberry Pi 5

LinuxCNC on Raspberry Pi 5

Category: Installing LinuxCNC

You'll have to look around in /boot

Sorry should have mentioned that.
  • xenon-alien
  • xenon-alien's Avatar
16 Apr 2024 12:00
Replied by xenon-alien on topic LinuxCNC on Raspberry Pi 5

LinuxCNC on Raspberry Pi 5

Category: Installing LinuxCNC

How to use this image, to configure it?
Is there a step by step instructions?
There are a lot of Youtube videos, but none helps with this image...
Displaying 26266 - 26280 out of 26773 results.
Time to create page: 8.652 seconds
Powered by Kunena Forum