Tethering a BlackBerry to Telus on Windows

 

Problem

After following instructions you find on the internet for tethering your blackberry to Telus, you get the following error when you click Connect:

Connecting through ...

Error 692: There was a hardware failure in the modem (or other connecting device).

If you continue to receive error messages, you can enable logging for analysis

Redial Close

Cause

Your initialization string is broken. Although you may have already found out that by going to:

Control Panel => Phone and Modem => Select your blackberry modem => Properties => Change Settings Button => Advanced Tab => Extra initialization comments, it should say:

AT+CGDCONT=1,"IP","sp.telus.com"

what is a very subtle and difficult to notice problem is that your quotation marks are not actually quotation marks.

Solution

Type in the above string manually, without copy and pasting from any websites, and you should be good to go.

Detecting This Is The Problem

There are two steps for confirming this is the problem (assuming you haven't fixed it already after reading this page)

Control Panel => Phone and Modem => Select your blackberry modem => Properties => Change Settings Button => Diagnostics tab, press the "Query Modem" button and you will probably see things:

ATQ0V1E0    Success

AT+GMM    RIM BlackBerry Device 5001234

AT+FCLASS?    COMMAND NOT SUPPORTED

...

Seeing that is a good sign that your computer and BlackBerry are in fact talking to each other. Next, leave that window open and try to connect the usual way you try. After you get the Error 692 message:

  1. Go back to that modem properties window.
  2. Click the "View log" button. 
  3. Scroll down near the bottom of the text file that opens.
  4. See if you notice something like the following:
01-22-2012 13:32:35.869 - Sending user initialization commands.
01-22-2012 13:32:35.885 - Send: AT+CGDCONT=1,<94>IP<94>,<94>sp.telus.com<94><cr>
01-22-2012 13:32:35.916 - Recv: <cr><lf>ERROR<cr><lf>
01-22-2012 13:32:35.916 - Interpreted response: Error

 

 

If You Found This Pleasant Solutions Blog Entry Useful

As always, if you found this article useful and you have a blog of your own, a quick mention would be always be appreciated. If you saw another place where people were asking for this information and did not have an answer yet, helping them out would also be good.

References