|
|
#1 | |
|
Registered User
Join Date: May 2009
Posts: 19
|
I am a Linux and Ubuntu newbie, and I appreciate any assitance that can be provided.
I am running Ubuntu Jaunty (9.04) server. Kernel 2.6.28-11. With the ubuntu-desktop (gnome) installed When I follow the instructions on this forum to install the 180.51 drivers, using sudo sh NVIDIA-Linux-x86_64-180.51-pkg2.run I get the message:"no precompiled kernel interface was found" Then: "No matching precompiled kernel was found on the NVIDIA ftp site that means that the installer will need to compile a kernel interface for your kernel: Then it says: "Unable to find the kernel source tree for the currently running kernel" Then: "Installation has failed." The above is from the /var/log/nvidia-installer.log I have also tried using the Ubuntu hardware drivers GUI, with no sucess. Question 1: are the NVIDIA drivers compatible with the Server kernel? Question 2: there is a pkg0, pkg1, and pkg2 driver file, what is the difference between them and which should be used when? Question 3: Plea for help ;-) I believe I followed all the instructions I have found on these forums and on the Ubuntu forums, I am probably making some beginner mistake. I have tried this multiple times and have even reinstalled the OS multiple times to ensure a clean system. Any and all assistance would be appreciated. regards smk
__________________
Ubuntu Server 9.04, Jaunty Sparkle Nvidia GeForce 1024MB 9400 GT (PCI) Tyan Thunder h200M S3992G3NR (onboard ATI graphics Disabled) Dual AMD Opteron 2218 processors 24 GB of main Memory |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: May 2008
Location: Relativity
Posts: 194
|
Just say 'No' to the precompiled thingymabob.
__________________
Elephants can fly but they have no reason to. ------------------------------------------ Phenom II X3 720 @ 3.5Ghz | Asus M4A785-M | 2 Gig Crucial DDR2 @ 960 Mhz | GeForce GT 440 1024 MB | Linux 3.6.1 / Ubuntu 12.04 / W.I.N.E v1.5.14 |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: May 2009
Posts: 122
|
sudo apt-get install build essentials
Also make sure linux restricted modules are removed from synaptic via complete remove method. |
|
|
|
|
|
#4 | ||||
|
Registered Fox
Join Date: Oct 2007
Location: Confoederatio Helvetica
Posts: 530
|
Quote:
Just as a side question: Why do you need a graphical interface on a server, and even worse, why do you need a driver with 3D acceleration for it? Quote:
Quote:
Quote:
If you really need to install the driver manually, follow these instructions: http://www.nvnews.net/vbulletin/showthread.php?t=72490 carefully and step by step. You have to install some additional packages, mainly the package providing the sources of your current kernel. But as said, please use the .deb instead, if you really need the nvidia driver on a server. (And if it is not a server, why are you using the server kernel) |
||||
|
|
|
|
|
#5 | |||
|
Registered User
Join Date: May 2009
Posts: 19
|
Quote:
Quote:
b screen is large and I want to configure for 1920x1200 c - not worried about 3D accelerations, just need full 2D for the screen and from reading the forums this seemed like the only way to fully take advantage of what my screen and video card can do. d - This is my play system that I use to learn and experiment with things. --I am going to use Virtualbox to load multiple OSs, on the server, including, Ubuntu desktop, MS Windows server and desktop OSs. Quote:
Thanks for the advice. Looking forward to additional details. smk
__________________
Ubuntu Server 9.04, Jaunty Sparkle Nvidia GeForce 1024MB 9400 GT (PCI) Tyan Thunder h200M S3992G3NR (onboard ATI graphics Disabled) Dual AMD Opteron 2218 processors 24 GB of main Memory |
|||
|
|
|
|
|
#6 | |
|
Registered User
Join Date: May 2009
Posts: 19
|
When I try this I get an error message:
"E: Counldn't find package build" I tried it with build-essentials as well, I did find "build-essential" is that what you meant? Quote:
I am sure some of these questions are pretty basic, but I am fairly new to Linux and have spent most of my time in the world of MS. My goal with this system is to learn more about Linux, so please bear with me. :-) How do I do this from the command line. ( I know how with the gui, but I have the gdm stopped.
__________________
Ubuntu Server 9.04, Jaunty Sparkle Nvidia GeForce 1024MB 9400 GT (PCI) Tyan Thunder h200M S3992G3NR (onboard ATI graphics Disabled) Dual AMD Opteron 2218 processors 24 GB of main Memory |
|
|
|
|
|
|
#7 |
|
Registered Fox
Join Date: Oct 2007
Location: Confoederatio Helvetica
Posts: 530
|
In the restricted repositories, usually.
As for the installation: The desktop version of Ubuntu has a GUI for installing restricted drivers, you can use it. I don't know whether this comes with the server version as well. If it doesn't, you can install those packages manually. You have to activate the restricted repositories, then install the linux-restricted-modules-* package suited for your architecture, then the nvidia-glx-new package. You can install packages with the "apt-get" command. As you need root privileges you'll have to call apt-get with sudo in front of it. The syntax would be sudo apt-get install <package> (without the <> of course) In fact I really recommend that you'll read the basics, especially if you plan to connect this server to the internet with open services. Otherwhise you might get a compromised machine. Fuchs |
|
|
|
|
|
#8 | |||||
|
Registered User
Join Date: May 2009
Posts: 19
|
Quote:
Quote:
Quote:
Quote:
package. You can install packages with the "apt-get" command. As you need root privileges you'll have to call apt-get with sudo in front of it. The syntax would be sudo apt-get install <package> (without the <> of course) Quote:
additional related question: Once I installed the Ubuntu desktop the system booted up into the X GUI by default. How can I configure it to boot to a command line so I can start and stop X manually. I really appreciate your assistance here. smk
__________________
Ubuntu Server 9.04, Jaunty Sparkle Nvidia GeForce 1024MB 9400 GT (PCI) Tyan Thunder h200M S3992G3NR (onboard ATI graphics Disabled) Dual AMD Opteron 2218 processors 24 GB of main Memory |
|||||
|
|
|
|
|
#9 | ||
|
Registered Fox
Join Date: Oct 2007
Location: Confoederatio Helvetica
Posts: 530
|
Quote:
You can install the package pastebinit to help you with that. Because obviously something went wrong, and instead of trying different installation methods we should try to solve the problem you encountered. Quote:
You can either use a GUI for this, or the sudo update-rc.d -f <initfilename> remove command. You find those files in /etc/init.d/, you are searching for either gdm, kdm or xdm. Afterwards you can start them with sudo /etc/init.d/<scriptname> start from a console. Fuchs |
||
|
|
|
|
|
#10 | |
|
Registered User
Join Date: May 2009
Posts: 19
|
Quote:
I ran the log report tool before and after and saved and renamed the log files. Do you want them uploaded to this thread? Does the Nv in your user name indicate you are with Nvidia? I am writing this thread from a different system. I will upload the logs in a few min from the system in trouble. Files attached now. I will wait for your response before I reboot and get into error and low resolution mode.; based on past experience when I reboot the error log will show unable to find or run the NVIDIA driver. It is hard to use the GUI when stuck in 800x600 mode. Thanks for your continued assistance. smk
__________________
Ubuntu Server 9.04, Jaunty Sparkle Nvidia GeForce 1024MB 9400 GT (PCI) Tyan Thunder h200M S3992G3NR (onboard ATI graphics Disabled) Dual AMD Opteron 2218 processors 24 GB of main Memory Last edited by smk; 05-25-09 at 03:50 PM. Reason: adding log files |
|
|
|
|
|
|
#11 | |||
|
Registered Fox
Join Date: Oct 2007
Location: Confoederatio Helvetica
Posts: 530
|
Quote:
Quote:
Quote:
Kind regards Fuchs |
|||
|
|
|
|
|
#12 |
|
Registered User
Join Date: May 2009
Posts: 19
|
Ok, sleep tight. Talk to you tomorrow. Should I create a new thread to report the possible bug?
smk
__________________
Ubuntu Server 9.04, Jaunty Sparkle Nvidia GeForce 1024MB 9400 GT (PCI) Tyan Thunder h200M S3992G3NR (onboard ATI graphics Disabled) Dual AMD Opteron 2218 processors 24 GB of main Memory |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NVIDIA Drivers Receive Windows 8 Certification | News | Latest Tech And Game Headlines | 0 | 06-01-12 05:30 AM |
| Radeon 9700 not all that? | sancheuz | Other Desktop Graphics Cards | 200 | 10-12-02 09:31 PM |
| Nvidia Stereo Drivers | Soudontsay | NVIDIA Windows Graphics Drivers | 2 | 08-26-02 10:48 AM |
| nvidia drivers in a motherboard with AGP 1.0 (motherboard MVP3+) | knocker | NVIDIA Linux | 1 | 08-19-02 01:57 AM |
| NVIDIA 2960 Drivers & RH 7.3 W/2.4.18-5 | XASCompuGuy | NVIDIA Linux | 6 | 08-02-02 11:53 AM |