Re: [Emc-users] Mesa software out of date error?

2015-09-05 Thread John Dammeyer
> > What does the new version give you that the
> > old one didn't?
> > John Dammeyer
> 
> 
> Heres the (really long) list of changes from 2.6 to 2.7
> 
> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Released_2.7.X
> 
> Two really major changes are the new trajectory planner (considerably
> faster
> for profiling type operations with lots of short segments), and the uspace
> branch which allows use of the Preempt-RT real time Kernels as an
> alternative
> to RTAI.
> 
> the firmware updating is only for mesa sserial remote devices that are
more
> than a couple years old, 2.7 complains about old firmware (but will run)
> 

Thanks.
That makes sense then.
John


--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Mesa software out of date error?

2015-09-05 Thread Peter C. Wallace
On Sat, 5 Sep 2015, John Dammeyer wrote:

> Date: Sat, 5 Sep 2015 09:40:24 -0700
> From: John Dammeyer 
> Reply-To: "Enhanced Machine Controller (EMC)"
> 
> To: "'Enhanced Machine Controller (EMC)'" 
> Subject: Re: [Emc-users] Mesa software out of date error?
> 
> Could I ask what is perhaps a stupid question.  If the machine is running
> the CNC system with an existing version of Linux and drivers for the Mesa
> why would you update the OS and then have to go through the pain and lost
> time of updating the driver.  What does the new version give you that the
> old one didn't?
> John Dammeyer


Heres the (really long) list of changes from 2.6 to 2.7

http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Released_2.7.X

Two really major changes are the new trajectory planner (considerably faster 
for profiling type operations with lots of short segments), and the uspace 
branch which allows use of the Preempt-RT real time Kernels as an alternative 
to RTAI.

the firmware updating is only for mesa sserial remote devices that are more 
than a couple years old, 2.7 complains about old firmware (but will run)

>
>
>> -Original Message-
>> From: John Alexander Stewart [mailto:ivatt...@gmail.com]
>> Sent: September-05-15 9:24 AM
>> To: Enhanced Machine Controller (EMC)
>> Subject: Re: [Emc-users] Mesa software out of date error?
>>
>>
>> Ok - *just* got it working.
>>
>> For those with the "insmod" error,
>> - you run the "update7i76" as non-root (as per the readme in
>> sserial.zip)
>> - make sure you have field power turned back on; the module will NOT
>> load
>>   without the 7i76 powered up.
>>
>> When I slapped my forehead, got the 7i76 powered, the update went just
>> fine.
>>
>> LinuxCNC now reports (via Show Hal Configuration) that I have gone from
>> SW
>> version 0X0B to  0X0E, and the warning/error is no longer shown at
> startup.
>>
>> Peter - thank you for these utilities, and for your constant emails/posts.
>> I did find
>> the 5i25 update on the linuxcnc forum, which helped considerably.
>>
>> :-)
>>
>> John.
>>
>>
>>
>> On Sat, Sep 5, 2015 at 12:16 PM, Peter C. Wallace 
>> wrote:
>>
>>> On Sat, 5 Sep 2015, John Alexander Stewart wrote:
>>>
>>>> Date: Sat, 5 Sep 2015 11:37:08 -0400
>>>> From: John Alexander Stewart 
>>>> Reply-To: "Enhanced Machine Controller (EMC)"
>>>> 
>>>> To: "Enhanced Machine Controller (EMC)" > us...@lists.sourceforge.net
>>>>
>>>> Subject: [Emc-users] Mesa software out of date error?
>>>>
>>>> Hi all;
>>>>
>>>> After updating to linuxcnc 2.7.0-pre6, I got the following message:
>>>>
>>>> hm2/hm2_5i25.0: Warning: sserial remote device 7i76 channel 0 has old
>>>> firmware that should be updated
>>>>
>>>>
>>>> Got the latest 5i25.zip from
>> www.mesanet.com/software/parallel/5i25.zip
>>>>
>>>> ran sudo mesaflash --device 5i25  --write 5i25_7i76x2.bit
>>>>
>>>> powered off and rebooted the machine, still gives the warning.
>>>>
>>>> Ran sudo mesaflash --device 5i25 --reload
>>>>
>>>> and it still gives the warning. It would seem that I'm updating the
> 5i25,
>>>> but maybe I should be updating the 7i76 - correct??
>>>>
>>>> Any idea of what files should be downloaded, and what process to use?
>>>>
>>>> Merci - John.
>>>
>>> Yes, the complaint is about the 7I76s firmware
>>>
>>> download
>>>
>>> http://www.mesanet.com/software/parallel/sserial.zip
>>>
>>> cd to the utils/linuxcnc directory and read the README file
>>>
>>>
>>>>
>>>
> 
> --
>>>> ___
>>>> Emc-users mailing list
>>>> Emc-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/emc-users
>>>>
>>>
>>> Peter Wallace
>>> Mesa Electronics
>>>
>>> (\__/)
>>> (='.'=) This is Bunny. Copy and paste bunny into your
>>> (")_(") signature to help him gain world domination.
>>>
>>>
>>>
>>>
> ---

