From owner-freebsd-net@FreeBSD.ORG  Mon Mar 14 07:48:41 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 97873106564A
	for <freebsd-net@freebsd.org>; Mon, 14 Mar 2011 07:48:41 +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 521258FC18
	for <freebsd-net@freebsd.org>; Mon, 14 Mar 2011 07:48:40 +0000 (UTC)
Received: from jab.dat.pl (jsrv.dat.pl [127.0.0.1])
	by jab.dat.pl (Postfix) with ESMTP id D687C9D;
	Mon, 14 Mar 2011 08:29:02 +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 q87zu6qvqF0n; Mon, 14 Mar 2011 08:28:58 +0100 (CET)
Received: from snifi.laptop (unknown [87.205.147.16])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by jab.dat.pl (Postfix) with ESMTPSA id 57FB248;
	Mon, 14 Mar 2011 08:28:58 +0100 (CET)
From: Maciej Milewski <milu@dat.pl>
To: freebsd-net@freebsd.org
Date: Mon, 14 Mar 2011 08:28:55 +0100
User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.5.5; i386; ; )
References: <BA603911-8320-4ECA-A622-3A2451784CBC@d3photography.com>
In-Reply-To: <BA603911-8320-4ECA-A622-3A2451784CBC@d3photography.com>
MIME-Version: 1.0
Content-Type: Text/Plain;
  charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable
Message-Id: <201103140828.55848.milu@dat.pl>
Cc: Ryan Coleman <editor@d3photography.com>
Subject: 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 07:48:41 -0000


Monday 14 of March 2011 01:38:21 Ryan Coleman napisa=B3(a):
> Are you up to a challenge?
>=20
> I have my Virgin Mobile MIFI 2200 connected to my new remote server via U=
SB
> (8.2-RELEASE) that I just set up and it's not seeing the modem, but it
> does see the virtual drive on it.
>=20
> dmesg output:
> > ugen3.2: <Novatel Wireless Inc.> at usbus3
> > ugen3.2: <Novatel Wireless Inc.> at usbus3 (disconnected)
> > umass0: <Novatel Wireless Inc. Novatel Wireless CDMA, class 0/0, rev
> > 1.10/0.00, addr 5> on usbus0
> > [root@camserve /usr/home/ryan]# more /var/log/messages | grep -i nova
> > Mar 13 18:39:05 camserve kernel: ugen3.2: <Novatel Wireless Inc.> at
> > usbus3 Mar 13 18:39:05 camserve kernel: umass0: <Novatel Wireless Inc.
> > Novatel Wireless CDMA, class 0/0, rev 1.10/0.00, addr 2> on usbus3 Mar
> > 13 18:39:07 camserve kernel: cd0: <Novatel Mass Storage 1.00> Removable
> > CD-ROM SCSI-2 device
It is recognized as cd device (it's called a feature in windows world - it =
has=20
a drivers for the modem to autoinstall it). Ejecting this cd should detach=
=20
umass and attach modem/serial device:
camcontrol eject cd0

I think that adding
product NOVATEL ZEROCD2                0x5020  Novatel ZeroCD
into sys/dev/usb/usbdevs and recompiling kernel may work.

> also [more /var/log/messages | grep -i unknown]:
> > Mar 13 18:39:05 camserve root: Unknown USB device: vendor 0x1410 product
> > 0x5020 bus uhub3 Mar 13 18:53:06 camserve root: Unknown USB device:
> > vendor 0x1410 product 0x6000 bus uhub3 Mar 13 19:07:10 camserve root:
> > Unknown USB device: vendor 0x1410 product 0x6000 bus uhub3 Mar 13
> > 19:07:10 camserve root: Unknown USB device: vendor 0x1410 product 0x6000
> > bus uhub3 Mar 13 19:37:09 camserve root: Unknown USB device: vendor
> > 0x1410 product 0x5020 bus uhub0 Mar 13 19:47:10 camserve root: Unknown
> > USB device: vendor 0x1410 product 0x6000 bus uhub0
>=20
> I have uhso installed but without the indentifcation of 1410:5020 but I
> cannot use it [yet] to connect to the net.
>=20
> Any thoughts?
>=20
> --
> Ryan
I don't know what the 0x1410 0x6000 device is.

Pozdrawiam,
Maciej Milewski