Linuxcnc 2.9.2 and 2.93 images for Raspberry Pi 4b & 5
- xenon-alien
- Offline
- Premium Member
Less
More
- Posts: 131
- Thank you received: 3
09 Oct 2024 08:57 - 11 Oct 2024 16:54 #311632
by xenon-alien
Replied by xenon-alien on topic Linuxcnc 2.9.2 and 2.93 images for Raspberry Pi 4b & 5
Thanks!
I will try it at home.
If there is any issue with the "because device is strictly unmanaged" while activating the connection, this helped me
Bookworm
Since bookworm, the configuration has moved. Now we need to create a new file at /etc/network/interfaces.d/eth0
allow-hotplug eth0
iface eth0 inet static
address 10.10.10.2
#network 10.0.0.0
netmask 255.255.255.0
#gateway 10.0.0.1
I will try it at home.
If there is any issue with the "because device is strictly unmanaged" while activating the connection, this helped me
Bookworm
Since bookworm, the configuration has moved. Now we need to create a new file at /etc/network/interfaces.d/eth0
allow-hotplug eth0
iface eth0 inet static
address 10.10.10.2
#network 10.0.0.0
netmask 255.255.255.0
#gateway 10.0.0.1
Last edit: 11 Oct 2024 16:54 by xenon-alien.
Please Log in or Create an account to join the conversation.
- xenon-alien
- Offline
- Premium Member
Less
More
- Posts: 131
- Thank you received: 3
09 Oct 2024 12:27 #311640
by xenon-alien
Replied by xenon-alien on topic Linuxcnc 2.9.2 and 2.93 images for Raspberry Pi 4b & 5
Attachments:
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6432
09 Oct 2024 14:37 #311648
by tommylight
Replied by tommylight on topic Linuxcnc 2.9.2 and 2.93 images for Raspberry Pi 4b & 5
Set the Linux locale to UTF-8, probably like this
stackoverflow.com/questions/20577764/set...system-default-utf-8
stackoverflow.com/questions/20577764/set...system-default-utf-8
Please Log in or Create an account to join the conversation.
- xenon-alien
- Offline
- Premium Member
Less
More
- Posts: 131
- Thank you received: 3
09 Oct 2024 16:46 #311659
by xenon-alien
Replied by xenon-alien on topic Linuxcnc 2.9.2 and 2.93 images for Raspberry Pi 4b & 5
I did something, to display the correct time choosing Kyiv (Ukraine) in local.... something (and want to use other languages to type and search on the internet)
May be that was the cause?
May be that was the cause?
Please Log in or Create an account to join the conversation.
- xenon-alien
- Offline
- Premium Member
Less
More
- Posts: 131
- Thank you received: 3
11 Oct 2024 17:15 #311819
by xenon-alien
Replied by xenon-alien on topic Linuxcnc 2.9.2 and 2.93 images for Raspberry Pi 4b & 5
Do I have to return it in landscape mode before rotating it with this script?
Can you tell me how can I rotate the touch part of the screen too?
Try this, otherwise it is a mess to sift through endless posts on several forums to get the right answer, been there and done that, twice.
gist.github.com/mildmojo/48e9025070a2ba40795c
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6432
11 Oct 2024 19:13 #311829
by tommylight
Replied by tommylight on topic Linuxcnc 2.9.2 and 2.93 images for Raspberry Pi 4b & 5
No, it should do the rotation of both the screen and touch.
At least that is what it says, i have not used it, i did it the old way and it is long and painful, so if this works, do report back, please.
At least that is what it says, i have not used it, i did it the old way and it is long and painful, so if this works, do report back, please.
Please Log in or Create an account to join the conversation.
- xenon-alien
- Offline
- Premium Member
Less
More
- Posts: 131
- Thank you received: 3
12 Oct 2024 14:02 - 12 Oct 2024 14:03 #311865
by xenon-alien
If it will rotate both, I need to change it from portrait orientation back again to landscape and only after that use the script.
Is it correct?
Because it's now in portrait mode and the touch works not correctly. (as on the photo above)
Replied by xenon-alien on topic Linuxcnc 2.9.2 and 2.93 images for Raspberry Pi 4b & 5
You confused me...No, it should do the rotation of both the screen and touch.
At least that is what it says, i have not used it, i did it the old way and it is long and painful, so if this works, do report back, please.
If it will rotate both, I need to change it from portrait orientation back again to landscape and only after that use the script.
Is it correct?
Because it's now in portrait mode and the touch works not correctly. (as on the photo above)
Last edit: 12 Oct 2024 14:03 by xenon-alien.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6432
12 Oct 2024 14:18 #311869
by tommylight
Replied by tommylight on topic Linuxcnc 2.9.2 and 2.93 images for Raspberry Pi 4b & 5
From the link
Rotates modern Linux desktop screen and input devices to match.
Please Log in or Create an account to join the conversation.
- xenon-alien
- Offline
- Premium Member
Less
More
- Posts: 131
- Thank you received: 3
12 Oct 2024 19:18 #311889
by xenon-alien
Replied by xenon-alien on topic Linuxcnc 2.9.2 and 2.93 images for Raspberry Pi 4b & 5
The English not is my native language and not really understand that sentence.
I'm not a Linux advanced user in terminal and scripts.
So, what does it mean?
1) I'm rotating the screen with Linux graphical UI and after that I have to use the script to rotate the touch.
2) The script rotates the screen and the touch together (both) in one direction. (in this case i need to return the default landscape mode)
I'm not a Linux advanced user in terminal and scripts.
So, what does it mean?
1) I'm rotating the screen with Linux graphical UI and after that I have to use the script to rotate the touch.
2) The script rotates the screen and the touch together (both) in one direction. (in this case i need to return the default landscape mode)
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6432
12 Oct 2024 19:27 #311891
by tommylight
Replied by tommylight on topic Linuxcnc 2.9.2 and 2.93 images for Raspberry Pi 4b & 5
Even in english it is not very clear, but should be 2.
The following user(s) said Thank You: xenon-alien
Please Log in or Create an account to join the conversation.
Time to create page: 0.100 seconds