Re: [Emc-users] Mesa software out of date error?

2015-09-05 Thread John Dammeyer
Could I ask what is perhaps a stupid question.  If the machine is running
the CNC system with an existing version of Linux and drivers for the Mesa
why would you update the OS and then have to go through the pain and lost
time of updating the driver.  What does the new version give you that the
old one didn't?  
John Dammeyer


> -Original Message-
> From: John Alexander Stewart [mailto:ivatt...@gmail.com]
> Sent: September-05-15 9:24 AM
> To: Enhanced Machine Controller (EMC)
> Subject: Re: [Emc-users] Mesa software out of date error?
> 
> 
> Ok - *just* got it working.
> 
> For those with the "insmod" error,
> - you run the "update7i76" as non-root (as per the readme in
> sserial.zip)
> - make sure you have field power turned back on; the module will NOT
> load
>   without the 7i76 powered up.
> 
> When I slapped my forehead, got the 7i76 powered, the update went just
> fine.
> 
> LinuxCNC now reports (via Show Hal Configuration) that I have gone from
> SW
> version 0X0B to  0X0E, and the warning/error is no longer shown at
startup.
> 
> Peter - thank you for these utilities, and for your constant emails/posts.
> I did find
> the 5i25 update on the linuxcnc forum, which helped considerably.
> 
> :-)
> 
> John.
> 
> 
> 
> On Sat, Sep 5, 2015 at 12:16 PM, Peter C. Wallace 
> wrote:
> 
> > On Sat, 5 Sep 2015, John Alexander Stewart wrote:
> >
> > > Date: Sat, 5 Sep 2015 11:37:08 -0400
> > > From: John Alexander Stewart 
> > > Reply-To: "Enhanced Machine Controller (EMC)"
> > > 
> > > To: "Enhanced Machine Controller (EMC)"  us...@lists.sourceforge.net
> > >
> > > Subject: [Emc-users] Mesa software out of date error?
> > >
> > > Hi all;
> > >
> > > After updating to linuxcnc 2.7.0-pre6, I got the following message:
> > >
> > > hm2/hm2_5i25.0: Warning: sserial remote device 7i76 channel 0 has old
> > > firmware that should be updated
> > >
> > >
> > > Got the latest 5i25.zip from
> www.mesanet.com/software/parallel/5i25.zip
> > >
> > > ran sudo mesaflash --device 5i25  --write 5i25_7i76x2.bit
> > >
> > > powered off and rebooted the machine, still gives the warning.
> > >
> > > Ran sudo mesaflash --device 5i25 --reload
> > >
> > > and it still gives the warning. It would seem that I'm updating the
5i25,
> > > but maybe I should be updating the 7i76 - correct??
> > >
> > > Any idea of what files should be downloaded, and what process to use?
> > >
> > > Merci - John.
> >
> > Yes, the complaint is about the 7I76s firmware
> >
> > download
> >
> > http://www.mesanet.com/software/parallel/sserial.zip
> >
> > cd to the utils/linuxcnc directory and read the README file
> >
> >
> > >
> >

--
> > > ___
> > > Emc-users mailing list
> > > Emc-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/emc-users
> > >
> >
> > Peter Wallace
> > Mesa Electronics
> >
> > (\__/)
> > (='.'=) This is Bunny. Copy and paste bunny into your
> > (")_(") signature to help him gain world domination.
> >
> >
> >
> >

--
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
> >
>

--
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Mesa software out of date error?

2015-09-05 Thread John Alexander Stewart
Ok - *just* got it working.

For those with the "insmod" error,
- you run the "update7i76" as non-root (as per the readme in
sserial.zip)
- make sure you have field power turned back on; the module will NOT
load
  without the 7i76 powered up.

