Comment 2 for bug 73381

Revision history for this message
chantra (chantra) wrote :

I can confirm this.
Not using network-manager, I would expect acpi-support to reload my network cards configurations from /etc/network/interfaces.

But actually, it seems that avahi is taking over :s
This is the output of ifconfig after resume (eth1 being the wireless interface):
 ifconfig
eth1 Link encap:Ethernet HWaddr <MAC>
          UP BROADCAST MULTICAST MTU:1500 Metric:1
          RX packets:0 errors:0 dropped:4 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
          Interrupt:18 Base address:0xe000 Memory:cc000000-cc000fff

eth1:avah Link encap:Ethernet HWaddr <MAC>
          inet addr:169.254.8.172 Bcast:169.254.255.255 Mask:255.255.0.0
          UP BROADCAST MULTICAST MTU:1500 Metric:1
          Interrupt:18 Base address:0xe000 Memory:cc000000-cc000fff

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:16436 Metric:1
          RX packets:11346 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11346 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:8237520 (7.8 MiB) TX bytes:8237520 (7.8 MiB)

In order to get my wireless I need to run
$sudo /etc/init.d/networking restart