GIGABYTE GA-E350N Parallel port issue
17 Jul 2014 17:26 - 17 Jul 2014 17:39 #48876
by jeeybee
GIGABYTE GA-E350N Parallel port issue was created by jeeybee
Hello!
I´m an experienced Mach3 and windows user but totaly new to Linux and Linuc CNC so please bear with me.
I have bought a GIGABYTE GA-E350N motherboard with integrated parallell port to use with a simple one axis application and have set is up without hardware to test linux cnc and see if it fits my application.
The problem is that I cant find the address of the port or even see that it exist using the lspci -v
I guess the standard address is 0x378 but I would like to know that its recognized before I continue with this board.
It is enabled in BIOS.
I´m an experienced Mach3 and windows user but totaly new to Linux and Linuc CNC so please bear with me.
I have bought a GIGABYTE GA-E350N motherboard with integrated parallell port to use with a simple one axis application and have set is up without hardware to test linux cnc and see if it fits my application.
The problem is that I cant find the address of the port or even see that it exist using the lspci -v
I guess the standard address is 0x378 but I would like to know that its recognized before I continue with this board.
It is enabled in BIOS.
Last edit: 17 Jul 2014 17:39 by jeeybee.
Please Log in or Create an account to join the conversation.
17 Jul 2014 19:23 - 17 Jul 2014 19:28 #48886
by PCW
Replied by PCW on topic GIGABYTE GA-E350N Parallel port issue
Motherboard parallel ports are seldom PCI devices so lspci wont find them
heres one possibility:
heres one possibility:
dmesg | grep parport
Last edit: 17 Jul 2014 19:28 by PCW. Reason: its parport on linux
Please Log in or Create an account to join the conversation.
17 Jul 2014 19:28 #48887
by ArcEye
Replied by ArcEye on topic GIGABYTE GA-E350N Parallel port issue
Or cat /proc/ioports
When you say integrated, do you mean a violet DB25 connector on the back or a 26 pin header on the motherboard?
Especially if the latter, is there a BIOS option to enable the port?
regards
When you say integrated, do you mean a violet DB25 connector on the back or a 26 pin header on the motherboard?
Especially if the latter, is there a BIOS option to enable the port?
regards
Please Log in or Create an account to join the conversation.
17 Jul 2014 19:44 #48890
by andypugh
It is meant to be possible to access parports by index (0, 1, 2, 3) etc.
Try 0 and see if dmesg claims to have found it?
Replied by andypugh on topic GIGABYTE GA-E350N Parallel port issue
I guess the standard address is 0x378 but I would like to know that its recognized before I continue with this board.
It is meant to be possible to access parports by index (0, 1, 2, 3) etc.
Try 0 and see if dmesg claims to have found it?
Please Log in or Create an account to join the conversation.
18 Jul 2014 00:16 #48896
by jeeybee
Replied by jeeybee on topic GIGABYTE GA-E350N Parallel port issue
Thanks for your answers, I will try the DMESG command.
Its a DB25 port on the back of the board and its enabled in bios.
Its a DB25 port on the back of the board and its enabled in bios.
Please Log in or Create an account to join the conversation.
Time to create page: 0.086 seconds