On Thu, 26 Feb 2015, Marius Liebenberg wrote:

> Date: Thu, 26 Feb 2015 14:26:06 +0000
> From: Marius Liebenberg <mar...@mastercut.co.za>
> To: "Enhanced Machine Controller (EMC)" <emc-users@lists.sourceforge.net>
> Subject: Re: [Emc-users] hm2_eth driver missing
>
>  Thanks Peter, the shebang does it nicely :)
> I was not aware that I had to have a different flavour to run the
> ethernet stuff. If I had done it right from the word go, where would I
> have found the information? Or maybe I should ask where would one read
> to find out about the different configurations for linuxcnc at compile
> time?
> I have compiled linuxcnc a thousand times but I must say that I never
> had any reason to look for another config so I am a bit ignorant here.

The README file in the top level linuxcnc directory has the config info

Here is some information about uspace:

http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Uspace


BTW if you have a Intel MAC (may apply to other macs as well)
you need to turn off IRQ coalescing :

sudo ethtool -C ethN rx-usecs 0


>
>
> ------ Original Message ------
> From: "Peter C. Wallace" <p...@mesanet.com>
> To: "Marius Liebenberg" <mar...@mastercut.co.za>; "Enhanced Machine
> Controller (EMC)" <emc-users@lists.sourceforge.net>
> Sent: 2015-02-26 15:34:08
> Subject: Re: [Emc-users] hm2_eth driver missing
>
>> On Thu, 26 Feb 2015, Marius Liebenberg wrote:
>>
>>> Date: Thu, 26 Feb 2015 11:44:07 +0000
>>> From: Marius Liebenberg <mar...@mastercut.co.za>
>>> To: "Enhanced Machine Controller (EMC)"
>>> <emc-users@lists.sourceforge.net>
>>> Subject: [Emc-users] hm2_eth driver missing
>>>
>>> I just did a fresh pull and compiled from source. There are no hm2_eth
>>> drivers anywhere that I can find. The firmware for 7i80 is not under
>>> the
>>> lib/firmware directory either.
>>> How do I go about to get the complete source to build from?
>>>
>> To get the uspace version of linuxcnc
>>
>> you must:
>>
>>  ./configure --with-realtime=uspace
>>
>>
>> for wheezy heres the whole shebang:
>>
>> cd ~
>> sudo apt-get install git-core gitk git-gui
>> sudo apt-get build-dep linuxcnc
>> sudo apt-get install linux-image-3.2.0-4-rt-686-pae
>> git clone git://git.linuxcnc.org/git/linuxcnc.git linuxcnc-dev
>> cd linuxcnc-dev
>> git checkout master
>> git pull
>> cd src
>> ./autogen.sh
>> ./configure --with-realtime=uspace
>> make
>> sudo make setuid
>>
>>>
>>>
>>> -----------------------------
>>> Regards / Groete
>>>
>>> Marius D. Liebenberg
>>> +27 82 698 3251
>>> +27 12 746 6064
>>> ------------------------------------------------------------------------------
>>> Dive into the World of Parallel Programming The Go Parallel Website,
>>> sponsored
>>> by Intel and developed in partnership with Slashdot Media, is your hub
>>> for all
>>> things parallel software development, from weekly thought leadership
>>> blogs to
>>> news, videos, case studies, tutorials and more. Take a look and join
>>> the
>>> conversation now. http://goparallel.sourceforge.net/
>>> _______________________________________________
>>> 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.
>>
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website, sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for all
> things parallel software development, from weekly thought leadership blogs to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> 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.


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to