Gentoo Archives: gentoo-user

From: Gabriel Rossetti <rossettigab@×××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4
Date: Tue, 06 Feb 2007 12:42:57
Message-Id: 45C88334.9090509@charter.net
In Reply to: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4 by Gabriel Rossetti
1 Gabriel Rossetti wrote:
2 > Hello,
3 >
4 > I emerge a kernel, let's say gentoo-sources-2.6.19-r5, I create the
5 > "linux" link, then cd inside
6 > and compile/install it. I reboot and I get lots of errors from
7 > modules, I do a uname -a
8 > and notice that it still says 2.6.19-r4, i then check in the /boot
9 > directory, and the links are correct,
10 > then I check my grub.conf and it's correct, I then tried
11 > gentoo-sources-2.6.20, still the same thing.
12 >
13 > Does anyone have any ideas?
14 >
15 > Gabriel
16
17
18 There is some more info, if I do :
19
20 grep -r 2.6.19-gentoo-r4 linux
21
22 I get :
23
24 linux/include/linux/autoconf.h:#define CONFIG_UNAME_RELEASE
25 "2.6.19-gentoo-r4"
26 linux/include/config/auto.conf:CONFIG_UNAME_RELEASE="2.6.19-gentoo-r4"
27
28 but my linux symlink is from the 2.6.20 kernel, not 2.6.19-r4.... :
29
30 ls -la
31 total 3
32 drwxr-xr-x 4 root root 176 Feb 6 11:29 .
33 drwxr-xr-x 18 root root 496 Jan 31 20:42 ..
34 -rw-r--r-- 1 root root 0 Aug 3 2006 .keep
35 lrwxrwxrwx 1 root root 19 Feb 6 11:29 linux -> linux-2.6.20-gentoo
36 drwxr-xr-x 20 root root 1296 Feb 6 09:44 linux-2.6.19-gentoo-r4
37 drwxr-xr-x 20 root root 1328 Feb 6 11:45 linux-2.6.20-gentoo
38
39
40 Thanks,
41 Gabriel
42 --
43 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4 Alan McKinnon <alan@××××××××××××××××.za>