Mint 19.2 update
- billykid
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 507
- Thank you received: 79
13 Sep 2020 16:35 - 13 Sep 2020 20:27 #182020
by billykid
Replied by billykid on topic Mint 19.2 update
Now the simulator works but the 7i80 doesn't work anymore ...
not okay the kernel?
edit
i did some tests now the hm2_eth module loads correctly and shows the pins, but lcnc crashes with this error: trouble looking for handler in plasmac_run.hal
not okay the kernel?
edit
i did some tests now the hm2_eth module loads correctly and shows the pins, but lcnc crashes with this error: trouble looking for handler in plasmac_run.hal
Last edit: 13 Sep 2020 20:27 by billykid. Reason: add linuxcnc.report
Please Log in or Create an account to join the conversation.
- BeagleBrainz
-
- Visitor
-
13 Sep 2020 20:43 - 13 Sep 2020 20:51 #182037
by BeagleBrainz
Replied by BeagleBrainz on topic Mint 19.2 update
Kernel is good.
I use Mint myself.
I would not have released the ISO if there were any major issues like that.
Are you sure you copied ALL the files from your original config directory ?
I use Mint myself.
I would not have released the ISO if there were any major issues like that.
Are you sure you copied ALL the files from your original config directory ?
Last edit: 13 Sep 2020 20:51 by BeagleBrainz.
Please Log in or Create an account to join the conversation.
- billykid
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 507
- Thank you received: 79
13 Sep 2020 21:09 #182038
by billykid
Replied by billykid on topic Mint 19.2 update
In fact I had missed "postgui.hal". now it works but has some problem with gladevcp because conversational returns errors ... but I'll try again calmly.
thank you
thank you
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 19798
- Thank you received: 6694
13 Sep 2020 21:12 #182039
by tommylight
Replied by tommylight on topic Mint 19.2 update
Compress your config folder and attach it here, please.
Please Log in or Create an account to join the conversation.
- billykid
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 507
- Thank you received: 79
13 Sep 2020 21:41 #182040
by billykid
Replied by billykid on topic Mint 19.2 update
Thanks Tom, first check if I made some big mistake then if anything place the files.
I'm a donkey because I should take more care in copying configuration files
then the memory is what it is
I'm a donkey because I should take more care in copying configuration files


The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- RoberCNC
- Offline
- Elite Member
-
Less
More
- Posts: 217
- Thank you received: 25
15 Sep 2020 07:45 - 15 Sep 2020 10:25 #182190
by RoberCNC
Replied by RoberCNC on topic Mint 19.2 update
I don't know if it's the right place but since it's closely related ...
Exactly the same error occurs to me. The other day I installed LinuxCNC on Mint 20 following the steps of tommylight (great job Tommy!) All correct. After doing a very basic MILL configuration with PnCConf when starting I get the UnicodeEncodeError. If I change the system language to US it disappears, originally it was all in Spanish. Attached report, I hope it helps the community, thank you.
Is there a way to fix that error without having to change the language?
On the other hand, also add that I found the Hostmot2 firmware problem, "not found", I know that the partport is obsolete, but some of the mortals is what we started with and we have to settle for the moment: P
My Mesa boards are a 5i25 + 7i76.
Exactly the same error occurs to me. The other day I installed LinuxCNC on Mint 20 following the steps of tommylight (great job Tommy!) All correct. After doing a very basic MILL configuration with PnCConf when starting I get the UnicodeEncodeError. If I change the system language to US it disappears, originally it was all in Spanish. Attached report, I hope it helps the community, thank you.
Is there a way to fix that error without having to change the language?
On the other hand, also add that I found the Hostmot2 firmware problem, "not found", I know that the partport is obsolete, but some of the mortals is what we started with and we have to settle for the moment: P
My Mesa boards are a 5i25 + 7i76.
Last edit: 15 Sep 2020 10:25 by RoberCNC.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23212
- Thank you received: 4892
15 Sep 2020 12:06 #182219
by andypugh
Which language are you using?
This is probably a problem in the .po file.
Replied by andypugh on topic Mint 19.2 update
This Unicode error from Axis may point to a translation error:
print _("\nNote:\nIndividual axis homing is not currently supported for") UnicodeEncodeError: 'ascii' codec can't encode character u'\xe8' in position 40: ordinal not in range(128)
Which language are you using?
This is probably a problem in the .po file.
Please Log in or Create an account to join the conversation.
- phillc54
-
- Away
- Platinum Member
-
Less
More
- Posts: 5719
- Thank you received: 2093
15 Sep 2020 12:14 #182221
by phillc54
Replied by phillc54 on topic Mint 19.2 update
The OP didn't mention which language, he was using Mint19.2. The second user was using Spanish on Mint20.
I don't know whether it may be a Mint thing.
In both cases they switched to US and it worked.
I don't know whether it may be a Mint thing.
In both cases they switched to US and it worked.
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23212
- Thank you received: 4892
15 Sep 2020 12:18 #182223
by andypugh
Yes, but it is a bug if Spanish does not work.
But I don't see anything obviously wrong in es.po:
github.com/LinuxCNC/linuxcnc/blob/2.8/src/po/es.po#L7501
Unless that capital L is the problem? (and isn't actually an L)
Replied by andypugh on topic Mint 19.2 update
In both cases they switched to US and it worked.
Yes, but it is a bug if Spanish does not work.
But I don't see anything obviously wrong in es.po:
github.com/LinuxCNC/linuxcnc/blob/2.8/src/po/es.po#L7501
Unless that capital L is the problem? (and isn't actually an L)
Please Log in or Create an account to join the conversation.
- RoberCNC
- Offline
- Elite Member
-
Less
More
- Posts: 217
- Thank you received: 25
15 Sep 2020 13:31 #182232
by RoberCNC
Replied by RoberCNC on topic Mint 19.2 update
Do you need more information or to do more tests?
Do not hesitate to tell me, I will be happy to collaborate with whatever is in my hand.
Do not hesitate to tell me, I will be happy to collaborate with whatever is in my hand.
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.266 seconds