UPDATE: I workarounded the bug doing as follow: After suspending, if network comes down, from terminal:
sudo rmmod <your_driver> sudo modprobe <your_driver> To view which driver you have give this command: 'sudo lshw -C network' It should give back something like: description: Wireless interface product: PRO/Wireless 3945ABG [Golan] Network Connection vendor: Intel Corporation logical name: wlan0 version: 02 configuration: broadcast=yes driver=<your_driver> driverversion=2.6.38-8-generic firmware=15.32.2.9 ip=192.168.1.111 latency=0 link=yes multicast=yes wireless=IEEE 802.11abg resources: irq:47 memory:edf00000-edf00fff If doesn't work try this: Create a file named 'config' in '/etc/pm/config.d/', by giving this: 'sudo gedit /etc/pm/config.d/config'. Add this line: 'SUSPEND_MODULES="your_driver". Save and reboot. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/297385 Title: iwl3945 sometimes fails to resume after suspend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/297385/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs