Pico Universal Stepper Voltage questions
- dansawyer
- Offline
- Senior Member
-
- Posts: 56
- Thank you received: 1
01:00.0 Communication controller: MosChip Semiconductor Technology Ltd. PCI 9835 Multi-I/O Controller (rev 01)
Subsystem: LSI Logic / Symbios Logic PCI 9835 Multi-I/O Controller
Flags: medium devsel, IRQ 21
I/O ports at d050
I/O ports at d040
I/O ports at d030
I/O ports at d020
I/O ports at d010
I/O ports at d000
Kernel modules: parport_serial
Please Log in or Create an account to join the conversation.
- dansawyer
- Offline
- Senior Member
-
- Posts: 56
- Thank you received: 1
I will check for the pin headers and look for an adapter. I assume it will be more straight forward going forward to use the built in port than the pci one.
Thanks for your help. Dan
dmesg |grep par
[ 0.112811] Booting paravirtualized kernel on bare hardware
[ 6.070766] Asymmetric key parser 'x509' registered
[ 9.770392] ppdev: user-space parallel port driver
[ 9.800816] parport0: PC-style at 0x378 (0x778)
[ 9.936114] parport0: irq 5 detected
[ 10.105613] parport1: PC-style at 0xd030, irq 21 [PCSPP,TRISTATE,EPP]
[ 10.207493] parport_serial 0000:01:00.0: 0000:01:00.0: unknown NetMos/Mostech device
It also reports USC via:
./univstepdiags 0xd030 bus
io addr = d030
parport addr 0xd030
Bus Map
Board Addr Type Ver.
0 Unknown f
1 Encoder f
2 DAC-16 f
3 DIO f
4 Univ. Stepper f
6 Unknown 6f
7 Unknown 7f
8 Unknown 8f
9 Unknown 9f
a Unknown af
b Unknown bf
c Unknown cf
d Unknown df
e Unknown ef
f No Board ff
Please Log in or Create an account to join the conversation.
- jmelson
- Offline
- Moderator
-
- Posts: 817
- Thank you received: 157
OK, so ONE of those addresses is the EPP parallel port, but I can't tell you which one it is.This is the onliy entry that relates at all to a parallel port.
01:00.0 Communication controller: MosChip Semiconductor Technology Ltd. PCI 9835 Multi-I/O Controller (rev 01)
Subsystem: LSI Logic / Symbios Logic PCI 9835 Multi-I/O Controller
Flags: medium devsel, IRQ 21
I/O ports at d050
I/O ports at d040
I/O ports at d030
I/O ports at d020
I/O ports at d010
I/O ports at d000
Kernel modules: parport_serial
You will have to try all of them.
Jon
Please Log in or Create an account to join the conversation.
- jmelson
- Offline
- Moderator
-
- Posts: 817
- Thank you received: 157
Yes, if it exists (seems so from the lspci and /proc/ioports output) that could be easier.Yes. I think you are correct. Below is the dmesg output showing 2 parallel ports.
I will check for the pin headers and look for an adapter. I assume it will be more straight forward going forward to use the built in port than the pci one.
Yes, the above output is still showing no communication. You SHOULD get a list of ONW board only at address 0, and then 15 "No Board". The above list shows a bunch of "Unknown" and other boards which are not present. That is wrong.
dmesg |grep par
[ 0.112811] Booting paravirtualized kernel on bare hardware
[ 6.070766] Asymmetric key parser 'x509' registered
[ 9.770392] ppdev: user-space parallel port driver
[ 9.800816] parport0: PC-style at 0x378 (0x778)
[ 9.936114] parport0: irq 5 detected
[ 10.105613] parport1: PC-style at 0xd030, irq 21 [PCSPP,TRISTATE,EPP]
[ 10.207493] parport_serial 0000:01:00.0: 0000:01:00.0: unknown NetMos/Mostech device
It also reports USC via:
./univstepdiags 0xd030 bus
io addr = d030
parport addr 0xd030
Bus Map
Board Addr Type Ver.
0 Unknown f
1 Encoder f
2 DAC-16 f
3 DIO f
4 Univ. Stepper f
6 Unknown 6f
7 Unknown 7f
8 Unknown 8f
9 Unknown 9f
a Unknown af
b Unknown bf
c Unknown cf
d Unknown df
e Unknown ef
f No Board ff
Jon
Please Log in or Create an account to join the conversation.