- Configuring LinuxCNC
- Advanced Configuration
- PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
- unknown
- Offline
- Elite Member
-
Less
More
- Posts: 268
- Thank you received: 91
24 Mar 2025 13:04 - 24 Mar 2025 13:08 #324757
by unknown
Replied by unknown on topic PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
use grep with dmesg, we don't need the whole output, or if you're going to give the full output attach it as text file, then it can be searched in an editor.
oror
And attach the text files.
dmesg | grep "parp"
demsg > dmesg.txt
dmesg | grep "parp" > demsg.txt
And attach the text files.
Last edit: 24 Mar 2025 13:08 by unknown.
Please Log in or Create an account to join the conversation.
- langdons
- Offline
- Elite Member
-
Less
More
- Posts: 194
- Thank you received: 19
24 Mar 2025 13:12 #324759
by langdons
Replied by langdons on topic PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
These are from Debian:
The following user(s) said Thank You: unknown
Please Log in or Create an account to join the conversation.
- langdons
- Offline
- Elite Member
-
Less
More
- Posts: 194
- Thank you received: 19
24 Mar 2025 13:17 - 24 Mar 2025 13:37 #324762
by langdons
Replied by langdons on topic PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
Removed off-topic stuff.
Last edit: 24 Mar 2025 13:37 by langdons. Reason: Removed off-topic stuff.
Please Log in or Create an account to join the conversation.
- unknown
- Offline
- Elite Member
-
Less
More
- Posts: 268
- Thank you received: 91
24 Mar 2025 13:17 - 24 Mar 2025 13:23 #324763
by unknown
Replied by unknown on topic PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
I'm impressed mate 
Yeah I know you're giving your time, much appreciated, but text files are so much easier to search through. especially for something as long winded as dmesg. Anyway it's so much easier than cutting & pasting.....and millions of times better than a photo of a screen.
Cheers
Rob
Regarding Ubuntu, off topic a little, but did you hear that a lot of the core utilities they are rewriting as Rust and dropping the old stable C coded ones (I think a lot of origins from Unix days). I reckon Linux might be in for a few rough years.

Yeah I know you're giving your time, much appreciated, but text files are so much easier to search through. especially for something as long winded as dmesg. Anyway it's so much easier than cutting & pasting.....and millions of times better than a photo of a screen.
Cheers
Rob
Regarding Ubuntu, off topic a little, but did you hear that a lot of the core utilities they are rewriting as Rust and dropping the old stable C coded ones (I think a lot of origins from Unix days). I reckon Linux might be in for a few rough years.
Last edit: 24 Mar 2025 13:23 by unknown.
Please Log in or Create an account to join the conversation.
- langdons
- Offline
- Elite Member
-
Less
More
- Posts: 194
- Thank you received: 19
24 Mar 2025 13:22 - 24 Mar 2025 13:36 #324765
by langdons
Replied by langdons on topic PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
Removed off-topic stuff.
Last edit: 24 Mar 2025 13:36 by langdons. Reason: Removed off-topic stuff.
Please Log in or Create an account to join the conversation.
- unknown
- Offline
- Elite Member
-
Less
More
- Posts: 268
- Thank you received: 91
24 Mar 2025 13:25 #324766
by unknown
Replied by unknown on topic PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
No mate, genuinely impressed, I think I may have misjudged you and would like to extend my apologies.
All The Best
Rob
All The Best
Rob
Please Log in or Create an account to join the conversation.
- langdons
- Offline
- Elite Member
-
Less
More
- Posts: 194
- Thank you received: 19
24 Mar 2025 13:27 - 24 Mar 2025 13:36 #324768
by langdons
Replied by langdons on topic PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
Removed off-topic stuff.
Last edit: 24 Mar 2025 13:36 by langdons. Reason: Removed off-topic stuff.
Please Log in or Create an account to join the conversation.
- unknown
- Offline
- Elite Member
-
Less
More
- Posts: 268
- Thank you received: 91
24 Mar 2025 13:30 #324770
by unknown
Replied by unknown on topic PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
Bloody oath mate.
Yourself, Cannuck ?
Yourself, Cannuck ?
Please Log in or Create an account to join the conversation.
- langdons
- Offline
- Elite Member
-
Less
More
- Posts: 194
- Thank you received: 19
24 Mar 2025 13:33 #324771
by langdons
Replied by langdons on topic PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
Not easier over SSH.I'm impressed mate
Yeah I know you're giving your time, much appreciated, but text files are so much easier to search through. especially for something as long winded as dmesg. Anyway it's so much easier than cutting & pasting.....and millions of times better than a photo of a screen.
Cheers
Rob
Regarding Ubuntu, off topic a little, but did you hear that a lot of the core utilities they are rewriting as Rust and dropping the old stable C coded ones (I think a lot of origins from Unix days). I reckon Linux might be in for a few rough years.
Please Log in or Create an account to join the conversation.
- unknown
- Offline
- Elite Member
-
Less
More
- Posts: 268
- Thank you received: 91
24 Mar 2025 13:41 #324774
by unknown
Replied by unknown on topic PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
If you mc (midnight commander) installed on the client or host it's real simple to transfer files.
Or some file managers let you type something like sftp://username@hostname
LinuxMint using caja, one has to have the gvfs installed. So I'm using sftp to look at my server, but as long as ssh is on the client your good, no need to have a ssh session running. Yeah the server is named after a "Happy Tree Friends" character cos I'm a 50+ yro child.
Or some file managers let you type something like sftp://username@hostname
LinuxMint using caja, one has to have the gvfs installed. So I'm using sftp to look at my server, but as long as ssh is on the client your good, no need to have a ssh session running. Yeah the server is named after a "Happy Tree Friends" character cos I'm a 50+ yro child.
Attachments:
Please Log in or Create an account to join the conversation.
- Configuring LinuxCNC
- Advanced Configuration
- PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
Time to create page: 0.594 seconds