From owner-freebsd-stable@FreeBSD.ORG Mon Oct 23 09:05:58 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DD0A16A403 for ; Mon, 23 Oct 2006 09:05:58 +0000 (UTC) (envelope-from E5739C@motorola.com) Received: from mail119.messagelabs.com (mail119.messagelabs.com [216.82.241.179]) by mx1.FreeBSD.org (Postfix) with SMTP id DFE9043D46 for ; Mon, 23 Oct 2006 09:05:57 +0000 (GMT) (envelope-from E5739C@motorola.com) X-VirusChecked: Checked X-Env-Sender: E5739C@motorola.com X-Msg-Ref: server-14.tower-119.messagelabs.com!1161593820!11612992!1 X-StarScan-Version: 5.5.10.7; banners=-,-,- X-Originating-IP: [129.188.136.9] Received: (qmail 29847 invoked from network); 23 Oct 2006 08:57:00 -0000 Received: from ftpbox.mot.com (HELO ftpbox.mot.com) (129.188.136.9) by server-14.tower-119.messagelabs.com with SMTP; 23 Oct 2006 08:57:00 -0000 Received: from az33exr04.mot.com (az33exr04.mot.com [10.64.251.234]) by ftpbox.mot.com (8.12.11/Motorola) with ESMTP id k9N8uxdc000697 for ; Mon, 23 Oct 2006 03:56:59 -0500 (CDT) Received: from zmy16exm63.ds.mot.com (zmy16exm63.ap.mot.com [10.179.4.34]) by az33exr04.mot.com (8.13.1/8.13.0) with ESMTP id k9N8uvQf022880 for ; Mon, 23 Oct 2006 03:56:58 -0500 (CDT) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 23 Oct 2006 16:56:50 +0800 Message-ID: <565F40B9893580489B94B8D324460AF4E29001@zmy16exm63.ds.mot.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to configure a usb device thread-index: Acb2gS2iblSLK4VGQ7+6r31Bd1uxoQ== From: "Sun Zongjun-E5739C" To: Subject: How to configure a usb device X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Oct 2006 09:05:58 -0000 Hi, all I want to use a usb network interface on FreeBSD6.1 as well as I use it on linux. When insert the USB into Linux box and run ifconfig command, it will report that a usb0(1, 2) can be used now. But when I insert the same USB device into the FreeBSD box, FreeBSD only report that some USB device has been detected, there is nothing on the screen when I run ifconfig command. I am a newbie to FreeBSD. How can I know whether my FreeBSD can support this devices like Linux? Thanks for your help very much Zongjun