[Bug 1658016] Re: Intel AC7260 wireless (iwlwifi) stops working after computer sleep/wakeup

2017-03-11 Thread Brain
Now it works for me too. Thanks!

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

Title:
  Intel AC7260 wireless (iwlwifi) stops working after computer
  sleep/wakeup

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

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


[Bug 1658016] Re: Intel AC7260 wireless (iwlwifi) stops working after computer sleep/wakeup

2017-02-22 Thread Grzegorz Ciołek
FYI - these updates arrived today -

2017-02-23 09:56:29 status installed libnm-util2:amd64 1.2.6-0ubuntu0.16.04.1
2017-02-23 09:56:29 status installed libnm-glib-vpn1:amd64 
1.2.6-0ubuntu0.16.04.1
2017-02-23 09:56:29 status installed libnm-glib4:amd64 1.2.6-0ubuntu0.16.04.1
2017-02-23 09:56:29 status installed libnm0:amd64 1.2.6-0ubuntu0.16.04.1
2017-02-23 09:56:40 status installed linux-image-4.8.0-39-generic:amd64 
4.8.0-39.42~16.04.1
2017-02-23 09:56:50 status installed linux-image-extra-4.8.0-39-generic:amd64 
4.8.0-39.42~16.04.1
2017-02-23 09:56:50 status installed linux-image-generic-hwe-16.04:amd64 
4.8.0.39.10
2017-02-23 09:56:50 status installed linux-headers-4.8.0-39:all 
4.8.0-39.42~16.04.1
2017-02-23 09:56:50 status installed linux-headers-4.8.0-39-generic:amd64 
4.8.0-39.42~16.04.1
2017-02-23 09:56:50 status installed linux-headers-generic-hwe-16.04:amd64 
4.8.0.39.10
2017-02-23 09:56:50 status installed linux-generic-hwe-16.04:amd64 4.8.0.39.10
2017-02-23 09:56:51 status installed linux-libc-dev:amd64 4.4.0-64.85
2017-02-23 09:56:51 status installed network-manager:amd64 
1.2.6-0ubuntu0.16.04.1

I disabled my workaround "service" and I've suspended the laptop couple of 
times today. 
It works properly now.

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

Title:
  Intel AC7260 wireless (iwlwifi) stops working after computer
  sleep/wakeup

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

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


[Bug 1658016] Re: Intel AC7260 wireless (iwlwifi) stops working after computer sleep/wakeup

2017-02-17 Thread Brain
Thank you for the workaround. It is definitely more convenient than
executing sudo modprobe iwlwifi from the command line after every
resume!

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

Title:
  Intel AC7260 wireless (iwlwifi) stops working after computer
  sleep/wakeup

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

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


[Bug 1658016] Re: Intel AC7260 wireless (iwlwifi) stops working after computer sleep/wakeup

2017-02-17 Thread Grzegorz Ciołek
I can confirm the same behaviour
$ uname -a
Linux E7470 4.8.0-36-generic #36~16.04.1-Ubuntu SMP Sun Feb 5 09:39:57 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux


My workaround:

Create a file /etc/systemd/system/wifi-resume.service

#/etc/systemd/system/wifi-resume.service
#sudo systemctl enable wifi-resume.service
[Unit]
Description=Restart networkmanager at resume
After=suspend.target
After=hibernate.target
After=hybrid-sleep.target

[Service]
Type=oneshot
ExecStart=/bin/systemctl stop network-manager.service
ExecStart=/bin/systemctl start network-manager.service
ExecStart=/bin/sleep 3
ExecStart=/sbin/modprobe -r iwlwifi
ExecStart=/sbin/modprobe iwlwifi

[Install]
WantedBy=suspend.target
WantedBy=hibernate.target
WantedBy=hybrid-sleep.target

to enable the service
$sudo systemctl enable wifi-resume.service

to disable the service
$sudo systemctl disable wifi-resume.service
and remove the file

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

Title:
  Intel AC7260 wireless (iwlwifi) stops working after computer
  sleep/wakeup

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

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


[Bug 1658016] Re: Intel AC7260 wireless (iwlwifi) stops working after computer sleep/wakeup

2017-01-24 Thread Brain
Just tried the mainstream kernel "4.10.0-041000rc5-lowlatency" as
mentioned above and I do confirm the very same problem exists there too.

Just to give a hint - this regression was introduced approximately in
the first two weeks of 2017, so it shouldn't be that difficult to trace
back the change, which could then point to the actual root cause.

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

Title:
  Intel AC7260 wireless (iwlwifi) stops working after computer
  sleep/wakeup

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

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


[Bug 1658016] Re: Intel AC7260 wireless (iwlwifi) stops working after computer sleep/wakeup

2017-01-24 Thread Brain
** 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/1658016

Title:
  Intel AC7260 wireless (iwlwifi) stops working after computer
  sleep/wakeup

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

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


[Bug 1658016] Re: Intel AC7260 wireless (iwlwifi) stops working after computer sleep/wakeup

2017-01-23 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.10 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10-rc5

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

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

Title:
  Intel AC7260 wireless (iwlwifi) stops working after computer
  sleep/wakeup

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

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


[Bug 1658016] Re: Intel AC7260 wireless (iwlwifi) stops working after computer sleep/wakeup

2017-01-20 Thread Brain
** Description changed:

- Since about the beginning of 2017 the Intel AC7260 wireless card on my Asus 
UX501 stopped working correctly when the computer suspends to RAM and wakes up 
again (laptop lid closed and opened). 
+ Since about the beginning of 2017 the Intel AC7260 wireless card on my Asus 
UX501 stops working correctly when the computer suspends to RAM and wakes up 
again (laptop lid closed and opened).
  The message is:
  
  [ 7679.281856] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  
  The only way to come around this problem is to re-insert the iwlwifi
  module:
  
  sudo modprobe -r iwlwifi; sudo modprobe iwlwifi
  
- I used to have the problem rarely in the past. However it happened only 
occasionally and I could live with it. Since about the beginning of 2017 it 
happens __always__. Not sure, which update exactly caused it, but you can 
imagine how annoying it is.
+ To be more precise what it means stops working: The wifi does not see
+ the networks correctly. nm-applet reports only one of many networks in
+ my area. My network is not there and it does not connect.
+ 
+ I used to have the problem rarely in the past. However it happened only 
occasionally and I could live with the above workaround. Since about the 
beginning of 2017 it happens __always__. Not sure, which update exactly caused 
it, but you can imagine how annoying it is.
  I would appreciate if it could be fixed. Thanks!
  
  Here is the relevant dmesg log:
  
  [ 7679.149644] PM: resume of devices complete after 737.622 msecs
  [ 7679.150241] PM: Finishing wakeup.
  [ 7679.150242] Restarting tasks ... done.
  [ 7679.163190] Bluetooth: hci0: read Intel version: 3707100180012d0d00
  [ 7679.163197] Bluetooth: hci0: Intel Bluetooth firmware file: 
intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq
  [ 7679.188077] bbswitch: disabling discrete graphics
  [ 7679.188089] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type 
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
  [ 7679.279490] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  [ 7679.280238] asix 3-3:1.0 eth0: link down
  [ 7679.280695] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  [ 7679.281856] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  [ 7679.281960] iwlwifi :3b:00.0: L1 Disabled - LTR Enabled
  [ 7679.282220] iwlwifi :3b:00.0: L1 Disabled - LTR Enabled
  [ 7679.342219] Bluetooth: hci0: Intel Bluetooth firmware patch completed and 
activated
  [ 7679.467403] iwlwifi :3b:00.0: L1 Disabled - LTR Enabled
  [ 7679.467709] iwlwifi :3b:00.0: L1 Disabled - LTR Enabled
  [ 7679.483163] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  [ 7679.549503] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  [ 7700.394009] iwlwifi :3b:00.0: L1 Disabled - LTR Enabled
  [ 7700.544809] cfg80211: World regulatory domain updated:
  [ 7700.544812] cfg80211:  DFS Master region: unset
  [ 7700.544812] cfg80211:   (start_freq - end_freq @ bandwidth), 
(max_antenna_gain, max_eirp), (dfs_cac_time)
  [ 7700.544814] cfg80211:   (2402000 KHz - 2472000 KHz @ 4 KHz), (N/A, 
2000 mBm), (N/A)
  [ 7700.544815] cfg80211:   (2457000 KHz - 2482000 KHz @ 4 KHz), (N/A, 
2000 mBm), (N/A)
  [ 7700.544816] cfg80211:   (2474000 KHz - 2494000 KHz @ 2 KHz), (N/A, 
2000 mBm), (N/A)
  [ 7700.544817] cfg80211:   (517 KHz - 525 KHz @ 8 KHz, 16 KHz 
AUTO), (N/A, 2000 mBm), (N/A)
  [ 7700.544818] cfg80211:   (525 KHz - 533 KHz @ 8 KHz, 16 KHz 
AUTO), (N/A, 2000 mBm), (0 s)
  [ 7700.544819] cfg80211:   (549 KHz - 573 KHz @ 16 KHz), (N/A, 
2000 mBm), (0 s)
  [ 7700.544820] cfg80211:   (5735000 KHz - 5835000 KHz @ 8 KHz), (N/A, 
2000 mBm), (N/A)
  [ 7700.544821] cfg80211:   (5724 KHz - 6372 KHz @ 216 KHz), (N/A, 
0 mBm), (N/A)
  [ 7700.545380] Intel(R) Wireless WiFi driver for Linux
  [ 7700.545382] Copyright(c) 2003- 2015 Intel Corporation
  [ 7700.546038] iwlwifi :3b:00.0: loaded firmware version 17.352738.0 
op_mode iwlmvm
  [ 7700.557859] iwlwifi :3b:00.0: Detected Intel(R) Dual Band Wireless AC 
7260, REV=0x144
  [ 7700.557914] iwlwifi :3b:00.0: L1 Disabled - LTR Enabled
  [ 7700.558147] iwlwifi :3b:00.0: L1 Disabled - LTR Enabled
  [ 7700.741439] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
  [ 7700.747514] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  [ 7700.747609] iwlwifi :3b:00.0: L1 Disabled - LTR Enabled
  [ 7700.747849] iwlwifi :3b:00.0: L1 Disabled - LTR Enabled
  [ 7700.931190] iwlwifi :3b:00.0: L1 Disabled - LTR Enabled
  [ 7700.931425] iwlwifi :3b:00.0: L1 Disabled - LTR Enabled
  [ 7700.946613] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  [ 7700.999856] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-extra-4.4.0-62-generic 4.4.0-62.83
  ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
  Uname: Linux