Problems with Mobile Broadband On Demand on a Mac (Vodafone Greece)

If you bought a pay-as-you-go Mobile Broadband On Demand from Vodafone Greece, that came with a 3G USB modem, model K3565 -Rev 2 (sometimes named K3565-H), by Huawei Technologies, and you are on a Mac (I’m on 10.6.4), you may have troubles making it work.

The following problems and/or solution my be applicable to other 3G modems and/or carriers. Following any advice given in this article may void you warranty, so do this on your own risk, and don’t come here crying in case something goes wrong.

I used the installation application that came with the modem (it works as a storage device the first time you connect it), and the problems that I had were:

  1. Installation failed to copy one file (I can’t remember which, sorry).
  2. The application that was just installed had only the ability to activate the modem, every time you needed to connect, and subsequently telling me to go to System Preferences > Network.
  3. Two (2) new device entries were created in System Preferences > Network, instead of one, as I would expect.
  4. Trying to connect through System Preferences > Network, failed miserably. There are fields to fill with username and password, that are not mentioned anywhere in the installation or the documentation.

I downloaded the latest version (2.11) of the software from Vodafone Greece, which seemed to be somewhat newer. To fully uninstall the previous version I had to:

  1. Drag the Vodafone Mobile Connect folder from the Applications to the Trash.
  2. Remove the two device entries that were registered in System Preferences > Network.
  3. Restart the Mac.
  4. Empty the Trash (you need to restart first because a related background service is running).

Installing the new version of the software tackled problems 1 and 3, but the fourth and main problem still existed. No Internet! I decided to call the help desk just in case there was something to fill into these fields, but after 5 minutes  on hold, I couldn’t bear it anymore. So I once again uninstalled the software, and decided to install a version I found through another Vodafone’s international portal.

This version marked as 4.01.08.00 had probably the least chances of working correctly if working at all. With nothing to lose, I installed this version, which featured an uninstaller inside the DMG file, as well a more polished installer interface.

And guess what…

It works! Not only it installed and worked flawlessly, it’s also not the crappy version that came bundled with the modem. This one is a beautiful application, which connects with Vodafone almost instantly, and you can define the order of you preferred connection methods. It can send SMS messages too!

Did it work for you?

You might be interested in …

Setting up an environment

Speaking terminal

So, in order to have a vanilla environment where I’ll get to play around and have to configure most of the stuff myself (in order to force myself to learn), I decided to install CentOS 7 in a virtual machine. This will give the added benefit of keeping snapshots so that in case I get […]

Read More

Setting up a hostname and Avahi (mDNS)

Speaking terminal

We previously made sure our machine can access the internet. In this post, we’ll configure our machine so that we can access it from the local network, without ever knowing its IP address.

Read More

How to check if a shortcode is registered in WordPress

English, PHP, WordPress

Quick and easy function to check if a plugin/theme/whatever has add/registered a shortcode in WordPress: Just add this into your plugin or theme’s functions.php and wherever you need to check if the shortcode exists, just call is_shortcode_defined(“button”);  or something similar from an if statement, as such: Hope this helps.

Read More

Leave a Reply

Your email address will not be published. Required fields are marked *