From owner-freebsd-wireless@FreeBSD.ORG Wed Sep 10 14:18:48 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E173B43; Wed, 10 Sep 2014 14:18:48 +0000 (UTC) Received: from mail-we0-x22c.google.com (mail-we0-x22c.google.com [IPv6:2a00:1450:400c:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D73761938; Wed, 10 Sep 2014 14:18:47 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id k48so3087766wev.3 for ; Wed, 10 Sep 2014 07:18:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:content-transfer-encoding:subject:from:message-id:date :cc:to:mime-version; bh=rh2ovcJiPNhUjsGKFJ8IcQXEtTm6Hy8h2wUFvXJZV4I=; b=0XNZ2Dl/HQB+LVZUdFwqEkgeiTwgO+uBqnFYg55YTq55J6xZEZ1jy93v5OWKSy9Jcn YdFNE9r77IY+e9x8UiidGMX3XQpsQHzshuPjyd8/JpcWFz3n37aI4w59Kwaa4/g+7eO+ iKNXhhUcp/DtUvrBvsOUpRpvq9XuOMiTaIBQDTU6G9IlS9Gl7dbYbFgkmVortXkvSWMi nG5KezqcZhZIOQCRBKbO4h0PHBu+MbdPSFJrwXj2uhX8QO31bEyQ4nC9dhJDUOvwQpoI jJDCH97ZhoCSmJrYT3O0d/v888rspMilLzhjFqpCxumQJm7ahTU8k27DyF7UgAG+CTxd u0Tw== X-Received: by 10.180.20.68 with SMTP id l4mr269001wie.42.1410358726004; Wed, 10 Sep 2014 07:18:46 -0700 (PDT) Received: from [192.168.20.2] ([62.219.134.104]) by mx.google.com with ESMTPSA id a19sm2636447wic.1.2014.09.10.07.18.44 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 10 Sep 2014 07:18:44 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Re: Using a USB modem. From: atar Message-Id: Date: Wed, 10 Sep 2014 17:18:18 +0300 To: Mike Tancsa Mime-Version: 1.0 (1.0) X-Mailer: iPod Mail (10B500) Cc: "freebsd-wireless@freebsd.org" , "freebsd-questions@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2014 14:18:48 -0000 Hi there! Thanks you for your answer and sorry for the big delay of my response. I sim= ply hadn't enough time to test your suggestions until now. So, lets start. > Did you load the driver (kldload u3g) ? Yes. > what is the output of > usbconfig Here's the output of usbconfig -d 4.4 dump_device_desc: > ugen4.4: at usbus4, cfg=3D0 m= d=3DHOST spd=3DHIGH (480Mbps) pwr=3DON (500mA) >=20 > bLength =3D 0x0012=20 > bDescriptorType =3D 0x0001=20 > bcdUSB =3D 0x0200=20 > bDeviceClass =3D 0x0000=20 > bDeviceSubClass =3D 0x0000=20 > bDeviceProtocol =3D 0x0000=20 > bMaxPacketSize0 =3D 0x0040=20 > idVendor =3D 0x19d2=20 > idProduct =3D 0x0154=20 > bcdDevice =3D 0x0000=20 > iManufacturer =3D 0x0003 > iProduct =3D 0x0002 > iSerialNumber =3D 0x0004 > bNumConfigurations =3D 0x0001 Lastly, you've written: > Then provide the output of >=20 > # sysctl -a dev.u3g The output is as the following: > sysctl: unknown oid 'dev.u3g': No such file or directory Regards, Atar.