LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-27-2020, 05:59 AM   #1
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,613
Blog Entries: 19

Rep: Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458
Where have my penguins gone?


I switched to the Current kernel (5.4.24) to test out a program that was misbehaving (more info here if you're interested). I'm too lazy to go through all the palaver of switching back again. But I miss the four penguins that used to appear after the kernel had loaded.

What happened to them? Did Pat decide they were too frivolous?
 
Old 03-27-2020, 06:45 AM   #2
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,126

Rep: Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297
I just rebooted to double check and they are still there.
 
Old 03-27-2020, 06:48 AM   #3
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,613

Original Poster
Blog Entries: 19

Rep: Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458
So where have mine gone? Apart from that everything seems to function normally.

Last edited by hazel; 03-27-2020 at 06:49 AM.
 
Old 03-27-2020, 06:49 AM   #4
Paulo2
Member
 
Registered: Aug 2012
Distribution: Slackware64 15.0 (started with 13.37). Testing -current in a spare partition.
Posts: 932

Rep: Reputation: 522Reputation: 522Reputation: 522Reputation: 522Reputation: 522Reputation: 522
I can see them here too. I'm running 5.4.28 now but they were there with 5.4.24 (IIRC).
Take a look at this, but it is old from 2018.
https://www.linuxquestions.org/quest...nd-4175644736/

Maybe it is something with the early video driver, they disappear with screen refresh.

Last edited by Paulo2; 03-27-2020 at 06:51 AM.
 
1 members found this post helpful.
Old 03-27-2020, 06:55 AM   #5
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,126

Rep: Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297
@Paulo2,
Thanks for that. I had forgotten all about it, but, then, these days I'm lucky I remember my own name.
 
1 members found this post helpful.
Old 03-27-2020, 06:58 AM   #6
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,613

Original Poster
Blog Entries: 19

Rep: Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458
I've checked that Arch post and it doesn't seem to apply to me.
Quote:
Originally Posted by config-generic-5.4.25.x64
CONFIG_LOGO=y
#CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set.
I must check next time what actually is the first thing that appears. It used to be the cpu penguins and then the names of the modules loaded from the initrd.
 
Old 03-27-2020, 08:10 AM   #7
mrclisdue
Senior Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 1,134

Rep: Reputation: 277Reputation: 277Reputation: 277
Quote:
Originally Posted by hazel View Post
...palaver...
I'm at the age (and mindset) that, try as I may, I don't learn something new everyday.

Today I did, thank you.

cheers,'
 
Old 03-27-2020, 10:12 AM   #8
pchristy
Senior Member
 
Registered: Oct 2012
Location: South Devon, UK
Distribution: Slackware
Posts: 1,120

Rep: Reputation: Disabled
Hazel: Are you running a recent UEFI machine and using ELILO? If so the problem may be related to this.

Some newer machines use 64-bit addressing for the efifb, and this can cause problems. Basically, it means you have no framebuffer until KMS kicks in.

Do:
Code:
dmesg | grep efifb
and see what you get.

If you get an error message (invalid address, or similar) you will need to switch to grub as a bootloader. Grub supports 64-bit efifb. elilo doesn't. I'm not sure what the position is with lilo, as all my UEFI machines use either elilo (for older graphics chips) or grub (for newer ones).

This bug can also cause the installer to hang if you are running recent Intel graphics. It took me a long time to find the cause! https://www.linuxquestions.org/quest...re-4175671086/

That link will show you how to get the installer to work. I've only just managed to get grub working the way I want on my laptop (Intel 620 graphics), so I'm not in a position to write up a "HowTo" on that! Slackware's grub implementation seems to be somewhat different to the way a Google search implies (no grub-update), but is otherwise not too bad to grapple with. Just different!

--
Pete
 
Old 03-27-2020, 10:22 AM   #9
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,613

Original Poster
Blog Entries: 19

Rep: Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458
That's very interesting but I do have a framebuffer.
Code:
# dmesg|grep efifb
[    0.603008] pci 0000:00:02.0: BAR 2: assigned to efifb
[    1.452864] efifb: probing for efifb
[    1.452886] efifb: framebuffer at 0xa0000000, using 3072k, total 3072k
[    1.452888] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    1.452889] efifb: scrolling: redraw
[    1.452891] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
If I didn't, presumably I wouldn't have seen any penguins with the old kernel either. This is an old machine btw. I'm neither a gamer nor a media fiend so I don't see why I should fork out money on new hardware with capacities that I don't need.

