[Bug 206908] Re: network-manager not does not restore wireless connection on resume

2008-12-04 Thread Calimarno
I confirm this bug on a ThinkPad T43p. "sudo rmmod ath_pci" followed by "sudo modprobe ath_pci" solves the problem... -- network-manager not does not restore wireless connection on resume https://bugs.launchpad.net/bugs/206908 You received this bug notification because you are a member of Ubuntu

[Bug 206908] Re: network-manager not does not restore wireless connection on resume

2008-12-23 Thread Alexander Sack
seems like driver needs to be properly reloaded for ath_pci. ** Changed in: linux (Ubuntu) Sourcepackagename: network-manager => linux Status: Incomplete => Confirmed ** Summary changed: - network-manager not does not restore wireless connection on resume + [ath_pci] network-manager not d

[Bug 206908] Re: network-manager not does not restore wireless connection on resume

2008-06-07 Thread Tormod Volden
** Summary changed: - network-manager not does not restore wreless connection on resum + network-manager not does not restore wireless connection on resume -- network-manager not does not restore wireless connection on resume https://bugs.launchpad.net/bugs/206908 You received this bug notificat

[Bug 206908] Re: network-manager not does not restore wireless connection on resume

2008-10-30 Thread Alexander Sack
is this still an issue in intrepid for you? ** Changed in: pm-utils (Ubuntu) Status: New => Invalid -- network-manager not does not restore wireless connection on resume https://bugs.launchpad.net/bugs/206908 You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 206908] Re: network-manager not does not restore wireless connection on resume

2008-10-31 Thread Alexander Sack
maybe a simple sleep 3 also helps instead of upping the wifi there? -- network-manager not does not restore wireless connection on resume https://bugs.launchpad.net/bugs/206908 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-b

[Bug 206908] Re: network-manager not does not restore wireless connection on resume

2008-12-17 Thread Scott Minster
I think I am affected by this as well on my HP Pavilion dv6700 laptop. I didn't have this problem until upgrading to Intrepid. I'm pretty sure this is a problem with the network manager itself. I changed to use wicd, and do not have this problem there. -- network-manager not does not restore wi

[Bug 206908] Re: network-manager not does not restore wireless connection on resume

2008-12-19 Thread Scott Minster
I thought I didn't have the problem with wicd, but it appears I do. Whenever I wake up now, I have to rmmod and modprobe ath_pci before I can reconnect to the network. It may have worked before because the network I was on then was unsecured. The one I'm having a problem with uses WPA. But at le

Re: [Bug 206908] Re: network-manager not does not restore wireless connection on resume

2008-10-30 Thread carlos
yes there was a issue with intrepid RC, i add to modified one of the resume script... On Thu, Oct 30, 2008 at 1:50 PM, Alexander Sack <[EMAIL PROTECTED]> wrote: > is this still an issue in intrepid for you? > > ** Changed in: pm-utils (Ubuntu) > Status: New => Invalid > > -- > network-man

Re: [Bug 206908] Re: network-manager not does not restore wireless connection on resume

2008-10-30 Thread vlowther
On Oct 30, 2008, at 1:45 PM, carlos <[EMAIL PROTECTED]> wrote: > yes there was a issue with intrepid RC, i add to modified one of the > resume > script... Would you mind posting the modification to this bug? > On Thu, Oct 30, 2008 at 1:50 PM, Alexander Sack <[EMAIL PROTECTED]> > wrote: > >>

Re: [Bug 206908] Re: network-manager not does not restore wireless connection on resume

2008-10-30 Thread carlos
i'll post-it tonight we i get home On Thu, Oct 30, 2008 at 3:08 PM, vlowther <[EMAIL PROTECTED]> wrote: > On Oct 30, 2008, at 1:45 PM, carlos <[EMAIL PROTECTED]> wrote: > > > yes there was a issue with intrepid RC, i add to modified one of the > > resume > > script... > > Would you mind posting

Re: [Bug 206908] Re: network-manager not does not restore wireless connection on resume

2008-10-30 Thread hyperair
On Thu, 2008-10-30 at 18:45 +, carlos wrote: > > yes there was a issue with intrepid RC, i add to modified one of the > resume > script... > Could you post your modifications? -- Chow Loong Jin -- network-manager not does not restore wireless connection on resume https://bugs.launchpad.net

Re: [Bug 206908] Re: network-manager not does not restore wireless connection on resume

2008-10-30 Thread hyperair
Eh whoops I forgot to look at subsequent emails. Ignore whatever I said. -- Chow Loong Jin -- network-manager not does not restore wireless connection on resume https://bugs.launchpad.net/bugs/206908 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

Re: [Bug 206908] Re: network-manager not does not restore wireless connection on resume

2008-10-30 Thread carlos
in /usr/lib/pm-utils/sleep.d/10NetworkManager i have put ifconfig wifi0 up just before resume_nm case "$1" in hibernate|suspend) suspend_nm ;; thaw|resume) ifconfig wifi0 up resume_nm ;; *) ex

Re: [Bug 206908] Re: network-manager not does not restore wireless connection on resume

2008-10-31 Thread hyperair
On Fri, 2008-10-31 at 00:58 +, carlos wrote: > in /usr/lib/pm-utils/sleep.d/10NetworkManager i have put > > ifconfig wifi0 up just before resume_nm > > case "$1" in > hibernate|suspend) > suspend_nm > ;; > thaw|resume) > ifconfi

Re: [Bug 206908] Re: network-manager not does not restore wireless connection on resume

2008-10-31 Thread carlos
This fix was found in a other bug from athi_pci moduledon't remember which one On Fri, Oct 31, 2008 at 1:22 PM, hyperair <[EMAIL PROTECTED]> wrote: > On Fri, 2008-10-31 at 00:58 +, carlos wrote: > > in /usr/lib/pm-utils/sleep.d/10NetworkManager i have put > > > > ifconfig wifi0 up just

Re: [Bug 206908] Re: network-manager not does not restore wireless connection on resume

2008-10-31 Thread carlos
no, not working. but doing sudo apt-get install linux-backports-modules-intrepid remove wifi upping in /usr/lib/pm-utils/sleep.d/10NetworkManager reboot work fine On Fri, Oct 31, 2008 at 5:03 PM, Alexander Sack <[EMAIL PROTECTED]> wrote: > maybe a simple sleep 3 also helps instead of upping the w