From owner-freebsd-questions@FreeBSD.ORG Wed Apr 19 01:07:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0F6F16A401 for ; Wed, 19 Apr 2006 01:07:44 +0000 (UTC) (envelope-from freebsd.ml@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1246E43D45 for ; Wed, 19 Apr 2006 01:07:43 +0000 (GMT) (envelope-from freebsd.ml@gmail.com) Received: by nz-out-0102.google.com with SMTP id l8so1088064nzf for ; Tue, 18 Apr 2006 18:07:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=H3TgSHmHkwm4C2Vdtgs1n8Df7kZn0YUMcMrd4yphyjQH6BzMygOyeJgGvhAIXKeM9A5yGPEPO4tqbR7hkM1aMjds/6y2cWTasXBpr1WasmVprwkoUOFffVXiU0p1c2ELRIMl9a8CbPyomnyO9Cigyv7DLTD9AKKkwTJjA2dOuys= Received: by 10.37.14.80 with SMTP id r80mr1516982nzi; Tue, 18 Apr 2006 18:07:43 -0700 (PDT) Received: by 10.36.132.18 with HTTP; Tue, 18 Apr 2006 18:07:43 -0700 (PDT) Message-ID: Date: Wed, 19 Apr 2006 10:07:43 +0900 From: "FreeBSD MailingLists" To: questions In-Reply-To: <44bquz9d96.fsf@be-well.ilk.org> MIME-Version: 1.0 References: <44bquz9d96.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: USB MODEM 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: Wed, 19 Apr 2006 01:07:44 -0000 Yes, I checked for tty, cua and ucom devices. none of which are present. I rechecked the dmesg and here is the full kernel message when i attache th= e modem ucom0: OMRON OMRON ME5614U2 DATA FAX MODEM, rev 1.10/1.00, addr 2, iclass 2/2 ucom0: data interface 1, has CM over data, has break ucom0: Could not find data bulk in device_attach: ucom0 attach returned 6 Here is what shows up when I do a usbdevs -v addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 powered port 2 powered Controller /dev/usb1: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 addr 2: full speed, power 260 mA, config 1, OMRON ME5614U2 DATA FAX MODEM(0x0049), OMRON(0x0590), rev 1.00 port 2 powered Controller /dev/usb2: addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 powered port 2 powered port 3 powered port 4 powered Any suggestions would be appreciated. TIA, Tomoki On 18 Apr 2006 10:20:21 -0400, Lowell Gilbert < freebsd-questions-local@be-well.ilk.org> wrote: > > "FreeBSD MailingLists" writes: > > > I purchased a usb modem recently and connected it to my FreeBSD box to > see > > if it is compatible. > > I have recompiled my kernel with > > device ucom > > device umodem > > > > When I connect the modem I get the following kernel message. > > > > ucom0: OMRON OMRON ME5614U2 DATA FAX MODEM, rev 1.10/1.00, addr 2, > iclass > > 2/2 > > ucom0: data interface 1, has CM over data, has break > > ucom0: Could not find data bulk in > > > > Is there anyway to get this modem working with FreeBSD? > > Do you know it isn't? > Have you checked whether it created any terminal devices? > [I've forgotten exactly what the tty-like device name is.] >