How do I install network drivers on my Ubuntu Server OS via command line
Basically as the title says, I haven't any idea how I am to install network drivers onto my Dell Poweredge 2950 II. I am a complete noob when it comes to command line and its operations.
Just to add-to this, considering that drivers may not be the issue, I plug in the ethernet cable in both of the ports in the back. A red light blinks when there is no internet connection. When plugging in the cable it continues to blink, but the cable responds with the nic with a solid green light on the left and a yellowish/orange blinking on the right.
Using 13.04
If I leave out any required information please tell me.
EDIT: Ethernet = http://i.imgur.com/RLkjAvm.jpg
Results of sudo ifconfig = http://i.imgur.com/CroQrOI.png
13.04 drivers server ethernet nic
add a comment |
Basically as the title says, I haven't any idea how I am to install network drivers onto my Dell Poweredge 2950 II. I am a complete noob when it comes to command line and its operations.
Just to add-to this, considering that drivers may not be the issue, I plug in the ethernet cable in both of the ports in the back. A red light blinks when there is no internet connection. When plugging in the cable it continues to blink, but the cable responds with the nic with a solid green light on the left and a yellowish/orange blinking on the right.
Using 13.04
If I leave out any required information please tell me.
EDIT: Ethernet = http://i.imgur.com/RLkjAvm.jpg
Results of sudo ifconfig = http://i.imgur.com/CroQrOI.png
13.04 drivers server ethernet nic
1
For most Ethernet ports the opensource drivers are built right into the Linux kernel of Ubuntu. You don't have to install anything. It should work out of the box. This may be a hardware issue.
– user68186
Sep 9 '13 at 21:17
add a comment |
Basically as the title says, I haven't any idea how I am to install network drivers onto my Dell Poweredge 2950 II. I am a complete noob when it comes to command line and its operations.
Just to add-to this, considering that drivers may not be the issue, I plug in the ethernet cable in both of the ports in the back. A red light blinks when there is no internet connection. When plugging in the cable it continues to blink, but the cable responds with the nic with a solid green light on the left and a yellowish/orange blinking on the right.
Using 13.04
If I leave out any required information please tell me.
EDIT: Ethernet = http://i.imgur.com/RLkjAvm.jpg
Results of sudo ifconfig = http://i.imgur.com/CroQrOI.png
13.04 drivers server ethernet nic
Basically as the title says, I haven't any idea how I am to install network drivers onto my Dell Poweredge 2950 II. I am a complete noob when it comes to command line and its operations.
Just to add-to this, considering that drivers may not be the issue, I plug in the ethernet cable in both of the ports in the back. A red light blinks when there is no internet connection. When plugging in the cable it continues to blink, but the cable responds with the nic with a solid green light on the left and a yellowish/orange blinking on the right.
Using 13.04
If I leave out any required information please tell me.
EDIT: Ethernet = http://i.imgur.com/RLkjAvm.jpg
Results of sudo ifconfig = http://i.imgur.com/CroQrOI.png
13.04 drivers server ethernet nic
13.04 drivers server ethernet nic
edited Sep 10 '13 at 20:47
Heath1024
asked Sep 9 '13 at 21:14
Heath1024Heath1024
613
613
1
For most Ethernet ports the opensource drivers are built right into the Linux kernel of Ubuntu. You don't have to install anything. It should work out of the box. This may be a hardware issue.
– user68186
Sep 9 '13 at 21:17
add a comment |
1
For most Ethernet ports the opensource drivers are built right into the Linux kernel of Ubuntu. You don't have to install anything. It should work out of the box. This may be a hardware issue.
– user68186
Sep 9 '13 at 21:17
1
1
For most Ethernet ports the opensource drivers are built right into the Linux kernel of Ubuntu. You don't have to install anything. It should work out of the box. This may be a hardware issue.
– user68186
Sep 9 '13 at 21:17
For most Ethernet ports the opensource drivers are built right into the Linux kernel of Ubuntu. You don't have to install anything. It should work out of the box. This may be a hardware issue.
– user68186
Sep 9 '13 at 21:17
add a comment |
1 Answer
1
active
oldest
votes
Normally, any linux has drivers out of the box. I never had experience looking for network card (NIC) drivers elsewhere.
Using the terminal try this and post the outcome here:
$sudo ifconfig
i.imgur.com/CroQrOI.png
– Heath1024
Sep 9 '13 at 22:25
Please edit your question to add details of your Ethernet card from the terminal command: lspci -nn | grep 0280
– chili555
Sep 10 '13 at 1:05
I added them to question.
– Heath1024
Sep 10 '13 at 20:51
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f343535%2fhow-do-i-install-network-drivers-on-my-ubuntu-server-os-via-command-line%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Normally, any linux has drivers out of the box. I never had experience looking for network card (NIC) drivers elsewhere.
Using the terminal try this and post the outcome here:
$sudo ifconfig
i.imgur.com/CroQrOI.png
– Heath1024
Sep 9 '13 at 22:25
Please edit your question to add details of your Ethernet card from the terminal command: lspci -nn | grep 0280
– chili555
Sep 10 '13 at 1:05
I added them to question.
– Heath1024
Sep 10 '13 at 20:51
add a comment |
Normally, any linux has drivers out of the box. I never had experience looking for network card (NIC) drivers elsewhere.
Using the terminal try this and post the outcome here:
$sudo ifconfig
i.imgur.com/CroQrOI.png
– Heath1024
Sep 9 '13 at 22:25
Please edit your question to add details of your Ethernet card from the terminal command: lspci -nn | grep 0280
– chili555
Sep 10 '13 at 1:05
I added them to question.
– Heath1024
Sep 10 '13 at 20:51
add a comment |
Normally, any linux has drivers out of the box. I never had experience looking for network card (NIC) drivers elsewhere.
Using the terminal try this and post the outcome here:
$sudo ifconfig
Normally, any linux has drivers out of the box. I never had experience looking for network card (NIC) drivers elsewhere.
Using the terminal try this and post the outcome here:
$sudo ifconfig
answered Sep 9 '13 at 21:47
ArnoldArnold
40016
40016
i.imgur.com/CroQrOI.png
– Heath1024
Sep 9 '13 at 22:25
Please edit your question to add details of your Ethernet card from the terminal command: lspci -nn | grep 0280
– chili555
Sep 10 '13 at 1:05
I added them to question.
– Heath1024
Sep 10 '13 at 20:51
add a comment |
i.imgur.com/CroQrOI.png
– Heath1024
Sep 9 '13 at 22:25
Please edit your question to add details of your Ethernet card from the terminal command: lspci -nn | grep 0280
– chili555
Sep 10 '13 at 1:05
I added them to question.
– Heath1024
Sep 10 '13 at 20:51
i.imgur.com/CroQrOI.png
– Heath1024
Sep 9 '13 at 22:25
i.imgur.com/CroQrOI.png
– Heath1024
Sep 9 '13 at 22:25
Please edit your question to add details of your Ethernet card from the terminal command: lspci -nn | grep 0280
– chili555
Sep 10 '13 at 1:05
Please edit your question to add details of your Ethernet card from the terminal command: lspci -nn | grep 0280
– chili555
Sep 10 '13 at 1:05
I added them to question.
– Heath1024
Sep 10 '13 at 20:51
I added them to question.
– Heath1024
Sep 10 '13 at 20:51
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f343535%2fhow-do-i-install-network-drivers-on-my-ubuntu-server-os-via-command-line%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
For most Ethernet ports the opensource drivers are built right into the Linux kernel of Ubuntu. You don't have to install anything. It should work out of the box. This may be a hardware issue.
– user68186
Sep 9 '13 at 21:17