Prev: exportfs: Return the minimum required handle size
Next: BUG: using smp_processor_id() in preemptible (VFS-related)
From: Rafael J. Wysocki on 22 May 2010 18:00 Hi, With current -git on Acer Ferrari One the ath9k driver doesn't seem to work after resume from suspend to RAM. NetworkManager seems to think that it works, but it doesn't really connect with the AP and doesn't try to obtain an IP address. Reloading the driver makes it work again. The 2.6.34 (final) version works flawlessly with STR. The user space is openSUSE 11.3 Milestone 6, so it may be somewhat unstable in general, but this particular feature does work with 2.6.34. Thanks, Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Rafael J. Wysocki on 23 May 2010 15:20 On Sunday 23 May 2010, Rafael J. Wysocki wrote: > On Saturday 22 May 2010, Rafael J. Wysocki wrote: > > Hi, > > > > With current -git on Acer Ferrari One the ath9k driver doesn't seem to work > > after resume from suspend to RAM. NetworkManager seems to think that it works, > > but it doesn't really connect with the AP and doesn't try to obtain an IP > > address. > > Sorry, this was incorrect. It actually tries to obtain an IP address, but > fails. Apparently, it can't obtain the address without being reloaded. iwlagn also has problems after resume from suspend to RAM (tested on Toshiba Portege R500). In this case resume works once, but then the next attempt to suspend fails (I had to reboot the box every time that happened). If iwlagn is unloaded, it is possible to suspend and resume the system arbitrary number of times, but then iwlagn doesn't work when its reloaded (it doesn't detect wireless networks). Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Rafael J. Wysocki on 23 May 2010 18:50 On Sunday 23 May 2010, Rafael J. Wysocki wrote: > On Saturday 22 May 2010, Rafael J. Wysocki wrote: > > Hi, > > > > With current -git on Acer Ferrari One the ath9k driver doesn't seem to work > > after resume from suspend to RAM. NetworkManager seems to think that it works, > > but it doesn't really connect with the AP and doesn't try to obtain an IP > > address. > > Sorry, this was incorrect. It actually tries to obtain an IP address, but > fails. Apparently, it can't obtain the address without being reloaded. This issue can be fixed by reverting: commit 03ceedea972a82d343fa5c2528b3952fa9e615d5 Author: Daniel Yingqiang Ma <yma.cool(a)gmail.com> Date: Tue Apr 13 15:12:07 2010 +0800 ath9k: Group Key fix for VAPs Thanks, Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Rafael J. Wysocki on 23 May 2010 19:00
On Sunday 23 May 2010, Rafael J. Wysocki wrote: > On Sunday 23 May 2010, Rafael J. Wysocki wrote: > > On Saturday 22 May 2010, Rafael J. Wysocki wrote: > > > Hi, > > > > > > With current -git on Acer Ferrari One the ath9k driver doesn't seem to work > > > after resume from suspend to RAM. NetworkManager seems to think that it works, > > > but it doesn't really connect with the AP and doesn't try to obtain an IP > > > address. > > > > Sorry, this was incorrect. It actually tries to obtain an IP address, but > > fails. Apparently, it can't obtain the address without being reloaded. > > iwlagn also has problems after resume from suspend to RAM (tested on > Toshiba Portege R500). In this case resume works once, but then the next > attempt to suspend fails (I had to reboot the box every time that happened). > > If iwlagn is unloaded, it is possible to suspend and resume the system > arbitrary number of times, but then iwlagn doesn't work when its reloaded > (it doesn't detect wireless networks). Reverting commit 03ceedea972a82d343fa5c2528b3952fa9e615d5 Author: Daniel Yingqiang Ma <yma.cool(a)gmail.com> Date: Tue Apr 13 15:12:07 2010 +0800 ath9k: Group Key fix for VAPs also fixes the resume issue with iwlagn. So, please revert. Thanks, Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |