issues with new wpa adhoc fixes

2008-10-21 Thread Björn Martensen
Hi, I tried the adhoc wpa fixes from yesterday and found some issues: - i am connected to my wpa2 wifi network - i create a new wpa/wpa2 adhoc connection when the connection should be established, nm dies and i have to restart /etc/rc.d/networkmanager. - when it has restarted, i connect to my

Re: Mobile Broadband - how do I trace/debug the modem initialisation?

2008-10-21 Thread Craig Main
On Mon, 2008-10-20 at 13:26 -0400, Dan Williams wrote: On Mon, 2008-10-20 at 17:55 +0300, Tambet Ingo wrote: On Sat, Oct 18, 2008 at 2:59 PM, Rick Jones [EMAIL PROTECTED] wrote: Where are the actual dialling protocol exchanges defined - are they hard-coded? Not being able to script this

Re: Mobile Broadband - how do I trace/debug the modem initialisation?

2008-10-21 Thread Tambet Ingo
On Tue, Oct 21, 2008 at 10:47 AM, Craig Main [EMAIL PROTECTED] wrote: I am having a similar issue on my Dell Latitude E6500 which has a Broadcom 5530 buildin hsdpa minicard. This device gives an ERROR when sent an ATZ command. Using a chat script or wvdial with a cusomized wvdial.conf file

Re: Mobile Broadband - how do I trace/debug the modem initialisation?

2008-10-21 Thread Craig Main
On Tue, 2008-10-21 at 11:03 +0300, Tambet Ingo wrote: On Tue, Oct 21, 2008 at 10:47 AM, Craig Main [EMAIL PROTECTED] wrote: I am having a similar issue on my Dell Latitude E6500 which has a Broadcom 5530 buildin hsdpa minicard. This device gives an ERROR when sent an ATZ command. Using a

Re: Mobile Broadband - how do I trace/debug the modem initialisation?

2008-10-21 Thread Tambet Ingo
On Tue, Oct 21, 2008 at 11:17 AM, Craig Main [EMAIL PROTECTED] wrote: atz ERROR ATE1 V1 X4 C1 +FCLASS=0 OK ATZ E0 V1 ERROR Ah, so it is the reset command, thank you. We've been trying to avoid workarounds for different modems to NetworkManager so unfortunately for now, you'll need to change

Re: Mobile Broadband - how do I trace/debug the modem initialisation?

2008-10-21 Thread Per Hallsmark
Hi, The 5530 string triggers me... :-) I would believe it to be some other vendor than broadcom. It probably would be supported by the mbm plugin. The reason you get errors on atz is because it uses atf instead (an alias sort of to atz) Also, the modem comes up with cfun=4 (rf disabled) and an

Re: Mobile Broadband - how do I trace/debug the modem initialisation?

2008-10-21 Thread Stuart Ward
The issue is that you have enabled unsolicited response codes. Several possable solutions 1) add +CREG=0 to your init string to disable. 2) perhaps nm should be able to parse the response string and match it to a regex expression rather than a fixed string. What is important is the the modem is

Re: Mobile Broadband - how do I trace/debug the modem initialisation?

2008-10-21 Thread Craig Main
On Tue, 2008-10-21 at 10:47 +0200, Per Hallsmark wrote: Hi, The 5530 string triggers me... :-) I would believe it to be some other vendor than broadcom. It probably would be supported by the mbm plugin. The reason you get errors on atz is because it uses atf instead (an alias sort of

Re: Mobile Broadband - how do I trace/debug the modem initialisation?

2008-10-21 Thread Tambet Ingo
On Tue, Oct 21, 2008 at 11:50 AM, Stuart Ward [EMAIL PROTECTED] wrote: The issue is that you have enabled unsolicited response codes. Several possable solutions 1) add +CREG=0 to your init string to disable. 2) perhaps nm should be able to parse the response string and match it to a regex

Re: Mobile Broadband - how do I trace/debug the modem initialisation?

2008-10-21 Thread Per Hallsmark
Hello Craig, Yes, this is definitly a modem that falls into the mbm plugin. I've submitted a patch for it earlier to this list, although that one requires another NetworkManager patch (changing a bit how iface/ip_iface is used) as well as a driver which unfortunally isn't submitted yet (but will

Re: Mobile Broadband - how do I trace/debug the modem initialisation?

2008-10-21 Thread Stuart Ward
-- Stuart Ward M +44 7782325143 On Tue, Oct 21, 2008 at 9:58 AM, Tambet Ingo [EMAIL PROTECTED] wrote: On Tue, Oct 21, 2008 at 11:50 AM, Stuart Ward [EMAIL PROTECTED] wrote: The issue is that you have enabled unsolicited response codes. Several possable solutions 1) add +CREG=0 to your

