parallel port drivers
- Dragonbitscnc
- Offline
- Senior Member
Less
More
- Posts: 41
- Thank you received: 0
05 Jun 2021 22:55 #211258
by Dragonbitscnc
parallel port drivers was created by Dragonbitscnc
Hi, I'm trying to get my parallel port working, I'm trying to unzip my drivers.
And I get stuck here!
john@LinuxCNC:~/Downloads/parportdrive$ pwd
/home/john/Downloads/parportdrive
john@LinuxCNC:~/Downloads/parportdrive$ ls
'[oxfordpcie] linux serial and parallel cards.zip'
john@LinuxCNC:~/Downloads/parportdrive$ unzip '[oxfordpcie] linux serial and parallel cards.zip'
bash: unzip: command not found
john@LinuxCNC:~/Downloads/parportdrive$
.
Can you see something I can't ? Or if I'm doing this wrong
And I get stuck here!
john@LinuxCNC:~/Downloads/parportdrive$ pwd
/home/john/Downloads/parportdrive
john@LinuxCNC:~/Downloads/parportdrive$ ls
'[oxfordpcie] linux serial and parallel cards.zip'
john@LinuxCNC:~/Downloads/parportdrive$ unzip '[oxfordpcie] linux serial and parallel cards.zip'
bash: unzip: command not found
john@LinuxCNC:~/Downloads/parportdrive$
.
Can you see something I can't ? Or if I'm doing this wrong
Please Log in or Create an account to join the conversation.
05 Jun 2021 23:57 - 06 Jun 2021 00:00 #211259
by PCW
Replied by PCW on topic parallel port drivers
1. I don't think you need a driver for the Oxford Semi parts
(its certainly not used by LinuxCNC)
2. To use a command line utility on a file name with embedded spaces
try:
unzip [ and the a tab and return
( The '[' is the first character of the file name and the tab expands that into the
file name with the needed escape characters for the spaces )
(its certainly not used by LinuxCNC)
2. To use a command line utility on a file name with embedded spaces
try:
unzip [ and the a tab and return
( The '[' is the first character of the file name and the tab expands that into the
file name with the needed escape characters for the spaces )
Last edit: 06 Jun 2021 00:00 by PCW.
Please Log in or Create an account to join the conversation.
- BeagleBrainz
- Offline
- User is blocked
Less
More
- Posts: 1437
- Thank you received: 570
06 Jun 2021 01:03 #211265
by BeagleBrainz
Replied by BeagleBrainz on topic parallel port drivers
the unzip\zip package isn't installed
For debian
The below is the output when it can't find the file.
For debian
sudo apt-get update
sudo apt-get install unzip
The below is the output when it can't find the file.
rmurphy@thinkPad-t530:~$ unzip '[oxfordpcie] linux serial and parallel cards.zip'
unzip: cannot find or open [oxfordpcie] linux serial and parallel cards.zip, [oxfordpcie] linux serial and parallel cards.zip.zip or [oxfordpcie] linux serial and parallel cards.zip.ZIP.
No zipfiles found.
Please Log in or Create an account to join the conversation.
06 Jun 2021 01:13 #211267
by PCW
Replied by PCW on topic parallel port drivers
Oops, I didn't read the error carefully
But I still don't think the driver is needed for LinuxCNC
But I still don't think the driver is needed for LinuxCNC
Please Log in or Create an account to join the conversation.
- Dragonbitscnc
- Offline
- Senior Member
Less
More
- Posts: 41
- Thank you received: 0
06 Jun 2021 01:19 #211268
by Dragonbitscnc
Replied by Dragonbitscnc on topic parallel port drivers
john@LinuxCNC:~/Downloads/parportdrive$ unzip \[oxfordpcie\]\ linux\ serial\ and\ parallel\ cards.zip
bash: unzip: command not found
Did'nt work . In the synaptic package manager there's zip-unzip to install, do I need one
to unzip, or dose Bash do that automatically?
bash: unzip: command not found
Did'nt work . In the synaptic package manager there's zip-unzip to install, do I need one
to unzip, or dose Bash do that automatically?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19124
- Thank you received: 6406
06 Jun 2021 01:29 #211270
by tommylight
Replied by tommylight on topic parallel port drivers
In a terminal
cat /proc/ioports | grep parport
post the result
cat /proc/ioports | grep parport
post the result
Please Log in or Create an account to join the conversation.
- Dragonbitscnc
- Offline
- Senior Member
Less
More
- Posts: 41
- Thank you received: 0
06 Jun 2021 02:05 #211271
by Dragonbitscnc
Replied by Dragonbitscnc on topic parallel port drivers
john@LinuxCNC:~/Downloads/parportdrive$ cat /proc/ioports | grep parport
0000-0000 : parport0
0000-0000 : parport0
0000-0000 : parport0
0000-0000 : parport0
Please Log in or Create an account to join the conversation.
- BeagleBrainz
- Offline
- User is blocked
Less
More
- Posts: 1437
- Thank you received: 570
06 Jun 2021 02:05 #211272
by BeagleBrainz
linuxize.com/post/how-to-unzip-files-in-linux/
Replied by BeagleBrainz on topic parallel port drivers
john@LinuxCNC:~/Downloads/parportdrive$ unzip \[oxfordpcie\]\ linux\ serial\ and\ parallel\ cards.zip
bash: unzip: command not found
Did'nt work . In the synaptic package manager there's zip-unzip to install, do I need one
to unzip, or dose Bash do that automatically?
linuxize.com/post/how-to-unzip-files-in-linux/
Please Log in or Create an account to join the conversation.
- Dragonbitscnc
- Offline
- Senior Member
Less
More
- Posts: 41
- Thank you received: 0
06 Jun 2021 02:09 #211273
by Dragonbitscnc
Replied by Dragonbitscnc on topic parallel port drivers
I got this when I ran that comand with sudo
john@LinuxCNC:~/Downloads/parportdrive$ sudo cat /proc/ioports | grep parport
d010-d012 : parport0
d013-d017 : parport0
john@LinuxCNC:~/Downloads/parportdrive$ sudo cat /proc/ioports | grep parport
d010-d012 : parport0
d013-d017 : parport0
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19124
- Thank you received: 6406
06 Jun 2021 09:22 #211283
by tommylight
Replied by tommylight on topic parallel port drivers
In StepConfig enter this for the port address:
0xd010
0xd010
Please Log in or Create an account to join the conversation.
Time to create page: 0.164 seconds