Re: [PATCH] LEAP support in NetworkManager

2006-08-09 Thread Jason Martens
Dan Williams wrote:
 On Wed, 2006-08-02 at 13:44 -0500, Jason Martens wrote:
   
 Alright,  I've finally succeeded in building n-m from CVS with leap 
 support.  We use a (perhaps) strange wireless configuration here, where 
 the Cisco Access Points run two separate wireless networks off of one 
 access point.  One is unencrypted, the other uses WPA-Enterprise, TKIP 
 and LEAP.  I cannot connect to the WPA access point even with the LEAP 
 support.  Does the current LEAP support allow for TKIP?
 

 Hmm, I don't think so...  does wpa_supplicant support that?

 Dan
   

Turns out that it does.  Here's my wpa_supplicant conf file:

network={
ssid=essid
scan_ssid=1
key_mgmt=WPA-EAP
group=TKIP
pairwise=TKIP
auth_alg=OPEN LEAP
eap=LEAP
priority=2
proto=WPA
identity=username
password=password
}

If you want it, I can send the debugging output from wpa_supplicant when
I connect.

Jason

___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: NM Doesn't List Ethernet Card

2006-08-09 Thread Dan Williams
On Mon, 2006-08-07 at 21:54 +0200, Nicolas Ikke Trangez wrote:
 On Mon, 2006-08-07 at 15:22 -0400, Dan Williams wrote:
  Is it that this driver doesn't support carrier detection
 Yup

Ok; if the driver doesn't support carrier detection, NM will _never_
autoconnect.  You must connect manually.

  , or does it not
  have the right sysfs attributes to show up in HAL as an 802.3 device?
 It does show up, I can manually select the connection in nm-applet

Was the original bug about NM not showing the wired RealTek card at all?
Because if NM isn't show the card at all, then it's a driver bug
usually.  But if NM shows the card, and doesn't autoconnect with it,
then carrier detection is missing in the driver.

  Can somebody attach an 'lshal' dump as well as a 'tree sysfs' dump, both
  compressed and attached to the mail?
 Not necessary:
 
 sky src # pwd
 /root/r1000/r1000/src
 sky src # ls
 Makefile   Makefile_linux26x  r1000_ioctl.c
 Makefile_linux24x  r1000.hr1000_n.c
 sky src # grep netif_carrier_ *
 sky src #
 
 Nicolas
 

___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: NM Doesn't List Ethernet Card

2006-08-09 Thread Nicolas \Ikke\ Trangez
On Wed, 2006-08-09 at 15:25 -0400, Dan Williams wrote:
 Was the original bug about NM not showing the wired RealTek card at
 all?
 Because if NM isn't show the card at all, then it's a driver bug
 usually.  But if NM shows the card, and doesn't autoconnect with it,
 then carrier detection is missing in the driver. 
IIRC this was fixed between the last and last-but-one version of NM.
Could be wrong here.

Nicolas

___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list