How do I install a Realtek RTL8111/8168/8411 driver on Ubuntu?
I can't connect to the internet using wifi or ethernet. Only using my phone as a usb tether. I've looked everywhere for guides on how to get the driver but most of them are for other realtek versions and the ones that are my versions the link to the driver is 404. Here's some info:
$ inxi -nx
Network: Card-1: Realtek RTL8111/8168/8411 PCIE Gigabit Ethernet Controller
driver: r8169 v: 2.3LK-NAPI port: 3000 bus-ID: 01:00.1
IF: enp1s0f1 state: down mac: f0:76:1c:2b:38:15
Card-2: Broadcom Limited BCM43142 802.11b/g/n bus-ID: 02:00.0
IF: N/A state: N/A mac: N/A
Ultimately, if there is a better way, can someone please just tell me how to connect to the internet?
software-installation drivers
New contributor
add a comment |
I can't connect to the internet using wifi or ethernet. Only using my phone as a usb tether. I've looked everywhere for guides on how to get the driver but most of them are for other realtek versions and the ones that are my versions the link to the driver is 404. Here's some info:
$ inxi -nx
Network: Card-1: Realtek RTL8111/8168/8411 PCIE Gigabit Ethernet Controller
driver: r8169 v: 2.3LK-NAPI port: 3000 bus-ID: 01:00.1
IF: enp1s0f1 state: down mac: f0:76:1c:2b:38:15
Card-2: Broadcom Limited BCM43142 802.11b/g/n bus-ID: 02:00.0
IF: N/A state: N/A mac: N/A
Ultimately, if there is a better way, can someone please just tell me how to connect to the internet?
software-installation drivers
New contributor
Ok. I triedrmmod r8169
and it appeared to work but when I triedinsmod r8168
I gotinsmod: ERROR: could not load module r8168: No such file or directory
– Coder117
37 mins ago
sorry... it'smodprobe r8168
– don_crissti
33 mins ago
Thanks for replying, getting a different error nowmodprobe r8168 modprobe: FATAL: Module r8168 not found in directory /lib/modules/4.15.0-29-generic
Any ideas?
– Coder117
31 mins ago
Forgive me I'm new to linux but I installed Ubuntu with a usb stick. Is there a different/newer version I should get?
– Coder117
27 mins ago
I'm not familiar with *buntu. See this post about installing 8168. HTH.
– don_crissti
26 mins ago
add a comment |
I can't connect to the internet using wifi or ethernet. Only using my phone as a usb tether. I've looked everywhere for guides on how to get the driver but most of them are for other realtek versions and the ones that are my versions the link to the driver is 404. Here's some info:
$ inxi -nx
Network: Card-1: Realtek RTL8111/8168/8411 PCIE Gigabit Ethernet Controller
driver: r8169 v: 2.3LK-NAPI port: 3000 bus-ID: 01:00.1
IF: enp1s0f1 state: down mac: f0:76:1c:2b:38:15
Card-2: Broadcom Limited BCM43142 802.11b/g/n bus-ID: 02:00.0
IF: N/A state: N/A mac: N/A
Ultimately, if there is a better way, can someone please just tell me how to connect to the internet?
software-installation drivers
New contributor
I can't connect to the internet using wifi or ethernet. Only using my phone as a usb tether. I've looked everywhere for guides on how to get the driver but most of them are for other realtek versions and the ones that are my versions the link to the driver is 404. Here's some info:
$ inxi -nx
Network: Card-1: Realtek RTL8111/8168/8411 PCIE Gigabit Ethernet Controller
driver: r8169 v: 2.3LK-NAPI port: 3000 bus-ID: 01:00.1
IF: enp1s0f1 state: down mac: f0:76:1c:2b:38:15
Card-2: Broadcom Limited BCM43142 802.11b/g/n bus-ID: 02:00.0
IF: N/A state: N/A mac: N/A
Ultimately, if there is a better way, can someone please just tell me how to connect to the internet?
software-installation drivers
software-installation drivers
New contributor
New contributor
New contributor
asked 1 hour ago
Coder117
101
101
New contributor
New contributor
Ok. I triedrmmod r8169
and it appeared to work but when I triedinsmod r8168
I gotinsmod: ERROR: could not load module r8168: No such file or directory
– Coder117
37 mins ago
sorry... it'smodprobe r8168
– don_crissti
33 mins ago
Thanks for replying, getting a different error nowmodprobe r8168 modprobe: FATAL: Module r8168 not found in directory /lib/modules/4.15.0-29-generic
Any ideas?
– Coder117
31 mins ago
Forgive me I'm new to linux but I installed Ubuntu with a usb stick. Is there a different/newer version I should get?
– Coder117
27 mins ago
I'm not familiar with *buntu. See this post about installing 8168. HTH.
– don_crissti
26 mins ago
add a comment |
Ok. I triedrmmod r8169
and it appeared to work but when I triedinsmod r8168
I gotinsmod: ERROR: could not load module r8168: No such file or directory
– Coder117
37 mins ago
sorry... it'smodprobe r8168
– don_crissti
33 mins ago
Thanks for replying, getting a different error nowmodprobe r8168 modprobe: FATAL: Module r8168 not found in directory /lib/modules/4.15.0-29-generic
Any ideas?
– Coder117
31 mins ago
Forgive me I'm new to linux but I installed Ubuntu with a usb stick. Is there a different/newer version I should get?
– Coder117
27 mins ago
I'm not familiar with *buntu. See this post about installing 8168. HTH.
– don_crissti
26 mins ago
Ok. I tried
rmmod r8169
and it appeared to work but when I tried insmod r8168
I got insmod: ERROR: could not load module r8168: No such file or directory
– Coder117
37 mins ago
Ok. I tried
rmmod r8169
and it appeared to work but when I tried insmod r8168
I got insmod: ERROR: could not load module r8168: No such file or directory
– Coder117
37 mins ago
sorry... it's
modprobe r8168
– don_crissti
33 mins ago
sorry... it's
modprobe r8168
– don_crissti
33 mins ago
Thanks for replying, getting a different error now
modprobe r8168 modprobe: FATAL: Module r8168 not found in directory /lib/modules/4.15.0-29-generic
Any ideas?– Coder117
31 mins ago
Thanks for replying, getting a different error now
modprobe r8168 modprobe: FATAL: Module r8168 not found in directory /lib/modules/4.15.0-29-generic
Any ideas?– Coder117
31 mins ago
Forgive me I'm new to linux but I installed Ubuntu with a usb stick. Is there a different/newer version I should get?
– Coder117
27 mins ago
Forgive me I'm new to linux but I installed Ubuntu with a usb stick. Is there a different/newer version I should get?
– Coder117
27 mins ago
I'm not familiar with *buntu. See this post about installing 8168. HTH.
– don_crissti
26 mins ago
I'm not familiar with *buntu. See this post about installing 8168. HTH.
– don_crissti
26 mins ago
add a comment |
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});
}
});
Coder117 is a new contributor. Be nice, and check out our Code of Conduct.
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%2funix.stackexchange.com%2fquestions%2f491382%2fhow-do-i-install-a-realtek-rtl8111-8168-8411-driver-on-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Coder117 is a new contributor. Be nice, and check out our Code of Conduct.
Coder117 is a new contributor. Be nice, and check out our Code of Conduct.
Coder117 is a new contributor. Be nice, and check out our Code of Conduct.
Coder117 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2funix.stackexchange.com%2fquestions%2f491382%2fhow-do-i-install-a-realtek-rtl8111-8168-8411-driver-on-ubuntu%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
Ok. I tried
rmmod r8169
and it appeared to work but when I triedinsmod r8168
I gotinsmod: ERROR: could not load module r8168: No such file or directory
– Coder117
37 mins ago
sorry... it's
modprobe r8168
– don_crissti
33 mins ago
Thanks for replying, getting a different error now
modprobe r8168 modprobe: FATAL: Module r8168 not found in directory /lib/modules/4.15.0-29-generic
Any ideas?– Coder117
31 mins ago
Forgive me I'm new to linux but I installed Ubuntu with a usb stick. Is there a different/newer version I should get?
– Coder117
27 mins ago
I'm not familiar with *buntu. See this post about installing 8168. HTH.
– don_crissti
26 mins ago