Re: [Emc-developers] and now how to push?

2018-06-24 Thread Kurt Jacobson
I saw your push notification on IRC! Somehow everything about git/github, seems strangely un-intuitive. I consider myself reasonably git savvy, but if I've been away from it for a few weeks I have to start looking up commands again. Glad you got it figured out! On Sun, Jun 24, 2018 at 11:06 PM,

Re: [Emc-developers] and now how to push?

2018-06-24 Thread Jon Elson
On 06/24/2018 09:58 PM, Kurt Jacobson wrote: Jon, That should work, but I think your password may be wrong. IIRC if you try to push to a repo you don't have push access to it gives a permission denied error instead of an authentication error. You could try logging into your account at

Re: [Emc-developers] and now how to push?

2018-06-24 Thread Kurt Jacobson
Jon, That should work, but I think your password may be wrong. IIRC if you try to push to a repo you don't have push access to it gives a permission denied error instead of an authentication error. You could try logging into your account at www.github.com/jmelson to confirm your password and reset

[Emc-developers] and now how to push?

2018-06-24 Thread Jon Elson
I think I have the stupid error in hal_ppmc.c fixed, now I'm trying to push the commit back to the master repo. It asks for username for https://github.com, and I THINK I'm entering the right username (jmelson) and taking a guess at the password, but I get fatal: Authentication failed Do I

Re: [Emc-developers] Pre-Pull Request Review: Better laser engraver support + new HAL pin type "PORT"

2018-06-24 Thread Jeff Epler
This is exciting, thank you. Can you please mention how this compares/contrasts with streamer/sampler, which have been factored into hal_stream_XXX API calls in our master branch? >From what I can see, - hal "streams" are typed - hal "streams" are agreed on by allocating small integers, not

Re: [Emc-developers] Pre-Pull Request Review: Better laser engraver support + new HAL pin type "PORT"

2018-06-24 Thread Kurt Jacobson
I have been plying with your sim, this is absolutely awesome! Fantastic work. Cheers, Kurt On Sun, Jun 24, 2018 at 8:41 PM, Curtis Dutton wrote: > Last year I retrofitted my laser engraver with linuxcnc. I do both > rastering and vector cutting on my laser, and it is a 4 axis laser as I do >

[Emc-developers] Pre-Pull Request Review: Better laser engraver support + new HAL pin type "PORT"

2018-06-24 Thread Curtis Dutton
Last year I retrofitted my laser engraver with linuxcnc. I do both rastering and vector cutting on my laser, and it is a 4 axis laser as I do complicated raster and vector cutting on 3D objects. I found existing solutions out on the web but they weren't quite adequate for my needs. Because I have

Re: [Emc-developers] debian wheezy parport issues

2018-06-24 Thread Jon Elson
OK, further info. On this Wheezy-preempt system, kernel messages from RT components do NOT show up in dmesg! But, if you run LinuxCNC from the command line, these messages from RT components/drivers do show up in the standard output. So, although I get the par port not found error, the ppmc

[Emc-developers] debian wheezy parport issues

2018-06-24 Thread Jon Elson
I have installed Debian Wheezy following the instructions in : http://linuxcnc.org/docs/2.7/html/getting-started/getting-linuxcnc.html This shows as LinuxCNC 2.7.14 And then tried to get the basic software stepper config working, from by_interface/parport/stepper and I set the parport

Re: [Emc-developers] need to set up new developer checkout

2018-06-24 Thread andy pugh
On 24 June 2018 at 20:06, Jon Elson wrote: > 3.4-9-rtai-686-pae #1 SMP PREEMPT Debian 3.4.55 LinuxCNC i686 > > The above is a bit confusing - rtai OR preempt? I didn't think it could be > both. I think that they are all preempt, but either RTAI or PREEMPT-RT -- atp "A motorcycle is a bicycle

Re: [Emc-developers] need to set up new developer checkout

2018-06-24 Thread Jon Elson
OK, followed the directions here : http://linuxcnc.org/docs/2.7/html/getting-started/getting-linuxcnc.html section 7.1 (Installing on Debian Wheezy) one small nit, when you do step 8 : sudo add-apt-repository "deb http://linuxcnc.org/ wheezy base 2.7-uspace" You get command not found. I had to

Re: [Emc-developers] need to set up new developer checkout

2018-06-24 Thread Jon Elson
Well, I don't know what I am doing wrong, but there definitely is something. This is a Dell Optiplex 7010 system with Intel i3 CPU. I just reloaded the whole system with the iso file I downloaded in April. It shows the kernel as : 3.4-9-rtai-686-pae #1 SMP PREEMPT Debian 3.4.55 LinuxCNC

Re: [Emc-developers] need to set up new developer checkout

2018-06-24 Thread Gene Heskett
On Saturday 23 June 2018 23:35:01 Jon Elson wrote: > Ugh, things are not going well. So far, this is a stock > build from source (plus the default binary load from the > .iso download.) > > So, when I run the binary version 2.7.14 with a NetMos PCIe > parport card, it does not communicate