Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Network stopped working after update
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
3M
n00b
n00b


Joined: 25 Feb 2014
Posts: 4

PostPosted: Tue Feb 25, 2014 12:01 pm    Post subject: [SOLVED] Network stopped working after update Reply with quote

We have two identical machines here. After updating one of the machines, the network simply stopped working. At first, it seemed to be an DHCP issue. We simply entered the network information manually and the network worked again. But now, without doing anything, we have no network connection - with or without DHCP.

We tried two kernels so far (Kernel 3.8.13 and Kernel 3.10.25), but the result is the same. The network card is

05:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5761 Gigabit Ethernet PCIe (rev 10)

Any ideas what could cause such problems.


Last edited by 3M on Thu Feb 27, 2014 3:31 pm; edited 1 time in total
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Tue Feb 25, 2014 3:51 pm    Post subject: Reply with quote

Run
Code:
ifconfig -a
If the interface is listed, what name is assigned to it?
If the interface appeared in the previous step's output, run
Code:
ifconfig
Is the interface listed? If so, the interface has been brought up.
If the interface has not been brought up, run
Code:
ifconfig <interface name> up
Retry
Code:
ifconfig
Is the interface now up?
If up, does the interface have an ipaddress?
_________________
Defund the FCC.
Back to top
View user's profile Send private message
3M
n00b
n00b


Joined: 25 Feb 2014
Posts: 4

PostPosted: Tue Feb 25, 2014 5:19 pm    Post subject: Reply with quote

First of all, thanks for the quick reply! :-)

"ifconfig -a" and "ifconfig" both list the interface as enp5s0.

If we use DHCP, ifconfig returns

Code:
enp5s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 169.254.166.235  netmask 255.255.254.0  broadcast 169.254.255.255
        ether <MY_MAC_ADDRESS>  txqueuelen 1000  (Ethernet)
        RX packets 39373563  bytes 21067758733 (19.6 GiB)
        RX errors 0  dropped 1470  overruns 0  frame 0
        TX packets 18110079  bytes 5336028576 (4.9 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 17

Then we tried to fix it by entering everything manually. ifconfig returned
Code:

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet <MY_IP>  netmask 255.255.254.0  broadcast <MY_BROADCAST>
        ether <MY_MAC_ADDRESS> txqueuelen 1000  (Ethernet)
        RX packets 39373563  bytes 21067758733 (19.6 GiB)
        RX errors 0  dropped 1470  overruns 0  frame 0
        TX packets 18110079  bytes 5336028576 (4.9 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 17


With that, the network worked again. But then, without further changes, it stopped working several days later.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Tue Feb 25, 2014 8:03 pm    Post subject: Reply with quote

Quote:
"ifconfig -a" and "ifconfig" both list the interface as enp5s0.
This is result of running these commands today?

Quote:
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet <MY_IP> netmask 255.255.254.0 broadcast <MY_BROADCAST>
ether <MY_MAC_ADDRESS> txqueuelen 1000 (Ethernet)
RX packets 39373563 bytes 21067758733 (19.6 GiB)
RX errors 0 dropped 1470 overruns 0 frame 0
TX packets 18110079 bytes 5336028576 (4.9 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 17
This is the result of running ifconfig the last time the connection worked?

run
Code:
/etc/init.d/net.eth0 restart
then run
Code:
 /etc/init.d/net.enp5s0 restart
what was the screen output of each? what is in dmesg for each?

Note that enp5s0 is a udev renamed interface that does not work; eth0 is a kernel named interface that was not renamed and worked once. Run
Code:
ls /etc/init.d/net*
What interfaces are listed? Run
Code:
rc-update show | grep -i net
What interfaces should openrc start and in what run levels? Openrc may be trying to do its own automatic networking as it did when it first appeared.

Suggest obtain a current livecd from sysresccd, ubuntu, fedora, etc, boot it and see if it can use the NIC. Eliminates possible hardware problems if it does
_________________
Defund the FCC.
Back to top
View user's profile Send private message
3M
n00b
n00b


Joined: 25 Feb 2014
Posts: 4

PostPosted: Wed Feb 26, 2014 1:57 pm    Post subject: Reply with quote

Sorry for the confusion with the enp5s0. Since the machine has no network connection, I modified the output of the other machine. It should have been enp5s0 in both cases.

Both outputs are from the machine in its currents state, i.e., without a working network connection.

Restarting enp5s0 results in the following output:
Code:
* Unmounting network filesystems ...
* Bringing down interface enp5s0
*   Removing addresses
*   <MY_IP>/23
* Bringing up interface enp5s0
*   <MY_IP> ...
*   Adding routes
*      default via <IP_ENDING_IN_254>
* Mounting network filesystems ...


dmesg returns:
Code:
[TIME_STAMP] tg3 0000:05:00.0 enp5s0: Link is up at 100 Mbps, full duplex
[TIME_STAMP] tg3 0000:05:00.0 enp5s0: Flow control is off for TX and off for RX
[TIME_STAMP] IPv6: ADDRCONF(NETDEV_CHANGE): enp5s0: link becomes ready
[TIME_STAMP] tg3 0000:05:00.0: irq 68 for MSI/MSI-X
[TIME_STAMP] IPv6: ADDRCONF(NETDEV_UP): enp5s0: link is not ready


rc-update returns:
Code:

net.enp5s0 |        default
    net.lo | boot
  netmount |        default


I tested the network on Ubuntu, and it works just fine.
Back to top
View user's profile Send private message
Randy Andy
Veteran
Veteran


Joined: 19 Jun 2007
Posts: 1148
Location: /dev/koelsch

PostPosted: Wed Feb 26, 2014 4:33 pm    Post subject: Reply with quote

3M.


Yesterday a new udev update came into the tree (only if you're using unstale arch) and with it a very well written information regarding its migration.
you can find it with the help of eselect news list, its from 2014-02-25 Upgrade to >=sys-fs/udev-210

It will point you to a very good wiki which describes whats needed to fix your problem: https://wiki.gentoo.org/wiki/Udev/upgrade#udev_208_to_210

If you're not willing to use it, or to migrate, here is a discussion thread around it:https://forums.gentoo.org/viewtopic-t-985050-highlight-.html

Have fun and much success,

Andy.
_________________
If you want to see a Distro done right, compile it yourself!
Back to top
View user's profile Send private message
3M
n00b
n00b


Joined: 25 Feb 2014
Posts: 4

PostPosted: Thu Feb 27, 2014 3:31 pm    Post subject: Reply with quote

Wow, that worked.

Thank you very much! And thanks to all of you for the quick replies!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum