Third time's a charm?
24 Jan 2022 20:12 #233004
by milu
Replied by milu on topic Third time's a charm?
I haven't tried that iso, but I've added the non-free firmware to the standard .iso. I get a completely clean boot (nothing called out by dmesg) but the blank screen after boot persisted. There is a known kernel bug that causes this, but it doesn't get fixed until a much newer kernel. I've installed Debian 11 and Linuxcnc 2.9 this morning. That all went really well, but the parallel port is not responding. Since you asked for details, I'll try to figure out how to tell which chipset it uses, but its the same exact board that was working, as recently as yesterday on the MSI (when it has 2.9 installed but not 2.8).
Please Log in or Create an account to join the conversation.
- ALittleOffTheRails
- Offline
- User is blocked
Less
More
- Posts: 247
- Thank you received: 65
24 Jan 2022 21:41 #233016
by ALittleOffTheRails
Replied by ALittleOffTheRails on topic Third time's a charm?
Pick one machine to work with, install Linuxcnc and get it to boot.
Supply the info asked for regarding the parallel port as requested earlier. You were supplied with a link on how to do that.
Reread the post regarding the use of the Parallel Port Tester.
Please be consistent, swapping and changing is not helping.
Please try to approach this in a rational manner. You are not helping yourself.
Supply the info asked for regarding the parallel port as requested earlier. You were supplied with a link on how to do that.
Reread the post regarding the use of the Parallel Port Tester.
Please be consistent, swapping and changing is not helping.
Please try to approach this in a rational manner. You are not helping yourself.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19196
- Thank you received: 6434
24 Jan 2022 22:38 #233023
by tommylight
Replied by tommylight on topic Third time's a charm?
For black screen on Linux, see about adding "nomodeset" to the GRUB load line, right after "quiet splash", and do not forget to do a
sudo update-grub
after editing the
/etc/default/grub
with
sudo nano /etc/default/grub
so the line should look like this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
sudo update-grub
after editing the
/etc/default/grub
with
sudo nano /etc/default/grub
so the line should look like this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
The following user(s) said Thank You: ALittleOffTheRails
Please Log in or Create an account to join the conversation.
- ALittleOffTheRails
- Offline
- User is blocked
Less
More
- Posts: 247
- Thank you received: 65
24 Jan 2022 22:45 #233024
by ALittleOffTheRails
Replied by ALittleOffTheRails on topic Third time's a charm?
I think you need to quantify that the first time you modify the kernel commandline is at the grub boot screen. Also it maybe an idea to delete quiet & splash so you can see the kernel messages.
Please Log in or Create an account to join the conversation.
24 Jan 2022 23:03 #233026
by milu
Replied by milu on topic Third time's a charm?
Thanks, I tried the nomodeset thing last night--no luck. There are lots of similar threads and that change helps some people, but not all. In my case, it made no difference.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Time to create page: 0.068 seconds