GithubHelp home page GithubHelp logo

ec-debianize's People

Contributors

sittner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ec-debianize's Issues

Error when build on Raspberry Pi Stretch

Need help with error with dpkg-buildpackage on Rasperry Pi 3+ B, debian stretch, realtimepi
pi@realtimepi:~/ec-debianize/etherlabmaster $ uname -a
Linux realtimepi 4.14.69-v7+ #1141 SMP Mon Sep 10 15:26:29 BST 2018 armv7l GNU/Linux

Here is the error:
pi@realtimepi:~/ec-debianize/etherlabmaster $ dpkg-buildpackage
dpkg-buildpackage: info: source package etherlabmaster
dpkg-buildpackage: info: source version 1.5.2+20180317hg9e65f7-2
dpkg-buildpackage: info: source distribution lucid
dpkg-buildpackage: info: source changed by Sascha Ittner [email protected]
dpkg-buildpackage: info: host architecture armhf
dpkg-source --before-build etherlabmaster
fakeroot debian/rules clean
dh clean --with autoreconf,dkms
dh_testdir
dh_auto_clean
dh_autoreconf_clean
debian/rules override_dh_clean
make[1]: Entering directory '/home/pi/ec-debianize/etherlabmaster'
rm -f ChangeLog
dh_clean
make[1]: Leaving directory '/home/pi/ec-debianize/etherlabmaster'
dpkg-source -b etherlabmaster
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building etherlabmaster using existing ./etherlabmaster_1.5.2+20180317hg9e65f7.orig.tar.gz
dpkg-source: warning: ignoring deletion of file INSTALL, use --include-removal to override
dpkg-source: info: local changes detected, the modified files are:
etherlabmaster/config.log
dpkg-source: info: you can integrate the local changes with dpkg-source --commit
dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/etherlabmaster_1.5.2+20180317hg9e65f7-2.diff.E9lfX7
dpkg-buildpackage: error: dpkg-source -b etherlabmaster gave error exit status 2

Driver ec-e100 not found

Hello Sasha,
until now I installed the code from IGH, now I would like to use your ec-debianize version, I have a clean installation of linux 4.9.0-5-rt-686-pae with Debian 4.9.65 and a network card 82557 Ethernet Pro 100 with the e100 drivers installed and it works correctly, your ec-debianize installation installs without problems, when I edit the / etc / default / ethercat file I add DEVICE_MODULES = e100, then update-ethercat-config and error in module ec-e100 not found, Do you know how I can solve it? with the configuration DEVICE_MODULES = generic works
I also find myself when I run linuxcnc error / dev / EtherCAT0: permission denied, why does this happen to me?
Thank you
Chimeno

Error override_dh_auto_configure

Does anyone know what this problem is due to?

4.19.0-12-rt-amd64

Captura de pantalla de 2020-11-21 17-04-46

problem fixed, linux header config files are missing

command sudo apt linux-headers-$ (uname -r)

Greeting
Chimeno

init script is missing from install please update source

The init script is missing from the final instalation dir. I found it was a bug corrected later in the source.
Can you please update to source 1.5.2+20181128hg357ed6?

Also, the init script has an hardcoded config file in /etc/sysconf/ethercat instead of /etc/default/ethercat

Use the ectty.h library included

Hello @sittner
hi, i'm trying to add the EL6001 serial driver to linuxcnc-ethercat, i have a problem with exporting undefined symbols, and added ec-debianize option --enable-tty, it compiles me fine and the example works fine too, i'm editing the Linuxcnc-ethercat makefile, but I think I have to edit it in ec-debianize, can you help me? thank you.

Prerequisites on a fresh Debian 9

Hi,

I just ran into minor problems running the get_source.sh script on a freshly installed Debian 9.
hg and dpkg-parsechangelog were not found.

apt install mercurial dpkg-dev

solved the problems. A hint in the readme could be helful for others.

hg :unknown command 'qpush'

Hi, I just installed your new version, I have a warning when ./get_source.sh

hg: unknow command 'qpush'
'qpush' is provided by the following extension:
mq manege a stack ok patches

this is normal?
Thank you.

result

Edit the "hg config --edit" file
[extensions]
mq =
[ui]
user = "your user name"

error: ethercat uses VFP register arguments, ../master/soe_errors.o does not

Dear sittner,
I try to use this on my beaglebone black.
When I dpkg-buildpackages, there is some errors as follows.

/usr/bin/ld: error: ethercat uses VFP register arguments, ../master/soe_errors.o does not
/usr/bin/ld: failed to merge target specific data of file ../master/soe_errors.o
collect2: ld returned 1 exit status
make[3]: *** [ethercat] Error 1
make[3]: Leaving directory /home/machinekit/ec-debianize/tool' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory/home/machinekit/ec-debianize'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/machinekit/ec-debianize'
make: *** [install] Error 2
dpkg-buildpackage: error: debian/rules binary gave error exit status 2

$ cat /proc/version 
Linux version 3.8.13-xenomai-r78 (root@a6-imx6q-wandboard-2gb) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 Sat Sep 26 16:54:43 UTC 2015

Can you help me.
Thanks.

XieKai

compiling Modules

I have a vanilla debian stretch here and i tried to add the ethercat-driver via ec-debianize but i need the e1000-driver and i have no clue how to compile it with dpkg-buildpackage.
Ive seen that in Makefile i could normally choose the driver but everytime i start dpkg-buildpackage it gets overwritten. I also did not find any information in README/INSTALL. Could you please help? Regards, Jan

problem with the beckhoff servo AX5000

Hello, I just installed your version and I have a problem with the AX5000 servos that did not happen before, I have an error 0x0037 DC Sync1 cycle time, also says slave does not support the SOE mode, what could be the problem? Is something broken?
reinstall the previous version and it works fine again
Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.