How to set up parallel port in Debian
- paulstenlund
- Offline
- Junior Member
Less
More
- Posts: 29
- Thank you received: 0
19 Apr 2021 09:03 #206368
by paulstenlund
How to set up parallel port in Debian was created by paulstenlund
How do I set up my parallel card in Debian, its not seeing it. Is there a tutorial?
Thanks
Paul
Thanks
Paul
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19487
- Thank you received: 6535
19 Apr 2021 14:00 #206385
by tommylight
Replied by tommylight on topic How to set up parallel port in Debian
In a terminal:
sudo lspci -v
and
sudo dmesg | grep par
Post the results of those two lines here.
sudo lspci -v
and
sudo dmesg | grep par
Post the results of those two lines here.
Please Log in or Create an account to join the conversation.
- paulstenlund
- Offline
- Junior Member
Less
More
- Posts: 29
- Thank you received: 0
20 Apr 2021 02:07 #206492
by paulstenlund
Replied by paulstenlund on topic How to set up parallel port in Debian
can't run cms term wants a passwor, login pw did''t work. How do I create admin - root pw now.
Please Log in or Create an account to join the conversation.
- paulstenlund
- Offline
- Junior Member
Less
More
- Posts: 29
- Thank you received: 0
21 Apr 2021 01:40 #206599
by paulstenlund
Replied by paulstenlund on topic How to set up parallel port in Debian
OK reinstalled Debian now my terminal works great. ran the commands and i definitely have a parallel port, Why are my machine controls greyed out?
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23178
- Thank you received: 4860
21 Apr 2021 21:21 #206707
by andypugh
Replied by andypugh on topic How to set up parallel port in Debian
Firstly, you don't really need to set the port up with Debian. LinuxCNC uses its own driver, so you just need to tell LinuxCNC the port address.
Actually, you often don't even have to do that, telling LinuxCNC to connect to the first parallel port that it finds (index number 0) is typically enough.
Do you see the p-port with lspci? If you do then it probably isn't at the 0x738 address (which is typically a motherboard port)
Can you show the output of "lspci -vv" and "cat /proc/ioports"
Actually, you often don't even have to do that, telling LinuxCNC to connect to the first parallel port that it finds (index number 0) is typically enough.
Do you see the p-port with lspci? If you do then it probably isn't at the 0x738 address (which is typically a motherboard port)
Can you show the output of "lspci -vv" and "cat /proc/ioports"
Please Log in or Create an account to join the conversation.
- paulstenlund
- Offline
- Junior Member
Less
More
- Posts: 29
- Thank you received: 0
21 Apr 2021 21:55 #206719
by paulstenlund
Replied by paulstenlund on topic How to set up parallel port in Debian
I can run the commands but don't know how to capture the output to a file
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19487
- Thank you received: 6535
21 Apr 2021 22:03 #206722
by tommylight
Replied by tommylight on topic How to set up parallel port in Debian
You can select the text in a terminal and right click to copy it, then paste it here.
Please Log in or Create an account to join the conversation.
Time to create page: 0.096 seconds