Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] nvidia-legacy-drivers problems/questions
Date: Tue, 19 Dec 2006 02:56:56
Message-Id: 5bdc1c8b0612181852p5e25c0bcpd0d14e5ae2537c52@mail.gmail.com
In Reply to: Re: [gentoo-user] nvidia-legacy-drivers problems/questions by Randy Barlow
1 On 12/18/06, Randy Barlow <randy@×××××××××××××××××.com> wrote:
2 > On Monday 18 December 2006 20:39, Mark Knecht wrote:
3 > > <SNIP>
4 > > test -e include/linux/autoconf.h -a -e include/config/auto.conf || (
5 > > \
6 > > echo; \
7 > > echo " ERROR: Kernel configuration is invalid."; \
8 > > echo " include/linux/autoconf.h or
9 > > include/config/auto.conf are missing.";\
10 > > echo " Run 'make oldconfig && make prepare' on kernel
11 > > src to fix it."; \
12 > > echo; \
13 > > /bin/false)
14 > > <SNIP>
15 >
16 > Did you update the /usr/src/linux symlink? If so, does the
17 > file /usr/src/linux/include/linux/autoconf.h exist? auto.conf? Did you try
18 > running the commands it suggested?
19 >
20 > R
21 > --
22 > gentoo-user@g.o mailing list
23 >
24 >
25
26 Randy,
27 I did update the symlink:
28
29 gandalf ~ # ls -al /usr/src/
30 total 24
31 drwxr-xr-x 6 root root 4096 Dec 18 14:21 .
32 drwxr-xr-x 15 root root 4096 Dec 18 06:50 ..
33 -rw-r--r-- 1 root root 0 Dec 2 2005 .keep
34 lrwxrwxrwx 1 root root 22 Dec 18 10:28 linux -> linux-2.6.18-gentoo-r4
35 drwxr-xr-x 20 root root 4096 Mar 11 2006 linux-2.6.15-gentoo-r1
36 drwxr-xr-x 19 root root 4096 Jul 9 10:33 linux-2.6.16-gentoo-r12
37 drwxr-xr-x 20 root root 4096 Dec 18 13:34 linux-2.6.18-gentoo-r4
38 drwxr-xr-x 19 root root 4096 Dec 18 10:56 linux-2.6.19-gentoo-r2
39 gandalf ~ #
40
41 I did not execute any of the commands since this is the first time
42 I've seen a Gentoo kernel require stuff like that. I hate to mess with
43 the kernel source. I'm not a programmer and do not know what any of
44 this does or what the side effects of it might be.
45
46 The commands are unclear to me in the sense that I may need to
47 rebuild the kernel, or not, after running them. I cannot tell. Any
48 idea?
49
50 Thanks,
51 Mark
52 --
53 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] nvidia-legacy-drivers problems/questions Randy Barlow <randy@×××××××××××××××××.com>