Using NetworkManager with Pantech UM175 under Ubuntu Hardy
So, wasn’t it cool last week when you got your UM175 working under Hardy? What’s not so cool? Since it’s not integrated with Network Manager, every time you launch Firefox, Pidgin or anything else that queries NetworkManager for a connection status, you get to go nowhere. There are guides out there to create scripts that go in /etc/chatscripts and /etc/ppp/peers to integrated with the stock NM that ships with Hardy, but unfortunately, those don’t register as valid Internet connections with NM, as shipped.
Enter the NetworkManager PPA. This is the development ground for what’s going to be included in Intrepid Ibex, aka Ubuntu 8.10. It only takes a few minutes to get it started.
1. Add the PPA repo to /etc/apt/sources.list:
deb http://ppa.launchpad.net/network-manager/ubuntu hardy main
deb-src http://ppa.launchpad.net/network-manager/ubuntu hardy main
2. apt-get update and upgrade the packages, be sure to install the unauthenticated ones. You may find it easier to do this part with Administration > Update Manager, from the menu.
3. It will probably ask for a reboot when all is done. Don’t do it yet. You need to patch one file to make the UM175 work.
4. Open up /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi
At line 175, add a couple of USB ids, specifically 0×3711 and 0×3714, so the line looks like:
<match key=”@info.parent:usb.product_id” int_outof=”0×3701;0×3702;0×3711;0×3714″>
5. Reboot, now you’re nearly done.
6. After login, right click on the Network Manager icon in the notification area. Edit Connections. Go to the Mobile Broadband tab, add a new connection.
7. I only filled in a name for the connection, used the following parameters:
- Phone Number: #777
- Username: <phonenumber> @vzw3g.com (use your device’s phone # here)
- Password: vzw
- Check the “System Setting” box.
8. ???
9. Profit!
To connect, plug in the evdo device, click on the NM icon, select your 3G connection.


