Problems connecting using Atheros/madwifi

2005-04-07 Thread Derek Atkins
shut down NetworkManager, set the ssid by hand, and ifup the interface, it works just fine with my-network. FWIW, I'm using Madwifi-0.9.4.12, if that matters. Any suggestions? Workarounds? Things I can do to help debug? -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory

Re: Problems connecting using Atheros/madwifi

2005-04-07 Thread Derek Atkins
* Dan -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Still doesn't work (was Re: Problems connecting using Atheros/madwifi)

2005-04-08 Thread Derek Atkins
., will the wireless-tools update fix this issue, too? Or is this another issue?) I hope so. NetworkManager isn't able to retrieve scan results from the card due to the wireless-tools problem, and therefore isn't able to connect to any wireless networks. -- Derek Atkins, SB '93 MIT EE, SM '95 MIT

NetworkManager + Madwifi still not working w/ FC3

2005-04-10 Thread Derek Atkins
28-pre3 I'm certainly seeing this problem on my FC3 laptop with an Atheros chip. I wonder if this is why NetworkManager is having such a large problem with my machine. Any chance you could push out a wireless-tools update to this newer version? -derek -- Derek Atkins, SB '93 MIT EE, SM

Re: VPN Support committed

2005-04-15 Thread Derek Atkins
=$(getvar ${config} Exclude networks) for network in $networks; do ip route del $network 2/dev/null ip route add to $network via $DEF_GATEWAY done Quoting Dan Williams [EMAIL PROTECTED]: On Fri, 2005-04-15 at 12:45 -0400, Derek Atkins wrote: Cool! What's the plan w.r.t. custom

NM + Madwifi -- wont associate?

2005-04-15 Thread Derek Atkins
.FC3.2 hal-0.4.7-1.FC3 ath_hal: module license 'Proprietary' taints kernel. ath_hal: 0.9.14.9 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413) wlan: 0.8.4.5 (EXPERIMENTAL) ath_rate_onoe: 1.0 ath_pci: 0.9.4.12 (EXPERIMENTAL) TIA, -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media

Re: CVS (STABLE_0_3) works for Madwifi/Atheros, but starts too late

2005-05-12 Thread Derek Atkins
org.freedesktop.NetworkManager.wake Dan -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Re: CVS (STABLE_0_3) works for Madwifi/Atheros, but starts too late

2005-05-12 Thread Derek Atkins
[dhcpServerIdentifier], 4); (gdb) quit The program is running. Exit anyway? (y or n) y -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL

Re: CVS (STABLE_0_3) works for Madwifi/Atheros, but starts too late

2005-05-13 Thread Derek Atkins
, giaddr = 0, chaddr = '\0' repeats 15 times, sname = '\0' repeats 63 times, file = '\0' repeats 127 times, options = '\0' repeats 311 times} (gdb) print dhcp_resp.dhcp_msg.options $3 = '\0' repeats 311 times (gdb) quit -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory

Re: CVS (STABLE_0_3) works for Madwifi/Atheros, but starts too late

2005-05-13 Thread Derek Atkins
Quoting Paul Dugas [EMAIL PROTECTED]: On Fri, May 13, 2005 12:33 pm, Derek Atkins said: NetworkManager: DHCP: Got some data of length 66. NetworkManager: DHCP: Reply message was not UDP (ip_hdr-protocol = 6, IPPROTO_UDP = 17), won't use it. NetworkManager: DHCP: Got some data of length

Re: CVS (STABLE_0_3) works for Madwifi/Atheros, but starts too late

2005-05-13 Thread Derek Atkins
Bill Moss [EMAIL PROTECTED] writes: Should not --type=method-call be --type=method_call Indeed, this is true. Thanks. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu

Re: [patch] min_delay bugfix.

2005-06-24 Thread Derek Atkins
want to round up the dealy might be: const guint min_delay = 2 * ((delay + required_tries - 1) / required_tries); This way it doesn't matter which value is larger... As long as both values are positive then the result will be at least 2. -derek -- Derek

Re: Repair function

2005-06-27 Thread Derek Atkins
Quoting Peter Jones [EMAIL PROTECTED]: On Mon, 2005-06-27 at 11:30 -0400, Derek Atkins wrote: No, there's no wireless authentication at MIT. The only authentication is done at the DHCP level, not at the 802.11 level. I don't spend much time on campus, so I could be wrong, but AFAICT

Re: Repair function

2005-06-27 Thread Derek Atkins
had a few cases where the 'wake' didn't actually scan and attach properly, and just went into an endless loop of 'waiting for AP'. David -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http

Re: [patch] 'Start All Wireless Devices' bug fix

2005-06-27 Thread Derek Atkins
Quoting Robert Love [EMAIL PROTECTED]: On Mon, 2005-06-27 at 12:19 -0400, Derek Atkins wrote: Well, in this case I'm on a wireless network, but I still want to turn off scanning -- when it scans I lose connectivity for 10 seconds. Unfortunately the code in 0.3.5 doesn't appear to work

NM doesn't handle two networks with same AP MAC Address?

2005-06-30 Thread Derek Atkins
/NetworkManager/Devices/ath0/Networks/Home wireless (Home wireless) Strength: 7% What I don't understand is why it's showing foo (foo) and foo-a (foo). -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http

Re: suspend/resume wired

2005-06-30 Thread Derek Atkins
FC3 machine. I believe NM is releasing DHCP leases on sleep so there is no issue of leases expiring while NM is asleep. Agreed. Robert Love -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB

[PATCH] Re: NM doesn't handle two networks with same AP MAC Address?

2005-07-01 Thread Derek Atkins
' and 'foo-a' */ + if (path[len] == '\0' || path[len] == '/') +break; } nm_ap_list_iter_free (iter); -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA

Re: [Derek Atkins] [PATCH] Re: NM doesn't handle two networks with same AP MAC Address?

2005-07-12 Thread Derek Atkins
Dan Williams [EMAIL PROTECTED] writes: On Mon, 2005-07-11 at 20:50 -0400, Derek Atkins wrote: Dan, any response to this patch? Think it's something you could use/apply? Hi, Sorry for not replying earlier, I should have applied this to HEAD, FC4, and STABLE last Friday, I think. Dan Ahh

Re: Two issues with 0.3.5

2005-07-18 Thread Derek Atkins
Peter Jones [EMAIL PROTECTED] writes: On Thu, 2005-07-14 at 13:00 -0400, Derek Atkins wrote: Hi, I've got two issues with 0.3.5 right now (well, STABLE_0_3 branch): 1) it's not noticing eth0. I've got kernel log messages that the cable is plugged in, but NM never seems to switch

Re: Two issues with 0.3.5

2005-07-19 Thread Derek Atkins
Peter Jones [EMAIL PROTECTED] writes: On Thu, 2005-07-14 at 13:00 -0400, Derek Atkins wrote: Hi, I've got two issues with 0.3.5 right now (well, STABLE_0_3 branch): 1) it's not noticing eth0. I've got kernel log messages that the cable is plugged in, but NM never seems to switch

Re: 2 questions...

2005-07-25 Thread Derek Atkins
issue between NM, NM-applet, hal, and dbus that can get it all into a very weird state. Robert Love -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL

Re: 2 questions...

2005-07-25 Thread Derek Atkins
for shared-key WPA networks. It might not work as well for interactive 802.1x authentication... Even Windows will setup the network before the login process, assuming the wireless network was configured a priori! How could Windows get something right and Linux not? Dan -derek -- Derek

Re: 2 questions...

2005-07-25 Thread Derek Atkins
Quoting Robert Love [EMAIL PROTECTED]: On Mon, 2005-07-25 at 16:54 -0400, Derek Atkins wrote: IMNSHO it would be much better to store this information globally so that NM can choose from pre-defined networks before the user is logged in. This certainly works fine for WEP

Re: 2 questions...

2005-07-25 Thread Derek Atkins
on network file systems like NFS for my laptop long ago. Not me. :-/ -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED

Re: 2 questions...

2005-07-25 Thread Derek Atkins
Quoting Colin Walters [EMAIL PROTECTED]: On Mon, 2005-07-25 at 17:57 -0400, Derek Atkins wrote: but I shouldn't have to use cached credentials -- I can acquire real credentials if I were just on the network. I don't need to use PAM cached creds in this situation. I just need IP

Re: 2 questions...

2005-07-25 Thread Derek Atkins
in a lurch, having to jump through a bunch of hoops.. Isn't the network generally a system resource, not a user resource? Dan -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu

Re: 2 questions...

2005-07-25 Thread Derek Atkins
network passwords in a place that only root/NM can get to it? Not so big a deal in my mind. These passwords don't authenticate me, per se. They just let me on the network. I still need to use Kerberos, SSH, etc. in order to _do_ anything on the network. -derek -- Derek Atkins, SB '93 MIT EE

Where are NM scripts stored?

2005-07-26 Thread Derek Atkins
Running STABLE_0_3, where can I put scripts that get run when NM binds to a _new_ IP address? I don't see anything obvious in /etc or in the docs. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB

BadNetworkData error?

2005-08-04 Thread Derek Atkins
and why I'm getting it so often? -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key

e1000 events lost after suspend/resume (was Re: Two issues with 0.3.5)

2005-08-08 Thread Derek Atkins
Derek Atkins [EMAIL PROTECTED] writes: Peter Jones [EMAIL PROTECTED] writes: On Thu, 2005-07-14 at 13:00 -0400, Derek Atkins wrote: Hi, I've got two issues with 0.3.5 right now (well, STABLE_0_3 branch): 1) it's not noticing eth0. I've got kernel log messages that the cable

NetworkManagerDaemon (was Re: Where are NM scripts stored?)

2005-08-08 Thread Derek Atkins
Derek Atkins [EMAIL PROTECTED] writes: Running STABLE_0_3, where can I put scripts that get run when NM binds to a _new_ IP address? I don't see anything obvious in /etc or in the docs. Searching through the code I found the answer: /etc/NetworkManager.d HOWEVER, it appears that the FC3 RPM

Re: NMDispatcher

2005-08-08 Thread Derek Atkins
changed between 0.3.5 and whatever is in FC4 (STABLE_0_4?). Thanks, -derek Quoting Bill Moss [EMAIL PROTECTED]: There is some info at http://www.ces.clemson.edu/linux/nm.shtml -- Bill Moss Professor, Mathematical Sciences Clemson University -- Derek Atkins, SB '93 MIT EE, SM '95 MIT

debugging lack of link events

2005-08-10 Thread Derek Atkins
to insert myself and watch all the traffic... Any (1st grade, even) suggestions would be greatly appreciated. I find it quite hard to live with losing network after a suspend/resume. Thanks in advance, -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT

Re: debugging lack of link events

2005-08-10 Thread Derek Atkins
Quoting Robert Love [EMAIL PROTECTED]: On Wed, 2005-08-10 at 11:36 -0400, Derek Atkins wrote: Yep. I see kernel-log linkup/linkdown messages just fine after a suspend/resume.. And if I stop NetworkManager I can ifup eth0 and it works just fine. Is the device still listed in HAL? How do

Re: debugging lack of link events

2005-08-10 Thread Derek Atkins
up. Dan -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Re: HEAD 1.450 applet.c patch

2005-08-16 Thread Derek Atkins
it was last active, and the last chosen time which is the last time a user specifically chose the network. That should preserve the current behavior, too. Dan -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board

Re: Making 'Connect to Other Network...' inactive

2005-08-16 Thread Derek Atkins
___ NetworkManager-list mailing list NetworkManager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL

Re: Execute script when connecting

2005-09-29 Thread Derek Atkins
if the Fedora RPMs install it, but we could. I do not believe the FC3 RPMS install it, and there is no certainly no initscript to auto-run the daemon. Dan -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL

Re: Latest CVS and a couple other tidbits

2005-12-24 Thread Derek Atkins
to work around this. SUBDIRS = subdir0 . subdir1 subdir2 (this will process subdir0, then the current directory, then subdirs 1 and 2) -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http

