From owner-freebsd-questions@FreeBSD.ORG Thu May 25 14:04:01 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 DE14816A421 for ; Thu, 25 May 2006 14:04:01 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DB0E43D77 for ; Thu, 25 May 2006 14:03:52 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 6771 invoked from network); 25 May 2006 14:03:52 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 25 May 2006 14:03:52 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 01BB028423; Thu, 25 May 2006 10:03:51 -0400 (EDT) To: Grad References: From: Lowell Gilbert Date: Thu, 25 May 2006 10:03:51 -0400 In-Reply-To: (Grad's message of "Wed, 24 May 2006 18:15:40 +0300") Message-ID: <448xoqfbg8.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Conexant AccessRunner ADSL 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: Thu, 25 May 2006 14:04:02 -0000 Grad writes: > Hi, > I am a complete newbie in FreeBSD and i was wondering if i can use my > usb modem (Crypto F200 with Conexant AccessRunner Chipset) to connect to the > internet using FreeBSD 6.1. The dmesg > command indicates that the OS "sees" the modem using ugen0. > I understand that this driver is the one generally used for usb devices. > Even if this is the driver and my modem is supported how exactly can i > connect to my ISP because I cannot see anyplace that i could declare > username and password. ugen is a "generic" driver, and doesn't know how to handle any specific functions. I don't think there is any driver support smart enough to set up an IP interface via that device.