Mobile Broadband Provider Info patch updating a Nigerian Provider

2009-12-25 Thread Fanen Ahua
Attached. The provider has introduced subscription plans, and adjusted
billing for each of their access points accordingly.

The patch adds the new access point, and properly labels the
pay-as-you-go access point.

The patch was made against an SVN checkout. I hope that is still okay.

---
Fanen Ahua -my pic-
Random Quote:
Men occasionally stumble over the truth, but most of them pick
themselves up and hurry off as if nothing had happened. -- Winston
Churchill 

Index: serviceproviders.xml
===
--- serviceproviders.xml	(revision 95)
+++ serviceproviders.xml	(working copy)
@@ -2808,14 +2808,21 @@
 		passwordweb/password
 	/provider
 	provider
-		nameGlo-Ng/name
+		nameGlo PAYG/name
 		gsm
 			apnglosecure/apn
 		/gsm
 		usernamegprs/username
 		passwordgprs/password
-		dns-/dns
 	/provider
+	provider
+		nameGlo 3G Pack/name
+		gsm
+			apngloflat/apn
+		/gsm
+		usernameflat/username
+		passwordflat/password
+	/provider
 /country
 
 !-- Nicaragua --
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: Simplifying the Connections Editor

2009-02-11 Thread Fanen Ahua



On Tue, 2009-02-10 at 13:46 -0500, Dan Williams wrote:
 On Tue, 2009-02-10 at 19:28 +0100, Fanen Ahua wrote:
  Someone called me up today asking me how to configure a manual IP
  address in Ubuntu 8.10. 
  
  He was most likely intimidated by the naming of the tabs in the
  connection editor dialog.
  
  Won't it be better to make the IPv4 Settings tab the first thing, and
  rename it to something more familiar, Settings perhaps? 
  
  This makes sense because nearly everytime I use the dialog, I only
  change the connection name, and input the IP details, and the only tab I
  use is the IPv4 Setings tab, where i choose the manual method, and
  input the DNS servers.
 
 So when we add the IPv6 tab, then what? :)
 
Then, we can safely assume (at least for a few years afterwards) that if
you want to configure IPv6, then you know what it means :)

In any case, I think making the IPv4 tab the first one will eliminate
confusion.
 dan
 
 


signature.asc
Description: This is a digitally signed message part
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Simplifying the Connections Editor

2009-02-10 Thread Fanen Ahua
Someone called me up today asking me how to configure a manual IP
address in Ubuntu 8.10. 

He was most likely intimidated by the naming of the tabs in the
connection editor dialog.

Won't it be better to make the IPv4 Settings tab the first thing, and
rename it to something more familiar, Settings perhaps? 

This makes sense because nearly everytime I use the dialog, I only
change the connection name, and input the IP details, and the only tab I
use is the IPv4 Setings tab, where i choose the manual method, and
input the DNS servers.

This should make it a lot less confusing for users.
---
Fanen Ahua
Random quote: If you didn't get caught, did you really do it? 





signature.asc
Description: This is a digitally signed message part
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: Improving providers database

2008-12-02 Thread Fanen Ahua
Hi Steven, 
I could help make a patch, but you need to specify what type of network
this is. Is it GSM or CDMA?

Additionally, if you wish to make a patch yourself, you could read:
http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders
for instructions.

picFanen Ahua
Random quote: Swipple's Rule of Order: He who shouts the loudest has the
floor. 




On Tue, 2008-12-02 at 11:32 +, Steven Lizarazo wrote:

 Hi, I am  from Colombia, my name is Steven Lizarazo
 I want to help to the project submiting some provider data
 
 Country: Colombia
 Movil provider: Comcel
 Number :*99#
 User: COMCELWEB
 Password: COMCELWEB
 AP Name: internet.comcel.com.co
 only PAP must be activated 
 
 I hope this helps the project, there are two aditional movil internet
 providers, I will try to submit that information soon.
 Bye.
 
 
 __
 Windows Live Hotmail now works up to 70% faster. Sign up today.
 
 ___
 NetworkManager-list mailing list
 NetworkManager-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/networkmanager-list


signature.asc
Description: This is a digitally signed message part
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Broadband Connection Editor: Updated Nigerian Provider Entry

2008-10-18 Thread Fanen Ahua
Hi Antti,
Attached is an updated patch, removing one entry I have found to be
superfluous (glogwap) after speaking with a tech person at Glo Mobile. I
also provided the correct information for (Glodirect).


picFanen Ahua
Random quote: Generally speaking, the Way of the warrior is resolute
acceptance of death. -- Miyamoto Musashi, 1645 



Index: serviceproviders.xml
===
--- serviceproviders.xml	(revision 35)
+++ serviceproviders.xml	(working copy)
@@ -2562,14 +2562,6 @@
 
 !-- Nigeria --
 country code=ng
-	provider
-		nameGlo-Ng/name
-		gsm
-			apnglogwap/apn
-		/gsm
-		usernamewap/username
-		passwordwap/password
-	/provider
 
 	provider
 		nameZain/name
@@ -2588,12 +2580,12 @@
 		passwordweb/password
 	/provider
 	provider
-		nameGlo-Ng (Postpaid)/name
+		nameGlo-Ng/name
 		gsm
-			apnglodirect/apn
+			apnglosecure/apn
 		/gsm
-		usernameglodirect/username
-		passwordglodirect/password
+		usernamegprs/username
+		passwordgprs/password
 		dns-/dns
 	/provider
 /country


signature.asc
Description: This is a digitally signed message part
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: [ANNOUNCE] ModemManager (for GSM and CDMA)

2008-09-19 Thread Fanen Ahua
Patch attached as promised. One of the entries Glo-Ng with APN
glogwap does not work when connected to a PC (I think the traffic is
routed through a proxy that only opens port 80), so I wonder what use it
is in there.

Making the patch wasn't so hard :)

Fanen Ahua
Random quote: Anti-Victim Device: A small fashion accessory worn on an
otherwise conservative outfit which announces to the world that one
still has a spark of individuality burning inside: 1940s retro ties and
earrings (on men), feminist buttons, noserings (women), and the now
almost completely extinct teeny weeny rattail haircut (both sexes). --
Douglas Coupland, Generation X: Tales for an Accelerated Culture 




On Wed, 2008-09-17 at 16:53 +0100, Fanen A. wrote:
 Ok thanks. Will do that this weekend. Keep you posted.
 
 On 9/17/08, Antti Kaijanmäki [EMAIL PROTECTED] wrote:
  Fanen, sorry for duplicate. I forgot to CC the nm-list.
 
  ti, 2008-09-16 kello 08:06 +0100, Fanen A. kirjoitti:
  I tried using adding a new mobile connection with the wizard and
  noticed that it contains the wrong settings for most networks in my
  country, as well as duplicate entries. I'd like to fix that.
  Thanks.
 
  Great! :)
  Detailed instructions are found here under How to Contribute:
  http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders
 
   -- Antti
 
 
 
 
Index: serviceproviders.xml
===
--- serviceproviders.xml	(revision 23)
+++ serviceproviders.xml	(working copy)
@@ -2556,16 +2556,10 @@
 		usernamewap/username
 		passwordwap/password
 	/provider
+
 	provider
-		nameGlobacom/name
+		nameZain/name
 		gsm
-			apngprs/apn
-		/gsm
-		usernamewap/username
-	/provider
-	provider
-		nameCeltel/name
-		gsm
 			apnwap/apn
 		/gsm
 		usernamewap/username
@@ -2576,24 +2570,16 @@
 		gsm
 			apnweb.gprs.mtnnigeria.net/apn
 		/gsm
-		usernamedona/username
-		passwordwestend/password
+		usernameweb/username
+		passwordweb/password
 	/provider
 	provider
-		nameMTN/name
+		nameGlo-Ng (Postpaid)/name
 		gsm
-			apnweb.gprs.mtnnigeria.net/apn
+			apnglodirect/apn
 		/gsm
-		usernamewap/username
-		passwordgprs/password
-	/provider
-	provider
-		nameGlobacom (WAP)/name
-		gsm
-			apnglowap/apn
-		/gsm
-		usernamewap/username
-		passwordwap/password
+		usernameglodirect/username
+		passwordglodirect/password
 		dns-/dns
 	/provider
 /country


signature.asc
Description: This is a digitally signed message part
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


nm-0.7 vs network-admin

2008-08-24 Thread Fanen Ahua
Just a small puzzle I'm having a hard time resolving sanely. It has to
do with wireless, and the new network-manager. Powering off the wireless
device when you disable network-manager makes it rather impossible to
use network-admin with your wireless device, at least on my Ubuntu
Hardy system.
 
Does anyone know how this could be worked around?

Fanen Ahua
Random quote: Truth has no special time of its own. Its hour is now --
always. -- Albert Schweitzer 




signature.asc
Description: This is a digitally signed message part
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: Network Manager Wifi thoughts

2008-04-10 Thread Fanen Ahua
I suppose the root dns servers retain static IPs? is it not possible to
compare something to a hardcoded IP of a root dns server?