Re: NM tidbits

2006-01-25 Thread Derek Atkins
Quoting Robert Love [EMAIL PROTECTED]: On Wed, 2006-01-25 at 18:01 -0500, Derek Atkins wrote: What about atheros people who lose connectivity during the scan? (Or has that been fixed in the driver?) That stupid ass problem has been fixed in madwifi-ng. Ahh, then perhaps it's time for me

Re: NM tidbits

2006-01-26 Thread Derek Atkins
software that I run by hand, but I'd prefer it to be NM) to do it for me. Dan -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL

Re: NM tidbits

2006-01-26 Thread Derek Atkins
drive for me.. It's not manual at all. But I DEFINITELY don't want the 802.11 turned off from under me when I pull out the power cable. I want that in the applet. Robert Love -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information

Re: madwifi wext compliance ticket

2006-03-14 Thread Derek Atkins
SSID on both the (a) and (b/g) networks! Eli Criffield -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED

Re: Where to find useful devel docs?

2006-03-15 Thread Derek Atkins
-- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Re: mailman list manager has a misconfiguration.

2006-05-15 Thread Derek Atkins
-- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

How to get VPNC working on FC5?

2006-06-06 Thread Derek Atkins
(): applet-dbus-info.c:639 - couldn't get 'name' item from GConf. ** (nm-applet:17687): WARNING **: WARNING nmi_dbus_get_vpn_connection_properties (): applet-dbus-info.c:639 - couldn't get 'name' item from GConf. -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member

NM crash with bogus password to VPNC?

2006-06-06 Thread Derek Atkins
NetworkManager: file nm-vpn-service.c: line 459 (nm_vpn_service_stage3_connect_cb): assertion failed: (service != NULL) Unfortunately I cannot seem to reproduce this behavior... -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information

Re: How to get VPNC working on FC5?

2006-06-07 Thread Derek Atkins
Dan Williams [EMAIL PROTECTED] writes: On Tue, 2006-06-06 at 18:47 -0400, Derek Atkins wrote: Hmm.. After rebooting and restarting (due to a number of other reasons) the VPN configuration is now in the list. I guess I would have assumed it would get there in real-time. Yes, it really

Re: [3/3] Do something with trusted networks

2006-06-08 Thread Derek Atkins
a or b/g network. When I go to the IETF meetings they have both (a) and (b/g) networks all with the same ESSID, and there's no way in NM to specify I want the (a) network. Robert Love -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student

Re: [3/3] Do something with trusted networks

2006-06-08 Thread Derek Atkins
. SSID: stupid, BSSID: xx:12, broadcast, WPA1 g. SSID: stupid, BSSID: xx:66, broadcast, WEP I would ask that you also add 802.11 mode to this mix.. In particular separating 802.11(a) from 802.11(b/g) would be a GOOD THING. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory

Re: [3/3] Do something with trusted networks

2006-06-08 Thread Derek Atkins
Quoting Robert Love [EMAIL PROTECTED]: On Thu, 2006-06-08 at 13:30 -0400, Derek Atkins wrote: I would ask that you also add 802.11 mode to this mix.. In particular separating 802.11(a) from 802.11(b/g) would be a GOOD THING. Good point. It is definitely not a spec violation to mix ESSID

Re: How to set up Bind/SplitDNS on FC5?

2006-06-22 Thread Derek Atkins
-- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Re: How to set up Bind/SplitDNS on FC5?

2006-06-23 Thread Derek Atkins
recently on my laptop. FYI: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=196398 No clue if this will get changed, but it wont if it's not requested. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB

Re: How to set up Bind/SplitDNS on FC5?

2006-06-23 Thread Derek Atkins
routing that we've already got. Fair enough. I guess I can wait until this gets integrated in. I thought it had already, but I guess not. Oh well. A local caching nameserver is better, anyways. Dan -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT

Re: Association timeout with madwifi

2006-06-28 Thread Derek Atkins
] http://www.namsisi.com/ ___ NetworkManager-list mailing list NetworkManager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student

FC5, Madwifi, NM -- network recovery after suspend-to-ram?

2006-07-11 Thread Derek Atkins
? Am I missing something I need to do? Any help would be appreciated... -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL

FC5 NM/Madwifi roaming loses IP Address

2006-07-11 Thread Derek Atkins
back up it's forgotten my DHCP lease and gets me a new IP Address. Is there any particular reason you can't keep dhclient running so it doesn't lose state? -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB

Re: FC5 NM/Madwifi roaming loses IP Address

2006-07-12 Thread Derek Atkins
Quoting Robert Love [EMAIL PROTECTED]: On Tue, 2006-07-11 at 15:05 -0400, Derek Atkins wrote: I'm sitting here in Montréal at the IETF and noticed a really annoying problem. When I wander from one room to another I have to roam from one AP to another, and NM seems to disconnect the network

Re: FC5 NM/Madwifi roaming loses IP Address

2006-07-12 Thread Derek Atkins
Quoting Dan Williams [EMAIL PROTECTED]: On Wed, 2006-07-12 at 09:09 -0400, Derek Atkins wrote: Quoting Robert Love [EMAIL PROTECTED]: On Tue, 2006-07-11 at 15:05 -0400, Derek Atkins wrote: I'm sitting here in Montréal at the IETF and noticed a really annoying problem. When I wander

Re: FC5 NM/Madwifi roaming loses IP Address

2006-07-12 Thread Derek Atkins
Quoting Robert Love [EMAIL PROTECTED]: On Wed, 2006-07-12 at 12:14 -0400, Derek Atkins wrote: Or even if it's the same ESSID (regardless of whether the BSSID is cached or not)? If I walk across the IETF floor quickly it's possible that my ultimate destination might not be a BSSID

Limit on number of APs? Some way to force-rescan?

2006-07-12 Thread Derek Atkins
really stress test both Madwifi and NM all the time with my personal usage patterns??? -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL

Re: Limit on number of APs? Some way to force-rescan?

2006-07-12 Thread Derek Atkins
that as soon as I do this problem will go away because there will be an 'a' network AP earlier in the scan list and therefore NM will see it. At least, that's my guess. I don't know. Dan -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student

Re: Limit on number of APs? Some way to force-rescan?

2006-07-12 Thread Derek Atkins
. It FEELS like it's only pulling down the first N-kb of the scan results. Is the scan logged anywhere by NM? Dan -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord

Re: Limit on number of APs? Some way to force-rescan?

2006-07-12 Thread Derek Atkins
; case SIOCGIWMODE: switch (iwe-u.mode) Dan Is the scan logged anywhere by NM? A new AP showed up in my list.. And it's #1 in my scan list. So I'm still thinking that NM isn't seeing the full scan results. -derek -- Derek Atkins, SB '93 MIT EE, SM '95

Re: Limit on number of APs? Some way to force-rescan?

2006-07-13 Thread Derek Atkins
-- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Re: NM not connecting on resume, ipw2200

2006-07-13 Thread Derek Atkins
the essid still had its previous value. Dan applied patches at HEAD 1.934 to fix this. What file was changed? Is/has this patch been backported to 0.6? And would this affect madwifi as well? -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student

Re: FC5, Madwifi, NM -- network recovery after suspend-to-ram?

2006-07-13 Thread Derek Atkins
Tim Niemueller [EMAIL PROTECTED] writes: Derek Atkins schrieb: Hey, My only issue right now is that the wireless network doesn't seem to come back automatically after a suspend-to-ram. Maybe I'm not doing Add a file /etc/pm/hooks/80madwifi and will it with: #!/bin/bash . /etc/pm

Re: Setting access point MAC address?

2006-07-24 Thread Derek Atkins
. The problem appears to be that some combination of wpa_supplicant and/or NM think that it can roam better than the driver can, and THAT'S where madwifi has problems. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board

Re: Setting access point MAC address?

2006-07-25 Thread Derek Atkins
and ap_scan=2? Dan -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

NM 0.6.3 crashed. (backtrace included)

