Re: Creating adhoc wireless Network

2009-07-07 Thread nexus
On Mon, 2009-07-06 at 11:18 -0400, ne...@aflb.com wrote: Hi Dan, I'm playing with the script you provide me but I have a problem : File Create_Wireless.py, line 135, in module if props['DeviceType'] == 2: # wifi KeyError: 'DeviceType' if I execute step by steps : print

Re: NM CLI

2009-07-07 Thread Marc Herbert
John Mahoney a écrit : I like python, but I only see it becoming a limitation once the system reaches an embedded device. Python does not like to run on systems with 64 megs or less. If the final goal is to have a cli with the ability to run without even an x server then I see the embedded

Re: ZTE modem problems and workrounds

2009-07-07 Thread Przemek Kulczycki
On Mon, Jul 6, 2009 at 6:57 PM, Dan Williamsd...@redhat.com wrote: On Thu, 2009-07-02 at 22:56 +0200, Przemek Kulczycki wrote: Hi Dan. I have a similar problem with my ZTE MF626 bought in Poland. I'm attaching outputs of lshal, lsusb -vv and dmesg. If you need any more outputs from me, feel

Re: ZTE modem problems and workrounds

2009-07-07 Thread Rick Jones
--On Tuesday, July 07, 2009 00:03:49 +0100 Rick Jones r...@activeservice.co.uk wrote: I find that about one time in 4 or 5 it doesn't detect any port as a modem, but unplug/re-plug and it usually gets it. I think this is probably because the probe responses get masked by the stream of UMs

Re: Creating adhoc wireless Network

2009-07-07 Thread Dan Williams
On Tue, 2009-07-07 at 03:54 -0400, ne...@aflb.com wrote: On Mon, 2009-07-06 at 11:18 -0400, ne...@aflb.com wrote: Hi Dan, I'm playing with the script you provide me but I have a problem : File Create_Wireless.py, line 135, in module if props['DeviceType'] == 2: # wifi

Re: Using a mobile phone via Bluetooth

2009-07-07 Thread Dan Williams
On Mon, 2009-07-06 at 23:52 -0400, Ryan Novosielski wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Williams wrote: On Mon, 2009-07-06 at 12:54 -0400, Ryan Novosielski wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Morrison wrote: Saw this on the Planet Fedora

Re: Using a mobile phone via Bluetooth

2009-07-07 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Williams wrote: On Mon, 2009-07-06 at 23:52 -0400, Ryan Novosielski wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Williams wrote: On Mon, 2009-07-06 at 12:54 -0400, Ryan Novosielski wrote: -BEGIN PGP SIGNED MESSAGE-

Re: adsl connection always connected

2009-07-07 Thread Dan Williams
On Mon, 2009-07-06 at 19:24 -0300, Domingo Becker wrote: 2009/7/6 Dan Williams d...@redhat.com: Not at the moment, but in an update NM will try harder to keep these sorts of connections up. I found that it disconnects when I log out of the session. Think of a server where nobody logs

Re: Using a mobile phone via Bluetooth

2009-07-07 Thread david . daniel . smith
On Tue, Jul 7, 2009 at 3:18 AM, Dan Williamsd...@redhat.com wrote: On Mon, 2009-07-06 at 12:54 -0400, Ryan Novosielski wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Morrison wrote: Saw this on the Planet Fedora RSS feed today:

Re: supplicant interface scan state tracking

2009-07-07 Thread Dan Williams
On Mon, 2009-07-06 at 22:16 +0100, Daniel Drake wrote: Hi Dan, I'm finding it quite easy to reproduce a bug related to nm_supplicant_interface_get_scanning() but I'm not sure how to fix it. The logic implemented in my OLPC mesh device so-far is that if the companion device is scanning,

Re: Using a mobile phone via Bluetooth

2009-07-07 Thread Dan Williams
On Wed, 2009-07-08 at 01:13 +0900, david.daniel.sm...@gmail.com wrote: On Tue, Jul 7, 2009 at 3:18 AM, Dan Williamsd...@redhat.com wrote: On Mon, 2009-07-06 at 12:54 -0400, Ryan Novosielski wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Morrison wrote: Saw this on the

Re: supplicant interface scan state tracking

2009-07-07 Thread Dan Williams
On Tue, 2009-07-07 at 12:15 -0400, Dan Williams wrote: On Mon, 2009-07-06 at 22:16 +0100, Daniel Drake wrote: Hi Dan, I'm finding it quite easy to reproduce a bug related to nm_supplicant_interface_get_scanning() but I'm not sure how to fix it. The logic implemented in my OLPC

Re: [PATCH] Fixed compilation error on openSUSE distibution

2009-07-07 Thread Dan Williams
On Tue, 2009-07-07 at 04:48 +0200, Witold Sowa wrote: Removed reference operator which caused incompatible pointer type compilation error on openSUSE. Good catch, applied. Thanks! Dan --- src/named-manager/nm-named-manager.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

Re: Using a mobile phone via Bluetooth

2009-07-07 Thread David Smith
emobile.pppd Description: Binary data signature.asc Description: OpenPGP digital signature ___ NetworkManager-list mailing list NetworkManager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

Re: Using a mobile phone via Bluetooth

2009-07-07 Thread Dan Williams
On Wed, 2009-07-08 at 01:31 +0900, David Smith wrote: On Wed, Jul 8, 2009 at 1:19 AM, Dan Williamsd...@redhat.com wrote: On Wed, 2009-07-08 at 01:13 +0900, david.daniel.sm...@gmail.com wrote: On Tue, Jul 7, 2009 at 3:18 AM, Dan Williamsd...@redhat.com wrote: On Mon, 2009-07-06 at 12:54

Re: Using a mobile phone via Bluetooth

2009-07-07 Thread Brian Morrison
Dan Williams wrote: Sounds like more on the Bluetooth side, of course. Does your phone do anything when NM tries to bring the connection up? Mine usually asks me whether I want to allow the computer to connect, or it'll show an icon saying a computer is connected. Bluetooth will insist on

Re: supplicant interface scan state tracking

2009-07-07 Thread Daniel Drake
On Tue, 2009-07-07 at 12:15 -0400, Dan Williams wrote: It could be a signal ordering issue. The code in nm-supplicant-interface.c is: if (priv-scanning) return TRUE; if (priv-con_state == NM_SUPPLICANT_INTERFACE_CON_STATE_SCANNING) return TRUE;

Re: supplicant interface scan state tracking

2009-07-07 Thread Witold Sowa
Daniel Drake pisze: On Tue, 2009-07-07 at 12:15 -0400, Dan Williams wrote: It could be a signal ordering issue. The code in nm-supplicant-interface.c is: if (priv-scanning) return TRUE; if (priv-con_state == NM_SUPPLICANT_INTERFACE_CON_STATE_SCANNING)

Re: supplicant interface scan state tracking

2009-07-07 Thread Witold Sowa
Witold Sowa pisze: Daniel Drake pisze: On Tue, 2009-07-07 at 12:15 -0400, Dan Williams wrote: It could be a signal ordering issue. The code in nm-supplicant-interface.c is: if (priv-scanning) return TRUE; if (priv-con_state ==

Re: supplicant interface scan state tracking

2009-07-07 Thread Dan Williams
On Wed, 2009-07-08 at 01:28 +0200, Witold Sowa wrote: Witold Sowa pisze: Daniel Drake pisze: On Tue, 2009-07-07 at 12:15 -0400, Dan Williams wrote: It could be a signal ordering issue. The code in nm-supplicant-interface.c is: if (priv-scanning) return TRUE; if

Re: supplicant interface scan state tracking

2009-07-07 Thread Dan Williams
On Tue, 2009-07-07 at 22:41 +0100, Daniel Drake wrote: On Tue, 2009-07-07 at 12:15 -0400, Dan Williams wrote: It could be a signal ordering issue. The code in nm-supplicant-interface.c is: if (priv-scanning) return TRUE; if (priv-con_state ==

Re: Using a mobile phone via Bluetooth

2009-07-07 Thread Dan Williams
On Tue, 2009-07-07 at 17:43 +0100, Brian Morrison wrote: Dan Williams wrote: Sounds like more on the Bluetooth side, of course. Does your phone do anything when NM tries to bring the connection up? Mine usually asks me whether I want to allow the computer to connect, or it'll show an