Bug#431102: wpasupplicant: New version doesn't allow empty essid?

2007-07-13 Thread Ross Patterson
Kel Modderman [EMAIL PROTECTED] writes:

 On Mon, 9 Jul 2007 08:30:46 am obi wrote:
 On Mon, Jul 09, 2007 at 08:07:02AM +1000, Kel Modderman wrote:
  On Sat, 7 Jul 2007 03:50:02 am obi wrote:
   Hello Kel,
   so the log is attached: it keeps telling me that it doesn't know
   how to associate the AP. I'm not sure sure what do you mean for
   higher level tool, but ifconfig and route tells me that I'm not
   online.
  Use the '-dd' option to wpa_supplicant, the log did not contain
  any debug output.
 hmmm ... that was the output when starting wpa_supplicant with
 -dd. I'll give it another try next time I'm around the coffee shop.

 Maybe you did, but since the used command was not shown and no useful
 output was in the log I made that assumption.


   Btw, running dhcpclient manually (that is not doing ifup which
   brings wpa_supplicant go) brings my interface up and all is
   well.
  Show your /etc/network/interfaces configuration.
 Attached.

 Thanks. Only odd thing i see in there after (very quick, need to rush
 off to work) look is allow-hotplug but without interface name after
 it.


   And downgrading to the stable version (0.5.5-2) fixes it: this
   version works.
  It may also help to know what type of wireless card/driver you are
  using.
 ipw2200 and the laptop is a thinkpad T41.

 OK.

I can confirm this behavior for both a Core 2 Duo/ipw3945 and a Pentium
M/ipw2200 laptop.  Either laptop won't associate with an open AP unless
there's a network clause that specifies the ssid of the AP.  IOW, the
stanza in
/usr/share/doc/wpasupplicant/examples/wpa_supplicant.conf.template:

### Associate with any open access point
###  Scans/ESSID changes can be done with wpa_cli
network={
key_mgmt=NONE
}

doesn't work.  This change happened on both laptops with the new version
of wpasupplicant.

Attached is my /etc/network/interfaces file (mine doesn't have the
allow-hotplug anomaly you noted) and my wpa_supplicant.conf.

Ross



interfaces
Description: Binary data


wpa_supplicant.conf
Description: Binary data


Bug#431102: wpasupplicant: New version doesn't allow empty essid?

2007-07-08 Thread Kel Modderman
On Sat, 7 Jul 2007 03:50:02 am obi wrote:
 Hello Kel,

 so the log is attached: it keeps telling me that it doesn't know how to
 associate the AP. I'm not sure sure what do you mean for higher level
 tool, but ifconfig and route tells me that I'm not online.

Use the '-dd' option to wpa_supplicant, the log did not contain any debug 
output.


 Btw, running dhcpclient manually (that is not doing ifup which brings
 wpa_supplicant go) brings my interface up and all is well.

Show your /etc/network/interfaces configuration.


 And downgrading to the stable version (0.5.5-2) fixes it: this version
 works.

It may also help to know what type of wireless card/driver you are using.

Kel.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#431102: wpasupplicant: New version doesn't allow empty essid?

2007-07-08 Thread obi
On Mon, Jul 09, 2007 at 08:07:02AM +1000, Kel Modderman wrote:
 On Sat, 7 Jul 2007 03:50:02 am obi wrote:
  Hello Kel,
 
  so the log is attached: it keeps telling me that it doesn't know how to
  associate the AP. I'm not sure sure what do you mean for higher level
  tool, but ifconfig and route tells me that I'm not online.
 
 Use the '-dd' option to wpa_supplicant, the log did not contain any debug 
 output.

hmmm ... that was the output when starting wpa_supplicant with -dd. I'll
give it another try next time I'm around the coffee shop.

  Btw, running dhcpclient manually (that is not doing ifup which brings
  wpa_supplicant go) brings my interface up and all is well.
 
 Show your /etc/network/interfaces configuration.

Attached.

  And downgrading to the stable version (0.5.5-2) fixes it: this version
  works.
 
 It may also help to know what type of wireless card/driver you are using.

ipw2200 and the laptop is a thinkpad T41. 

cheers
graziano

 
 Kel.
 

-- 
+---+--+
| Graziano Obertelli| CS Dept. Rm 102  |
| [EMAIL PROTECTED]  | University of California |
| (805) 893-5212| Santa Barbara, CA 93106  |
+---+--+
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

auto lo dummy0

# The loopback interface
iface lo inet loopback
up route add -host 127.0.0.1 lo

# dummy interface
iface dummy0 inet static
address 192.168.7.17
netmask 255.255.255.0
broadcast 192.168.7.255
network 192.168.7.0

# the mapping script should be able to handle both wireless and wired
# network, but the argument means different things:
#   wired:
#   the first argument is the IP to use (any to catch all
#   that is no IP is pinged nor set)
#   the second argument is the IP to ping
#   wireless:
#   the first argument is the SSID (Any to specify anything)
#   the second is not used
# in both cases the third argument is the schema to use.
#   map CS\ Test bogus dhcp
mapping eth0
script /home/graziano/bin/whereami
map 128.111.45.250/24 128.111.45.1 office
map 192.168.8.117/24 192.168.8.1 home
map 80.21.88.139/24 80.21.88.137 PC
map bogus all dhcp
#map obi bogus home
#map Any bogus dhcp

#mapping hotplug
#   script /home/graziano/bin/whereami
##  map managed obi s:1234567890123 home
#   map managed CS\ Test bogus dhcp
#   map managed obi bogus home
#   map managed any bogus dhcp

allow-hotplug
iface eth1 inet manual
wpa-driver wext
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
wireless-power on

# office
iface office inet static
address 128.111.45.250
netmask 255.255.255.0
network 128.111.45.0
broadcast 128.111.45.255
gateway 128.111.45.1

# [EMAIL PROTECTED]
iface home inet static
address 192.168.8.117
netmask 255.255.255.0
network 192.168.8.0
broadcast 192.168.8.255
gateway 192.168.8.1
openvpn client

# PC (office)
iface PC inet static
address 80.21.88.142
netmask 255.255.255.248
network 80.21.88.136
broadcast 80.21.88.143
gateway 80.21.88.137
openvpn client

# PC (casa)
iface PChome inet static
address 192.168.1.77
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255

# dhcp
iface dhcp inet dhcp

iface cs inet dhcp
openvpn client

# ipaq
iface usb0 inet static
address 192.168.0.200
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255


iface dsl-provider inet ppp
pre-up /sbin/ifconfig eth1 up # line maintained by pppoeconf
provider dsl-provider


Bug#431102: wpasupplicant: New version doesn't allow empty essid?

2007-07-08 Thread Kel Modderman
On Mon, 9 Jul 2007 08:30:46 am obi wrote:
 On Mon, Jul 09, 2007 at 08:07:02AM +1000, Kel Modderman wrote:
  On Sat, 7 Jul 2007 03:50:02 am obi wrote:
   Hello Kel,
  
   so the log is attached: it keeps telling me that it doesn't know how to
   associate the AP. I'm not sure sure what do you mean for higher level
   tool, but ifconfig and route tells me that I'm not online.
 
  Use the '-dd' option to wpa_supplicant, the log did not contain any debug
  output.

 hmmm ... that was the output when starting wpa_supplicant with -dd. I'll
 give it another try next time I'm around the coffee shop.

Maybe you did, but since the used command was not shown and no useful output 
was in the log I made that assumption.


   Btw, running dhcpclient manually (that is not doing ifup which brings
   wpa_supplicant go) brings my interface up and all is well.
 
  Show your /etc/network/interfaces configuration.

 Attached.

Thanks. Only odd thing i see in there after (very quick, need to rush off to 
work) look is allow-hotplug but without interface name after it.


   And downgrading to the stable version (0.5.5-2) fixes it: this version
   works.
 
  It may also help to know what type of wireless card/driver you are using.

 ipw2200 and the laptop is a thinkpad T41.

OK.

Thanks, Kel.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#431102: wpasupplicant: New version doesn't allow empty essid?

2007-07-06 Thread obi
Hello Kel,

