LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 04-05-2005, 09:05 AM   #1
bhargava
LQ Newbie
 
Registered: Dec 2004
Location: Bangalore-India
Posts: 6

Rep: Reputation: 0
Unhappy debian nvidia help(newbiee)


hi Guy's,
I am a newbie to debian i recently got hold of debian sarge dvd and installed it but to my bad luck xserver is not starting i did all the steps in the threads posted here but still nothing is happeneing.Even tried downloading the latest nvidia drivers from the website and that also did not work.

the kernel version is 2.6.8-1-386

is there any way of installing the latest kernel with out recompiling like an rpm in redhat .pls let me know,

guy's i am desprate for solutions as i hav to get the xserver started.

thankx
 
Old 04-05-2005, 10:01 AM   #2
Underhill
Member
 
Registered: Aug 2004
Location: Kuala Lumpur, Malaysia
Distribution: Debian Etch
Posts: 58

Rep: Reputation: 15
Paste the log file / the error message that you got so people can help you better. To install the new stock kernel image (assuming you're using 686), you can just type: apt-get install kernel-image-2.6.10-1-686

Instruction on how to install nVidia driver, see here: http://www.tinyplanet.ca/~lsorense/d...-dri-howto.txt
 
Old 04-05-2005, 11:38 AM   #3
bhargava
LQ Newbie
 
Registered: Dec 2004
Location: Bangalore-India
Posts: 6

Original Poster
Rep: Reputation: 0
thankx for the reply guy's the saddest part is i am not using a 686 kernel it is a 386 kernel is ther a way to install 686 kernel .and will post the log.

thankx
 
Old 04-05-2005, 02:06 PM   #4
dastrike
Member
 
Registered: Apr 2004
Location: Stockholm, Sweden
Distribution: Debian 'sid'
Posts: 250

Rep: Reputation: 30
The drivers can be installed in another way as well. I have written about that one iin the following document: http://serios.net/content/debian/nvi...ay-drivers.php
 
Old 04-06-2005, 07:10 AM   #5
bhargava
LQ Newbie
 
Registered: Dec 2004
Location: Bangalore-India
Posts: 6

Original Poster
Rep: Reputation: 0
here is another problem when i isssue this command
#apt-get install kernel-headers-$(uname -r)

I get an error saying no header found for this version

what do i hav to do the kernel version is 2.6.8-1-386 and i hav an AMD atholon 2200xp processor
guy's could u pls tell me which kerenel i should upgrade to which is easier to configure how to go abt it

 
Old 04-06-2005, 07:56 AM   #6
jsmarshall85
Member
 
Registered: Aug 2003
Posts: 386

Rep: Reputation: 30
if you have an amd processor then i would install the K7 kernel for it

apt-get install kernel-image-2.6.8-2-k7
apt-get install kernel-headers-2.6.8-2
apt-get install kernel-headers-2.6.8-2-k7

i also install the source
apt-get install kernel-source-2.6.8-2-k7

there are others that you may need, some are requested others are required
kernel-package
kernel-patch-debian-2.6.8
kernel-tree-2.6.8

dont forget to reboot, if you are using grub, the new kernel will already be selected
no need to recompile unless you need to. i have never compiled a kernel and havent found a need to yet
log in as root and install the nvidia driver
 
Old 04-06-2005, 09:40 AM   #7
bhargava
LQ Newbie
 
Registered: Dec 2004
Location: Bangalore-India
Posts: 6

Original Poster
Rep: Reputation: 0
thanks for the reply guy's i installed the new kernel 2.6.8-2-k7 but the cmds

#apt-get install-headers-2.6.8-2
# apt-get install-headers-2.6.8-2.k7

are giving me error saying no header found for this version what do i do??


and this is the log message i got when i tried nvidia's installer:
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Thu Apr 7 01:30:36 2005

option status:
license pre-accepted : false
update : false
force update : false
expert : false
uninstall : false
driver info : false
no precompiled interface: false
no ncurses color : false
query latest driver ver : false
OpenGL header files : false
no questions : false
silent : false
no backup : false
kernel module only : false
sanity : false
add this kernel : false
no runlevel check : false
no network : false
no ABI note : false
no RPMs : false
force tls : (not specified)
force compat32 tls : (not specified)
X install prefix : /usr/X11R6
OpenGL install prefix : /usr
compat32 install prefix : (not specified)
installer install prefix: /usr
utility install prefix : /usr
kernel name : (not specified)
kernel include path : (not specified)
kernel source path : (not specified)
kernel output path : (not specified)
kernel install path : (not specified)
proc mount point : /proc
ui : (not specified)
tmpdir : /tmp
ftp mirror : ftp://download.nvidia.com
RPM file list : (not specified)

Using: nvidia-installer ncurses user interface
-> License accepted.
-> No precompiled kernel interface was found to match your kernel; would you li
ke the installer to attempt to download a kernel interface for your kernel f
rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: Yes)
-> No matching precompiled kernel interface was found on the NVIDIA ftp site;
this means that the installer will need to compile a kernel interface for
your kernel.
ERROR: Unable to find the kernel source tree for the currently running kernel.
Please make sure you have installed the kernel source files for your
kernel; on Red Hat Linux systems, for example, be sure you have the
'kernel-source' rpm installed. If you know the correct kernel source
files are installed, you may specify the kernel source path with the
'--kernel-source-path' commandline option.
ERROR: Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at www.nvidia.com.
 
Old 04-06-2005, 09:46 AM   #8
jsmarshall85
Member
 
Registered: Aug 2003
Posts: 386

Rep: Reputation: 30
well hopefully those are just typos here. to install the headers type the following

first do
apt-get update
and then
apt-get dist-upgrade
and let it upgrade anything it has listed

then for the headers
apt-get install kernel-headers-2.6.8-2
apt-get install kernel-headers-2.6.8-2-k7

you can actually put them both on the same line, like this
apt-get install kernel-headers-2.6.8-2 kernel-headers-2.6.8-2-k7

you had in your last comment
apt-get install-headers-2.6.8-2
apt-get install-headers-2.6.8-2.k7

see the difference? hope this helps. i do this all the time. i like reinstalling debian (call me crazy) but the debian-installer is great and it allows me to install just what i want.
 
Old 04-06-2005, 04:41 PM   #9
Moloko
Member
 
Registered: Mar 2004
Location: Netherlands
Distribution: Debian
Posts: 729

Rep: Reputation: 30
Use: apt-cache search <insert-name-or-part-of-it> to find out the proper names for the packages you want. And use: apt-cache show <packagename-or-part-of-it> to find out version info.
 
Old 04-06-2005, 04:44 PM   #10
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
You could also just install synaptic and choose the right packages from there.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't build nvidia.ko on MEPIS3.3. Read /usr.../nvidia-kernelsource/README.debian digorykirke Linux - Software 0 03-16-2005 02:10 AM
debian and nvidia rosariowong Debian 1 10-21-2004 08:36 AM
How to setup NVIDIA at Debian? Mathsniper Linux - Software 2 09-18-2004 11:17 AM
Debian and Nvidia Gieltje Linux - Hardware 20 08-27-2003 03:01 PM
Nvidia and Debian Rodcl Linux - Hardware 13 10-28-2002 11:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 09:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration