How to claim ethernet - Network showing as unclaimed

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












Ethernet and WiFi are being shown as unclaimed while running



$ sudo lshw -C network
*-network UNCLAIMED
description: Network controller
product: RTL8188EE Wireless Network Adapter
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: ioport:3000(size=256) memory:f0200000-f0203fff
*-network UNCLAIMED
description: Ethernet controller
product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:05:00.0
version: 07
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list
configuration: latency=0
resources: ioport:2000(size=256) memory:f0004000-f0004fff memory:f0000000-f0003fff memory:f0010000-f001ffff

$ sudo dhclient -v eno1
Cannot find device "eno1"
Error getting hardware address for "eno1": No such device


and no network-Manager, only CLI.



$ uname -a
Linux gumby-HP-Pavilion-17-Notebook-PC 4.13.0-32-generic #35-Ubuntu SMP Thu Jan 25 09:13:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

$ lspci -nnk | grep -A3 -Fe '[0200]'
libkmod: ERROR ../libkmod/libkmod-config.c:656 kmod_config_parse: /etc/modprobe.d/iwlwifi.conf line 1: ignoring bad line starting with 'option'
05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07)
Subsystem: Hewlett-Packard Company RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [103c:1984]

$ apt-cache policy linux-firmware,-nonfree?
linux-firmware:
Installed: 1.169.3
Candidate: 1.169.3
Version table:
*** 1.169.3 500
500 http://us.archive.ubuntu.com/ubuntu artful-updates/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu artful-updates/main i386 Packages
100 /var/lib/dpkg/status
1.169.1 500
500 http://security.ubuntu.com/ubuntu artful-security/main amd64 Packages
500 http://security.ubuntu.com/ubuntu artful-security/main i386 Packages
1.169 500
500 http://us.archive.ubuntu.com/ubuntu artful/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu artful/main i386 Packages
linux-firmware-snapdragon:
Installed: (none)
Candidate: (none)
Version table:
N: Unable to locate package linux-firmware-nonfree?
N: Couldn't find any package by glob 'linux-firmware-nonfree?'
N: Couldn't find any package by regex 'linux-firmware-nonfree?'


sudo modprobe r8169 [sudo] password for gumby: libkmod: ERROR ../libkmod/libkmod-config.c:656 kmod_config_parse: /etc/modprobe.d/iwlwifi.conf line 1: ignoring bad line starting with 'option' modprobe: FATAL: Module r8169 not found in directory /lib/modules/4.13.0-32-generic



dmesg | grep -wFe r8169 --no output










share|improve this question























  • How to claim Ethernet to get back on network?
    – A.Lfisher
    Feb 21 at 19:14










  • redid question thank you for your help. I'm just going to due a clean install.
    – A.Lfisher
    Feb 21 at 20:08










  • Could you please edit your question to include the output of uname -a, lspci -nnk | grep -A3 -Fe '[0200]' and apt-cache policy linux-firmware,-nonfree? Thanks.
    – David Foerster
    Feb 21 at 21:24











  • edited with added items
    – A.Lfisher
    Feb 21 at 21:59










  • Alright. Could you please add the output of sudo modprobe r8169; dmesg | grep -wFe r8169? Thanks.
    – David Foerster
    Feb 21 at 22:20














up vote
0
down vote

favorite












Ethernet and WiFi are being shown as unclaimed while running



$ sudo lshw -C network
*-network UNCLAIMED
description: Network controller
product: RTL8188EE Wireless Network Adapter
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: ioport:3000(size=256) memory:f0200000-f0203fff
*-network UNCLAIMED
description: Ethernet controller
product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:05:00.0
version: 07
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list
configuration: latency=0
resources: ioport:2000(size=256) memory:f0004000-f0004fff memory:f0000000-f0003fff memory:f0010000-f001ffff

$ sudo dhclient -v eno1
Cannot find device "eno1"
Error getting hardware address for "eno1": No such device


and no network-Manager, only CLI.



$ uname -a
Linux gumby-HP-Pavilion-17-Notebook-PC 4.13.0-32-generic #35-Ubuntu SMP Thu Jan 25 09:13:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

$ lspci -nnk | grep -A3 -Fe '[0200]'
libkmod: ERROR ../libkmod/libkmod-config.c:656 kmod_config_parse: /etc/modprobe.d/iwlwifi.conf line 1: ignoring bad line starting with 'option'
05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07)
Subsystem: Hewlett-Packard Company RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [103c:1984]

