Network Card (NIC RTL8111HS) Driver installation 18.04











up vote
0
down vote

favorite












I just installed Ubuntu Server (Bionic Beaver) on a new PC.



It seems like my internet connection does not work at all (pinging Google does not work and the orange LED on the ethernet port lights constantly), so I did some research on Google (via another PC...).



I found out that this could be an incompatible driver version.

Ubuntu 18.04 LTS comes with Linux Kernel 4.15 (https://wiki.ubuntuusers.de/Bionic_Beaver/).

My NIC: Realtek 8111HS



As I have absolutely no experience with drivers and that kind of things, I visited some webpages and found the following:




  • https://launchpad.net/ubuntu/bionic/+package/r8168-dkms
    which seems to be an older driver version as it says "This driver should only be used for devices not yet supported by the
    in-kernel driver r8169."


  • https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/net/ethernet/realtek?h=v4.15 Indeed, (I think) this shows that Kernel 4.15 comes with the newer 8169 driver version


  • https://medium.com/@lgobinath/no-ethernet-connection-in-ubuntu-16-04-linux-mint-18-with-realtek-rtl8111-8168-8411-7ae2779dc9b8 This article is about the same problem (more or less)


  • https://www.realtek.com/en/component/zoo/advanced-search/72?Itemid=276 This is the Realtek Software Download site, unfortunately, my NIC is not listed there, but only some others like RTL8111F, RTL8111G and RTL8111GUS. However, the software button takes me to this download site:


  • https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software So I chose Unix (Linux) -> LINUX driver for kernel up to 4.15 and downloaded the software. What did I get? Driver version r8168-8.046.00. Strange, as this version does not appear on the site above. Instead, the launchpad site (link above) shows me several versions of which the latest are r8168-dkms 8.045.08-2 in amd64 (Proposed)/(Released). So I also downloaded the (Released) version there by clicking on it -> Downloadable files -> downloading the .deb file. I don't think that that's the right file though, because the folder structure is weird: it contains two directories 'control' and 'data'. So I assume this is for Debian only, not for Ubuntu and consequently not for me.
    So I also downloaded the source file from here:


  • https://launchpad.net/ubuntu/+source/r8168/8.045.08-2 I chose the largest file which is about 1.2MB (fortunately, because the other file I downloaded, the 8.046 file, has about the same size, so I feel confirmed).
    One thing that I still don't understand is why the included README file lists a ton of NICs: This is the Linux device driver released for RealTek RTL8168B/8111B, RTL8168C/8111C, RTL8168CP/8111CP, RTL8168D/8111D, RTL8168DP/8111DP, and RTL8168E/8111E Gigabit Ethernet controllers with PCI-Express interface., but my Realtek 8111HS is not included although the launchpad site again explicitly lists my NIC.



So the steps I would take to resolve my problem are the following:




  • Take the 'r8168_8.045.08.orig.tar.bz2' file from here, put it onto a USB stick, plug the stick into the Ubuntu PC, copy the file to the root folder (extract) and execute autorun.sh with root rights (or basically, do everything as mentioned in the README).


Is that correct? Will everything work after that? Do I still have to patch anything or uninstall the old driver or reload anything? Will it work? Are my assumptions correct?



I know, this question might be a little long, however I think it was more important to be accurate than keeping the answer short and (maybe) forgetting something.



Edit: Just found out that v8.046 is part of Ubuntu Cosmic.
Also, I configured my network by editing the yaml file in /etc/netplan with DHCPv4 as described here.(and with correct indentation!)



The result of lspci -nnk | grep 0200 -A3:



02:00:0 Ethernet controller [<red>0200</red>]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: Gigabyte Technology Co., Ltd. Onboard Ethernet [1458:e000]
Kernel driver in use: 8169
Kernel modules: r8169


The Netplan configuration file (YAML):



network:
version: 2
renderer: networkd
ethernets:
enp3s0:
addresses:
dhcp4: true









share|improve this question
























  • See this also.
    – Hobbyist
    Nov 11 at 12:04










  • You're right, I also came across that. Anyways, did I choose the right driver to install?
    – T.Meyer
    Nov 11 at 12:05










  • I think so. Are you sure that the ethernet is configured rightly. Check at settings > Network > Wired > Settings (the wheel on the right).
    – Hobbyist
    Nov 11 at 12:15










  • I'm running Ubuntu Server. Theres no GUI. @Hobbyist
    – T.Meyer
    Nov 11 at 12:15








  • 1




    Please edit your question to add the result of the terminal command: lspci -nnk | grep 0200 -A3 Welcome to Ask Ubuntu.
    – chili555
    Nov 11 at 12:56















up vote
0
down vote

favorite












I just installed Ubuntu Server (Bionic Beaver) on a new PC.



It seems like my internet connection does not work at all (pinging Google does not work and the orange LED on the ethernet port lights constantly), so I did some research on Google (via another PC...).



I found out that this could be an incompatible driver version.

Ubuntu 18.04 LTS comes with Linux Kernel 4.15 (https://wiki.ubuntuusers.de/Bionic_Beaver/).

My NIC: Realtek 8111HS



As I have absolutely no experience with drivers and that kind of things, I visited some webpages and found the following:




  • https://launchpad.net/ubuntu/bionic/+package/r8168-dkms
    which seems to be an older driver version as it says "This driver should only be used for devices not yet supported by the
    in-kernel driver r8169."


  • https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/net/ethernet/realtek?h=v4.15 Indeed, (I think) this shows that Kernel 4.15 comes with the newer 8169 driver version


  • https://medium.com/@lgobinath/no-ethernet-connection-in-ubuntu-16-04-linux-mint-18-with-realtek-rtl8111-8168-8411-7ae2779dc9b8 This article is about the same problem (more or less)


  • https://www.realtek.com/en/component/zoo/advanced-search/72?Itemid=276 This is the Realtek Software Download site, unfortunately, my NIC is not listed there, but only some others like RTL8111F, RTL8111G and RTL8111GUS. However, the software button takes me to this download site:


  • https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software So I chose Unix (Linux) -> LINUX driver for kernel up to 4.15 and downloaded the software. What did I get? Driver version r8168-8.046.00. Strange, as this version does not appear on the site above. Instead, the launchpad site (link above) shows me several versions of which the latest are r8168-dkms 8.045.08-2 in amd64 (Proposed)/(Released). So I also downloaded the (Released) version there by clicking on it -> Downloadable files -> downloading the .deb file. I don't think that that's the right file though, because the folder structure is weird: it contains two directories 'control' and 'data'. So I assume this is for Debian only, not for Ubuntu and consequently not for me.
    So I also downloaded the source file from here:


  • https://launchpad.net/ubuntu/+source/r8168/8.045.08-2 I chose the largest file which is about 1.2MB (fortunately, because the other file I downloaded, the 8.046 file, has about the same size, so I feel confirmed).
    One thing that I still don't understand is why the included README file lists a ton of NICs: This is the Linux device driver released for RealTek RTL8168B/8111B, RTL8168C/8111C, RTL8168CP/8111CP, RTL8168D/8111D, RTL8168DP/8111DP, and RTL8168E/8111E Gigabit Ethernet controllers with PCI-Express interface., but my Realtek 8111HS is not included although the launchpad site again explicitly lists my NIC.



So the steps I would take to resolve my problem are the following:




  • Take the 'r8168_8.045.08.orig.tar.bz2' file from here, put it onto a USB stick, plug the stick into the Ubuntu PC, copy the file to the root folder (extract) and execute autorun.sh with root rights (or basically, do everything as mentioned in the README).


Is that correct? Will everything work after that? Do I still have to patch anything or uninstall the old driver or reload anything? Will it work? Are my assumptions correct?



I know, this question might be a little long, however I think it was more important to be accurate than keeping the answer short and (maybe) forgetting something.



Edit: Just found out that v8.046 is part of Ubuntu Cosmic.
Also, I configured my network by editing the yaml file in /etc/netplan with DHCPv4 as described here.(and with correct indentation!)



The result of lspci -nnk | grep 0200 -A3:



02:00:0 Ethernet controller [<red>0200</red>]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: Gigabyte Technology Co., Ltd. Onboard Ethernet [1458:e000]
Kernel driver in use: 8169
Kernel modules: r8169


The Netplan configuration file (YAML):



network:
version: 2
renderer: networkd
ethernets:
enp3s0:
addresses:
dhcp4: true









share|improve this question
























  • See this also.
    – Hobbyist
    Nov 11 at 12:04










  • You're right, I also came across that. Anyways, did I choose the right driver to install?
    – T.Meyer
    Nov 11 at 12:05










  • I think so. Are you sure that the ethernet is configured rightly. Check at settings > Network > Wired > Settings (the wheel on the right).
    – Hobbyist
    Nov 11 at 12:15










  • I'm running Ubuntu Server. Theres no GUI. @Hobbyist
    – T.Meyer
    Nov 11 at 12:15








  • 1




    Please edit your question to add the result of the terminal command: lspci -nnk | grep 0200 -A3 Welcome to Ask Ubuntu.
    – chili555
    Nov 11 at 12:56













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I just installed Ubuntu Server (Bionic Beaver) on a new PC.



It seems like my internet connection does not work at all (pinging Google does not work and the orange LED on the ethernet port lights constantly), so I did some research on Google (via another PC...).



I found out that this could be an incompatible driver version.

Ubuntu 18.04 LTS comes with Linux Kernel 4.15 (https://wiki.ubuntuusers.de/Bionic_Beaver/).

My NIC: Realtek 8111HS



As I have absolutely no experience with drivers and that kind of things, I visited some webpages and found the following:




  • https://launchpad.net/ubuntu/bionic/+package/r8168-dkms
    which seems to be an older driver version as it says "This driver should only be used for devices not yet supported by the
    in-kernel driver r8169."


  • https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/net/ethernet/realtek?h=v4.15 Indeed, (I think) this shows that Kernel 4.15 comes with the newer 8169 driver version


  • https://medium.com/@lgobinath/no-ethernet-connection-in-ubuntu-16-04-linux-mint-18-with-realtek-rtl8111-8168-8411-7ae2779dc9b8 This article is about the same problem (more or less)


  • https://www.realtek.com/en/component/zoo/advanced-search/72?Itemid=276 This is the Realtek Software Download site, unfortunately, my NIC is not listed there, but only some others like RTL8111F, RTL8111G and RTL8111GUS. However, the software button takes me to this download site:


  • https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software So I chose Unix (Linux) -> LINUX driver for kernel up to 4.15 and downloaded the software. What did I get? Driver version r8168-8.046.00. Strange, as this version does not appear on the site above. Instead, the launchpad site (link above) shows me several versions of which the latest are r8168-dkms 8.045.08-2 in amd64 (Proposed)/(Released). So I also downloaded the (Released) version there by clicking on it -> Downloadable files -> downloading the .deb file. I don't think that that's the right file though, because the folder structure is weird: it contains two directories 'control' and 'data'. So I assume this is for Debian only, not for Ubuntu and consequently not for me.
    So I also downloaded the source file from here:


  • https://launchpad.net/ubuntu/+source/r8168/8.045.08-2 I chose the largest file which is about 1.2MB (fortunately, because the other file I downloaded, the 8.046 file, has about the same size, so I feel confirmed).
    One thing that I still don't understand is why the included README file lists a ton of NICs: This is the Linux device driver released for RealTek RTL8168B/8111B, RTL8168C/8111C, RTL8168CP/8111CP, RTL8168D/8111D, RTL8168DP/8111DP, and RTL8168E/8111E Gigabit Ethernet controllers with PCI-Express interface., but my Realtek 8111HS is not included although the launchpad site again explicitly lists my NIC.



So the steps I would take to resolve my problem are the following:




  • Take the 'r8168_8.045.08.orig.tar.bz2' file from here, put it onto a USB stick, plug the stick into the Ubuntu PC, copy the file to the root folder (extract) and execute autorun.sh with root rights (or basically, do everything as mentioned in the README).


Is that correct? Will everything work after that? Do I still have to patch anything or uninstall the old driver or reload anything? Will it work? Are my assumptions correct?



I know, this question might be a little long, however I think it was more important to be accurate than keeping the answer short and (maybe) forgetting something.



Edit: Just found out that v8.046 is part of Ubuntu Cosmic.
Also, I configured my network by editing the yaml file in /etc/netplan with DHCPv4 as described here.(and with correct indentation!)



The result of lspci -nnk | grep 0200 -A3:



02:00:0 Ethernet controller [<red>0200</red>]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: Gigabyte Technology Co., Ltd. Onboard Ethernet [1458:e000]
Kernel driver in use: 8169
Kernel modules: r8169


The Netplan configuration file (YAML):



network:
version: 2
renderer: networkd
ethernets:
enp3s0:
addresses:
dhcp4: true









share|improve this question















I just installed Ubuntu Server (Bionic Beaver) on a new PC.



It seems like my internet connection does not work at all (pinging Google does not work and the orange LED on the ethernet port lights constantly), so I did some research on Google (via another PC...).



I found out that this could be an incompatible driver version.

Ubuntu 18.04 LTS comes with Linux Kernel 4.15 (https://wiki.ubuntuusers.de/Bionic_Beaver/).

My NIC: Realtek 8111HS



As I have absolutely no experience with drivers and that kind of things, I visited some webpages and found the following:




  • https://launchpad.net/ubuntu/bionic/+package/r8168-dkms
    which seems to be an older driver version as it says "This driver should only be used for devices not yet supported by the
    in-kernel driver r8169."


  • https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/net/ethernet/realtek?h=v4.15 Indeed, (I think) this shows that Kernel 4.15 comes with the newer 8169 driver version


  • https://medium.com/@lgobinath/no-ethernet-connection-in-ubuntu-16-04-linux-mint-18-with-realtek-rtl8111-8168-8411-7ae2779dc9b8 This article is about the same problem (more or less)


  • https://www.realtek.com/en/component/zoo/advanced-search/72?Itemid=276 This is the Realtek Software Download site, unfortunately, my NIC is not listed there, but only some others like RTL8111F, RTL8111G and RTL8111GUS. However, the software button takes me to this download site:


  • https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software So I chose Unix (Linux) -> LINUX driver for kernel up to 4.15 and downloaded the software. What did I get? Driver version r8168-8.046.00. Strange, as this version does not appear on the site above. Instead, the launchpad site (link above) shows me several versions of which the latest are r8168-dkms 8.045.08-2 in amd64 (Proposed)/(Released). So I also downloaded the (Released) version there by clicking on it -> Downloadable files -> downloading the .deb file. I don't think that that's the right file though, because the folder structure is weird: it contains two directories 'control' and 'data'. So I assume this is for Debian only, not for Ubuntu and consequently not for me.
    So I also downloaded the source file from here:


  • https://launchpad.net/ubuntu/+source/r8168/8.045.08-2 I chose the largest file which is about 1.2MB (fortunately, because the other file I downloaded, the 8.046 file, has about the same size, so I feel confirmed).
    One thing that I still don't understand is why the included README file lists a ton of NICs: This is the Linux device driver released for RealTek RTL8168B/8111B, RTL8168C/8111C, RTL8168CP/8111CP, RTL8168D/8111D, RTL8168DP/8111DP, and RTL8168E/8111E Gigabit Ethernet controllers with PCI-Express interface., but my Realtek 8111HS is not included although the launchpad site again explicitly lists my NIC.



So the steps I would take to resolve my problem are the following:




  • Take the 'r8168_8.045.08.orig.tar.bz2' file from here, put it onto a USB stick, plug the stick into the Ubuntu PC, copy the file to the root folder (extract) and execute autorun.sh with root rights (or basically, do everything as mentioned in the README).


Is that correct? Will everything work after that? Do I still have to patch anything or uninstall the old driver or reload anything? Will it work? Are my assumptions correct?



I know, this question might be a little long, however I think it was more important to be accurate than keeping the answer short and (maybe) forgetting something.



Edit: Just found out that v8.046 is part of Ubuntu Cosmic.
Also, I configured my network by editing the yaml file in /etc/netplan with DHCPv4 as described here.(and with correct indentation!)



The result of lspci -nnk | grep 0200 -A3:



02:00:0 Ethernet controller [<red>0200</red>]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: Gigabyte Technology Co., Ltd. Onboard Ethernet [1458:e000]
Kernel driver in use: 8169
Kernel modules: r8169


The Netplan configuration file (YAML):



network:
version: 2
renderer: networkd
ethernets:
enp3s0:
addresses:
dhcp4: true






networking drivers 18.04 kernel nic






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 15 at 21:32

























asked Nov 11 at 11:07









T.Meyer

1033




1033












  • See this also.
    – Hobbyist
    Nov 11 at 12:04










  • You're right, I also came across that. Anyways, did I choose the right driver to install?
    – T.Meyer
    Nov 11 at 12:05










  • I think so. Are you sure that the ethernet is configured rightly. Check at settings > Network > Wired > Settings (the wheel on the right).
    – Hobbyist
    Nov 11 at 12:15










  • I'm running Ubuntu Server. Theres no GUI. @Hobbyist
    – T.Meyer
    Nov 11 at 12:15








  • 1




    Please edit your question to add the result of the terminal command: lspci -nnk | grep 0200 -A3 Welcome to Ask Ubuntu.
    – chili555
    Nov 11 at 12:56


















  • See this also.
    – Hobbyist
    Nov 11 at 12:04










  • You're right, I also came across that. Anyways, did I choose the right driver to install?
    – T.Meyer
    Nov 11 at 12:05










  • I think so. Are you sure that the ethernet is configured rightly. Check at settings > Network > Wired > Settings (the wheel on the right).
    – Hobbyist
    Nov 11 at 12:15










  • I'm running Ubuntu Server. Theres no GUI. @Hobbyist
    – T.Meyer
    Nov 11 at 12:15








  • 1




    Please edit your question to add the result of the terminal command: lspci -nnk | grep 0200 -A3 Welcome to Ask Ubuntu.
    – chili555
    Nov 11 at 12:56
















See this also.
– Hobbyist
Nov 11 at 12:04




See this also.
– Hobbyist
Nov 11 at 12:04












You're right, I also came across that. Anyways, did I choose the right driver to install?
– T.Meyer
Nov 11 at 12:05




You're right, I also came across that. Anyways, did I choose the right driver to install?
– T.Meyer
Nov 11 at 12:05












I think so. Are you sure that the ethernet is configured rightly. Check at settings > Network > Wired > Settings (the wheel on the right).
– Hobbyist
Nov 11 at 12:15




I think so. Are you sure that the ethernet is configured rightly. Check at settings > Network > Wired > Settings (the wheel on the right).
– Hobbyist
Nov 11 at 12:15












I'm running Ubuntu Server. Theres no GUI. @Hobbyist
– T.Meyer
Nov 11 at 12:15






I'm running Ubuntu Server. Theres no GUI. @Hobbyist
– T.Meyer
Nov 11 at 12:15






1




1




Please edit your question to add the result of the terminal command: lspci -nnk | grep 0200 -A3 Welcome to Ask Ubuntu.
– chili555
Nov 11 at 12:56




Please edit your question to add the result of the terminal command: lspci -nnk | grep 0200 -A3 Welcome to Ask Ubuntu.
– chili555
Nov 11 at 12:56










1 Answer
1






active

oldest

votes

















up vote
1
down vote



accepted










I don't believe the indentation is correct. Please try:



network:
version: 2
renderer: networkd
ethernets:
enp3s0:
dhcp4: true


Follow with:



sudo netplan generate
sudo netplan apply


Assuming there are no errors or warnings, reboot and you should be connected.



Reference: /usr/share/doc/netplan.io/examples/dhcp.yaml






share|improve this answer





















  • Correct. And I had to change the interface name as well. Thanks for your patience!
    – T.Meyer
    Nov 16 at 14:08













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',
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
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1091909%2fnetwork-card-nic-rtl8111hs-driver-installation-18-04%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








up vote
1
down vote



accepted










I don't believe the indentation is correct. Please try:



network:
version: 2
renderer: networkd
ethernets:
enp3s0:
dhcp4: true


Follow with:



sudo netplan generate
sudo netplan apply


Assuming there are no errors or warnings, reboot and you should be connected.



Reference: /usr/share/doc/netplan.io/examples/dhcp.yaml






share|improve this answer





















  • Correct. And I had to change the interface name as well. Thanks for your patience!
    – T.Meyer
    Nov 16 at 14:08

















up vote
1
down vote



accepted










I don't believe the indentation is correct. Please try:



network:
version: 2
renderer: networkd
ethernets:
enp3s0:
dhcp4: true


Follow with:



sudo netplan generate
sudo netplan apply


Assuming there are no errors or warnings, reboot and you should be connected.



Reference: /usr/share/doc/netplan.io/examples/dhcp.yaml






share|improve this answer





















  • Correct. And I had to change the interface name as well. Thanks for your patience!
    – T.Meyer
    Nov 16 at 14:08















up vote
1
down vote



accepted







up vote
1
down vote



accepted






I don't believe the indentation is correct. Please try:



network:
version: 2
renderer: networkd
ethernets:
enp3s0:
dhcp4: true


Follow with:



sudo netplan generate
sudo netplan apply


Assuming there are no errors or warnings, reboot and you should be connected.



Reference: /usr/share/doc/netplan.io/examples/dhcp.yaml






share|improve this answer












I don't believe the indentation is correct. Please try:



network:
version: 2
renderer: networkd
ethernets:
enp3s0:
dhcp4: true


Follow with:



sudo netplan generate
sudo netplan apply


Assuming there are no errors or warnings, reboot and you should be connected.



Reference: /usr/share/doc/netplan.io/examples/dhcp.yaml







share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 15 at 22:25









chili555

37.5k54976




37.5k54976












  • Correct. And I had to change the interface name as well. Thanks for your patience!
    – T.Meyer
    Nov 16 at 14:08




















  • Correct. And I had to change the interface name as well. Thanks for your patience!
    – T.Meyer
    Nov 16 at 14:08


















Correct. And I had to change the interface name as well. Thanks for your patience!
– T.Meyer
Nov 16 at 14:08






Correct. And I had to change the interface name as well. Thanks for your patience!
– T.Meyer
Nov 16 at 14:08




















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1091909%2fnetwork-card-nic-rtl8111hs-driver-installation-18-04%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Quarter-circle Tiles

build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

Mont Emei