From owner-freebsd-questions@FreeBSD.ORG Sat Jul 21 01:38:04 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D949106566C for ; Sat, 21 Jul 2012 01:38:04 +0000 (UTC) (envelope-from erichfreebsdlist@ovitrap.com) Received: from alogreentechnologies.com (alogreentechnologies.com [67.212.224.110]) by mx1.freebsd.org (Postfix) with ESMTP id D0CCE8FC0C for ; Sat, 21 Jul 2012 01:38:03 +0000 (UTC) Received: from amd620.ovitrap.com ([49.128.188.2]) (authenticated bits=0) by alogreentechnologies.com (8.13.1/8.13.1) with ESMTP id q6L1bxQN025980; Fri, 20 Jul 2012 19:38:02 -0600 From: Erich Dollansky To: freebsd-questions@freebsd.org Date: Sat, 21 Jul 2012 08:40:17 +0700 User-Agent: KMail/1.13.7 (FreeBSD/8.3-STABLE; KDE/4.7.4; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201207210840.18122.erichfreebsdlist@ovitrap.com> Cc: Manish Jain Subject: Re: How to get Huawei EC1561 USB modem working under FreeBSD 8.2 ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jul 2012 01:38:04 -0000 Hi, On Friday 20 July 2012 19:25:21 Manish Jain wrote: > > I earlier had a Huawei EC1261-based USB modem which used to connect > smoothly to the internet under FreeBSD 8.2 using the u3g module. For > some reasons, I have had to switch to another provider (MTS) who swapped > the Huawei EC1261-based USB modem with a Huawei EC1561-based USB modem. > And my FreeBSD system cannot connect to the internet anymore. > both modems are not officially supported by FreeBSD. You might get some help from the list if you provide the output of usbconfig and usbdump. You run usbconfig first to find out the device numbers of the modem and then dump with usbdump the description of the modem. > Here are the contents of my ppp.conf (I assume authkey means password) : There should nothing to be done here as the modem is not recognised. Erich