From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 4 15:35:06 2008 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6288D106566C for ; Mon, 4 Aug 2008 15:35:06 +0000 (UTC) (envelope-from vlado@netng.org) Received: from mail.clnet.cz (mail.clnet.cz [213.180.32.9]) by mx1.freebsd.org (Postfix) with ESMTP id DA96C8FC19 for ; Mon, 4 Aug 2008 15:35:05 +0000 (UTC) (envelope-from vlado@netng.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.clnet.cz (Postfix) with ESMTP id 62D38A18C2 for ; Mon, 4 Aug 2008 17:35:04 +0200 (CEST) X-Virus-Scanned: amavisd-new at clnet.cz Received: from mail.clnet.cz ([127.0.0.1]) by localhost (mail.clnet.cz [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id O-7mIqz2rqfd for ; Mon, 4 Aug 2008 17:35:03 +0200 (CEST) Received: from ace.botka.homeunix.org (unknown [213.180.61.246]) by mail.clnet.cz (Postfix) with ESMTP id 744B6A189F for ; Mon, 4 Aug 2008 17:35:03 +0200 (CEST) Received: by ace.botka.homeunix.org (Postfix, from userid 1001) id 40CE91C9; Mon, 4 Aug 2008 17:28:35 +0200 (CEST) Received: from vlado-laptop.netng.org (ac.botka.homeunix.org [192.168.1.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ace.botka.homeunix.org (Postfix) with ESMTP id C05EC1C2 for ; Mon, 4 Aug 2008 17:28:34 +0200 (CEST) Date: Mon, 4 Aug 2008 17:35:02 +0200 From: Vladimir Botka To: freebsd-mobile@freebsd.org Message-ID: <20080804173502.63cf905a@vlado-laptop.netng.org> In-Reply-To: <20080804234304.1d58498d@ayiin> References: <1216910072.2251.8.camel@jill.exit.com> <86y73j341e.fsf@ds4.des.no> <86bq0ftjf6.fsf@ds4.des.no> <8C2BF4B9-14CD-40EA-B22E-DBB7060BFE46@bnc.net> <1217776229.953.11.camel@RabbitsDen> <20080804225733.749db6a0@ayiin> <20080804151022.6b3ed106@vlado-laptop.netng.org> <20080804234304.1d58498d@ayiin> Organization: netng.org X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.9; i586-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Bluetooth [was Re: Laptop suggestions? ] X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2008 15:35:06 -0000 On Mon, 4 Aug 2008 23:43:04 +1000 Norberto Meijome wrote: > On Mon, 4 Aug 2008 15:10:22 +0200 > Vladimir Botka wrote: > > > for me obex file transfer works with comms/obexapp on 6.2, but > > there is no audio support in FreeBSD AFAIK. > > thanks Vladimir. > > so you use obexapp directly? any GUI you can recommend ? > > B > > _________________________ > {Beto|Norberto|Numard} Meijome > > Bug: a feature that can't be turned off. > > I speak for myself, not my employer. Contents may be hot. Slippery > when wet. Reading disclaimers makes you go blind. Writing them is > worse. You have been Warned. > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To > unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" > Hello, no GUI I am aware of, sorry. There should be some KDE support for bluetooth you can play with URL obex://bluetooth_address in the konqueror. I use the obexapp as a server. > cat /usr/local/etc/rc.d/030.startObex.sh #!/bin/sh /usr/local/bin/obexapp -s -r /var/spool/obex -C 1 -u obex Have fun, -vlado Vladimir Botka