Re: Mobile Broadband - how do I trace/debug the modem initialisation?

2008-10-21 Thread Craig Main
On Tue, 2008-10-21 at 11:14 +0200, Per Hallsmark wrote: Hello Craig, Yes, this is definitly a modem that falls into the mbm plugin. I've submitted a patch for it earlier to this list, although that one requires another NetworkManager patch (changing a bit how iface/ip_iface is used) as

Re: Mobile Broadband - how do I trace/debug the modem initialisation?

2008-10-21 Thread Rick Jones
--On Tuesday, October 21, 2008 11:58:58 +0300 Tambet Ingo [EMAIL PROTECTED] wrote: ¦ What? The issue is that there's a modem that does not like 'Z' (reset) ¦ command. It has nothing to do with +CREG or unsolicited response ¦ codes. We're talking about modem initialization, registration comes ¦

Re: Network-Manager applet r953 fails to compile.

2008-10-21 Thread Pramod Dematagoda
On Mon, 2008-10-20 at 13:07 -0400, Dan Williams wrote: On Sat, 2008-10-18 at 19:13 +0530, Pramod Dematagoda wrote: I've just pulled r953 of network-manager-applet, however when I try to compile it I get the following errors from make:- gconf-helpers.c: In function

Re: Mobile Broadband - how do I trace/debug the modem initialisation?

2008-10-21 Thread Tambet Ingo
On Tue, Oct 21, 2008 at 12:14 PM, Per Hallsmark [EMAIL PROTECTED] wrote: Yes, this is definitly a modem that falls into the mbm plugin. I've submitted a patch for it earlier to this list, although that one requires another NetworkManager patch (changing a bit how iface/ip_iface is used) as

Re: Mobile Broadband - how do I trace/debug the modem initialisation?

2008-10-21 Thread Dan Williams
On Tue, 2008-10-21 at 10:39 +0100, Rick Jones wrote: --On Tuesday, October 21, 2008 09:50:35 +0100 Stuart Ward [EMAIL PROTECTED] wrote: ¦ The issue is that you have enabled unsolicited response codes. Several possable solutions ¦ 1) add +CREG=0 to your init string to disable. ¦ 2) perhaps

Re: issues with new wpa adhoc fixes

2008-10-21 Thread Dan Williams
On Tue, 2008-10-21 at 08:26 +0200, Björn Martensen wrote: Hi, I tried the adhoc wpa fixes from yesterday and found some issues: Can you try with svn r4200? There were a few unrelated issues that I fixed last night/this morning that could help out some of the issues here. Also, what kernel

Re: How to connect to a specified wireless access point via network manager's dbus service?

2008-10-21 Thread Dan Williams
On Tue, 2008-10-21 at 09:25 +0800, Zhe Su wrote: Thanks for your feedback. On Tue, Oct 21, 2008 at 1:28 AM, Dan Williams [EMAIL PROTECTED] wrote: On Sat, 2008-10-18 at 23:47 +0800, Zhe Su wrote: Hi, I'm writing an application which needs to control

Re: Network-Manager applet r953 fails to compile.

2008-10-21 Thread Dan Williams
On Tue, 2008-10-21 at 15:04 +0530, Pramod Dematagoda wrote: On Mon, 2008-10-20 at 13:07 -0400, Dan Williams wrote: On Sat, 2008-10-18 at 19:13 +0530, Pramod Dematagoda wrote: I've just pulled r953 of network-manager-applet, however when I try to compile it I get the following errors from

Re: Hack to allow passing Vendor=nortel in network-manager-vpnc

2008-10-21 Thread Dan Williams
On Mon, 2008-10-20 at 22:55 +0200, Cyril Jaquier wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Sean, I have compiled the nortel branch of vpnc and can successfully connect to my corporate network. Is there a way I can use the vpnc network-manager plugin and pass the

Re: Network-Manager applet r953 fails to compile.

2008-10-21 Thread Pramod Dematagoda
On Tue, 2008-10-21 at 09:24 -0400, Dan Williams wrote: On Tue, 2008-10-21 at 15:04 +0530, Pramod Dematagoda wrote: On Mon, 2008-10-20 at 13:07 -0400, Dan Williams wrote: On Sat, 2008-10-18 at 19:13 +0530, Pramod Dematagoda wrote: I've just pulled r953 of network-manager-applet, however

