From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 09:00:35 2009 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 8C12F106568D for ; Sun, 1 Nov 2009 09:00:35 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id 1ED518FC1B for ; Sun, 1 Nov 2009 09:00:34 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=eW9HMCBNs1tNz407qWsA:9 a=NUQckbGhV9J5nKnGaMN7NlT9fMYA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 1314476751; Sun, 01 Nov 2009 10:00:32 +0100 From: Hans Petter Selasky To: Jille Timmermans Date: Sun, 1 Nov 2009 10:01:41 +0100 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <4AEC94A9.1050309@quis.cx> In-Reply-To: <4AEC94A9.1050309@quis.cx> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200911011001.44377.hselasky@c2i.net> Cc: freebsd-questions@freebsd.org Subject: Re: Gnokii with USB2 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: Sun, 01 Nov 2009 09:00:35 -0000 On Saturday 31 October 2009 20:48:57 Jille Timmermans wrote: > I'm trying to read the SMS of my telephone using comms/gnokii. But I > can't figure out which 'port' (thing in /dev) I must pass to gnokii. > /dev/usb/0.2.{0,1,2}, /dev/ugen0.2, /dev/da0, /dev/pass0 all didn't work > (Yes, I know trying da0 was not a really smart/safe idea). But those are > the only new devices which showed up after connecting the USB-cable. > I think that "connection = serial" is wrong. You should not have to specify port for USB. Also check that your device shows up when you type "usbconfig" as the user you are running gnokiirc. Also make sure gnokiirc is compiled with USB support. --HPS > > My ~/.gnokiirc: > [global] > port = /dev/usb/0.2.1 > model = AT > connection = serial > > [logging] > debug = on > > OS: > FreeBSD 8.0-CURRENT r193930 of June 10 > > Telephone: > LG K800 > > > -- Jille