How May the LinuxCNC IRC channel be Improved?
28 Aug 2023 01:45 - 28 Aug 2023 02:08 #279125
by Bari
How May the LinuxCNC IRC channel be Improved? was created by Bari
Our primary real-time chat is in the #linuxcnc channel on irc.libera.chat. You can use web chat or connect with your own client. The chat is logged by community member Tom L. Logs can be accessed on the IRC with log for todays log or index for the calendar index.
libera.chat/
tom-itx.no-ip.biz:81/~tom-itx/irc/logs/%23linuxcnc/
Why do you avoid the IRC channel?
How may it be improved?
libera.chat/
tom-itx.no-ip.biz:81/~tom-itx/irc/logs/%23linuxcnc/
Why do you avoid the IRC channel?
How may it be improved?
Last edit: 28 Aug 2023 02:08 by Bari. Reason: editor
Please Log in or Create an account to join the conversation.
28 Aug 2023 05:54 #279134
by rodw
Replied by rodw on topic How May the LinuxCNC IRC channel be Improved?
For me the IRC is a dog due to my timezone so I have not looked at it for many years. Nobody is online when I am,
But I just went through a week or so of the logs and all I saw was heaps of inane off topic chats and maybe 2-3 lines of linuxcnc stuff.
I am not going to wade through all that stuff to see what is going on. (or not going on as the case may be).
It would be nice to know that developers are monitoring the forum here where the users are. I know some do.
Based on responses I have received on the Developers email list, many seem to be quite out of touch with recent operating systems and installation issues.
If you have multiple communication channels available, you really need to monitor and respond to all of them. Thats what I do in my business.
But I just went through a week or so of the logs and all I saw was heaps of inane off topic chats and maybe 2-3 lines of linuxcnc stuff.
I am not going to wade through all that stuff to see what is going on. (or not going on as the case may be).
It would be nice to know that developers are monitoring the forum here where the users are. I know some do.
Based on responses I have received on the Developers email list, many seem to be quite out of touch with recent operating systems and installation issues.
If you have multiple communication channels available, you really need to monitor and respond to all of them. Thats what I do in my business.
Please Log in or Create an account to join the conversation.
28 Aug 2023 06:28 - 28 Aug 2023 08:25 #279135
by Aciera
Replied by Aciera on topic How May the LinuxCNC IRC channel be Improved?
Seems to me that this topic comes up every few months for different chat sites. I'm with Rod here, although not so much because of the time zone but much more because of the format and the content itself.
I simply don't see the appeal of using a chat as every single one I have tried is mostly about sharing shits and giggles. Maybe that is an age thing but personally I don't have the time or patience to constantly check my phone to sort through all the noise on the off chance that somebody actually wrote something relevant. Also I feel that information on a forum like this one has a longer lifespan than the short lived blips on a chat.
I'm sorry to be a bit blunt about it but I much rather deal with the buggy editor here than waste my time on a chat.
I simply don't see the appeal of using a chat as every single one I have tried is mostly about sharing shits and giggles. Maybe that is an age thing but personally I don't have the time or patience to constantly check my phone to sort through all the noise on the off chance that somebody actually wrote something relevant. Also I feel that information on a forum like this one has a longer lifespan than the short lived blips on a chat.
I'm sorry to be a bit blunt about it but I much rather deal with the buggy editor here than waste my time on a chat.
Last edit: 28 Aug 2023 08:25 by Aciera.
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
28 Aug 2023 07:59 #279140
by rmu
Replied by rmu on topic How May the LinuxCNC IRC channel be Improved?
#linuxcnc-devel is usually on topic and noise-free enough, but in general not that much is going on. IRC channel can be a "life-saver" just because of PCW who seems to be omni-present.
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
28 Aug 2023 16:25 #279183
by Bari
Replied by Bari on topic How May the LinuxCNC IRC channel be Improved?
@rod "many seem to be quite out of touch with recent operating systems and installation issues. "
There have been lots of changes to the kernel and Debian in the past year or so. The Rpi situation is even worse. It takes lots of effort to stay on top of some of these issues. We are currently looking at why kernels since 5.15 have such lousy latency.
@Aciera If you ever get a chance to fix the forums editor it would be greatly appreciated by many.
There have been lots of changes to the kernel and Debian in the past year or so. The Rpi situation is even worse. It takes lots of effort to stay on top of some of these issues. We are currently looking at why kernels since 5.15 have such lousy latency.
@Aciera If you ever get a chance to fix the forums editor it would be greatly appreciated by many.
Please Log in or Create an account to join the conversation.
28 Aug 2023 21:57 - 28 Aug 2023 21:58 #279222
by rodw
Replied by rodw on topic How May the LinuxCNC IRC channel be Improved?
@Bari, This illustrates exactly my point! If you followed the forum and read the email list, you would be aware that I have been chasing network latency causing error finishing reads for over 12 months. It's covered pretty well in the 2.9 version of getting linuxcnc I wrote.
Ref: linuxcnc.org/docs/2.9/html/getting-start...etting-linuxcnc.html
I have reported it upstream to Debian and the RT kernel team. It certainly predates kernel 5.15. We think maybe from 5.9. It is an issue on the original 5.10 Bullseye kernel. With the PC properly set up, CPU latency is not an issue. You can have 1 digit jitter and still get servo-thread overruns due to network latency. This is predominately happening on Realtek NICs where the R8169 driver is used for most. Where appropriate, using the r8168-dkms driver makes a significant improvement. Compiling a kernel from pristine upstream sources makes a massive difference (Debian must do some funky stuff). Latency has been improving with each kernel release. PCW says the 6.4 kernel is the best he's seen, I have a 6.3 kernel you can try linked in the docs above. Many users have solved latency issues by installing the DKMS driver and the 6.3 kernel, even 2 core PCS get by happily.
I also have a pull request pending right now for a Debian bookworm installer github.com/LinuxCNC/linuxcnc-live-build/pull/27
and there is a sticky on this forum with an ISO built from my repo under installing linuxcnc.
And I am also working on a Debian Bookworm Live installer for the raspberry pi. github.com/rodw-au/rpi-img-builder-lcnc There were some upstream issues which were resolved last night and I am presently working on adding scripts to get Linucnc from git as there are no buildbot images for it. This is a cross compiler environment so I was hoping it might end up on a buildbot somewhere without resorting to a pi.
So yes, I know full well keeping on top of all this takes a lot of work. If you look around you might find a lot of the work is already done for you!
Ref: linuxcnc.org/docs/2.9/html/getting-start...etting-linuxcnc.html
I have reported it upstream to Debian and the RT kernel team. It certainly predates kernel 5.15. We think maybe from 5.9. It is an issue on the original 5.10 Bullseye kernel. With the PC properly set up, CPU latency is not an issue. You can have 1 digit jitter and still get servo-thread overruns due to network latency. This is predominately happening on Realtek NICs where the R8169 driver is used for most. Where appropriate, using the r8168-dkms driver makes a significant improvement. Compiling a kernel from pristine upstream sources makes a massive difference (Debian must do some funky stuff). Latency has been improving with each kernel release. PCW says the 6.4 kernel is the best he's seen, I have a 6.3 kernel you can try linked in the docs above. Many users have solved latency issues by installing the DKMS driver and the 6.3 kernel, even 2 core PCS get by happily.
I also have a pull request pending right now for a Debian bookworm installer github.com/LinuxCNC/linuxcnc-live-build/pull/27
and there is a sticky on this forum with an ISO built from my repo under installing linuxcnc.
And I am also working on a Debian Bookworm Live installer for the raspberry pi. github.com/rodw-au/rpi-img-builder-lcnc There were some upstream issues which were resolved last night and I am presently working on adding scripts to get Linucnc from git as there are no buildbot images for it. This is a cross compiler environment so I was hoping it might end up on a buildbot somewhere without resorting to a pi.
So yes, I know full well keeping on top of all this takes a lot of work. If you look around you might find a lot of the work is already done for you!
Last edit: 28 Aug 2023 21:58 by rodw.
Please Log in or Create an account to join the conversation.
28 Aug 2023 22:09 #279223
by Bari
Replied by Bari on topic How May the LinuxCNC IRC channel be Improved?
Are you using AMD Ryzen with 5.9 kernels or higher?
I'm not talking about network latency with 5.9 or higher kernels, only CPU latency.
DKMS is not used for any open source kernel modules. Well it can be but we aren't using any nvidia and similar junk.
I'm not talking about network latency with 5.9 or higher kernels, only CPU latency.
DKMS is not used for any open source kernel modules. Well it can be but we aren't using any nvidia and similar junk.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19106
- Thank you received: 6398
29 Aug 2023 01:42 #279238
by tommylight
I have switched to AMD completely, only older stuff still Intel as i can not replace those, i would, gladly, if i could!
Back on topic, i did occasionally visit IRC whenever i was less pressed for time, and it has it's purpose as there are always active members there to reply, but that is more all helping one, while here it is one helping many, for as long as this forum is on.
Ask around, who ever searched the IRC logs for an answer?
Replied by tommylight on topic How May the LinuxCNC IRC channel be Improved?
I am on this laptop!Well it can be but we aren't using any nvidia and similar junk.
I have switched to AMD completely, only older stuff still Intel as i can not replace those, i would, gladly, if i could!
Back on topic, i did occasionally visit IRC whenever i was less pressed for time, and it has it's purpose as there are always active members there to reply, but that is more all helping one, while here it is one helping many, for as long as this forum is on.
Ask around, who ever searched the IRC logs for an answer?
Please Log in or Create an account to join the conversation.
29 Aug 2023 01:53 #279239
by Bari
Replied by Bari on topic How May the LinuxCNC IRC channel be Improved?
Some serious newcomers have asked about IRC is all. And I have wondered myself why so many have disappeared from IRC over the years.
Please Log in or Create an account to join the conversation.
29 Aug 2023 02:17 - 29 Aug 2023 02:20 #279240
by phillc54
Replied by phillc54 on topic How May the LinuxCNC IRC channel be Improved?
I don't use IRC because:
- My timezone makes it difficult.
- I find it too disjointed.
Last edit: 29 Aug 2023 02:20 by phillc54.
Please Log in or Create an account to join the conversation.
Time to create page: 0.089 seconds