help newbe!
- Fred2809
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 1
18 Dec 2023 19:48 #288509
by Fred2809
help newbe! was created by Fred2809
Hi
Putting together a cnc machine for my milling machine. I have no experience in Linux.
This is the computer I have.
Mother board-Asus P5E deluxe
CPU-Pentuim Dual core E5200@2.50Ghz
Memory-8 gigs of ram
Video-Nvidia GeForce GTS 450
Hard drive-40 gigs
Software-Linuxcnc 2.9.1 -amd64.hybrid.iso, software is installed and working on the hard drive
From the terminal-sudo apt update and sudo apt upgrade were downloaded (how do I install these packages?)
Legancy test- 25887(1ms), 29946(25us) are good values or should reduce them lower?
Please help me with direction as I find I'm having problems understanding the documation(I'm just getting to old to figure things out Lol!)
Thanks
Fred
Putting together a cnc machine for my milling machine. I have no experience in Linux.
This is the computer I have.
Mother board-Asus P5E deluxe
CPU-Pentuim Dual core E5200@2.50Ghz
Memory-8 gigs of ram
Video-Nvidia GeForce GTS 450
Hard drive-40 gigs
Software-Linuxcnc 2.9.1 -amd64.hybrid.iso, software is installed and working on the hard drive
From the terminal-sudo apt update and sudo apt upgrade were downloaded (how do I install these packages?)
Legancy test- 25887(1ms), 29946(25us) are good values or should reduce them lower?
Please help me with direction as I find I'm having problems understanding the documation(I'm just getting to old to figure things out Lol!)
Thanks
Fred
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
Less
More
- Posts: 11204
- Thank you received: 3736
18 Dec 2023 21:00 #288518
by rodw
Replied by rodw on topic help newbe!
sudo apt upgrade installs any updated packages so there is nothing to do!
The following user(s) said Thank You: Fred2809
Please Log in or Create an account to join the conversation.
- Fred2809
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 1
18 Dec 2023 22:43 #288526
by Fred2809
Replied by Fred2809 on topic help newbe!
I checked the realtime kernal
typing in >uname -r
and it came back with>6.1.0-13-rt-amd64
is this correct?
what else do I need to download/install ?
also 3 programs were running(utube,glxgears,just using the computer)
and the latency test results were
25478(1ms) 34675(25ms)
these numbers tell me both values have to be lower
what direction would improve latency, software or hardware?
typing in >uname -r
and it came back with>6.1.0-13-rt-amd64
is this correct?
what else do I need to download/install ?
also 3 programs were running(utube,glxgears,just using the computer)
and the latency test results were
25478(1ms) 34675(25ms)
these numbers tell me both values have to be lower
what direction would improve latency, software or hardware?
Please Log in or Create an account to join the conversation.
- Cant do this anymore bye all
-
- Offline
- Platinum Member
-
Less
More
- Posts: 1200
- Thank you received: 422
19 Dec 2023 00:35 #288531
by Cant do this anymore bye all
Replied by Cant do this anymore bye all on topic help newbe!
Hardware is best bang for buck, or grab a Mesa card and don't worry about a base thread.
Personally I'd go the Mesa route (ethernet), and in the future an upgrade (computer) is really simple.
Yeah almost everyone will recommend Mesa hardware, but it's reliable, plenty of IO options, great support and Pete from Mesa is a top bloke.
Personally I'd go the Mesa route (ethernet), and in the future an upgrade (computer) is really simple.
Yeah almost everyone will recommend Mesa hardware, but it's reliable, plenty of IO options, great support and Pete from Mesa is a top bloke.
The following user(s) said Thank You: Fred2809
Please Log in or Create an account to join the conversation.
- Fred2809
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 1
19 Dec 2023 02:46 #288539
by Fred2809
Replied by Fred2809 on topic help newbe!
I was going to start with the parallel port, get everything working plus learning the software. Going to the Mesa (ethernet) was going to be my second upgrade.
Currently the jitter 18207(1ms) , 26343(25us) are these number okay to get going?
Currently the jitter 18207(1ms) , 26343(25us) are these number okay to get going?
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20097
- Thank you received: 6841
19 Dec 2023 06:27 #288549
by tommylight
Replied by tommylight on topic help newbe!
Yes they are, so wire something, do some tests and make chips!

The following user(s) said Thank You: Fred2809
Please Log in or Create an account to join the conversation.
- Fred2809
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 1
19 Dec 2023 06:54 #288551
by Fred2809
Replied by Fred2809 on topic help newbe!
I ran Latency-histogram, in the top header couple of lines down. it said-
2 cores no_isolpus Genuine Pentium dual core cpu e5200@2,50ghz
looked it up in mousepad file, open,filesystem-etc-grub could'nt find grub but found grub.d. Could'nt locate the correct grub file to install isolpus=1
where does the isolpus=1 go?
2 cores no_isolpus Genuine Pentium dual core cpu e5200@2,50ghz
looked it up in mousepad file, open,filesystem-etc-grub could'nt find grub but found grub.d. Could'nt locate the correct grub file to install isolpus=1
where does the isolpus=1 go?
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
Less
More
- Posts: 11204
- Thank you received: 3736
19 Dec 2023 07:39 #288553
by rodw
Replied by rodw on topic help newbe!
pretty sure I added grub-customizer to the 2.91 ISO so
type
sudo grub-customizer,
Select the second tab.
In the field that says quiet make it: quiet isolcpus=1
Save and reboot, latency-histogram reports the isolcpus setting.
type
sudo grub-customizer,
Select the second tab.
In the field that says quiet make it: quiet isolcpus=1
Save and reboot, latency-histogram reports the isolcpus setting.
Please Log in or Create an account to join the conversation.
- Fred2809
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 1
19 Dec 2023 17:20 #288602
by Fred2809
Replied by Fred2809 on topic help newbe!
thank you
it worked!
it worked!
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
Time to create page: 0.080 seconds