Gentoo Archives: gentoo-user

From: fredericf@××××.fr
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Can't build nvidia driver on older Dell
Date: Sun, 26 Dec 2010 15:04:45
Message-Id: 201012261513.05242.fredericf@free.fr
In Reply to: [gentoo-user] Can't build nvidia driver on older Dell by Walter Dnes
1 Have you seen this in the log :
2
3 echo " ERROR: Kernel configuration is invalid."; \
4 echo " include/generated/autoconf.h or
5 include/config/auto.conf are missing.";\
6 echo " Run 'make oldconfig && make prepare' on kernel src
7 to fix it."
8
9 Try what it says : Run 'make oldconfig && make prepare' on kernel src to fix
10 it.
11 Or try to reinstall the gentoo-sources and recompile the kernel
12
13
14
15 Le Sunday 26 December 2010 02:08:57, Walter Dnes a écrit :
16 > I have an older Dell with AMD Athlon and nvidia integrated video that
17 > I've been using as a PVR hooked up to an HDHomerun dual tuner box.
18 > Today, I decided to update the system... big mistake... the nvidia
19 > driver will not build. The video hardware according to "lspci -v" ...
20 >
21 > 03:00.0 VGA compatible controller: nVidia Corporation G72 [GeForce 7300 LE]
22 > (rev a1) (prog-if 00 [VGA controller]) Subsystem: Dell Device 0405
23 > Flags: bus master, fast devsel, latency 0, IRQ 7
24 > Memory at f8000000 (32-bit, non-prefetchable) [size=16M]
25 > Memory at d0000000 (64-bit, prefetchable) [size=256M]
26 > Memory at f9000000 (64-bit, non-prefetchable) [size=16M]
27 > [virtual] Expansion ROM at fa000000 [disabled] [size=128K]
28 > Capabilities: [60] Power Management version 2
29 > Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
30 > Capabilities: [78] Express Endpoint, MSI 00
31 > Capabilities: [100] Virtual Channel <?>
32 > Capabilities: [128] Power Budgeting <?>
33 >
34 > "uname -a" reports
35 > Linux e521 2.6.36-gentoo-r5 #1 Sat Dec 25 20:36:13 EST 2010 i686 AMD
36 > Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/Linux
37 >
38 > "emerge -pqv =x11-drivers/nvidia-drivers-195.36.31" reports
39 > [ebuild R ] x11-drivers/nvidia-drivers-195.36.31 USE="-acpi
40 > -custom-cflags -gtk (-multilib)"
41 >
42 > I've attached the build log. Any workarounds, or are the nouveau or
43 > nv drivers polished enough that they can be used instead?