Re: new to debian but having installation problems



On 1/1/07, Kamaraju Kusumanchi <kamaraju@xxxxxxxxxxxxxx> wrote:

On Sunday 31 December 2006 12:24, Mike Myers wrote:
>
> Thanks for the tips! I downloaded the etch cd and it detected my card
and
> installed fine. The only issue now is getting the nvidia driver
installed.
> The 'nv' driver doesn't work with my widescreen display at all. It
looks
> like to do this, I need to have a custom kernel so the driver from
nvidia
> can build a module for it. Might there be an easier way to do this?

m-a update
m-a prepare
m-a a-i nvidia

modconf
-> select and load the nvidia module

m-a stands for the module-assistant. The above procedure requires for you
to
have contrib non-free (along with main) added to your apt-get mirrors in
the /etc/apt/sources.list

You will need to do this every time you update your kernel.

hth
raju

--
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/

----------------------------------------------------------------------
Search Accredited Degrees
Browse leading, accredited online degrees. Get free information.
http://tags.bluebottle.com/fc/BgLEQfIzfHpBFnunZtAyXF4ueIrFMoEaPnWt/


--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact
listmaster@xxxxxxxxxxxxxxxx


That's good to know! What is all that doing behind the scenes? I'm used to
loading the module manually and adding a line in
/etc/modules.autoload.d/kernel- 2.6 so it is loaded while booting up. So I
would just do like,

modprobe nvidia; echo "nvidia" >> /etc/modules.autoload.d/kernel-2.6;

and be done. If you can point me to where I can RTFM that'd be awsome,
heh. Thanks!


Relevant Pages

  • Re: new to debian but having installation problems
    ... The only issue now is getting the nvidia driver installed. ... The 'nv' driver doesn't work with my widescreen display at all. ... m-a prepare ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)
  • Re: Warning: Latest Kernel Sources on Sid
    ... Kqemu and Nvidia's driver were hit by this. ... I am using nvidia module. ... Would m-a "know" to run this? ... Other modules need to be made with various arguments pointing to kernel source ...
    (Debian-User)
  • Re: Graphic Card
    ... The nv driver should work with your nvidia card for 2D graphics. ... If you want to do any gaming or anything that requires 3D graphics you'll need to install the nvidia kernel module. ... First run "m-a prepare" and m-a will prepare your box to build those modules and then "m-a a-i nvidia" to build those modules, create an nvidia*.deb and install it. ...
    (Debian-User)
  • Re: new to debian but having installation problems
    ... m-a prepare ... -> select and load the nvidia module ... the modconf command essentially does what you would be doing with modprobe, ...
    (Debian-User)
  • Re: new to debian but having installation problems
    ... m-a prepare ... -> select and load the nvidia module ... Both modconf, m-a are explained in their man pages (not ...
    (Debian-User)