From owner-freebsd-net@FreeBSD.ORG Mon Mar 14 23:54:31 2011 Return-Path: <owner-freebsd-net@FreeBSD.ORG> Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95E7110656D6 for <freebsd-net@freebsd.org>; Mon, 14 Mar 2011 23:54:31 +0000 (UTC) (envelope-from milu@dat.pl) Received: from jab.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id 4E8D28FC17 for <freebsd-net@freebsd.org>; Mon, 14 Mar 2011 23:54:30 +0000 (UTC) Received: from jab.dat.pl (jsrv.dat.pl [127.0.0.1]) by jab.dat.pl (Postfix) with ESMTP id B3CA78F; Tue, 15 Mar 2011 00:54:29 +0100 (CET) X-Virus-Scanned: amavisd-new at dat.pl Received: from jab.dat.pl ([127.0.0.1]) by jab.dat.pl (jab.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id lAyJOa85BWQy; Tue, 15 Mar 2011 00:54:28 +0100 (CET) Received: from snifi.laptop (77-253-99-77.adsl.inetia.pl [77.253.99.77]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by jab.dat.pl (Postfix) with ESMTPSA id E054226; Tue, 15 Mar 2011 00:54:27 +0100 (CET) From: Maciej Milewski <milu@dat.pl> To: freebsd-net@freebsd.org Date: Tue, 15 Mar 2011 00:54:25 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.5.5; i386; ; ) References: <BA603911-8320-4ECA-A622-3A2451784CBC@d3photography.com> <10FEF549-E793-4EAB-92FB-9EBD14203C15@d3photography.com> <B9909E6F-DF6C-4938-B678-BC4902E3F532@d3photography.com> In-Reply-To: <B9909E6F-DF6C-4938-B678-BC4902E3F532@d3photography.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Message-Id: <201103150054.26198.milu@dat.pl> Cc: Ryan Coleman <editor@d3photography.com> Subject: Re: Re: Setting up Novatel Mifi 2200 on 8.2-REL X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD <freebsd-net.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>, <mailto:freebsd-net-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-net> List-Post: <mailto:freebsd-net@freebsd.org> List-Help: <mailto:freebsd-net-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>, <mailto:freebsd-net-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 14 Mar 2011 23:54:31 -0000 Monday 14 of March 2011 23:56:17 Ryan Coleman napisa=B3(a): > An update: >=20 > I rebuilt the kernel and still don't see it. On the office server it was > immediately recognized... >=20 > x5020 =3D the embeded zeroCD > x6000 must be the modem and there's a line for it already > "product NOVATEL U760 0x6000 Novatel U760" >=20 > Any further ideas? Check if u3g module is loaded(kldstat) if not make kldload u3g. It may need to detach and attach again the device but I'm not sure. Maciej