so the log is attached: it keeps telling me that it doesn't know how to
associate the AP. I'm not sure sure what do you mean for higher level
tool, but ifconfig and route tells me that I'm not online.

Btw, running dhcpclient manually (that is not doing ifup which brings
wpa_supplicant go) brings my interface up and all is well.

And downgrading to the stable version (0.5.5-2) fixes it: this version
works.

thanks
graziano


On Wed, Jul 04, 2007 at 08:08:42AM +1000, Kel Modderman wrote:
 Hi graziano,
 
 On Sat, 30 Jun 2007 04:41:11 am graziano wrote:
  Package: wpasupplicant
  Version: 0.6.0-1
  Severity: normal
 
 
  Hello there,
 
  since last update, I cannot any longer connect to general public network
  using the clause with an empty essid. To be clear I have
 
  network={
  id_str=dhcp
  key_mgmt=NONE
  }
 
  in my wpa configuration file but I cannot connect to a NETGEAR station
  untill I hadd
 
  network={
  ssid=NETGEAR
  id_str=dhcp
  key_mgmt=NONE
  priority=5
  }
 
  to the configuration. Used to work flawless before.
 
 
 Please show that association fails and not some other higher layer networking 
 tool.
 
 Does downgrading to previous wpasupplicant version instantly fix this problem?
 
 Start wpa_supplicant manually with -dd options to capture some debug log.
 
 Thanks, Kel.
 

-- 
+---+--+
| Graziano Obertelli| CS Dept. Rm 102  |
| [EMAIL PROTECTED]  | University of California |
| (805) 893-5212| Santa Barbara, CA 93106  |
+---+--+
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
No network configuration found for the current AP
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
No network configuration found for the current AP
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
No network configuration found for the current AP
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
No network configuration found for the current AP
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
No network configuration found for the current AP
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
No network configuration found for the current AP
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
No network configuration found for the current AP
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
No network configuration found for the current AP
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
No network configuration found for the current AP
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
No network configuration found for the current AP
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
CTRL-EVENT-TERMINATING - signal 2 received


Bug#431102: wpasupplicant: New version doesn't allow empty essid?

2007-07-03 Thread Kel Modderman
Hi graziano,

On Sat, 30 Jun 2007 04:41:11 am graziano wrote:
 Package: wpasupplicant
 Version: 0.6.0-1
 Severity: normal


 Hello there,

 since last update, I cannot any longer connect to general public network
 using the clause with an empty essid. To be clear I have

 network={
 id_str=dhcp
 key_mgmt=NONE
 }

 in my wpa configuration file but I cannot connect to a NETGEAR station
 untill I hadd

 network={
 ssid=NETGEAR
 id_str=dhcp
 key_mgmt=NONE
 priority=5
 }

 to the configuration. Used to work flawless before.


Please show that association fails and not some other higher layer networking 
tool.

Does downgrading to previous wpasupplicant version instantly fix this problem?

Start wpa_supplicant manually with -dd options to capture some debug log.

Thanks, Kel.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#431102: wpasupplicant: New version doesn't allow empty essid?

2007-06-29 Thread graziano
Package: wpasupplicant
Version: 0.6.0-1
Severity: normal


Hello there,

since last update, I cannot any longer connect to general public network
using the clause with an empty essid. To be clear I have 

network={
id_str=dhcp
key_mgmt=NONE
}

in my wpa configuration file but I cannot connect to a NETGEAR station
untill I hadd

network={
ssid=NETGEAR
id_str=dhcp
key_mgmt=NONE
priority=5
}

to the configuration. Used to work flawless before.

thanks
graziano

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-rc4-git2
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages wpasupplicant depends on:
ii  adduser   3.103  Add and remove users and groups
ii  libc6 2.5-11 GNU C Library: Shared libraries
ii  libdbus-1-3   1.1.1-3simple interprocess messaging syst
ii  libncurses5   5.6-3  Shared libraries for terminal hand
ii  libreadline5  5.2-3  GNU readline and history libraries
ii  libssl0.9.8   0.9.8e-5   SSL shared libraries
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip

Versions of packages wpasupplicant recommends:
ii  dhcp3-client  3.0.5-3DHCP client

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]