public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
* switching to debian (... and installing the NVIDIA GeForce4)
@ 2004-03-23  2:32 Karthik Vishwanath
  2004-03-23  3:17 ` joy
  0 siblings, 1 reply; 29+ messages in thread
From: Karthik Vishwanath @ 2004-03-23  2:32 UTC (permalink / raw)
  To: linux-newbie

Hello,

I recently installed the 3.0 debian linux (on an AMD 1500 pc) and am
learning the ways of debian packaging. I obtained a netinst iso, burned
the image and successfully rebooted back into debian. Next, I used tasksel
get all the packages that seemed relevant. Somehow I missed choosing
XFree86 (I think), initially. dselect along with the debian reference
manual helped me fix that (by installing x-window-system-core,
xfree86-common, etc). During the setup process I selected GeForce as my
video card. startx did work - XFree86.0.log told me the error was:  (EE)
No devices detected. Googling for "GeForce4 debian configuration" gave me 
hits - the first one indicated that I must:

# cd /usr/src
# apt-get install nvidia-glx-src nvidia-kernel-src
# tar -zxf nvidia-kernel-src.tar.gz
# cd linux
# make-kpkg clean
# make-kpkg modules_image

I do not have the kernel source (I installed a pre-configured kernel -
kernel-image-2.4.18-k7) installed, and therefore do not have a
/usr/src/linux. Must I download the kernel source and follow the
instructions above? Is there an alternative way of enabling this card by
inserting a (precompiled?) module (is the above asking me to do exactly
that?)?

Require guidance...

Thanks,

-K

PS: Must I have my /etc/sources.list updated periodically? Is there a 
utility to have it updated automatically? 

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 29+ messages in thread
* Re: switching to debian (... and installing the NVIDIA GeForce4)
@ 2004-03-25 14:46 Karthik Vishwanath
  2004-03-25 16:15 ` pa3gcu
  0 siblings, 1 reply; 29+ messages in thread
From: Karthik Vishwanath @ 2004-03-25 14:46 UTC (permalink / raw)
  To: linux-newbie


I installed the 2.4.18 source by 'apt-get install kernel-source-2.4.18', 
extracted the source and made a symbolic /usr/src/linux -> 
/usr/src/kernel-source-2.4.18/, and followed all the instructions below
as is. 

sh NVIDIA-Linux-x86-1.0-5336-pkg1.run quits with an error. 

# cat /var/log/nvidia-installer.log | grep ^ERROR
ERROR: Unable to determine the NVIDIA kernel module filename.


How to proceed? 

Thanks,

-K

On Tue, 23 Mar 2004, at 3:49pm, pa3gcu wrote:

> If you installed the source for 2.4.18 then you should be able to do the 
> following and get away with it;
> 
> cd /usr/src/linux
> make mrproper
> cp /boot/config-xx .config
> edit Makefile
> change line 4 from 
> EXTRAVERSION =
> To
> EXTRAVERSION = -k7
> save file;
> make oldconfig
> make dep
> Thats it, now rerun
> sh NVIDIA-Linux-x86-1.0-5336-pkg1.run
> 
> Note;
> i am presuming that debian has the default kernel config in /boot, most 
> systems do store it there for your convinance.
> 
> 



-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 29+ messages in thread
[parent not found: <Pine.LNX.4.44.0403250945300.26064-100000@legolas.personal. engin.umich.edu>]
[parent not found: <001b01c413c4$621f4230$130aa8c0@pipotiy3ljnut2>]

end of thread, other threads:[~2004-03-27  7:57 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-23  2:32 switching to debian (... and installing the NVIDIA GeForce4) Karthik Vishwanath
2004-03-23  3:17 ` joy
2004-03-23  4:44   ` Karthik Vishwanath
2004-03-23 14:49     ` pa3gcu
     [not found]   ` <Pine.LNX.4.44.0403222314190.23426-100000@legolas.personal. engin.umich.edu>
2004-03-23  5:12     ` Ray Olszewski
2004-03-23 17:19       ` joy
2004-03-23 17:45         ` Ray Olszewski
2004-03-24 13:17           ` joy
2004-03-24 16:55             ` Ray Olszewski
2004-03-26 11:13               ` joy
2004-03-23 19:59         ` pa3gcu
2004-03-24 13:22           ` joy
  -- strict thread matches above, loose matches on Subject: below --
2004-03-25 14:46 Karthik Vishwanath
2004-03-25 16:15 ` pa3gcu
2004-03-25 16:28   ` Ray Olszewski
2004-03-25 16:46     ` Karthik Vishwanath
2004-03-25 20:06       ` pa3gcu
2004-03-25 20:46         ` pa3gcu
     [not found]     ` <Pine.LNX.4.44.0403251127320.26064-200000@legolas.personal. engin.umich.edu>
2004-03-25 18:25       ` Ray Olszewski
2004-03-26  6:30         ` Karthik Vishwanath
     [not found]         ` <Pine.LNX.4.44.0403260110390.26709-300000@legolas.personal. engin.umich.edu>
2004-03-26 15:37           ` Ray Olszewski
2004-03-25 20:20     ` pa3gcu
2004-03-25 20:25     ` pa3gcu
     [not found] <Pine.LNX.4.44.0403250945300.26064-100000@legolas.personal. engin.umich.edu>
2004-03-25 15:42 ` Ray Olszewski
2004-03-25 16:07   ` pa3gcu
2004-03-25 16:40     ` Ray Olszewski
2004-03-25 19:36       ` pa3gcu
     [not found] <001b01c413c4$621f4230$130aa8c0@pipotiy3ljnut2>
2004-03-27  7:19 ` pa3gcu
2004-03-27  7:57   ` pa3gcu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox