|
|
#1 | |
|
Registered User
Join Date: Apr 2005
Posts: 11
|
Hello,
I got an AMD64 machine with FC4. i cant get the livna FC3 rpm's installed because of the kernel (2.6.11-1.1177_FC4) And with the installer i have also troubles, first it want's to download the kernel interface, but their isn't one for my system. Compiling the kernel with the source also fails because its complaining about missing libc, but i have the gnu lib c installed. What to do? |
|
|
|
|
|
|
#2 | |
|
Linux addict...
Join Date: Jan 2004
Posts: 537
|
I'd suggest you download the installer from nvidia.com (http://download.nvidia.com/XFree86/L...-7174-pkg2.run) and execute it.
This version, unlike the RPM, will build the kernel module using the FC4 kernel.
__________________
DEV: Intel S5520SC, 2xL5530, 12GB, 5x320GB, GTX470, F17/x86_64, U2711. SRV: Tyan Tempest i5400XT, 2xE5335, 8GB, 3x1.5TB, 9800GTX, F17/x86-64, 2408WFP. VCR: Gigabyte GA-M61PME-S2P, A64/5000X2, 2GB, 1x320GB, 8600GT, F17/x86-64. LAP: ASUS 1201N, A330, 2GB, 250GB, ION, F17/x86_64. |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Apr 2005
Posts: 11
|
Hello,
I have tried it, first i installed the kernel.src.rpm for my distro. Then it complained it didnt find my kernel source! I tried extracting the source from rpm, and put it in /home/user/install/kernel, and tried start the installer with --kernel-source-path=/home/user/install/kernel, then it complained about missing libc Then i installed all the glibc rpm's i could find. and now it has again some strange error, i could not understand. |
|
|
|
|
|
#4 | |
|
Linux addict...
Join Date: Jan 2004
Posts: 537
|
Did you rpmbuild the kernel source after you downloaded it?
If not: Install the source RPM. (I'm using apt-get install kernel-source#version) $ cd usr/src/redhat/SPECS/ $ rpmbuild -bp --target=<arch> kernel.spec $ ln -sf /usr/src/redhat/BUILD/kernel-2.x.x/linux-2.x.x /usr/src/linux
__________________
DEV: Intel S5520SC, 2xL5530, 12GB, 5x320GB, GTX470, F17/x86_64, U2711. SRV: Tyan Tempest i5400XT, 2xE5335, 8GB, 3x1.5TB, 9800GTX, F17/x86-64, 2408WFP. VCR: Gigabyte GA-M61PME-S2P, A64/5000X2, 2GB, 1x320GB, 8600GT, F17/x86-64. LAP: ASUS 1201N, A330, 2GB, 250GB, ION, F17/x86_64. |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Apr 2005
Posts: 11
|
tnx gilboa,
I was not aware about rpmbuild etc, i just tought everythings okay when i install the source rpm. However when i try to make the spec file, the script fails ![]() $ rpmbuild -bp --target=<arch> kernel.spec PHP Code:
|
|
|
|
|
|
#6 | |
|
Linux addict...
Join Date: Jan 2004
Posts: 537
|
Did you install the kernel-headers rpm?
$ rpm -qa glibc-kernheaders ? Gilboa
__________________
DEV: Intel S5520SC, 2xL5530, 12GB, 5x320GB, GTX470, F17/x86_64, U2711. SRV: Tyan Tempest i5400XT, 2xE5335, 8GB, 3x1.5TB, 9800GTX, F17/x86-64, 2408WFP. VCR: Gigabyte GA-M61PME-S2P, A64/5000X2, 2GB, 1x320GB, 8600GT, F17/x86-64. LAP: ASUS 1201N, A330, 2GB, 250GB, ION, F17/x86_64. |
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Apr 2005
Posts: 11
|
yes i installed them, but they are 2.4-9, is that correct, since my kernel is 2.6-x maybe its not compatible...?
PHP Code:
|
|
|
|
|
|
#8 |
|
Linux addict...
Join Date: Jan 2004
Posts: 537
|
2.4.9 is OK.
Please post the output of the following commands: ls /usr/src/include/linux ls /usr/src/linux Gilboa
__________________
DEV: Intel S5520SC, 2xL5530, 12GB, 5x320GB, GTX470, F17/x86_64, U2711. SRV: Tyan Tempest i5400XT, 2xE5335, 8GB, 3x1.5TB, 9800GTX, F17/x86-64, 2408WFP. VCR: Gigabyte GA-M61PME-S2P, A64/5000X2, 2GB, 1x320GB, 8600GT, F17/x86-64. LAP: ASUS 1201N, A330, 2GB, 250GB, ION, F17/x86_64. |
|
|
|
|
|
#9 |
|
Registered User
Join Date: May 2004
Posts: 711
|
do
yum install kernel-devel |
|
|
|
|
|
#10 |
|
Registered User
Join Date: Apr 2005
Posts: 11
|
ah that may the the problem:
PHP Code:
PHP Code:
|
|
|
|
|
|
#11 |
|
Linux addict...
Join Date: Jan 2004
Posts: 537
|
Opps.
If I recall the rpmbuild command should be: $ rpmbuild -bp --target=x86-64 kernel.spec
__________________
DEV: Intel S5520SC, 2xL5530, 12GB, 5x320GB, GTX470, F17/x86_64, U2711. SRV: Tyan Tempest i5400XT, 2xE5335, 8GB, 3x1.5TB, 9800GTX, F17/x86-64, 2408WFP. VCR: Gigabyte GA-M61PME-S2P, A64/5000X2, 2GB, 1x320GB, 8600GT, F17/x86-64. LAP: ASUS 1201N, A330, 2GB, 250GB, ION, F17/x86_64. |
|
|
|
|
|
#12 |
|
Registered User
Join Date: Apr 2005
Posts: 11
|
PHP Code:
![]() |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mageia 2 Cannot Install 71.86.15 for Riva TNT/TNT2 | kbulgrien | NVIDIA Linux | 3 | 06-29-12 08:27 AM |
| PC deadlock when running X for ~2 min after Debian/wheezy driver install | TpmKranz | NVIDIA Linux | 0 | 05-31-12 04:53 AM |
| Getting the proprietary nvidia driver to run with Debian 3.0 r0 (woody) | Katchina404 | NVIDIA Linux | 9 | 01-12-03 08:49 AM |
| How to install my nvdia driver... | danyal_r | NVIDIA Linux | 2 | 10-11-02 12:06 PM |
| Getting bizarre errors with driver install | clutch | NVIDIA Linux | 1 | 09-14-02 09:53 PM |