[Bug 272300] Re: Networkmanager 0.7 cannot reconnect after resume

2008-09-22 Thread Mackenzie Morgan
** Changed in: linux-restricted-modules (Ubuntu)
Sourcepackagename: network-manager = linux-restricted-modules
   Status: Incomplete = New

-- 
Networkmanager 0.7 cannot reconnect after resume 
https://bugs.launchpad.net/bugs/272300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272300] Re: Networkmanager 0.7 cannot reconnect after resume

2008-09-22 Thread Thomas Schewe
I checked it on a open open hotspot:

[EMAIL PROTECTED]:~$ sudo iwconfig ath0 essid tmobile

Went trough without any comment. The result:

[EMAIL PROTECTED]:~$ iwconfig
lono wireless extensions.

eth0  no wireless extensions.

wifi0 no wireless extensions.

ath0  IEEE 802.11g  ESSID:tmobile  Nickname:
  Mode:Managed  Channel:0  Access Point: Not-Associated   
  Bit Rate:1 Mb/s   Tx-Power:17 dBm   Sensitivity=1/1  
  Retry:off   RTS thr:off   Fragment thr:off
  Power Management:off
  Link Quality=0/70  Signal level=-96 dBm  Noise level=-96 dBm
  Rx invalid nwid:22690  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:0   Missed beacon:0

Looks good to me. Or?

But the dhclient brings no clear result to me:

[EMAIL PROTECTED]:~$ sudo dhclient
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wifi0: unknown hardware address type 801
wifi0: unknown hardware address type 801
Listening on LPF/ath0/00:15:af:b5:9f:f0
Sending on   LPF/ath0/00:15:af:b5:9f:f0
Listening on LPF/wifi0/
Sending on   LPF/wifi0/
Listening on LPF/eth0/00:22:15:12:b1:b7
Sending on   LPF/eth0/00:22:15:12:b1:b7
Sending on   Socket/fallback
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on wifi0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on wifi0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15
DHCPDISCOVER on wifi0 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 19
DHCPDISCOVER on wifi0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 21
DHCPDISCOVER on wifi0 to 255.255.255.255 port 67 interval 19
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 20
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on wifi0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
No DHCPOFFERS received.
No working leases in persistent database - sleeping.

I cannot interpret this.

-- 
Networkmanager 0.7 cannot reconnect after resume 
https://bugs.launchpad.net/bugs/272300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272300] Re: Networkmanager 0.7 cannot reconnect after resume

2008-09-21 Thread Mackenzie Morgan
I'm sorry, that's as regards the password problem.  The suspend/resume
issue stays here though.

Is the resume issue only with encrypted networks, or are you also unable
to connect to open wifi?  Does wired internet work?  Can you try the
steps listed here?  https://wiki.ubuntu.com/DebuggingNetworkManager

-- 
Networkmanager 0.7 cannot reconnect after resume 
https://bugs.launchpad.net/bugs/272300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272300] Re: Networkmanager 0.7 cannot reconnect after resume

2008-09-21 Thread Thomas Schewe
I did have the time to set up a non-encrypted wlan or to follow the
steps in DebuggingNetworkManager (Do I have to do every step, also the
part about crashing?). But I took it as inspiration.

After removing an (re)loading the kernel-module ath_pci it is possible
to reconnect to the encrypted wlan.

Possibly it is a problem in madwifi.

Any idea for a workaround?

-- 
Networkmanager 0.7 cannot reconnect after resume 
https://bugs.launchpad.net/bugs/272300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272300] Re: Networkmanager 0.7 cannot reconnect after resume

2008-09-21 Thread Thomas Schewe
After changing back to the madwifi-release, which don't have problems
with a resume under 8.04, I still have problems with the resume. So I
don't think, that it is a problem in madwifi.

-- 
Networkmanager 0.7 cannot reconnect after resume 
https://bugs.launchpad.net/bugs/272300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272300] Re: Networkmanager 0.7 cannot reconnect after resume

2008-09-21 Thread Mackenzie Morgan
After resume, can you connect from the command line without having to 
unload/reload the driver?  You can test this on unencrypted or WEP like this
sudo iwconfig interface essid essid
or 
sudo iwconfig interface essid essid key key

where interface is your interface... ath0, eth1, wlan0, etc
essid is the network's name, ex: linksys
key is the WEP key

