From owner-freebsd-bluetooth@FreeBSD.ORG Wed Feb 14 17:10:13 2007 Return-Path: X-Original-To: freebsd-bluetooth@freebsd.org Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 732FC16A401 for ; Wed, 14 Feb 2007 17:10:13 +0000 (UTC) (envelope-from jonathan.laventhol@imagination.com) Received: from mailgate-lon1.imagination.com (mailgate-lon1.imagination.com [82.211.112.32]) by mx1.freebsd.org (Postfix) with ESMTP id 413F913C4A7 for ; Wed, 14 Feb 2007 17:10:13 +0000 (UTC) (envelope-from jonathan.laventhol@imagination.com) Received: from [192.168.77.11] (global-edge.imagination.co.uk [192.168.77.11]) by mailgate-lon1.imagination.com (Postfix) with ESMTP id D1CA32C938; Wed, 14 Feb 2007 16:53:18 +0000 (GMT) Message-ID: <45D33EE4.8020603@imagination.com> Date: Wed, 14 Feb 2007 16:55:00 +0000 From: Jonathan Laventhol Organization: Imagination Ltd User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-bluetooth@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Help a beginner? Changing the visible name 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, 14 Feb 2007 17:10:13 -0000 Hi All -- I've just managed to get my bluetooth system running to accept incoming files from a phone. But I have a problem which I'm sure is very simple to solve but have had no luck: how do I change the name of my computer which my phone sees? Currently the computer shows up as its hostname (web1.example.com), but I want it to say something like 'projector'. Any kind soul help out? I'm running this: /usr/local/bin/obexapp -s -C 10 -r /usr/local/www/data -u www dmesg says: ubt0: Broadcom Corp BELKIN BLUETOOTH USB ADAPTER CL. 2, rev 2.00/1.00, addr 2 ubt0: Broadcom Corp BELKIN BLUETOOTH USB ADAPTER CL. 2, rev 2.00/1.00, addr 2 ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2 ubt0: Interface 1 (alt.config 5) endpoints: isoc-in=0x83, isoc-out=0x3; wMaxPacketSize=49; nframes=6, buffer size=294 It's FreeBSD 6.1 with these packages: obexapp-1.4.4_1 Obex application to transfer objects to mobile equipment openobex-1.3 Open source implementation of the OBEX protocol Many thanks, Jonathan.