Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1919  / 3 Years ago, tue, may 4, 2021, 9:12:50

I have an installation of 10.10 that has been working fine since I upgraded. One day I booted it and there was no network connectivity. The network indicator now says "Networking disabled". If I go to System > Administration > Network Tools > Devices the loopback is the default and though Eth0 shows up, if I select it everything is blank in the configuration and there is nothing in the interface statistics. lspci shows




Intel Corporation N10/ICH 7 Family LAN Controller (rev 01)




I have another card handy but would like to learn how to diagnose things like this. For example Is there a software reason that a working card would just stop working? Can the card be so visible but be totally broken? What steps can I try to "Enable" the card and networking or is there something that would point to hardware right off?



UPDATE: It is now working but I would accept the best explanation that might help someone else of why it is working or why I'm still in trouble.

Originally the only thing that showed up in the network indicator was the disabled text and there was no "Enable Networking". Based on another post I tried sudo dhclient eth0 though I have no idea what it does. It returned an ip address and I could browse to specific local ips. Then I rebooted to see what would happen and I had the same original problem so I did dhclient again but this time noticed that "Enable Networking" was now showing up in the indicator so I checked it. This time I rebooted and everything is working fine. But I still don't know why it stopped or why the steps I took worked.


More From » 10.10

 Answers
1

The shortest path is to try known working ethernet card. This advise assumes that your network is configured but not working.



After your update I believe your card is not configured. sudo dhclient eth0 just configures your network interface from DHCP server in your LAN. May be you should try to assign static IP before moving on.



To try static IP you can type:



sudo ifconfig eth0 192.168.0.101/24 and than ping other hosts in your network. Note that instead of 192.168.0.101 you have to specify IP from your LAN not included in DHCP pool.



If you don't know what address to specify run sudo dhclient eth0 again and then ifconfig eth0.



To make this settings persistant edit your /etc/network/interfaces file (see man interfaces for details).


[#43235] Thursday, May 6, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
bathtusain

Total Points: 380
Total Questions: 124
Total Answers: 111

Location: Trinidad and Tobago
Member since Sat, Apr 9, 2022
2 Years ago
bathtusain questions
Sun, Jul 17, 22, 03:13, 2 Years ago
Sun, Oct 3, 21, 00:24, 3 Years ago
Sat, Apr 22, 23, 00:24, 1 Year ago
Fri, Jul 22, 22, 12:01, 2 Years ago
Sun, Jun 27, 21, 02:31, 3 Years ago
;