From owner-freebsd-questions@FreeBSD.ORG Sat Feb 2 17:16:55 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A987716A41B for ; Sat, 2 Feb 2008 17:16:55 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 7B15D13C458 for ; Sat, 2 Feb 2008 17:16:55 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 3088B1CC8B; Sat, 2 Feb 2008 08:16:54 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org, Matthias Apitz Date: Sat, 2 Feb 2008 18:16:51 +0100 User-Agent: KMail/1.9.7 References: <47A48398.90103@student.utwente.nl> <20080202164458.GA10359@rebelion.Sisis.de> In-Reply-To: <20080202164458.GA10359@rebelion.Sisis.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802021816.52769.fbsd.questions@rachie.is-a-geek.net> Cc: Alphons Fonz van Werven Subject: Re: [PPP] Dialing using a cellphone 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: Sat, 02 Feb 2008 17:16:55 -0000 On Saturday 02 February 2008 17:44:58 Matthias Apitz wrote: > > At boot, FreeBSD recognizes the phone as a USB modem: > > ugen: Samsung Mobile USB Modem, rev. 2.00/1.00, addr 2 > ... > > However, when I try to actually dial out, I get: > > tun0: Warning: chat_Write: Operation not supported by device > > > > Any thoughts? > > PPP needs a serial device to work with, 'ugen' does not > provide this; More to the point, umodem(4) lists the supported USB modems. The thing to do would be send-pr with output of pciconf -lv and request support for this modem. -- Mel