Re: Can't install Nvidia driver in Suse 9.1
Okay...I tried the --add-this-kernel suggestion and got this:
ERROR: The kernel header file 'usr/src/linux/include/linux/modversions.h'
does not exist. The most likely reason for this is that the kernel header
files in '/usr/src/linux/include' have not been configured.
Lovely. What on earth does this mean?
Thanks.
"Jack Strangio" <check@approved.hdr> wrote in message
news:I00486.1tu@ozemail.com.au...[color=blue]
> "Hiawatha Bray" <watha@monitortan.com> writes:[color=green]
> > I ran the command to install it, and got the following message:
> >
> > Has anybody done this before? Do I have to recompile my kernel, or just[/color][/color]
add[color=blue][color=green]
> > some header files? Which header files and where do I find them?[/color][/color]
Anybody?[color=blue][color=green]
> > Help![/color]
>
> Assuming you have the header files installed( they should normally be)[/color]
run:[color=blue]
>
> ./NVIDIA-Linux-x86-1.0-5336-pkg1.run --add-this-kernel
>
> It appears to be an undocumented option. It will produce an custom[/color]
installer[color=blue]
> for the kernel version you are using. Run the custome installer. Done.
>
> Jack
>
>
> --
> First, they fear you. Then they match you. Then they laugh at you.
> Then they ignore you. Then you lose.[/color]
Re: Can't install Nvidia driver in Suse 9.1
Hiawatha Bray wrote:[color=blue]
> Okay...I tried the --add-this-kernel suggestion and got this:
>
> ERROR: The kernel header file 'usr/src/linux/include/linux/modversions.h'
> does not exist. The most likely reason for this is that the kernel header
> files in '/usr/src/linux/include' have not been configured.
>
> Lovely. What on earth does this mean?[/color]
Do you have the kernel headers installed?
I'm not familiar with Suse but check for one of these packages.
glibc-headers
kernel-headers
--
Confucius: He who play in root, eventually kill tree.
Registered with The Linux Counter. [url]http://counter.li.org/[/url]
Slackware 9.1.0 Kernel 2.4.26 SMP i686 (GCC) 3.3.4
Uptime:15 days, 13:04, 1 user, load average: 1.05, 1.12, 1.25
Re: Can't install Nvidia driver in Suse 9.1
Hiawatha Bray wrote:
[color=blue]
> Okay...I tried the --add-this-kernel suggestion and got this:
>
> ERROR: The kernel header file
> 'usr/src/linux/include/linux/modversions.h'
> does not exist. The most likely reason for this is that the kernel
> header files in '/usr/src/linux/include' have not been configured.
>
> Lovely. What on earth does this mean?
>[/color]
Configure the kernel with :
cd /usr/src/linux
make cloneconfig
make prepare
Re: Can't install Nvidia driver in Suse 9.1
David wrote:
[color=blue]
> Hiawatha Bray wrote:[color=green]
>> Okay...I tried the --add-this-kernel suggestion and got this:
>>
>> ERROR: The kernel header file
>> 'usr/src/linux/include/linux/modversions.h'
>> does not exist. The most likely reason for this is that the kernel
>> header files in '/usr/src/linux/include' have not been configured.
>>
>> Lovely. What on earth does this mean?[/color]
>
> Do you have the kernel headers installed?
>
> I'm not familiar with Suse but check for one of these packages.
>
> glibc-headers
> kernel-headers
>[/color]
I see no such packages. Anything else I can try? Thanks.