How I can solve the problem connectivity to Internet with cable in ubuntu 16.04? [closed]

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








up vote
1
down vote

favorite












After I install Ubuntu 16.04,I can't see any Ethernet Network setting on network setting but I just can connect with WiFi.How I can solve this problem and connect with cable?



I did these steps:



sudo touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf
sudo systemctl restart NetworkManager




$ ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:27421 errors:0 dropped:0 overruns:0 frame:0
TX packets:27421 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2603709 (2.6 MB) TX bytes:2603709 (2.6 MB)

wlo1 Link encap:Ethernet HWaddr 10:08:b1:85:05:d9
inet addr:192.168.191.2 Bcast:192.168.191.255 Mask:255.255.255.0
inet6 addr: fe80::498f:f2fa:f18c:88b5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:45450 errors:0 dropped:0 overruns:0 frame:0
TX packets:44897 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:27568262 (27.5 MB) TX bytes:6346517 (6.3 MB)


$ ifconfig -a:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:247625 errors:0 dropped:0 overruns:0 frame:0
TX packets:247625 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:169590694 (169.5 MB) TX bytes:169590694 (169.5 MB)

wlo1 Link encap:Ethernet HWaddr 10:08:b1:85:05:d9
inet addr:192.168.191.2 Bcast:192.168.191.255 Mask:255.255.255.0
inet6 addr: fe80::498f:f2fa:f18c:88b5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:159350 errors:0 dropped:0 overruns:0 frame:0
TX packets:161949 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:162547657 (162.5 MB) TX bytes:20720138 (20.7 MB)









share|improve this question















closed as unclear what you're asking by Zanna, Eric Carvalho, waltinator, user68186, David Foerster Mar 17 at 10:39


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.










  • 2




    Please provide us some details about your network card(s) - output for this commands: "ifconfig -a", "dmesg | grep eth", "lspci -vv | grep Ethernet -A 12"
    – mariaczi
    Mar 15 at 10:10











  • when I write this two line in terminal ,nothing show
    – Nastaran Dousti
    Mar 17 at 8:34










  • Welcome to Ask Ubuntu! Could you please run the network diagnostics and edit your question to include a link to the result? I know it may seem a bit overwhelming for a novice but your info so far is a bit vague and the diagnostics will likely cover all options that may cause your issue. Thanks.
    – David Foerster
    Mar 17 at 10:39














up vote
1
down vote

favorite












After I install Ubuntu 16.04,I can't see any Ethernet Network setting on network setting but I just can connect with WiFi.How I can solve this problem and connect with cable?



I did these steps:



sudo touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf
sudo systemctl restart NetworkManager




$ ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:27421 errors:0 dropped:0 overruns:0 frame:0
TX packets:27421 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2603709 (2.6 MB) TX bytes:2603709 (2.6 MB)

wlo1 Link encap:Ethernet HWaddr 10:08:b1:85:05:d9
inet addr:192.168.191.2 Bcast:192.168.191.255 Mask:255.255.255.0
inet6 addr: fe80::498f:f2fa:f18c:88b5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:45450 errors:0 dropped:0 overruns:0 frame:0
TX packets:44897 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:27568262 (27.5 MB) TX bytes:6346517 (6.3 MB)


$ ifconfig -a:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:247625 errors:0 dropped:0 overruns:0 frame:0
TX packets:247625 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:169590694 (169.5 MB) TX bytes:169590694 (169.5 MB)

wlo1 Link encap:Ethernet HWaddr 10:08:b1:85:05:d9
inet addr:192.168.191.2 Bcast:192.168.191.255 Mask:255.255.255.0
inet6 addr: fe80::498f:f2fa:f18c:88b5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:159350 errors:0 dropped:0 overruns:0 frame:0
TX packets:161949 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:162547657 (162.5 MB) TX bytes:20720138 (20.7 MB)









share|improve this question















closed as unclear what you're asking by Zanna, Eric Carvalho, waltinator, user68186, David Foerster Mar 17 at 10:39


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.










  • 2




    Please provide us some details about your network card(s) - output for this commands: "ifconfig -a", "dmesg | grep eth", "lspci -vv | grep Ethernet -A 12"
    – mariaczi
    Mar 15 at 10:10











  • when I write this two line in terminal ,nothing show
    – Nastaran Dousti
    Mar 17 at 8:34










  • Welcome to Ask Ubuntu! Could you please run the network diagnostics and edit your question to include a link to the result? I know it may seem a bit overwhelming for a novice but your info so far is a bit vague and the diagnostics will likely cover all options that may cause your issue. Thanks.
    – David Foerster
    Mar 17 at 10:39












up vote
1
down vote

favorite









up vote
1
down vote

favorite











After I install Ubuntu 16.04,I can't see any Ethernet Network setting on network setting but I just can connect with WiFi.How I can solve this problem and connect with cable?



I did these steps:



sudo touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf
sudo systemctl restart NetworkManager




$ ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:27421 errors:0 dropped:0 overruns:0 frame:0
TX packets:27421 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2603709 (2.6 MB) TX bytes:2603709 (2.6 MB)

wlo1 Link encap:Ethernet HWaddr 10:08:b1:85:05:d9
inet addr:192.168.191.2 Bcast:192.168.191.255 Mask:255.255.255.0
inet6 addr: fe80::498f:f2fa:f18c:88b5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:45450 errors:0 dropped:0 overruns:0 frame:0
TX packets:44897 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:27568262 (27.5 MB) TX bytes:6346517 (6.3 MB)