Secondly, the captive portals I've come across (Microtik) don't really
fake ping replies, I think they return valid errors (One says
destination network forbidden). Also, the login machine usually lies
on a machine on the same network as your computer so if it redirects
you to a page, and that page happens to be in the same subnet as your
IP, then you know you aren't connected to the Internet.

Just guessing here though. Not my turf.

Fanen Ahua


fortune: Lay on, MacDuff, and curs'd be him who first cries, Hold,
enough!. -- Shakespeare
On Fri, 2008-04-04 at 16:25 -0400, Martin Owens wrote:

 I address each of these issues with short reference quotes rather than
 quoting the entire previous emails.
 
  1) Captive portals ...
  2) pinging google/root-dns/whatever ...
  3) page-scraping google/yahoo/whatever ...
  4) ARP-ing a known MAC ...
  5) Proxies: pretty much explanatory ...
 
 The issues you bring up are good, and I will continue to think about
 the problem and present ideas.
 
  A bit problem here is user trust issues ...
  A good example of this issue is the Firefox SSL self-signed-certificate
 
 I completely agree, if the user gets false positives anything more
 than 1 in 100 times then the functionality is detrimental as your
 burdened with extra code and ui complexity without any real benefit.
 Oh believe me when I say I understand this problem all too well.
 
   I'm not against it, I just need to see an implementation that doesn't
   have too many false-positives and doesn't have too many false negatives
   first.
 
 That may be possible, the main barriers we have are:
 1) Captive Portals,
 2) Proxies
 3) VPNs (issue?)
 4) Causing lots of traffic
 
  The big question I have is What does Vista do?
 
 I don't think it's worth looking at Vista, (and no not because it's
 windows) I don't believe it's worth looking at a flawed system (as
 you've pointed out) when the system is hidden and the problem should
 be solvable from first principles.
 
  In the end, it's certainly possible for an external tool ...
 
 I do believe that there is room for a research project which can test
 methods. But I strongly object to any formal project since it would
 complicate functionality, responsibility and make the NH project
 complacent in incorporating such functionality without significant
 want from core developers.
 
 Now an Idea I just had was a kind of DNS test which would look at 2 or
 3 domains to see if any addresses come back (no dns) if the addresses
 are all the same (Captive Portals). I'm not very familar with proxies
 and vpns to have a clear idea of the results from those set ups. This
 may in fact be related to the Search Domains which windows has had
 for a long time but I can't be sure.
 
 Thoughts?
 
 Best Regards, Martin Owens
 ___
 NetworkManager-list mailing list
 NetworkManager-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/networkmanager-list
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


[Fwd: Re: connect to two different networks]

2007-11-26 Thread Fanen Ahua
I replied this message, but failed to cc this list. Forwarded.
---BeginMessage---
The gnome network admin tool, (at least in Ubuntu) allows you to disable
network manager from handling one network interface. Using that, you can
allow network-manager to manage one of the interfaces, then manually
configure the second interface.

Its important that they are in different subnets though, otherwise
things don't quite work.
-
Fanen Ahua
-
fortune: IBM Advanced Systems Group -- a bunch of mindless jerks, who'll
be first against the wall when the revolution comes... -- with regrets
to D. Adams


On Mon, 2007-11-26 at 14:34 +, Pedro Freire wrote:
 Hello list,
 
 I am using FC6 and NetworkManager 0.6.4-5
 
 My laptop has an ethernet card and wifi. I am trying to connect 
 simultaneously to the wired and wireless nets, each one with different 
 subnets.
 However, I don't know how to do this. As soon as I connect the cable, 
 NetworkManager disconnects the wireless net and tries to connect via 
 wired. I want the wired net to have a fixed IP address ('cause there is 
 no dhcp server on that subnet - by the way, it's a physically distinct net).
 
 Any help ?
 
 Thanks,
 
 Pedro
 ___
 NetworkManager-list mailing list
 NetworkManager-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/networkmanager-list


signature.asc
Description: This is a digitally signed message part
---End Message---
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


unable to 'create new wireless network'

2007-06-25 Thread Fanen Ahua
on debian sid, nm can't create new ad-hoc wireless networks unless there
are other visible wireless access points available.

i'm just hoping to get a second opinion before i file a bug report...
and i'm not sure where to file it, (debian or nm)
-- 
fanen
http://traversingmind.blogspot.com

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


static ip addresses

2007-06-15 Thread Fanen Ahua
is it at all possible to use static ip addresses with network manager?
I'm curious, because nm is the only way i can connect to my office
wpa-enabled network, unfortunately, i can't use it since there's no
dhcp.


-- 
fanen
http://traversingmind.blogspot.com

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