2006-07-27 Thread Derek Atkins
available. Jul 27 15:23:39 cliodev NetworkManager: #4 0x08068ac9 in main () Jul 27 15:23:39 cliodev NetworkManager: No symbol table info available. Jul 27 15:23:39 cliodev NetworkManager: *** END ** -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media

Re: NM 0.6.3 crashed. (backtrace included)

2006-07-29 Thread Derek Atkins
Quoting Dan Williams [EMAIL PROTECTED]: On Thu, 2006-07-27 at 15:42 -0400, Derek Atkins wrote: I wasn't around so I'm not sure what was going on at the time... The D-Bus pending call bug which was recently fixed by the pending call handling rewrite for dbus 0.9.1 and later. It's completely

Re: [PATCH RFC] set SSID before launching wpa_supplicant

2006-08-11 Thread Derek Atkins
madwifi-ng 0.9.1 For what it's worth I was having trouble with NM attaching to a network that doesn't broadcast its SSID using the madwifi-ng driver.. When I tried it yesterday it just couldn't associate properly. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory

Debugging NM + VPNC + Split-DNS

2006-10-18 Thread Derek Atkins
environment so I can see everything that the server pushed down to me? -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED

Re: vpnc and determining correct routes

2006-10-23 Thread Derek Atkins
two domains instead of one domain. So in what way does this not work? Or is it working for me specifically because I'm running named? -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http

Re: vpnc and determining correct routes

2006-10-24 Thread Derek Atkins
is unfortunate -- I wish vpnc would export more of the VPN configuration. I couldn't even figure out how to get NM to call VPNC in such a way to actually dump the full configuration debug info to syslog! Either that or the nm-vpnc-service is eating the vpnc debug output.. :( -derek -- Derek Atkins

Re: vpnc and determining correct routes

2006-10-24 Thread Derek Atkins
to see if they are. dan -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

NM-0.6.4 + madwifi-0.9.2 at IETF: frequent 802.11a reconnects

2006-11-08 Thread Derek Atkins
handler scheduled. Nov 8 21:28:01 cliodev NetworkManager: information Activation (ath0) Stage 5 of 5 (IP Configure Commit) complete. -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http

Re: Is there a way / plugin to make Network manager use installed cisco vpnclient?

2006-11-12 Thread Derek Atkins
:) Is it that long? I seem to recall having issues as soon as 8-10 hours. Is there still even any development on vpnc? Last I saw they hadn't had any commits or releases since 2005.. But I admit that yes, it works quite well most of the time. Dan -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT

Re: Is there a way / plugin to make Network manager use installed cisco vpnclient?

2006-11-13 Thread Derek Atkins
tried keeping it up for long periods of time was back with 0.3.2 in FC3. I'm glad to hear that it's working better now. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu

Re: Autoip - icon

2006-11-14 Thread Derek Atkins
-- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Re: VPN plugin dependencies

2006-11-24 Thread Derek Atkins
@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED

Re: Unnecessary reconnects

2006-12-06 Thread Derek Atkins
brought back up after that time, it kills the connection. The problem I see is that a quick link timeout pulls the whole connection down, even if the situation is such that if you did NOTHING it would all recover on its own. I'm using madwifi-0.9.2 in case it matters. -derek -- Derek Atkins

Re: Finding existing PPP connection?

2006-12-14 Thread Derek Atkins
/networkmanager-list -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Re: Finding existing PPP connection?

2006-12-15 Thread Derek Atkins
Voice: 863-709-0204 Cell: 863-860-0985 Fax: 863-709-0506 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Derek Atkins Sent: Thursday, December 14, 2006 5:08 PM To: Dan Williams Cc: NetworkManager-list@gnome.org Subject: Re: Finding existing PPP

Why BSSID? (was Re: A couple of minor issues with NM)

2006-12-26 Thread Derek Atkins
need the BSSID is in cases of AdHoc networks, or for networks like linksys. Is there some non-obvious issue that I'm failing to comprehend? -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http

Re: Feature question

2007-02-07 Thread Derek Atkins
-- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH [EMAIL PROTECTED]PGP key available

