Mailinglist Archive: opensuse (3863 mails)
| < Previous | Next > |
Re: [SLE] Nvidia Drivers and SuSE 90
- From: Anders Johansson <andjoh@xxxxxxxxxx>
- Date: Wed, 4 Feb 2004 01:05:38 +0100
- Message-id: <200402040105.38090.andjoh@xxxxxxxxxx>
On Wednesday 04 February 2004 00.54, MindBender wrote:
> One question I have D/L and installed the kernel src
> "kernel-source-2.4.21-166.src.rpm"
That is not the kernel source. The kernel source rpm is called
kernel-source.rpm. Unlike all other source rpms it looks like a binary rpm,
but isn't.
You also need to prepare it before you can compile drivers against it
cd /usr/src/linux
make mrproper
make cloneconfig
make dep
after that, the nvidia compile will work
> One question I have D/L and installed the kernel src
> "kernel-source-2.4.21-166.src.rpm"
That is not the kernel source. The kernel source rpm is called
kernel-source.rpm. Unlike all other source rpms it looks like a binary rpm,
but isn't.
You also need to prepare it before you can compile drivers against it
cd /usr/src/linux
make mrproper
make cloneconfig
make dep
after that, the nvidia compile will work
| < Previous | Next > |