- 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.
- ContinenteCNC
-
- Offline
- Premium Member
-
Less
More
- Posts: 90
- Thank you received: 40
03 Apr 2025 09:07 #325596
by ContinenteCNC
Replied by ContinenteCNC on topic PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23328
- Thank you received: 4951
03 Apr 2025 13:17 #325615
by andypugh
Replied by andypugh on topic PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
The message is something that i introduced, and it means that the parport_pc kernel driver has not found the card. However that doesn't mean that the LinuxCNC driver won't work.
github.com/LinuxCNC/linuxcnc/commit/7bd5...dedfd986fb84f6a9c4a6
It's not easy to know what to do in this scenario. There needs to be some indication that there is not _necessarily_ a parport at the give address (but, also, there might be...)
github.com/LinuxCNC/linuxcnc/commit/7bd5...dedfd986fb84f6a9c4a6
It's not easy to know what to do in this scenario. There needs to be some indication that there is not _necessarily_ a parport at the give address (but, also, there might be...)
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- PCW
-
- Offline
- Moderator
-
Less
More
- Posts: 18614
- Thank you received: 5123
03 Apr 2025 14:59 #325622
by PCW
Replied by PCW on topic PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
Rather than a pop-up error message, it seems this would better be just a message
in the log, so if you are trying to debug a parallel port issue, you get notified, but you don't
have a constant nuisance alarm when things are OK.
in the log, so if you are trying to debug a parallel port issue, you get notified, but you don't
have a constant nuisance alarm when things are OK.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20259
- Thank you received: 6892
03 Apr 2025 17:54 #325634
by tommylight
Replied by tommylight on topic PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
I do not mind as it is now.
The following user(s) said Thank You: ContinenteCNC
Please Log in or Create an account to join the conversation.
- langdons
- Offline
- Platinum Member
-
Less
More
- Posts: 381
- Thank you received: 36
03 Apr 2025 21:33 #325642
by langdons
Replied by langdons on topic PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
I wasn't aware any log even existed.
Don't rely on logs, they are too often ignored and forgotten.
Prompts are good, but annoying.
Maybe the prompt could have a checkbox for "suppress this warning forever"
Maybe stepconf should just have a little checkbox that says "notify user if port not detected".
Don't rely on logs, they are too often ignored and forgotten.
Prompts are good, but annoying.
Maybe the prompt could have a checkbox for "suppress this warning forever"
Maybe stepconf should just have a little checkbox that says "notify user if port not detected".
Please Log in or Create an account to join the conversation.
- unknown
- Offline
- Platinum Member
-
Less
More
- Posts: 378
- Thank you received: 141
03 Apr 2025 21:35 #325643
by unknown
Replied by unknown on topic PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
A switch when loading the driver regarding the message, have the message on for debugging and another to just log the message ?
Honestly, as I said in my first post is it that hard to click on the message or just leave it popped up ?
Honestly, as I said in my first post is it that hard to click on the message or just leave it popped up ?
Please Log in or Create an account to join the conversation.
- langdons
- Offline
- Platinum Member
-
Less
More
- Posts: 381
- Thank you received: 36
03 Apr 2025 22:03 #325647
by langdons
Replied by langdons on topic PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
It gets annoying after the umpteenth time.
It's just a nuisance.
Like mosquitoes (where I live there's no malaria).
It's just a nuisance.
Like mosquitoes (where I live there's no malaria).
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23328
- Thank you received: 4951
04 Apr 2025 19:14 #325705
by andypugh
Replied by andypugh on topic PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
Maybe:
"If this message annoys you, add --nocheck to the loadrt hal_parport line"
"If this message annoys you, add --nocheck to the loadrt hal_parport line"
The following user(s) said Thank You: tommylight, ContinenteCNC, unknown
Please Log in or Create an account to join the conversation.
- unknown
- Offline
- Platinum Member
-
Less
More
- Posts: 378
- Thank you received: 141
04 Apr 2025 20:37 #325714
by unknown
Replied by unknown on topic PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
That's the go.
The following user(s) said Thank You: ContinenteCNC
Please Log in or Create an account to join the conversation.
- ContinenteCNC
-
- Offline
- Premium Member
-
Less
More
- Posts: 90
- Thank you received: 40
04 Apr 2025 20:45 #325715
by ContinenteCNC
Replied by ContinenteCNC on topic PCIe - No parport registered at "0x " . This is not Always an error.Continuing.
I have one more question about this issue recognizing Sunix cards.
So, let's assume these cards are not being automatically recognized as parallel ports because they are not listed as such in kernel.
How is this information stored in kernel? Is it hardcoded?
I know this isn't a issue that deservs so much talk, but if all it takes is someone to code it and ask a pull request to kernel I would love to do this work.
There are also some cards that load parport_serial driver instead of parport_pc. If this is the case I think that would be a coding I could do.
Again, not a big of a deal, but I would like to help and this seem to match my skills.
So, let's assume these cards are not being automatically recognized as parallel ports because they are not listed as such in kernel.
How is this information stored in kernel? Is it hardcoded?
I know this isn't a issue that deservs so much talk, but if all it takes is someone to code it and ask a pull request to kernel I would love to do this work.
There are also some cards that load parport_serial driver instead of parport_pc. If this is the case I think that would be a coding I could do.
Again, not a big of a deal, but I would like to help and this seem to match my skills.
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.096 seconds