Re: Singe DES encryption should be enabled

2007-02-23 Thread Derek Atkins
have some free time. That would be much appreciated. In that case I'd suggest the following name for this option in the UI: Enable Extremely Insecure You'll-be-sorry Weak VPN Encryption Just my $0.02 as a member of the IETF Security Area Directorate. -derek -- Derek Atkins, SB '93 MIT

Re: networkmanager fails to associate (ipw3945)

2007-02-28 Thread Derek Atkins
) Intel(R) PRO/Wireless 3945 Network Connection driver for Linux, 1.2.0d 4) IEEE 802.11 data/management/control stack, git-1.1.13 Have you tried hidden-SSID, open networks, too? Rod -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information

Re: networkmanager fails to associate (ipw3945)

2007-03-01 Thread Derek Atkins
Rodney Morris [EMAIL PROTECTED] writes: On 2/28/07, Rodney Morris [EMAIL PROTECTED] wrote: On 2/28/07, Derek Atkins [EMAIL PROTECTED] wrote: Rodney Morris [EMAIL PROTECTED] writes: NetworkManager works for me. I can attached to open, WEP, WPA-PSK, and WPA2-PSK access points

Re: NM and ipw3945 once again

2007-03-13 Thread Derek Atkins
these log messages and I don't have disconnect events. But obviously this only works with unsecured networks. But this certainly leads me to believe it's a problem in wpa_supplicant and/or NM and NOT a driver bug. Dan -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory

Re: run script after connection is established

2007-03-27 Thread Derek Atkins
a script that does the login for me when i'm connected to that ESSID. See NetworkManagerDispatcher -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA

Re: Selecting among multiple WAPs with the same SSID (again)

2007-03-29 Thread Derek Atkins
Sciences mjs AT clemson DOT edu http://www.math.clemson.edu/~mjs ___ NetworkManager-list mailing list NetworkManager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list -- Derek Atkins, SB '93 MIT EE, SM '95 MIT

Re: PATCH: prevent repeated reconnections with some chipsets

2007-04-02 Thread Derek Atkins
properly differentiate) I haven't tried this particular patch yet, but I was planning to the next time I'm in an environment where I see this particular lossage. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB

Re: intel pro wireless 3945ABG + Feisty Ubuntu + F7t4

2007-05-03 Thread Derek Atkins
, disabled I haven't tried open networks or WPA (although I suppose I can open up one of my networks to test it). Any suggestions of things to do or test? -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB

Re: intel pro wireless 3945ABG + Feisty Ubuntu + F7t4

2007-05-03 Thread Derek Atkins
NetworkManager: nm_device_is_802_3_ethernet: assertion `dev != NULL' failed May 3 12:07:41 pgpdev NetworkManager: nm_device_is_802_11_wireless: assertion `dev != NULL' failed So... Closer, but still no dice. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member

Re: intel pro wireless 3945ABG + Feisty Ubuntu + F7t4

2007-05-04 Thread Derek Atkins
specifically on the theory that it would be more stable than an Atheros card. I hope I wasn't mistaken! Dan -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA

Re: intel pro wireless 3945ABG + Feisty Ubuntu + F7t4

2007-05-05 Thread Derek Atkins
. We'll see. I still have a lot more configuration to do before I can migrate my desktop to the new machine. Don't know if I'll have the time to do all that in the next 26 hours. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information

Re: intel pro wireless 3945ABG + Feisty Ubuntu + F7t4

2007-05-07 Thread Derek Atkins
Quoting Dan Williams [EMAIL PROTECTED]: On Sat, 2007-05-05 at 10:13 -0400, Derek Atkins wrote: Dan, FYI, for kicks I decided to install and try the ipw3945 drivers on my F7t4 system. I installed ipw3945 packages from DAG with a few changes: * I installed version 1.7.22 of the ipw3945

Re: different icons if internet is available

2007-05-20 Thread Derek Atkins
if you actually _are_ on the internet due to captive portals, firewalls, NATs, etc. So in the end, it shouldn't be on by default. Dan -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http

  1   2   3   >