$ ifconfig -a:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:247625 errors:0 dropped:0 overruns:0 frame:0
TX packets:247625 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:169590694 (169.5 MB) TX bytes:169590694 (169.5 MB)

wlo1 Link encap:Ethernet HWaddr 10:08:b1:85:05:d9
inet addr:192.168.191.2 Bcast:192.168.191.255 Mask:255.255.255.0
inet6 addr: fe80::498f:f2fa:f18c:88b5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:159350 errors:0 dropped:0 overruns:0 frame:0
TX packets:161949 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:162547657 (162.5 MB) TX bytes:20720138 (20.7 MB)









share|improve this question















After I install Ubuntu 16.04,I can't see any Ethernet Network setting on network setting but I just can connect with WiFi.How I can solve this problem and connect with cable?



I did these steps:



sudo touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf
sudo systemctl restart NetworkManager




$ ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:27421 errors:0 dropped:0 overruns:0 frame:0
TX packets:27421 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2603709 (2.6 MB) TX bytes:2603709 (2.6 MB)

wlo1 Link encap:Ethernet HWaddr 10:08:b1:85:05:d9
inet addr:192.168.191.2 Bcast:192.168.191.255 Mask:255.255.255.0
inet6 addr: fe80::498f:f2fa:f18c:88b5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:45450 errors:0 dropped:0 overruns:0 frame:0
TX packets:44897 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:27568262 (27.5 MB) TX bytes:6346517 (6.3 MB)


$ ifconfig -a:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:247625 errors:0 dropped:0 overruns:0 frame:0
TX packets:247625 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:169590694 (169.5 MB) TX bytes:169590694 (169.5 MB)

wlo1 Link encap:Ethernet HWaddr 10:08:b1:85:05:d9
inet addr:192.168.191.2 Bcast:192.168.191.255 Mask:255.255.255.0
inet6 addr: fe80::498f:f2fa:f18c:88b5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:159350 errors:0 dropped:0 overruns:0 frame:0
TX packets:161949 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:162547657 (162.5 MB) TX bytes:20720138 (20.7 MB)






networking network-manager internet ethernet






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 17 at 10:39









David Foerster

26.4k1362106




26.4k1362106










asked Mar 15 at 9:57









Nastaran Dousti

62




62




closed as unclear what you're asking by Zanna, Eric Carvalho, waltinator, user68186, David Foerster Mar 17 at 10:39


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.






closed as unclear what you're asking by Zanna, Eric Carvalho, waltinator, user68186, David Foerster Mar 17 at 10:39


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.









  • 2




    Please provide us some details about your network card(s) - output for this commands: "ifconfig -a", "dmesg | grep eth", "lspci -vv | grep Ethernet -A 12"
    – mariaczi
    Mar 15 at 10:10











  • when I write this two line in terminal ,nothing show
    – Nastaran Dousti
    Mar 17 at 8:34










  • Welcome to Ask Ubuntu! Could you please run the network diagnostics and edit your question to include a link to the result? I know it may seem a bit overwhelming for a novice but your info so far is a bit vague and the diagnostics will likely cover all options that may cause your issue. Thanks.
    – David Foerster
    Mar 17 at 10:39












  • 2




    Please provide us some details about your network card(s) - output for this commands: "ifconfig -a", "dmesg | grep eth", "lspci -vv | grep Ethernet -A 12"
    – mariaczi
    Mar 15 at 10:10











  • when I write this two line in terminal ,nothing show
    – Nastaran Dousti
    Mar 17 at 8:34










  • Welcome to Ask Ubuntu! Could you please run the network diagnostics and edit your question to include a link to the result? I know it may seem a bit overwhelming for a novice but your info so far is a bit vague and the diagnostics will likely cover all options that may cause your issue. Thanks.
    – David Foerster
    Mar 17 at 10:39







2




2




Please provide us some details about your network card(s) - output for this commands: "ifconfig -a", "dmesg | grep eth", "lspci -vv | grep Ethernet -A 12"
– mariaczi
Mar 15 at 10:10





Please provide us some details about your network card(s) - output for this commands: "ifconfig -a", "dmesg | grep eth", "lspci -vv | grep Ethernet -A 12"
– mariaczi
Mar 15 at 10:10













when I write this two line in terminal ,nothing show
– Nastaran Dousti
Mar 17 at 8:34




when I write this two line in terminal ,nothing show
– Nastaran Dousti
Mar 17 at 8:34












Welcome to Ask Ubuntu! Could you please run the network diagnostics and edit your question to include a link to the result? I know it may seem a bit overwhelming for a novice but your info so far is a bit vague and the diagnostics will likely cover all options that may cause your issue. Thanks.
– David Foerster
Mar 17 at 10:39




Welcome to Ask Ubuntu! Could you please run the network diagnostics and edit your question to include a link to the result? I know it may seem a bit overwhelming for a novice but your info so far is a bit vague and the diagnostics will likely cover all options that may cause your issue. Thanks.
– David Foerster
Mar 17 at 10:39















active

oldest

votes






















active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

Trouble downloading packages list due to a “Hash sum mismatch” error

How do I move numbers in filenames, in a batch renaming operation?