I haven't looked at the Slackware GRUB but, given the Slack philosophy, I'd be surprised if it came festooned with all those automated scripts that make GRUB so complicated in other distros.

Last edited by hazel; 03-27-2020 at 10:23 AM.
 
Old 03-27-2020, 10:31 AM   #10
pchristy
Senior Member
 
Registered: Oct 2012
Location: South Devon, UK
Distribution: Slackware
Posts: 1,120

Rep: Reputation: Disabled
Ah! OK, if you have a framebuffer, its not the same problem then!

Usually, its the framebuffer that kicks in before kms that puts the penguins up. I wasn't getting any penguins or the first part of the boot messages. I only started seeing stuff when kms kicked in. And when trying to install, it froze solid as soon as the initrd had loaded - again, presumably due to the absence of a framebuffer.

Are you seeing the initial part of the boot screen? The messages where you would normally see the penguins? And does the resolution change once kms arrives? That may give you a clue.

Also I note you say you are using the -current kernel, but not -current? That may have something to do with it. It might be worth compiling the kernel yourself using the config from -current. -current has diverged a *long* way from 14.2 now, and you may be missing something that the -current kernel expects.

--
Pete
 
Old 03-27-2020, 10:35 AM   #11
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,613

Original Poster
Blog Entries: 19

Rep: Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458
Or I could just go back to the old kernel. There's no longer any particular reason to use this one.

All the same, I do want to try and see if I can identify the first output from this kernel at boot.
 
Old 03-27-2020, 10:40 AM   #12
pchristy
Senior Member
 
Registered: Oct 2012
Location: South Devon, UK
Distribution: Slackware
Posts: 1,120

Rep: Reputation: Disabled
Yes, I lived without the penguins and initial boot screen on my laptop, because it still worked. But with Slackware-15 on the horizon, I wanted to get the installer to work, as I had to install via LiveSlack to get it on this laptop.

Once I discovered the problem and got it sorted, the current "self isolation" has given me the opportuntiy to play with grub and get it to work as I want on the offending laptop.

Its an ill-wind.....!

--
Pete
 
Old 03-28-2020, 08:53 AM   #13
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,613

Original Poster
Blog Entries: 19

Rep: Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458Reputation: 4458
I carefully checked my boot messages this morning. The first thing to come up was the modules loading from the initrd. That used to be the first thing that came up after the cpu count and display. So it's not a whole stash of stuff that has vanished, just the 4 penguins.
 
Old 03-28-2020, 09:15 AM   #14
tramtrist
Member
 
Registered: Jul 2018
Location: Cincinnati USA
Distribution: Slackware
Posts: 542

Rep: Reputation: 328Reputation: 328Reputation: 328Reputation: 328
My penguins always disappear after i915 loads from initrd. If I re-compile i915 into the kernel with the framebuffer flag it loads all the way from boot til I start X.
 
Old 03-28-2020, 05:50 PM   #15
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Nobody responded with "Antarctica"?
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: How Can Cool Penguins Have Such Hot Heads? LXer Syndicated Linux News 0 11-21-2009 10:01 PM
Why does my GRUB menu screen sometimes have dancing penguins? statguy SUSE / openSUSE 6 09-21-2007 01:26 PM
LXer: Penguins die after truckload of penguins spill on Texas highway LXer Syndicated Linux News 0 08-09-2006 03:33 PM
kde sound options gone except for root, login sound gone memphisSuseUser Linux - Distributions 2 12-10-2004 05:55 PM
RPM was gone, Now it's back Though it might as well be gone Null Linux - Software 1 03-02-2003 03:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration