From owner-freebsd-hardware@FreeBSD.ORG Fri May 16 15:32:42 2008 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B42A8106566B for ; Fri, 16 May 2008 15:32:42 +0000 (UTC) (envelope-from vinnix.bsd@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id 867528FC0C for ; Fri, 16 May 2008 15:32:42 +0000 (UTC) (envelope-from vinnix.bsd@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so240104wah.3 for ; Fri, 16 May 2008 08:32:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=1f6+oeJVbX46YlMavtE+1G0Cgek7fXSGGl0oTynvDwM=; b=viYUra/C8LyQ5fnWXW6OzH9EdUHmpBV5gmvzgPQqxq+yMZt/zMabWBmFFsNl7bv0sAqOsg5hUpnnZdGOCH+4yq2IgITEWXrSYF0ozCqLR/dYfZckuJQMmRPCMPBKngFDoU6HvQ3Wcv0MFuUhADcxaWv3wycmp0Kv2lxMz5DzJrw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=bLy6+mPhlUtqQBDNLfK4UZC9FdqOImqiAvxEmoPSrWHrEVbg9g1MkACris4SQIdIaWaI042vfYsVb8iHphgAMC+KhT0RHO2llgwEN+mCEM7wrrIdKu0km5D82GnFqtWMChGVTkOjwGuD7dr9RWKlGf7skT1dtev7iP+VeGOe9sc= Received: by 10.115.22.14 with SMTP id z14mr3858381wai.138.1210951962051; Fri, 16 May 2008 08:32:42 -0700 (PDT) Received: by 10.114.174.13 with HTTP; Fri, 16 May 2008 08:32:41 -0700 (PDT) Message-ID: <1e31c7980805160832j7aac492v77469255f483490f@mail.gmail.com> Date: Fri, 16 May 2008 16:32:41 +0100 From: "=?ISO-8859-1?Q?Vin=EDcius_Abrah=E3o?=" To: "Rui Paulo" In-Reply-To: <482ABC29.9030002@FreeBSD.org> MIME-Version: 1.0 References: <1e31c7980805130830w15aa90a0jfe19a279a4e6a628@mail.gmail.com> <482ABC29.9030002@FreeBSD.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 Cc: akiyama@jp.freebsd.org, ichiro@ichiro.org, freebsd-hardware@freebsd.org Subject: Re: Modem GPRS USB X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 15:32:42 -0000 Hi Rui Pablo, thanks for your help: with usbsa(4) (and without umass, ugen, etc) my modem is working normaly (both: pcmcia[huawei] and usb[qualcomm3]). But now I have one other problem that need your help if possible? When I connect I recive this: May 16 12:17:08 vinnix ppp[1262]: tun0: Warning: 0.0.0.0: Change route failed: errno: No such process May 16 12:17:08 vinnix ppp[1262]: tun0: Warning: ff02:5::: Change route failed: errno: Network is unreachable The PPP fails to get a default route, after connect. Can you help-me with this? Thanks again!!! Best regards, Vinnix On Wed, May 14, 2008 at 11:17 AM, Rui Paulo wrote: > Vin=EDcius Abrah=E3o wrote: > >> Hi People, >> >> First, sorry about my poor english. >> I have modem usb: hsdpa/edge/gprs, but I don't know how to >> make this work. This is the description about the device: >> >> umass0: > 1.10/0.00, >> addr 2> on uhub2 >> cd0 at umass-sim0 bus 0 target 0 lun 0 >> cd0: Removable CD-ROM SCSI-2 device >> cd0: 1.000MB/s transfers >> cd0: cd present [4623 x 2048 byte records] >> GEOM_LABEL: Label for provider cd0 is iso9660/ONDAMODEM >> >> At my kernel configuration file we find: >> device ugen # Generic >> device ucom # Modem UCOM >> device ugencom # Modem CDMA MSM >> device umodem # Modem COM >> >> Thanks in advice for any light. >> > > Since we don't have yet a way to unplug these modems from umass, you shou= ld > remove umass, ugen, ucom, etc. from your kernel config file and build it = as > modules. > > I have a similar modem, and what I did was: > 1) Don't have umass.ko loaded. > 2) Wait a few seconds. The device will disconnect. > 3) ubsa(4) should support these modems, so have it loaded, or load it now= . > > Hope this works, > -- > Rui Paulo >