$ apt-cache policy linux-firmware,-nonfree?
linux-firmware:
Installed: 1.169.3
Candidate: 1.169.3
Version table:
*** 1.169.3 500
500 http://us.archive.ubuntu.com/ubuntu artful-updates/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu artful-updates/main i386 Packages
100 /var/lib/dpkg/status
1.169.1 500
500 http://security.ubuntu.com/ubuntu artful-security/main amd64 Packages
500 http://security.ubuntu.com/ubuntu artful-security/main i386 Packages
1.169 500
500 http://us.archive.ubuntu.com/ubuntu artful/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu artful/main i386 Packages
linux-firmware-snapdragon:
Installed: (none)
Candidate: (none)
Version table:
N: Unable to locate package linux-firmware-nonfree?
N: Couldn't find any package by glob 'linux-firmware-nonfree?'
N: Couldn't find any package by regex 'linux-firmware-nonfree?'


sudo modprobe r8169 [sudo] password for gumby: libkmod: ERROR ../libkmod/libkmod-config.c:656 kmod_config_parse: /etc/modprobe.d/iwlwifi.conf line 1: ignoring bad line starting with 'option' modprobe: FATAL: Module r8169 not found in directory /lib/modules/4.13.0-32-generic



dmesg | grep -wFe r8169 --no output










share|improve this question























  • How to claim Ethernet to get back on network?
    – A.Lfisher
    Feb 21 at 19:14










  • redid question thank you for your help. I'm just going to due a clean install.
    – A.Lfisher
    Feb 21 at 20:08










  • Could you please edit your question to include the output of uname -a, lspci -nnk | grep -A3 -Fe '[0200]' and apt-cache policy linux-firmware,-nonfree? Thanks.
    – David Foerster
    Feb 21 at 21:24











  • edited with added items
    – A.Lfisher
    Feb 21 at 21:59










  • Alright. Could you please add the output of sudo modprobe r8169; dmesg | grep -wFe r8169? Thanks.
    – David Foerster
    Feb 21 at 22:20












up vote
0
down vote

favorite









up vote
0
down vote

favorite











Ethernet and WiFi are being shown as unclaimed while running



$ sudo lshw -C network
*-network UNCLAIMED
description: Network controller
product: RTL8188EE Wireless Network Adapter
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: ioport:3000(size=256) memory:f0200000-f0203fff
*-network UNCLAIMED
description: Ethernet controller
product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:05:00.0
version: 07
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list
configuration: latency=0
resources: ioport:2000(size=256) memory:f0004000-f0004fff memory:f0000000-f0003fff memory:f0010000-f001ffff

$ sudo dhclient -v eno1
Cannot find device "eno1"
Error getting hardware address for "eno1": No such device


and no network-Manager, only CLI.



$ uname -a
Linux gumby-HP-Pavilion-17-Notebook-PC 4.13.0-32-generic #35-Ubuntu SMP Thu Jan 25 09:13:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

$ lspci -nnk | grep -A3 -Fe '[0200]'
libkmod: ERROR ../libkmod/libkmod-config.c:656 kmod_config_parse: /etc/modprobe.d/iwlwifi.conf line 1: ignoring bad line starting with 'option'
05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07)
Subsystem: Hewlett-Packard Company RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [103c:1984]

$ apt-cache policy linux-firmware,-nonfree?
linux-firmware:
Installed: 1.169.3
Candidate: 1.169.3
Version table:
*** 1.169.3 500
500 http://us.archive.ubuntu.com/ubuntu artful-updates/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu artful-updates/main i386 Packages
100 /var/lib/dpkg/status
1.169.1 500
500 http://security.ubuntu.com/ubuntu artful-security/main amd64 Packages
500 http://security.ubuntu.com/ubuntu artful-security/main i386 Packages
1.169 500
500 http://us.archive.ubuntu.com/ubuntu artful/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu artful/main i386 Packages
linux-firmware-snapdragon:
Installed: (none)
Candidate: (none)
Version table:
N: Unable to locate package linux-firmware-nonfree?
N: Couldn't find any package by glob 'linux-firmware-nonfree?'
N: Couldn't find any package by regex 'linux-firmware-nonfree?'


sudo modprobe r8169 [sudo] password for gumby: libkmod: ERROR ../libkmod/libkmod-config.c:656 kmod_config_parse: /etc/modprobe.d/iwlwifi.conf line 1: ignoring bad line starting with 'option' modprobe: FATAL: Module r8169 not found in directory /lib/modules/4.13.0-32-generic



dmesg | grep -wFe r8169 --no output










share|improve this question















Ethernet and WiFi are being shown as unclaimed while running



$ sudo lshw -C network
*-network UNCLAIMED
description: Network controller
product: RTL8188EE Wireless Network Adapter
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: ioport:3000(size=256) memory:f0200000-f0203fff
*-network UNCLAIMED
description: Ethernet controller
product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:05:00.0
version: 07
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list
configuration: latency=0
resources: ioport:2000(size=256) memory:f0004000-f0004fff memory:f0000000-f0003fff memory:f0010000-f001ffff

$ sudo dhclient -v eno1
Cannot find device "eno1"
Error getting hardware address for "eno1": No such device


and no network-Manager, only CLI.



