After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 589854 - Dutch Mobile Broadband Service provider isn't in the list of Mobile Broadband providers
Dutch Mobile Broadband Service provider isn't in the list of Mobile Broadband...
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: nm-applet
0.7.x
Other All
: Normal minor
: ---
Assigned To: Dan Williams
Dan Williams
: 594848 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-07-27 10:52 UTC by bas
Modified: 2009-09-11 07:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description bas 2009-07-27 10:52:52 UTC
Please describe the problem:
Please add this rule to the Dutch part of the Mobile Broadband Service Providers, to support the Dutch service provider Ben:

<provider>
        <name>Ben</name>
        <gsm>
            <network-id mcc="204" mnc="16"/>
            <apn value="internet.ben">
                <dns>193.78.240.12</dns>
                <dns>193.79.242.39</dns>
            </apn>
        </gsm>
    </provider>


Steps to reproduce:
1. Try to connect to the internet trough the wizard


Actual results:
No connection is made, sicnce Ben is not on the list

Expected results:
I would like to see the details of 'Ben' On the list

Does this happen every time?
Yes

Other information:
Add this line to NetworkManager/MobileBroadband/ServiceProviders

<provider>
        <name>Ben</name>
        <gsm>
            <network-id mcc="204" mnc="16"/>
            <apn value="internet.ben">
                <dns>193.78.240.12</dns>
                <dns>193.79.242.39</dns>
            </apn>
        </gsm>
    </provider>
Comment 1 bas 2009-07-27 10:55:35 UTC
So the bug is already fixed: the only thing that needs to happen is to add the above lines to the NetworkManager/MobileBroadband/ServiceProviders, and you'll be able to select this provider and connect to the internet through it.
Comment 2 Dan Williams 2009-07-27 19:34:55 UTC
9f75010c093bca9eb72150650ad0e20fabd268ea

thanks!
Comment 3 Antti Kaijanmäki 2009-09-11 07:57:56 UTC
*** Bug 594848 has been marked as a duplicate of this bug. ***