From owner-freebsd-bluetooth@FreeBSD.ORG Wed Sep 5 16:56:40 2007 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8807B16A419 for ; Wed, 5 Sep 2007 16:56:40 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id 0C45513C442 for ; Wed, 5 Sep 2007 16:56:39 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by nf-out-0910.google.com with SMTP id k4so1747783nfd for ; Wed, 05 Sep 2007 09:56:26 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Z3yBv4/hkKpY7x2QYRXhL7pyk86Qu3alijtTrt4AHhNXR+1YnXs6C3wFXFRVAufDnSMGLPUJHTpZ+BqWOeL2kpr6aTzq0wc24vm7WTYGWXwcGSSktetUQOaAPzZpuuj5M47ueUFK7loGvE6Jqpk+3Pl6PBOvbNtyTBy1Lc8PWG0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hVeSZ7RhL2s8qxyVraf74bE+BE7D7hVE8fCukasuL8wM/YoqU9i0jJpjEtxaCsZkn+u96ZSyNceqCADDY0+t9zdjHS404Gst44BDUIsYsylQn/a49//zwy/2bExsHHuIfuwBlUn/D8U+uePKjhwySogXm6pgOjt/RU39ZtYEeWQ= Received: by 10.86.76.16 with SMTP id y16mr5324794fga.1189011386562; Wed, 05 Sep 2007 09:56:26 -0700 (PDT) Received: by 10.86.63.16 with HTTP; Wed, 5 Sep 2007 09:56:26 -0700 (PDT) Message-ID: Date: Wed, 5 Sep 2007 09:56:26 -0700 From: "Maksim Yevmenkin" To: gammu-users@lists.sourceforge.net, freebsd-bluetooth@freebsd.org, bsam@freebsd.org In-Reply-To: <20070902193327.15488.qmail@stuge.se> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070816105005.GA24403@harmless.hu> <20070817113053.GA61263@harmless.hu> <20070818133634.GA1448@harmless.hu> <20070902193327.15488.qmail@stuge.se> Cc: Subject: Re: FBSD bt gammu [was:Nokia 6310i and gammu] X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2007 16:56:40 -0000 Peter, thanks for the reply and sorry for the delay with answering to your email. please read my comments inline. On 9/2/07, Peter Stuge wrote: > On Sat, Aug 18, 2007 at 03:36:34PM +0200, Gergely CZUCZY wrote: > > On Sat, Aug 18, 2007 at 02:15:59PM +0200, Michal ??iha?? wrote: > > > Gammu does have support for Linux and Win32 bluetooth stack only for > > > now, however you're welcome to send patches for others ;-). > > > > Please consider the following message from Maksim Yevmenkin. > > Personally, I haven't checked all the details myself, but he might > > have pointed out something important. > > There are no details, unfortunately. Boris Samorodov (bsam@freebsd.org) did all the work to port gammu bluetooth onto freebsd. he is the gammu's port maintainer. all his patches can be found at http://www.freebsd.org/cgi/cvsweb.cgi/ports/comms/gammu/ (actual patches at http://www.freebsd.org/cgi/cvsweb.cgi/ports/comms/gammu/files/) bsam's patches work on gammu version 1.13.0, however cmake scripts do not have support for detecting bluetooth on freebsd. i'm not familiar with cmake, so i simply applied bsam's patches and hacked cmake generated .h files to enable relevant bluetooth defines. once i compiled hacked version, bluetooth worked fine. > > > there is a problem with the gammu-1.12.0 port because gammu > > > developers switched to new configuration system (cmake) and it no > > > longer able to detect bluetooth support on freebsd. i had to hack > > > gammu port to convince it to detect bluetooth support, and once > > > i've done it, it worked. > > Could you let us know what you needed to do to make bluetooth work on > FBSD? I'd be happy to see that included into the source. please take a look at bsam's patches to see if they can be included into gammu please modify cmake scripts so it can properly detect bluetooth on freebsd > > > please email gammu port maintainer (or possibly gammu developers > > > directly) and ask them to address this issue. > > I don't think any gammu developers know FBSD so hints with technical > details about what is needed to make it play are very welcome. please feel free to ask in freebsd-bluetooth@freebsd.org any questions you might have thanks, max