LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   install and configuration network adapter (https://www.linuxquestions.org/questions/linux-newbie-8/install-and-configuration-network-adapter-920578/)

hosslinux 12-26-2011 11:58 AM

install and configuration network adapter
 
hi
i have Debian 6.0.3
1.how can i check my network adapter install?
2.how can i configuration my network adapter?

Intel Centrino Advanced-N 6205 Wireless Network Adapter

Intel 82579LM 1000 Ethernet

tallship 12-27-2011 03:39 AM

Quote:

Originally Posted by hosslinux (Post 4558677)
hi
i have Debian 6.0.3
1.how can i check my network adapter install?

You can do the following:


method #1
Code:

# ifconfig -a
method #2
Code:

# ip address show
method #3
Code:

# less /etc/network/interfaces
Quote:

Originally Posted by hosslinux (Post 4558677)
2.how can i configuration my network adapter?

Code:

# vi /etc/network/interfaces

I hope that helps :)

Kindest regards,

.

hosslinux 12-27-2011 03:50 AM

thank you

hosslinux 12-27-2011 04:05 AM

i want edit present file for change ip and gateway
but when i am using this command " vi /etc/network/interfaces" i think this command create new config file

tallship 12-27-2011 10:47 AM

No vi (Visual Editor) won't create a new file when invoked upon an existing file. It will simply open that file and you can edit and make changes upon that file.

It *might* create a backup file, in this case, "interfaces~", while the newly changed original, "interfaces" will contain the edits (changes) you made.

If you're not familar with *vi* or *vim*, then perhaps substituting out a different editor like *nano* would be best for you to begin with.

I hope that helps :)

Kindest regards,

.


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