NEWS
LinuxCNC 2.5.2 Release
There are no translations available.

LinuxCNC 2.5.2 Update Released (changelog).
 
LinuxCNC 2.5.1 Release
There are no translations available.

LinuxCNC 2.5.1 Update Released (changelog). If the Package Manager does not prompt you to upgrade see this page.

 
LinuxCNC 2.5.0 Release
There are no translations available.

New major release (changelog). See the instructions to update your system from EMC 2.4 to LinuxCNC 2.5.
 
Home Forum Hardware & Machines PC Computers Elite Group 651-M (V1.0) motherboard software CD

Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Elite Group 651-M (V1.0) motherboard software CD

Re:Elite Group 651-M (V1.0) motherboard software CD 09 Apr 2012 23:08 #19082

  • ArcEye
  • ArcEye's Avatar
  • OFFLINE
  • Moderator
  • Posts: 1418
  • Thank you received: 114
  • Karma: 130
Hi again,
I am a bit wary of installing Ubuntu/EMC2 Ver 10.4 on this HD as it is only 4Gig.

The HDD should be plenty for a basic install, but as I suggested earlier, I would install 8.04 on it not 10.04.

You can still upgrade to the latest Linuxcnc 2.5 release, I have done so on both my 8.04 workshop computers, replacing the development versions I was running.

I will be going into detail why in the next FAQ on Latency, but basically you will probably find that the kernel with 8.04 is more suited to your P4 single core processor machine.

You will probably need to go into BIOS and disable hyperthreading and power management options (if they exist) once it is installed to reduce the latency a bit, but other than that it hopefully will run fine.

If you have any particular problems, you always have the option of 10.04 to see if there is any improvement.

regards
Last Edit: 15 Apr 2012 02:30 by ArcEye.
The administrator has disabled public write access.

Re:Elite Group 651-M (V1.0) motherboard software CD 12 Apr 2012 02:57 #19136

Hi ArcEye,

Thanks to your help I am able to report some progress installing 8.04 on the 4.3Gbyte drive
in my target PC.
The only flaw is that I am unable to load the EMC2 G-Code Quick reference.
This CD will load on my main computer and can load this reference.
On my target PC when this is selected I get an error message as below.

" ERROR "
" Could not launch menu item "
" Failed to execute child process "/usr/x-www-browser "
" (no such file or directory ) "
Other than that all else seems, at first glance, seems to work.

I bought a larger HDD (Seagate Barracuda 80Gbyte drive) while I was shopping
and I can install 8.04 right to the point that installation is complete and calls for a reboot.
After the reboot the PC stops at :
"GRUB loading stage1.5READ ERROR "
and hangs up .

Latency seems to be quite good at 4904/6779 ns respectively

I hope that you will be able to help with these bothers.

Regards Graham
The administrator has disabled public write access.

Re:Elite Group 651-M (V1.0) motherboard software CD 12 Apr 2012 03:03 #19137

Hi ArcEye,

The latency numbers should be
Servo max jitter = 6376nS
Base thread = 6779nS
They are not the result of any exhaustive testing but more as a first glance snap-shot.

Regards Graham
The administrator has disabled public write access.

Re:Elite Group 651-M (V1.0) motherboard software CD 12 Apr 2012 04:54 #19140

  • ArcEye
  • ArcEye's Avatar
  • OFFLINE
  • Moderator
  • Posts: 1418
  • Thank you received: 114
  • Karma: 130
Hi

I'm a little confused, have you actually installed 8.04 on the 4GB HDD and it worked fine, except that you could not launch the quick G Code guide?
The reason that will not launch is x-www-browser is presumably not set or set to a browser you don't have installed.

http://www.howtogeek.com/howto/ubuntu/set-the-default-browser-on-ubuntu-from-the-command-line/

The reasons why the larger drive will not reboot could be many fold.
MBR screwed up by install process
ubuntuforums.org/showthread.php?p=8407314

HDD incorrectly jumpered and / or clashing with another drive
www.linuxforums.org/forum/suse-linux/376...vd-fixed-solved.html

If you can't resolve that one, stick with the 4GB one.
Give those latency figures a good test, really stretching them with other processes running too
www.linuxcnc.org/index.php/english/compo...ew&catid=18&id=19022

They look very good at present but you may find they increase somewhat when loaded

regards
The administrator has disabled public write access.

Re:Elite Group 651-M (V1.0) motherboard software CD 12 Apr 2012 15:15 #19161

Hi ArcEye,

Yes I have loaded 8.04 to the 4.3 Gbyte HDD and in this situation I am un-able to load the G-Code Reference.
I tried to set the browser using the GUI..It already had Firefox selected and the command (greyed out) was
"firefox %s"

I still was not able to get the G-Code Reference to load.
I went to "Howto Geek....." but could not do any better.
He quotes using the command line process as an alternative but I did not see any way to do that.

I take your advice re the 80 Gbyte HDD...it will come in handy at some stage.

Regards Graham
The administrator has disabled public write access.

Re:Elite Group 651-M (V1.0) motherboard software CD 13 Apr 2012 01:09 #19163

  • ArcEye
  • ArcEye's Avatar
  • OFFLINE
  • Moderator
  • Posts: 1418
  • Thank you received: 114
  • Karma: 130
Hi

I have never used the quick ref to G Codes, not sure it continued beyond 2.4.3
I went to "Howto Geek....." but could not do any better.
He quotes using the command line process as an alternative but I did not see any way to do that.
Unfortunately there is a typo in the example -config should be --config.

Open a terminal and type
$: sudo update-alternatives --config x-www-browser
You then get

There are 2 choices for the alternative x-www-browser (providing /usr/bin/x-www-browser).

Selection Path Priority Status

* 0 /usr/bin/konqueror 100 auto mode
1 /usr/bin/firefox 40 manual mode
2 /usr/bin/konqueror 100 manual mode

Press enter to keep the current choice[*], or type selection number:
enter
$: 1 (or whatever is right one if choices different)

reply is
update-alternatives: using /usr/bin/firefox to provide /usr/bin/x-www-browser (x-www-browser) in manual mode.

I have just done this and it works fine.

The default browser is Konqueror, but unless you have installed KDE it does not get installed.

If that does not work still just create bookmarks in your browser to the documentation you want.

regards
Last Edit: 13 Apr 2012 01:29 by ArcEye.
The administrator has disabled public write access.

Re:Elite Group 651-M (V1.0) motherboard software CD 13 Apr 2012 05:21 #19170

  • BigJohnT
  • BigJohnT's Avatar
  • NOW ONLINE
  • Administrator
  • Posts: 5079
  • Thank you received: 102
  • Karma: 136
The same G code reference is in the User Manual.

John
The administrator has disabled public write access.

Re:Elite Group 651-M (V1.0) motherboard software CD 13 Apr 2012 14:13 #19179

Hi BigJohnT,

Thanks for your reply.
I take on board your advice.
I tend to be like a dog with a bone so your help is appreciated.

Hi ArcEye,

I re-read Howto Geek and read what some respondents had said ,before BigJohnT replied,and then the penny dropped regarding the double
hyphen.The result however was less than useful.It gave the following:

"There is only 1 program which provides x-www-browser
"/usr/bin/firefox). Nothing to configure."

So I guess I'll carry on using the EMC2 User Manual
So thanks again

Regards Graham
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Moderators: ArcEye
Time to create page: 1.290 seconds
Powered by Kunena Forum
© 2013 LinuxCNC.org
Joomla! is Free Software released under the GNU General Public License.