linuxcnc 2.8 release problem
- Clive S
- Offline
- Platinum Member
Less
More
- Posts: 2240
- Thank you received: 474
09 Sep 2020 16:53 - 10 Sep 2020 09:18 #181464
by Clive S
linuxcnc 2.8 release problem was created by Clive S
I have downloaded the new release iso 2.8
I cannot get it to load. I have downloaded and made the bootlable usb with balenaEtcher
The problem is that it hangs after it has just configured the network connections
It stops with "Configure The Network" with Debian in a dark blue band at the top of the screen
I have downloaded it twice and tried graphical and Install. I have tried using different HD's.
I then tried the new install from Mr Beagle with the new 2.8 mint 19.3 that went fine.
Could this be that the debs have not got around the world yet?
Edit; I have now tried this on a different PC and it installed OK without issues
I cannot get it to load. I have downloaded and made the bootlable usb with balenaEtcher
The problem is that it hangs after it has just configured the network connections
It stops with "Configure The Network" with Debian in a dark blue band at the top of the screen
I have downloaded it twice and tried graphical and Install. I have tried using different HD's.
I then tried the new install from Mr Beagle with the new 2.8 mint 19.3 that went fine.
Could this be that the debs have not got around the world yet?
Edit; I have now tried this on a different PC and it installed OK without issues
Last edit: 10 Sep 2020 09:18 by Clive S. Reason: added text
Please Log in or Create an account to join the conversation.
- Aciera
- Away
- Administrator
Less
More
- Posts: 4021
- Thank you received: 1733
09 Sep 2020 17:58 - 09 Sep 2020 18:00 #181476
by Aciera
Replied by Aciera on topic linuxcnc 2.8 release problem
It installed just fine for me today on a HP elite 8300 SFF and on another HP machine. I use Disk Image Writer in Linux to create the bootable USB.
From here www.linuxcnc.org/iso/linuxcnc-2.8.0-buster.iso
From here www.linuxcnc.org/iso/linuxcnc-2.8.0-buster.iso
Last edit: 09 Sep 2020 18:00 by Aciera.
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
Less
More
- Posts: 2240
- Thank you received: 474
10 Sep 2020 09:20 #181590
by Clive S
Yes I have tested in on another PC and it installs OK.
One question where are the power management and screensaver settings located.?
Replied by Clive S on topic linuxcnc 2.8 release problem
It installed just fine for me today on a HP elite 8300 SFF and on another HP machine. I use Disk Image Writer in Linux to create the bootable USB.
From here www.linuxcnc.org/iso/linuxcnc-2.8.0-buster.iso
Yes I have tested in on another PC and it installs OK.
One question where are the power management and screensaver settings located.?
Please Log in or Create an account to join the conversation.
- Aciera
- Away
- Administrator
Less
More
- Posts: 4021
- Thank you received: 1733
10 Sep 2020 12:48 #181621
by Aciera
Replied by Aciera on topic linuxcnc 2.8 release problem
It's not installed:
> sudo apt install xfce4-power-manager
> sudo apt install xfce4-power-manager
The following user(s) said Thank You: Clive S
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
Less
More
- Posts: 2240
- Thank you received: 474
10 Sep 2020 13:25 - 10 Sep 2020 13:30 #181630
by Clive S
Yes that works. thanks.
Now I need the network manager
and auto log in
should these be missing in the new 2.8
Replied by Clive S on topic linuxcnc 2.8 release problem
It's not installed:
> sudo apt install xfce4-power-manager
Yes that works. thanks.
Now I need the network manager
and auto log in
should these be missing in the new 2.8
Last edit: 10 Sep 2020 13:30 by Clive S.
Please Log in or Create an account to join the conversation.
- Aciera
- Away
- Administrator
Less
More
- Posts: 4021
- Thank you received: 1733
10 Sep 2020 13:53 - 27 Nov 2020 06:58 #181631
by Aciera
Replied by Aciera on topic linuxcnc 2.8 release problem
network manager -> right click on the network icon in the top right corner
auto login:
sudo nano /usr/share/lightdm/lightdm.conf.d/01_debian.conf
Gives:
Add (using you username for <user_name>:
Then do
sudo nano /etc/lightdm/lightdm.conf
And uncomment two lines plus enter your user name
Worked for me.
auto login:
sudo nano /usr/share/lightdm/lightdm.conf.d/01_debian.conf
Gives:
Warning: Spoiler!
# Debian specific defaults
#
# - use lightdm-greeter session greeter, points to the etc-alternatives managed
# greeter
# - hide users list by default, we don't want to expose them
# - use Debian specific session wrapper, to gain support for
# /etc/X11/Xsession.d scripts
[Seat:*]
greeter-session=lightdm-greeter
greeter-hide-users=true
session-wrapper=/etc/X11/Xsession
#
# - use lightdm-greeter session greeter, points to the etc-alternatives managed
# greeter
# - hide users list by default, we don't want to expose them
# - use Debian specific session wrapper, to gain support for
# /etc/X11/Xsession.d scripts
[Seat:*]
greeter-session=lightdm-greeter
greeter-hide-users=true
session-wrapper=/etc/X11/Xsession
Add (using you username for <user_name>:
Warning: Spoiler!
[SeatDefaults]
autologin-user=<user_name>
autologin-user-timeout=0
autologin-user=<user_name>
autologin-user-timeout=0
Then do
sudo nano /etc/lightdm/lightdm.conf
And uncomment two lines plus enter your user name
Warning: Spoiler!
[Seat:*]
...
...
#autologin-guest=false
autologin-user=<nome user>
autologin-user-timeout=0
#autologin-in-background=false
#autologin-session=
#exit-on-failure=false
...
...
#autologin-guest=false
autologin-user=<nome user>
autologin-user-timeout=0
#autologin-in-background=false
#autologin-session=
#exit-on-failure=false
Worked for me.
Last edit: 27 Nov 2020 06:58 by Aciera.
The following user(s) said Thank You: Clive S
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
Less
More
- Posts: 2240
- Thank you received: 474
10 Sep 2020 13:57 #181632
by Clive S
Replied by Clive S on topic linuxcnc 2.8 release problem
Thanks
Is all this stuff really missing form the new release?
Is all this stuff really missing form the new release?
Please Log in or Create an account to join the conversation.
- BeagleBrainz
- Visitor
10 Sep 2020 14:08 #181635
by BeagleBrainz
Replied by BeagleBrainz on topic linuxcnc 2.8 release problem
That’s Debian for you.
I know on Stretch there were bits and pieces missing that made it really annoying.
I know on Stretch there were bits and pieces missing that made it really annoying.
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
Less
More
- Posts: 2240
- Thank you received: 474
10 Sep 2020 14:15 #181637
by Clive S
Thanks I actually use your iso with mint But you indicated that you might stop your server in the near future.
Replied by Clive S on topic linuxcnc 2.8 release problem
That’s Debian for you.
I know on Stretch there were bits and pieces missing that made it really annoying.
Thanks I actually use your iso with mint But you indicated that you might stop your server in the near future.
Please Log in or Create an account to join the conversation.
- Aciera
- Away
- Administrator
Less
More
- Posts: 4021
- Thank you received: 1733
10 Sep 2020 14:16 #181639
by Aciera
Replied by Aciera on topic linuxcnc 2.8 release problem
I usually opt for Linux mint Debian edition (LMDE) that is a lot more polished but for a machine controller I can live with this.
There is also a LinuxMint ISO that's really nice.
There is also a LinuxMint ISO that's really nice.
Please Log in or Create an account to join the conversation.
Time to create page: 0.093 seconds