You are not logged in.

#1 2004-03-22 11:18:50

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

NVIDIA installer and problems [yes I know I got the kernel]

all should work fine, but dont! I get this: [i have linux264 under /usr/src]
-> No precompiled kernel interface was found to match your kernel; would you li
   ke the installer to attempt to download a kernel interface for your kernel f
   rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: No)
-> No precompiled kernel interface was found to match your kernel; this means
   that the installer will need to compile a new kernel interface.
-> Using the kernel source path '/usr/src/linux-2.6.4/' as specified by the
   '--kernel-source-path' commandline option.
-> Kernel source path: '/usr/src/linux-2.6.4/'
-> Performing cc_version_check with CC="cc".
ERROR: Unable to determine the NVIDIA kernel module filename.
ERROR: Installation has failed.  Please see the file
       '/var/log/nvidia-installer.log' for details.  You may find suggestions
       on fixing installation problems in the README available on the Linux
       driver download page at www.nvidia.com.


WIKI says sth about copying the old files to /tmp and then back again. well it's too late for that tongue. I have the arch-pkg but couldn't found those files. maybe one can name me which they are where I can find them and if is going to solve the above problem. I have the standard ide kernel.
thank you

Offline

#2 2004-03-22 15:46:01

robot5x
Member
Registered: 2004-01-26
Posts: 266

Re: NVIDIA installer and problems [yes I know I got the kernel]

I installed it without the kernel-source-path option in 2.6.4 and it works fine...
I used to have this cc problem on an old install of slackware and I did

export IGNORE_CC_MISMATCH=yes

to get it to work...
maybe worth a try.[/code]

Offline

#3 2004-03-22 20:00:04

steelerguy
Member
From: Stony Brook, NY
Registered: 2004-03-20
Posts: 27

Re: NVIDIA installer and problems [yes I know I got the kernel]

if you blew away the original /usr/src/linux-2.6.4 directory and then put the source downloaded from kernel.org, you could try this...not sure if it will work

cd to /usr/src/linux-2.6.4
make config
hit enter 1,000,000 times to just accept defaults.
make

now try to run the nvidia installer again.


alternatively, you could try to just reinstall the kernel with pacman:

pacman -S kernel26

then start the directions for the wiki over again.  again, not sure if they will restore your /usr/src back to the way it was, but worth a shot.

Offline

#4 2004-03-22 20:43:23

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: NVIDIA installer and problems [yes I know I got the kernel]

[tried to post with elinks and links and it didn't work. very annoying]

nvidia installer doesn't care about the ignore thing. sad

can someone gimme a link to those files I removed?
I have 2.6.4 ide kernel

thank you in advance

Offline

#5 2004-03-23 04:42:03

steelerguy
Member
From: Stony Brook, NY
Registered: 2004-03-20
Posts: 27

Re: NVIDIA installer and problems [yes I know I got the kernel]

the files you removed are either all in the kernel you downloaded or can be created from that kernel.

you need a .config file, which will be created when you do what i said in my previous post and i believe you need some include files in the /usr/src/linux-2.6.4/include/config directory, which will be put there when you do the make. (just don't do make install!)

when you do the make config, just make sure loadable modules support is a yes, the rest can be default i would guess.

if you really want a .config file for a 2.6.4 scsi kernel i'll put one up here:

http://www.oreycay.com/config.bz2

i think you should just answer all defaults and make your own.  im pretty sure the nivida installer is just checking for these files, it is not really using them in a way you have to worry about.

Offline

#6 2004-03-23 18:14:38

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: NVIDIA installer and problems [yes I know I got the kernel]

just reinstall the package it is likley in your cache.


AKA uknowme

I am not your friend

Offline

#7 2004-03-23 18:21:11

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: NVIDIA installer and problems [yes I know I got the kernel]

ok! tongue
i did pacman --upgrade NAME_OF_PKG_here and it worked ;P
tons of thanks !!

Offline

Board footer

Powered by FluxBB