[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2016-07-06 Thread Martin Wimpress
*** This bug is a duplicate of bug 1380480 ***
https://bugs.launchpad.net/bugs/1380480

** This bug is no longer a duplicate of bug 1286552
   No wifi after suspend
** This bug has been marked a duplicate of bug 1380480
   network disabled after suspend - resume

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295285

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2014-07-05 Thread Karim Mesallam
*** This bug is a duplicate of bug 1286552 ***
https://bugs.launchpad.net/bugs/1286552

I was having this same problem on Ubuntu 14.04 and after a couple of days of 
trying to fix it, I found a file inside /etc/pm/sleep.d/ which is called 
99dw1704. 
This file handles disabling and enabling the wl module on hibernate and 
suspend. All I had to do to fix it is to run: 
sudo chmod -x /etc/pm/sleep.d/99dw1704 and everything ran fine after this.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295285

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2014-05-28 Thread Jerry Ji
*** This bug is a duplicate of bug 1286552 ***
https://bugs.launchpad.net/bugs/1286552

My Dell XPS L502X (RealTek gigabit eth0) is also affected by this bug.
After suspend/resume, even

sudo service network-manager restart

can not bring back the LAN connectivity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295285

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2014-05-12 Thread a b
*** This bug is a duplicate of bug 1286552 ***
https://bugs.launchpad.net/bugs/1286552

The workaround posted by OssNass worked for me too.
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/comments/20

Linux machine-name 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00
UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

  Manufacturer: ASUSTeK Computer Inc.
Product Name: K52Jc
Version: 1.0   
Wake-up Type: Power Switch

wifi atheros ath9k

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295285

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2014-04-22 Thread OssNass
*** This bug is a duplicate of bug 1286552 ***
https://bugs.launchpad.net/bugs/1286552

I have an Asus X61SL laptop suffering from the same problem and  I solved like 
this:
First make use 'nmcli nm' to check the stats of the network manager, if its 
stats is asleep then all you have to do is this : 'sudo nmcli nm sleep false' 
and it will start working. To make the change permenant add the following 
script to '/etc/pm/sleep.d': 

#!/bin/sh

case "${1}" in
resume|thaw)
nmcli nm sleep false
;;
esac

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295285

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2014-04-22 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 ***
https://bugs.launchpad.net/bugs/1286552

Maybe it's not kernel related, cause actualy with 3.11 on 14.04, the
wifi doesn't reconnect after suspend either...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295285

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2014-04-22 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 ***
https://bugs.launchpad.net/bugs/1286552

Maybe it's not kernel related, cause actualy with 3.11 on 14.04, the
wifi doesn't reconnect after suspend either...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295285

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2014-04-21 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 ***
https://bugs.launchpad.net/bugs/1286552

kernel 3.14-1 from http://kernel.ubuntu.com/~kernel-ppa/mainline does'nt
resolve the problem

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295285

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2014-04-21 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 ***
https://bugs.launchpad.net/bugs/1286552

Not a isolated problem :

http://ubuntuforums.org/showthread.php?t=2218043
http://ubuntuforums.org/showthread.php?t=2218445

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295285

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2014-04-20 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 ***
https://bugs.launchpad.net/bugs/1286552

This is duplicate of #1286552, there are 24 people affected and many
others duplicates :

Bug #1290055
Bug #1293928
Bug #1294576
Bug #1295285
Bug #1309769

And nobody is assigned to ??

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295285

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2014-04-19 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 ***
https://bugs.launchpad.net/bugs/1286552


Same problem here with 14.04 and ralink rt73 chipset. Worked perfectly
with 13.10

Not related with SUSPEND_MODULES="rt73usb" in /etc/pm/config.d/load
(already done and doesn't resolve).

sudo rfkill list
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no


** This bug has been marked a duplicate of bug 1286552
   No wifi after suspend

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295285

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2014-04-18 Thread Joschi Poschi
I think this is connected to the iwlwifi module. Maybe there should be
an addition to the bug description saying something like "Network
manager suspends but is unable to reconnect to Wifi."

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295285

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2014-04-17 Thread vervelover
Same here, everything was ok with 12.04 (all kernels).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295285

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2014-04-10 Thread Sergei Solo
I install all updates available on April 10, bug still exist. I captured video 
that showing what is going on, you can look:
http://www.youtube.com/watch?v=ZOO-gAbAox4

Only on 36 second it become suspended (suspending took 27 seconds).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295285

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2014-04-10 Thread Sergei Solo
I install all updates available on April 10, bug still exist. I captured video 
that showing what is going on, you can look:
http://www.youtube.com/watch?v=ZOO-gAbAox4

Only on 36 second it become suspended (suspending took 27 seconds).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295285

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2014-03-28 Thread Michele Kipiel
Same story, different notebook (mine is a DELL XPS13).

No wireless after suspend/resume, but bluetooth seems ok.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295285

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2014-03-24 Thread Sergei Solo
Christopher, I have tested 3.14.0 and 3.11.10 kernels - same problem
take place.

Tags updated.

p.s. In Ubuntu 12.04 with latest kernel (probably it 3.11?) - everything
OK.

** Tags removed: needs-upstream-testing
** Tags added: kernel-bug-exists-upstream

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295285

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs