From owner-freebsd-questions@FreeBSD.ORG Thu Jun 17 10:06:32 2004 Return-Path: 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 105F416A4CE for ; Thu, 17 Jun 2004 10:06:32 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE64A43D46 for ; Thu, 17 Jun 2004 10:06:31 +0000 (GMT) (envelope-from jan.muenther@nruns.com) Received: from [212.227.126.205] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BatmZ-0003ij-00; Thu, 17 Jun 2004 12:06:07 +0200 Received: from [212.202.43.252] (helo=localghost.muenther.de) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1BatmZ-0000Ge-00; Thu, 17 Jun 2004 12:06:07 +0200 Received: by localghost.muenther.de (Postfix, from userid 1001) id 66F4A21E87F; Thu, 17 Jun 2004 12:06:33 +0200 (CEST) Date: Thu, 17 Jun 2004 12:06:33 +0200 From: Jan Muenther To: Edd Message-ID: <20040617100633.GA2440@localghost.muenther.de> References: <200406170945.i5H9jOx20601@server1.web-mania.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406170945.i5H9jOx20601@server1.web-mania.com> User-Agent: Mutt/1.4.2.1i X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:9a8a46f2b40f7808f7699def63624ac2 cc: freebsd-questions@freebsd.org Subject: Re: USB Modem Fun X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2004 10:06:32 -0000 Hi there, > Plug in and dmesg says: > ugen0: Conexant USB modemInc. USB V.90 56k/FAX Modem erface, > rev1.00/0.01, addr 2 > > So far so good. So i scoot over to /etc/ppp/ppp.conf and type in > /dev/ugen0 for the device. ugen(4) is the generic USB device driver, meaning this gets assigned when no other driver for the USB device can apply. You won't be able to use your USB modem through the driver, you'll need umodem(4) and ucom(4) support in either your kernel or load the modules. Cheers, J.