LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Update and Upgrade (https://www.linuxquestions.org/questions/linux-newbie-8/update-and-upgrade-279352/)

DebianNew 01-18-2005 12:20 PM

Update and Upgrade
 
Hi,

i'm new to debian. I got it installed in my computer. Now is the configuration time. I have a few questions

I burned nvidia driver into a cd.

1- How can i get it to install to my linux computer from cd.? what is the command for this.?

2-I chose gdm as my default display manager during debian setup. How do i configure x-server or desktop manager to work with my driver.? A step by step instruction is very nice.

3- In windows, i will type cd OK if i want to access to this folder. what is the command i should use if i want to access to another folder.?

thank you very much for answering my question.

Tinkster 01-18-2005 12:56 PM

Re: Update and Upgrade
 
Hi, and welcome to LQ!



Quote:

Originally posted by DebianNew
Hi,

i'm new to debian. I got it installed in my computer. Now is the configuration time. I have a few questions

I burned nvidia driver into a cd.

1- How can i get it to install to my linux computer from cd.? what is the command for this.?

2-I chose gdm as my default display manager during debian setup. How do i configure x-server or desktop manager to work with my driver.? A step by step instruction is very nice.
You'd mount the CD, cd into the directory where you
put the driver, then run the nvidia installer by typing
sh NVIDIA-<blurb>

Quote:

3- In windows, i will type cd OK if i want to access to this folder. what is the command i should use if i want to access to another folder.?

thank you very much for answering my question.
cd


Cheers,
Tink

DebianNew 01-18-2005 12:59 PM

you mentioned about "mount the CD"

what is the command i should use to "mount" the cd.?

after i mount a cd, does it mean it automatically will copy a file from a cd to a folder in my linux box???

if not, what command i need to use to do that before using sh to install nvidia driver.?

thanks

Tinkster 01-18-2005 01:56 PM

Quote:

what is the command i should use to "mount" the cd.?
mount </your/cdroms/mountpoint>

man mount for details

Quote:

after i mount a cd, does it mean it automatically will copy a file from a cd to a folder in my linux box???
No. It will just make the CD-ROM accessible to
file-system commands.


Quote:

if not, what command i need to use to do that before using sh to install nvidia driver.?
Just cd there and run it.


But please, before firing up a question about every
single possible step, do some reading...

http://www.icon.co.za/~psheer/book/index.html.gz is a good
starting point, and try using the search engine on LQ as well.

We're trying to provide a service to a group of users, not
a walk-every-individual-through-his-every-step ...



Cheers,
Tink

bullium 01-19-2005 07:02 AM

Quote:

Originally posted by DebianNew
you mentioned about "mount the CD"

what is the command i should use to "mount" the cd.?

thanks

Code:

mount /dev/cdrom /mnt/cdrom

this will mount your cdrom to the directory /mnt/cdrom. If this directory does exist you can create it with
mkdir /mnt/cdrom.


All times are GMT -5. The time now is 09:43 AM.