It may be easier getting on the NVidia website from a different computer and downloading their SuSE rpm file. The copy the file the same way using your pen drive and use the rpm command to install it.
You need to install the gcc package to get the gcc compiler. Gcc is a front end to the cc compiler. The gcc package supplies both.
To install the nvidia driver from there installer, you may need these packages:
kernel-syms-2.6.18.8-0.1
kernel-source-2.6.18.2-34
Code:
rpm -qi kernel-syms
Name : kernel-syms Relocations: /usr/src
Version : 2.6.18.8 Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany
Release : 0.1 Build Date: Tue 06 Mar 2007 10:44:03 AM CST
Install Date: Sat 24 Mar 2007 08:07:40 PM CDT Build Host: humperdinck.suse.de
Group : Development/Sources Source RPM: kernel-syms-2.6.18.8-0.1.src.rpm
Size : 3898297 License: GNU General Public License (GPL)
Signature : DSA/SHA1, Tue 06 Mar 2007 10:46:57 AM CST, Key ID a84edae89c800aca
Packager : http://bugs.opensuse.org
URL : http://www.kernel.org/
Summary : Kernel Symbol Versions (modversions)
Description :
Kernel symbols, such as functions and variables, have version
information attached to them. This package contains the symbol versions
for the standard kernels.
Installing this package before compiling kernel modules outside of the
kernel source tree adds symbol version information to these modules.
Modules without symbol version information can only be loaded on the
exact kernel version for which they were compiled. Modules with symbol
version information can be loaded into more recent kernels as long as
none of the symbols exported by the kernel have changed. This provides
a reasonable level of confidence but does not guarantee that the module
will work.