|
| View previous topic :: View next topic |
| Author |
Message |
mer
|
Posted: Sat Dec 18, 2004 12:17 pm Post subject: kernel source for nvidia |
|
|
Hello again people.
Does anybody know where I can ger the kernel rpm source from? I need it for the nvidia install!
Thanks
|
|
|
 |
mer
|
|
 |
Guest
|
Posted: Sat Dec 18, 2004 12:49 pm Post subject: |
|
|
still getting errors. I need some help- can anyone gith me a run through on installing it?
thanks
|
|
|
 |
jebba
|
Posted: Sat Dec 18, 2004 7:12 pm Post subject: |
|
|
You need the kernel source corresponding to your running kernel.
| Code: | apt-get update
apt-get install kernel-source |
Should get it. In blag30k the package is renamed kernel-sourcecode.
Anyway, you should be able to get the right driver for your kernel at http://atrpms.net. You can find out what your current kernel is by running:
| Code: | rpm -q kernel
rpm -q --queryformat %{ARCH} ; echo
uname -a |
-Jeff
|
|
|
 |
|
|
|