followed by running sudo dhclient to get an IP address.  Can it
connect?  Check for an IP address with the ifconfig command.  If it
doesn't work from the command line, this is a madwifi bug.  If it does
work, probably NM.

-- 
Networkmanager 0.7 cannot reconnect after resume 
https://bugs.launchpad.net/bugs/272300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272300] Re: Networkmanager 0.7 cannot reconnect after resume

2008-09-21 Thread Thomas Schewe
Due to security-issues I have no unencrypted or WEP-encrypted WLAN in
use. So I cannot test this. And in the next few days I will not have the
opportunity to set up an additional unencrypted or WEP-encrypted WLAN.
(Perhaps I find an open WLAN somewhere on a train-station or so on while
I am travelling in the next week.)

-- 
Networkmanager 0.7 cannot reconnect after resume 
https://bugs.launchpad.net/bugs/272300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272300] Re: Networkmanager 0.7 cannot reconnect after resume

2008-09-21 Thread Mackenzie Morgan
Yeah, I'm not dumb enough to have WEP on my network either ;)  How about
Starbucks?  Their network is unencrypted.  I'm kind of assuming it's a
laptop, not a desktop.

-- 
Networkmanager 0.7 cannot reconnect after resume 
https://bugs.launchpad.net/bugs/272300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272300] Re: Networkmanager 0.7 cannot reconnect after resume

2008-09-21 Thread Thomas Schewe
There are not so much Starbuck's in Germany. ;-) And I live in the
suburbs of Berlin, where you cannot find so much store with open wifis.

But tomorrow I take the train and perhaps I have enough time to check
out wifis on the mainstations of Berlin or Hannover...

-- 
Networkmanager 0.7 cannot reconnect after resume 
https://bugs.launchpad.net/bugs/272300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272300] Re: Networkmanager 0.7 cannot reconnect after resume

2008-09-20 Thread Thomas Schewe
I added the verion.

I looked for a bug-report on NM 0.7 not remembering password, but I
didn't find #271097. Thanx for the tip.

** Description changed:

  Binary package hint: network-manager
+ (nm-Version 0.7~~vn20080908t183521+enio-ubuntu3)
  
  A reconnect after a resume from standby/hibernate is not possible even
  if the secrets are entered manually (@timestamp 23:18 in the attached
  syslog).
  
  A shorted syslog is attached (it only contains the last boot and a
  resume from STR).

-- 
Networkmanager 0.7 cannot reconnect after resume 
https://bugs.launchpad.net/bugs/272300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 272300] Re: Networkmanager 0.7 cannot reconnect after resume

2008-09-20 Thread Mackenzie Morgan
On Sat, 2008-09-20 at 07:18 +, Thomas Schewe wrote:
 I added the verion.
 
 I looked for a bug-report on NM 0.7 not remembering password, but I
 didn't find #271097. Thanx for the tip.

All further work on this bug will take place in the master bug (271097),
thanks.

-- 
Networkmanager 0.7 cannot reconnect after resume 
https://bugs.launchpad.net/bugs/272300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272300] Re: Networkmanager 0.7 cannot reconnect after resume

2008-09-19 Thread Mackenzie Morgan
Bug #271097 has already been reported for NM 0.7 not remembering
passwords, so I'm narrowing the scope of this bug to just the resume
issue.

Exactly which version of NM do you have installed?

** Summary changed:

- Networkmanager 0.7 - not saving WPA-secrets and no reconnect after resume 
+ Networkmanager 0.7 cannot reconnect after resume

** Description changed:

  Binary package hint: network-manager
- 
- After starting Gnome, network-manager is prompting for WPA-secrets even
- if these are stored in the gnome-keyring. The manually entering secrects
- are not stored in the keyring by the network-manager. If the scecrect
- are supplied manually via the Edit-connections-dialog of nm, they are
- also not be stored.
- 
- After the secret is entered manually, it is possible to connect to the
- WLAN.
  
  A reconnect after a resume from standby/hibernate is not possible even
  if the secrets are entered manually (@timestamp 23:18 in the attached
  syslog).
  
- The gnome-keyrings is working. Other programms (e.g. gajim) are
- propperly supplied with passwords from the keyring.
- 
  A shorted syslog is attached (it only contains the last boot and a
  resume from STR).

** Changed in: network-manager (Ubuntu)
   Status: New = Incomplete

-- 
Networkmanager 0.7 cannot reconnect after resume 
https://bugs.launchpad.net/bugs/272300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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