When I slapped my forehead, got the 7i76 powered, the update went just fine.

LinuxCNC now reports (via Show Hal Configuration) that I have gone from SW
version 0X0B to  0X0E, and the warning/error is no longer shown at startup.

Peter - thank you for these utilities, and for your constant emails/posts.
I did find
the 5i25 update on the linuxcnc forum, which helped considerably.

:-)

John.



On Sat, Sep 5, 2015 at 12:16 PM, Peter C. Wallace  wrote:

> On Sat, 5 Sep 2015, John Alexander Stewart wrote:
>
> > Date: Sat, 5 Sep 2015 11:37:08 -0400
> > From: John Alexander Stewart 
> > Reply-To: "Enhanced Machine Controller (EMC)"
> > 
> > To: "Enhanced Machine Controller (EMC)"  >
> > Subject: [Emc-users] Mesa software out of date error?
> >
> > Hi all;
> >
> > After updating to linuxcnc 2.7.0-pre6, I got the following message:
> >
> > hm2/hm2_5i25.0: Warning: sserial remote device 7i76 channel 0 has old
> > firmware that should be updated
> >
> >
> > Got the latest 5i25.zip from www.mesanet.com/software/parallel/5i25.zip
> >
> > ran sudo mesaflash --device 5i25  --write 5i25_7i76x2.bit
> >
> > powered off and rebooted the machine, still gives the warning.
> >
> > Ran sudo mesaflash --device 5i25 --reload
> >
> > and it still gives the warning. It would seem that I'm updating the 5i25,
> > but maybe I should be updating the 7i76 - correct??
> >
> > Any idea of what files should be downloaded, and what process to use?
> >
> > Merci - John.
>
> Yes, the complaint is about the 7I76s firmware
>
> download
>
> http://www.mesanet.com/software/parallel/sserial.zip
>
> cd to the utils/linuxcnc directory and read the README file
>
>
> >
> --
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
> >
>
> Peter Wallace
> Mesa Electronics
>
> (\__/)
> (='.'=) This is Bunny. Copy and paste bunny into your
> (")_(") signature to help him gain world domination.
>
>
>
> --
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Mesa software out of date error?

2015-09-05 Thread Peter C. Wallace
On Sat, 5 Sep 2015, John Alexander Stewart wrote:

> Date: Sat, 5 Sep 2015 11:37:08 -0400
> From: John Alexander Stewart 
> Reply-To: "Enhanced Machine Controller (EMC)"
> 
> To: "Enhanced Machine Controller (EMC)" 
> Subject: [Emc-users] Mesa software out of date error?
> 
> Hi all;
>
> After updating to linuxcnc 2.7.0-pre6, I got the following message:
>
> hm2/hm2_5i25.0: Warning: sserial remote device 7i76 channel 0 has old
> firmware that should be updated
>
>
> Got the latest 5i25.zip from www.mesanet.com/software/parallel/5i25.zip
>
> ran sudo mesaflash --device 5i25  --write 5i25_7i76x2.bit
>
> powered off and rebooted the machine, still gives the warning.
>
> Ran sudo mesaflash --device 5i25 --reload
>
> and it still gives the warning. It would seem that I'm updating the 5i25,
> but maybe I should be updating the 7i76 - correct??
>
> Any idea of what files should be downloaded, and what process to use?
>
> Merci - John.

Yes, the complaint is about the 7I76s firmware

download

http://www.mesanet.com/software/parallel/sserial.zip

cd to the utils/linuxcnc directory and read the README file


> --
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>

Peter Wallace
Mesa Electronics

(\__/)
(='.'=) This is Bunny. Copy and paste bunny into your
(")_(") signature to help him gain world domination.


--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] Mesa software out of date error?

2015-09-05 Thread John Alexander Stewart
Hi all;

After updating to linuxcnc 2.7.0-pre6, I got the following message:

hm2/hm2_5i25.0: Warning: sserial remote device 7i76 channel 0 has old
firmware that should be updated


Got the latest 5i25.zip from www.mesanet.com/software/parallel/5i25.zip

ran sudo mesaflash --device 5i25  --write 5i25_7i76x2.bit

powered off and rebooted the machine, still gives the warning.

Ran sudo mesaflash --device 5i25 --reload

and it still gives the warning. It would seem that I'm updating the 5i25,
but maybe I should be updating the 7i76 - correct??

Any idea of what files should be downloaded, and what process to use?

Merci - John.
--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users