Re: [gentoo-user] [OT] Tux AWOL

2017-05-17 Thread Arthur Țițeică
În ziua de duminică, 14 mai 2017, la 12:50:43 EEST, Alan Mackenzie a scris:
> Something strange happened when I installed the 4.11.0 sources - all the
> options were initialised to what they were in my 4.9.16 running kernel.
> This saved me a lot of time.

I've seen it gets the defaults from /boot/config* files if it can't find a 
local .config.

I had the opposite problem the other day... I wanted to start with a fresh 
.config and had to find out how it gets the current config automatically.



Re: [gentoo-user] [OT] Tux AWOL

2017-05-14 Thread Jorge Almeida
On Sun, May 14, 2017 at 10:50 AM, Alan Mackenzie  wrote:

>

> I see 16 Tuxen at boot up, no problem.

A whole raft, then. (Or is it a waddle?) I was happy enough with my
huddle of 4...

 >
> Something strange happened when I installed the 4.11.0 sources - all the
> options were initialised to what they were in my 4.9.16 running kernel.

I don't use gentoo-sources. Nothing against it, it's just that I got
used to upgrade by hand, once in a while...

But the kernel of gentoo-sources would be patched, if anything. The
vanilla kernel should have the usual penguins.

thanks

Jorge



Re: [gentoo-user] [OT] Tux AWOL

2017-05-14 Thread Alan Mackenzie
Hello, Jorge.

On Sat, May 13, 2017 at 09:46:41 +0100, Jorge Almeida wrote:
> In case someone is using kernel 4.11: I tried it and everything seems
> fine, except that the linux logo on the boot screen (i.e. tty1) is
> gone. It was there before (with 4.10.9), and I used make oldconfig.

> So, anyone with the same experience?

> Note that I'm talking about the vanilla kernel from kernel.org, off
> portage (hence the OT in the title).

I've put gentoo-sources-4.11.0 on my new machine, in an attempt to get
sound working (the sound chip has a new Realtek codec S1220A which
allegedly has been implemented in 4.11).

I see 16 Tuxen at boot up, no problem.

Something strange happened when I installed the 4.11.0 sources - all the
options were initialised to what they were in my 4.9.16 running kernel.
This saved me a lot of time.

> thanks

> Jorge Almeida

-- 
Alan Mackenzie (Nuremberg, Germany).



Re: [gentoo-user] [OT] Tux AWOL

2017-05-14 Thread Jorge Almeida
On Sun, May 14, 2017 at 4:30 AM, Stroller
 wrote:
>
>> On 13 May 2017, at 09:46, Jorge Almeida  wrote:
>>
>> In case someone is using kernel 4.11: I tried it and everything seems
>> fine, except that the linux logo on the boot screen (i.e. tty1) is
>> gone. It was there before (with 4.10.9), and I used make oldconfig.
>
> Using `make oldconfig` isn't enough to diagnose - you need to establish 
> whether the option is enabled.

I use make menuconfig after oldconfig. I did check the usual suspects,
but maybe something needs to
be explicitly enabled that was formerly implicit.

>
> On my system:
>
> $ uname -r
> 4.9.4-gentoo
> $ zgrep -i logo /proc/config.gz
> CONFIG_LOGO=y
> # CONFIG_LOGO_LINUX_MONO is not set
> # CONFIG_LOGO_LINUX_VGA16 is not set
> CONFIG_LOGO_LINUX_CLUT224=y
> $
>

>
$ zgrep -i logo /proc/config.gz
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
$


Thanks
Jorge



Re: [gentoo-user] [OT] Tux AWOL

2017-05-13 Thread Stroller

> On 13 May 2017, at 09:46, Jorge Almeida  wrote:
> 
> In case someone is using kernel 4.11: I tried it and everything seems
> fine, except that the linux logo on the boot screen (i.e. tty1) is
> gone. It was there before (with 4.10.9), and I used make oldconfig.

Using `make oldconfig` isn't enough to diagnose - you need to establish whether 
the option is enabled.

On my system:

$ uname -r
4.9.4-gentoo
$ zgrep -i logo /proc/config.gz
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
$

You can check to see if the options have changed in `make menuconfig`.

Stroller.




[gentoo-user] [OT] Tux AWOL

2017-05-13 Thread Jorge Almeida
In case someone is using kernel 4.11: I tried it and everything seems
fine, except that the linux logo on the boot screen (i.e. tty1) is
gone. It was there before (with 4.10.9), and I used make oldconfig.

So, anyone with the same experience?

Note that I'm talking about the vanilla kernel from kernel.org, off
portage (hence the OT in the title).

thanks

Jorge Almeida