Ran the wizard, still no worky...5i25/7i77
11 Jan 2014 07:42 #42598
by PCW
Replied by PCW on topic Ran the wizard, still no worky...5i25/7i77
OK next question: do you have 5V and field power on the 7I77?
(Yellow LEDs CR1 (5V) and CR3 (Field power) illuminated on top edge of 7I77)
(Yellow LEDs CR1 (5V) and CR3 (Field power) illuminated on top edge of 7I77)
Please Log in or Create an account to join the conversation.
11 Jan 2014 07:46 #42599
by davo727
Replied by davo727 on topic Ran the wizard, still no worky...5i25/7i77
I have cr1 but not cr3.
Please Log in or Create an account to join the conversation.
11 Jan 2014 07:56 #42600
by davo727
Replied by davo727 on topic Ran the wizard, still no worky...5i25/7i77
Ok I don't have a power supply hooked to field on the 7i77 yet . Do I need this to allow the 5i25 to be found?
Please Log in or Create an account to join the conversation.
11 Jan 2014 09:37 #42603
by cmorley
Replied by cmorley on topic Ran the wizard, still no worky...5i25/7i77
You need the field power so all of the pins get made.
without field power on the pins that come directly from the 5i25 will be present.
But linuxcnc will find the 5i25 , it just may error if it tries to connect the missing pins.
If pncconf isn't showing the 5i25 in it's selection box, then either the XML files are missing or their permissions are wrong.
You should be using the latest version of linuxcnc as well (2.5.3)
Chris M
without field power on the pins that come directly from the 5i25 will be present.
But linuxcnc will find the 5i25 , it just may error if it tries to connect the missing pins.
If pncconf isn't showing the 5i25 in it's selection box, then either the XML files are missing or their permissions are wrong.
You should be using the latest version of linuxcnc as well (2.5.3)
Chris M
Please Log in or Create an account to join the conversation.
11 Jan 2014 11:10 #42604
by davo727
Replied by davo727 on topic Ran the wizard, still no worky...5i25/7i77
Hello. I hooked up 12 volt field power. I have cr1 and cr3 on and cr16 on and two yellow lights on in the middle of the 7i77 that the text is so small I cant read them.
Tried pcconf again and it still doesn't show 5i25
In my Getting started manual it says V2.5, 2012-04-01
Tried pcconf again and it still doesn't show 5i25
In my Getting started manual it says V2.5, 2012-04-01
Please Log in or Create an account to join the conversation.
11 Jan 2014 14:30 #42607
by cmorley
Replied by cmorley on topic Ran the wizard, still no worky...5i25/7i77
Having the 5i25 show up in PNCcong has _nothing_ to do with the 5i25.
It will show up even if you don't have a 5i25 connected.
Please check the permissions of the XML files.
Chris M
It will show up even if you don't have a 5i25 connected.
Please check the permissions of the XML files.
Chris M
Please Log in or Create an account to join the conversation.
11 Jan 2014 14:38 #42608
by cmorley
Replied by cmorley on topic Ran the wizard, still no worky...5i25/7i77
I should add where the the files are located
look in /lib/firmware/hm2/5i25
There should be XML files in there.
please check the permissions of the 5i25 folder and the files.
right click, properties, permissions
owner , group , others what are the access (should be something like read only)
look in /lib/firmware/hm2/5i25
There should be XML files in there.
please check the permissions of the 5i25 folder and the files.
right click, properties, permissions
owner , group , others what are the access (should be something like read only)
Please Log in or Create an account to join the conversation.
12 Jan 2014 08:51 #42633
by davo727
Replied by davo727 on topic Ran the wizard, still no worky...5i25/7i77
That 5i25 folder has a X over it and in permissions it shows owner- root , group- root and looks like no access
Please Log in or Create an account to join the conversation.
12 Jan 2014 08:55 #42634
by andypugh
sudo chown <your user name> <the file name>
"chown" is "change owner"
Replied by andypugh on topic Ran the wizard, still no worky...5i25/7i77
That 5i25 folder has a X over it and in permissions it shows owner- root , group- root and looks like no access
sudo chown <your user name> <the file name>
"chown" is "change owner"
Please Log in or Create an account to join the conversation.
13 Jan 2014 00:02 #42658
by PCW
Replied by PCW on topic Ran the wizard, still no worky...5i25/7i77
Probably root ownership is OK but you do need the xml files to be world readable
sudo chmod +r /lib/firmware/hm2/5i25/*.*
will do this
(be careful about the path, sudo chmod in the wrong place can cause a world of hurt)
sudo chmod +r /lib/firmware/hm2/5i25/*.*
will do this
(be careful about the path, sudo chmod in the wrong place can cause a world of hurt)
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.260 seconds