Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] nvidia-kernel does not load in 2.6.14-gentoo-r2 (unknown symbols)
Date: Thu, 24 Nov 2005 14:14:55
Message-Id: 20051124140142.3241c838@hactar.digimed.co.uk
In Reply to: [gentoo-user] nvidia-kernel does not load in 2.6.14-gentoo-r2 (unknown symbols) by Jules Colding
1 On Thu, 24 Nov 2005 13:48:00 +0100, Jules Colding wrote:
2
3 > nvidia-kernel fails to load in 2.6.14-gentoo-r2. "/var/log/messages"
4 > below.
5
6 > ############### emerge --info #################
7 > omc-2 ~ # emerge --info
8 > Portage 2.0.51.22-r3 (default-linux/amd64/2005.1, gcc-3.4.4,
9 > glibc-2.3.5-r2, 2.6.13-gentoo-r3 x86_64)
10 > =================================================================
11 > System uname: 2.6.13-gentoo-r3 x86_64 AMD Opteron(tm) Processor 252
12
13 You're not running 2.6.14-gentoo-r2. if /usr/src/linux is symlinked to
14 anything but the running kernel, you may experience problems. that's why
15 I always reboot into a new kernel before re-emerging nvidia-kernel,
16 which works fine with 2.6.14-gentoo-r2 here.
17
18 If you don't want the hassle of logging into a console, emerging
19 nvidia-kernel and starting X when booting into a new kernel, put this
20 in /etc/conf.d/local.start, on a single line
21
22 lsmod | grep --quiet nvidia || (AUTOCLEAN="no" FEATURES="-sandbox" emerge --oneshot nvidia-kernel && modprobe -v nvidia && /etc/init.d/xdm stop zap start)
23
24
25 --
26 Neil Bothwick
27
28 C:\BELFRY is where I keep my .BAT files ^^^oo^^^

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] nvidia-kernel does not load in 2.6.14-gentoo-r2 (unknown symbols) Jules Colding <colding@×××××.com>