Re: Mobile Broadband - how do I trace/debug the modem initialisation?

2008-10-21 Thread Dan Williams
On Tue, 2008-10-21 at 10:54 +0200, Craig Main wrote: On Tue, 2008-10-21 at 10:47 +0200, Per Hallsmark wrote: Hi, The 5530 string triggers me... :-) I would believe it to be some other vendor than broadcom. It probably would be supported by the mbm plugin. The reason you get

Re: Mobile Broadband - how do I trace/debug the modem initialisation?

2008-10-21 Thread Per Hallsmark
Dan Williams wrote: Mobile broadband parts are a lot more standardized than Hayes-compatible modems. Ehm... not sure I agree... How many different type of broadband modems does NM/MM support? (note not rebranded but *different*...) /Per ___

Re: Mobile Broadband - how do I trace/debug the modem initialisation?

2008-10-21 Thread Dan Williams
On Tue, 2008-10-21 at 15:48 +0200, Per Hallsmark wrote: Dan Williams wrote: Mobile broadband parts are a lot more standardized than Hayes-compatible modems. Ehm... not sure I agree... How many different type of broadband modems does NM/MM support? (note not rebranded but

Re: Mobile Broadband - how do I trace/debug the modem initialisation?

2008-10-21 Thread Per Hallsmark
Dan Williams wrote: On Tue, 2008-10-21 at 15:48 +0200, Per Hallsmark wrote: Dan Williams wrote: Mobile broadband parts are a lot more standardized than Hayes-compatible modems. Ehm... not sure I agree... How many different type of broadband modems does NM/MM support? (note

Re: Network-Manager applet r953 fails to compile.

2008-10-21 Thread Pramod Dematagoda
On Tue, 2008-10-21 at 09:52 -0400, Dan Williams wrote: On Tue, 2008-10-21 at 19:07 +0530, Pramod Dematagoda wrote: On Tue, 2008-10-21 at 09:24 -0400, Dan Williams wrote: On Tue, 2008-10-21 at 15:04 +0530, Pramod Dematagoda wrote: On Mon, 2008-10-20 at 13:07 -0400, Dan Williams wrote:

Re: Network-Manager applet r953 fails to compile.

2008-10-21 Thread Dan Williams
On Tue, 2008-10-21 at 19:39 +0530, Pramod Dematagoda wrote: On Tue, 2008-10-21 at 09:52 -0400, Dan Williams wrote: On Tue, 2008-10-21 at 19:07 +0530, Pramod Dematagoda wrote: On Tue, 2008-10-21 at 09:24 -0400, Dan Williams wrote: On Tue, 2008-10-21 at 15:04 +0530, Pramod Dematagoda

Re: Network-Manager applet r953 fails to compile.

2008-10-21 Thread Alexander Sack
On Tue, Oct 21, 2008 at 09:52:54AM -0400, Dan Williams wrote: On Tue, 2008-10-21 at 19:07 +0530, Pramod Dematagoda wrote: But that doesn't really work does it since the configure script is looking for dbus-glib = 0.75 whereas the version in Fedora 9 is 0.74. Right. I've backported the

Re: Network-Manager applet r953 fails to compile.

2008-10-21 Thread Dan Williams
On Tue, 2008-10-21 at 16:55 +0200, Alexander Sack wrote: On Tue, Oct 21, 2008 at 09:52:54AM -0400, Dan Williams wrote: On Tue, 2008-10-21 at 19:07 +0530, Pramod Dematagoda wrote: But that doesn't really work does it since the configure script is looking for dbus-glib = 0.75 whereas the

RE: Mobile Broadband - how do I trace/debug the modem initialisation?

2008-10-21 Thread Main, Craig
-Original Message- From: Tambet Ingo [mailto:[EMAIL PROTECTED] Sent: Tue 10/21/2008 11:19 AM To: Per Hallsmark Cc: Main, Craig; networkmanager-list@gnome.org Subject: Re: Mobile Broadband - how do I trace/debug the modem initialisation? On Tue, Oct 21, 2008 at 12:14 PM, Per Hallsmark

laptop - ethernet up on login in KDE network manager

2008-10-21 Thread K M Nur
Hi, I'm having a strange problem, everytime I log on to kde desltop, my nm-applet tries to connect and eventually tells me it is connected through eth0 however I cant browse. Every time I want to use my ethernet card I need to login as root and go to system-config-network to reactivate my

RE: Mobile Broadband - how do I trace/debug the modem initialisation?

2008-10-21 Thread Dan Williams
On Tue, 2008-10-21 at 19:16 +0200, Main, Craig wrote: -Original Message- From: Tambet Ingo [mailto:[EMAIL PROTECTED] Sent: Tue 10/21/2008 11:19 AM To: Per Hallsmark Cc: Main, Craig; networkmanager-list@gnome.org Subject: Re: Mobile Broadband - how do I trace/debug the modem

Re: laptop - ethernet up on login in KDE network manager

2008-10-21 Thread Dan Williams
On Wed, 2008-10-22 at 00:05 +0600, K M Nur wrote: Hi, I'm having a strange problem, everytime I log on to kde desltop, my nm-applet tries to connect and eventually tells me it is connected through eth0 however I cant browse. Every time I want to use my ethernet card I need to login as root

Re: issues with new wpa adhoc fixes

2008-10-21 Thread Björn Martensen
On Tue, 2008-10-21 at 09:26 -0400, Dan Williams wrote: On Tue, 2008-10-21 at 08:26 +0200, Björn Martensen wrote: Hi, I tried the adhoc wpa fixes from yesterday and found some issues: Can you try with svn r4200? There were a few unrelated issues that I fixed last night/this morning

Re: issues with new wpa adhoc fixes

2008-10-21 Thread Björn Martensen
tried again, here some results: start nm * auto to home network * create new adhoc * from list * message to be connected, crash * same name, same pass, but re-entered it * message to be connected, crash

Re: wpa_supplicant cli works, but NM insists wireless is disabled

2008-10-21 Thread Dan Williams
On Tue, 2008-09-30 at 16:27 -0400, Andrew wrote: On Tue, 2008-09-30 at 15:18 -0400, Andrew wrote: On Tue, 2008-09-30 at 12:22 -0400, Andrew wrote: On Tue, 2008-09-30 at 06:30 -0400, Andrew wrote: On Mon, 2008-09-29 at 18:44 -0400, Andrew wrote: On Sun, 2008-09-28 at 19:21 -0400,

static ip and kppp

2008-10-21 Thread K M Nur
I use static ip. I need to use static ip at my office however I do need to use kppp for my gprs connection when I'm mobile. Please help. ___ NetworkManager-list mailing list NetworkManager-list@gnome.org

Re: Mobile Broadband - how do I trace/debug the modem initialisation?

2008-10-21 Thread Rick Jones
--On Tuesday, October 21, 2008 09:21:36 -0400 Dan Williams [EMAIL PROTECTED] wrote: ¦ Inelegant though it is, i think NM does need a way to define custom ¦ init ( de-init?) strings externally. This has been the bane of ¦ ¦ God no. It's like adding text boxes for arbitrary command line ¦

RE: Mobile Broadband - how do I trace/debug the modem initialisation?

2008-10-21 Thread Rick Jones
--On Tuesday, October 21, 2008 14:08:25 -0400 Dan Williams [EMAIL PROTECTED] wrote: ¦ On Tue, 2008-10-21 at 19:16 +0200, Main, Craig wrote: .. ¦ -- Modem initialized. ¦ -- Sending: ATDT*99***1# ¦ -- Waiting for carrier. ¦ ATDT*99***1# ¦ [EMAIL PROTECTED] }9}#}%B#}%}(}}' } } }

Re: wpa_supplicant cli works, but NM insists wireless is disabled

2008-10-21 Thread Andrew
However, could you please provide a quick hack to meet my rare need, to keep my wifi class always enabled, regardless of what the BIOS is reporting? It would be confined to my system strictly. You could simply not schedule killswitch checks by commenting this code in src/nm-hal-manager.c out:

stupid question - duplicated list ?

2008-10-21 Thread Andrew
this may have been addressed before, but my googling has been fruitless. Why does the dropdown list from nm-applet have all the available networks duplicated? (first the list, then its copy?) I have installed/upgraded to about 10 diffent Fedora 9 systems, and in every one I had the

Required libdbus-dlib-1-dev version 0.75

2008-10-21 Thread Patrik Dufresne
Hi, I'm trying to setup my environment to develop a bit on Network-Manager. I'm motivated to improve the VPN pptp module. When executing ./autogen.sh, it's required libdbus-dlib-1-dev = 0.75. I have Ubuntu hardy and got version 0.74. Where can I get the newer version ? Regards, Patrik

Re: [PATCH] Saving only the group password in keyring

2008-10-21 Thread Mathieu Trudel-Lapierre
Dan, I finally got something together, following some of the ideas you pointed out. I've also done a slight change to the auth dialog to not show the passwords that are already known in the keyring, unless it's in a reprompt situation (although I haven't been able to test it without manually