Comment 0 for bug 1564877

Revision history for this message
Frank (frank-epay) wrote :

elementary OS 0.3.2 Freya (64-bit) german language
Dual-core Intel® Pentium® D CPU 2.80GHz

Mostly after resume from hibernate the network would not started.
A "sudo service network-manager restart" solve the problem.

Interface:
sudo lshw -C network

  *-network
       Beschreibung: Ethernet interface
       Produkt: NetXtreme BCM5751 Gigabit Ethernet PCI Express
       Hersteller: Broadcom Corporation
       Physische ID: 0
       Bus-Informationen: pci@0000:02:00.0
       Logischer Name: eth0
       Version: 01
       Seriennummer: xxx
       Größe: 1Gbit/s
       Kapazität: 1Gbit/s
       Breite: 64 bits
       Takt: 33MHz
       Fähigkeiten: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       Konfiguration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.137 duplex=full firmware=5751-v3.44a ip=192.168.0.10 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
       Ressourcen: irq:16 memory:fe8f0000-fe8fffff

After resume the status is disabled.

The workaround, a file called "unload_modules" in /etc/pm/config.d, with the following value "SUSPEND_MODULES="$SUSPEND_MODULES tg3"" seems sometimes to work.
Without the workaround almost every restart did not start the net, with the WA the network starts mostly but not always.