$ uname -a
Linux gumby-HP-Pavilion-17-Notebook-PC 4.13.0-32-generic #35-Ubuntu SMP Thu Jan 25 09:13:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

$ lspci -nnk | grep -A3 -Fe '[0200]'
libkmod: ERROR ../libkmod/libkmod-config.c:656 kmod_config_parse: /etc/modprobe.d/iwlwifi.conf line 1: ignoring bad line starting with 'option'
05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07)
Subsystem: Hewlett-Packard Company RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [103c:1984]

$ apt-cache policy linux-firmware,-nonfree?
linux-firmware:
Installed: 1.169.3
Candidate: 1.169.3
Version table:
*** 1.169.3 500
500 http://us.archive.ubuntu.com/ubuntu artful-updates/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu artful-updates/main i386 Packages
100 /var/lib/dpkg/status
1.169.1 500
500 http://security.ubuntu.com/ubuntu artful-security/main amd64 Packages
500 http://security.ubuntu.com/ubuntu artful-security/main i386 Packages
1.169 500
500 http://us.archive.ubuntu.com/ubuntu artful/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu artful/main i386 Packages
linux-firmware-snapdragon:
Installed: (none)
Candidate: (none)
Version table:
N: Unable to locate package linux-firmware-nonfree?
N: Couldn't find any package by glob 'linux-firmware-nonfree?'
N: Couldn't find any package by regex 'linux-firmware-nonfree?'


sudo modprobe r8169 [sudo] password for gumby: libkmod: ERROR ../libkmod/libkmod-config.c:656 kmod_config_parse: /etc/modprobe.d/iwlwifi.conf line 1: ignoring bad line starting with 'option' modprobe: FATAL: Module r8169 not found in directory /lib/modules/4.13.0-32-generic



dmesg | grep -wFe r8169 --no output







networking wireless ethernet






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 21 at 22:28

























asked Feb 21 at 8:24









A.Lfisher

12




12











  • How to claim Ethernet to get back on network?
    – A.Lfisher
    Feb 21 at 19:14










  • redid question thank you for your help. I'm just going to due a clean install.
    – A.Lfisher
    Feb 21 at 20:08










  • Could you please edit your question to include the output of uname -a, lspci -nnk | grep -A3 -Fe '[0200]' and apt-cache policy linux-firmware,-nonfree? Thanks.
    – David Foerster
    Feb 21 at 21:24











  • edited with added items
    – A.Lfisher
    Feb 21 at 21:59










  • Alright. Could you please add the output of sudo modprobe r8169; dmesg | grep -wFe r8169? Thanks.
    – David Foerster
    Feb 21 at 22:20
















  • How to claim Ethernet to get back on network?
    – A.Lfisher
    Feb 21 at 19:14










  • redid question thank you for your help. I'm just going to due a clean install.
    – A.Lfisher
    Feb 21 at 20:08










  • Could you please edit your question to include the output of uname -a, lspci -nnk | grep -A3 -Fe '[0200]' and apt-cache policy linux-firmware,-nonfree? Thanks.
    – David Foerster
    Feb 21 at 21:24











  • edited with added items
    – A.Lfisher
    Feb 21 at 21:59










  • Alright. Could you please add the output of sudo modprobe r8169; dmesg | grep -wFe r8169? Thanks.
    – David Foerster
    Feb 21 at 22:20















How to claim Ethernet to get back on network?
– A.Lfisher
Feb 21 at 19:14




How to claim Ethernet to get back on network?
– A.Lfisher
Feb 21 at 19:14












redid question thank you for your help. I'm just going to due a clean install.
– A.Lfisher
Feb 21 at 20:08




redid question thank you for your help. I'm just going to due a clean install.
– A.Lfisher
Feb 21 at 20:08












Could you please edit your question to include the output of uname -a, lspci -nnk | grep -A3 -Fe '[0200]' and apt-cache policy linux-firmware,-nonfree? Thanks.
– David Foerster
Feb 21 at 21:24





Could you please edit your question to include the output of uname -a, lspci -nnk | grep -A3 -Fe '[0200]' and apt-cache policy linux-firmware,-nonfree? Thanks.
– David Foerster
Feb 21 at 21:24













edited with added items
– A.Lfisher
Feb 21 at 21:59




edited with added items
– A.Lfisher
Feb 21 at 21:59












Alright. Could you please add the output of sudo modprobe r8169; dmesg | grep -wFe r8169? Thanks.
– David Foerster
Feb 21 at 22:20




Alright. Could you please add the output of sudo modprobe r8169; dmesg | grep -wFe r8169? Thanks.
– David Foerster
Feb 21 at 22:20















active

oldest

votes











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: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
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%2f1008300%2fhow-to-claim-ethernet-network-showing-as-unclaimed%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1008300%2fhow-to-claim-ethernet-network-showing-as-unclaimed%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491