Operating System - Linux
1827730 Members
2935 Online
109968 Solutions
New Discussion

Installing Debian on zx200 with Nvidia card

 
adriano_8
Occasional Contributor

Installing Debian on zx200 with Nvidia card

Hi again:

I install on my zx2000 one Debian (from HP Linux Enablement Kit) but I can't use my NVIDIA Quadro 900 XGL.

I download the IA-64 driver from NVIDIA webpage, but the installer report me that it don't find one kernel that match...

Anybody has the same problem? How could be solve it? Please don't propose me to change teh graphic card ;-)
2 REPLIES 2
Pascal Eberhard
New Member

Re: Installing Debian on zx200 with Nvidia card

Hi,
The Nvidia installer checks if it finds a already precompiled nvidia module which match you kernel. It is not probably not the case.

Then the Nvidia installer try to compile it for your current kernel. For that you need to install the source of you kernel.

If the kernel source is already installed you should have a directory name linux-2.x.xx there:
# ls -l /usr/src/

If not:

# apt-cache search kernel-source
give you the list of the kernel available.
use uname -r to know which one you need and install it. You have to install as well 'make' and 'gcc' at less but there are probably already installed.

Note: sid and sarge provide 2 nvidia packages: nvidia-kernel-src and nvidia-glx but i don't think there are available for IA-64.
Bill Thorsteinson
Honored Contributor

Re: Installing Debian on zx200 with Nvidia card

I recently dropped th NVIDIA driver for the
Xfree nv driver. You may want to try that.