on awake from suspend pc wifi connection not re-established

Asked by Peter Jordan

I am using 14.04 LTS 32 bit on my PC. Settings are -suspend after 10 minutes inaction. Am not sure what Suspend is meant to mean in terms of Ubuntu,( moving the mouse does not awaken it as in windows). Pc switches down. Have to press start button to come out of suspend.

All works Fine except my Wi Fi connection.

To re-establish a connection to my router I have to physically unplug my usb wifi connector and then re plug it in. It will only then restore the wifi connection. Surely this is not correct. .

should mouse movement bring the pc out of suspend or is it correct that I have to press the start button.
Is my wifi problem a bug as it only occurs on wake from suspend.
How do I overcome this problem which only occurs coming out of suspend

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

sudo lshw -C network; lsb_release -a; uname -a; lsusb

Thanks

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Once we have the output we can use something like this:
http://askubuntu.com/questions/640019/ubuntu-14-04-wifi-disabled-after-suspend

Revision history for this message
Peter Jordan (austinjames) said :
#3

peter@peter-GA-880GMA-UD2H:~$ sudo lshw -C network; lsb_release -a; uname -a; lsusb
[sudo] password for peter:
  *-network
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: eth0
       version: 03
       serial: 1c:6f:65:81:d0:7d
       size: 10Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl_nic/rtl8168d-2.fw latency=0 link=no multicast=yes port=MII speed=10Mbit/s
       resources: irq:46 ioport:ee00(size=256) memory:fdfff000-fdffffff memory:fdff8000-fdffbfff memory:fdf00000-fdf1ffff
  *-network
       description: Wireless interface
       physical id: 1
       bus info: usb@8:1
       logical name: wlan0
       serial: 00:1f:1f:cd:9a:28
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=r8712u ip=192.168.1.77 multicast=yes wireless=IEEE 802.11bg
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.3 LTS
Release: 14.04
Codename: trusty
Linux peter-GA-880GMA-UD2H 3.13.0-63-generic #103-Ubuntu SMP Fri Aug 14 21:43:30 UTC 2015 i686 athlon i686 GNU/Linux
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 002: ID 045e:00d1 Microsoft Corp. Optical Mouse with Tilt Wheel
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 046d:0809 Logitech, Inc. Webcam Pro 9000
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 413c:2003 Dell Computer Corp. Keyboard
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 008 Device 003: ID 04b8:0839 Seiko Epson Corp. PX-A740 [CX8300/CX8400/DX8400]
Bus 008 Device 002: ID 7392:7622 Edimax Technology Co., Ltd
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
peter@peter-GA-880GMA-UD2H:~$

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

Try the below 2 commands:

sudo cp /etc/pm/config.d/config /etc/pm/config.d/config_20150917

echo "SUSPEND_MODULES=r8712u" | sudo tee -a /etc/pm/config.d/config > /dev/null

Reboot, then test.
Source:
http://ubuntuforums.org/showthread.php?t=1745769

Can you help with this problem?

Provide an answer of your own, or ask Peter Jordan for more information if necessary.

To post a message you must log in.