From owner-freebsd-mobile@FreeBSD.ORG Fri May 12 10:17:07 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18A1E16A402 for ; Fri, 12 May 2006 10:17:07 +0000 (UTC) (envelope-from roth@droopy.unibe.ch) Received: from mailhub03.unibe.ch (mailhub.unibe.ch [130.92.9.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88D1444340 for ; Fri, 12 May 2006 10:17:06 +0000 (GMT) (envelope-from roth@droopy.unibe.ch) Received: from localhost (scanhub02.unibe.ch [130.92.5.62]) by mailhub03.unibe.ch (Postfix) with ESMTP id 1AACE429A0; Fri, 12 May 2006 12:17:05 +0200 (CEST) Received: from mailhub03.unibe.ch ([130.92.9.70]) by localhost (scanhub02.unibe.ch [130.92.5.62]) (amavisd-new, port 10024) with LMTP id 28759-01-29; Fri, 12 May 2006 12:17:03 +0200 (CEST) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub03.unibe.ch (Postfix) with ESMTP id 8DFA8428F8; Fri, 12 May 2006 12:17:03 +0200 (CEST) Received: from droopy.unibe.ch (droopy [130.92.64.20]) by asterix.unibe.ch (8.12.10+Sun/8.12.10) with ESMTP id k4CAH3Ju013867; Fri, 12 May 2006 12:17:03 +0200 (MEST) Received: (from roth@localhost) by droopy.unibe.ch (8.12.10+Sun/8.12.9/Submit) id k4CAH3Rq016115; Fri, 12 May 2006 12:17:03 +0200 (MEST) Date: Fri, 12 May 2006 12:17:03 +0200 From: Tobias Roth To: "James O'Gorman" Message-ID: <20060512101703.GA16098@droopy.unibe.ch> Mail-Followup-To: James O'Gorman , freebsd-mobile@freebsd.org References: <4463A8BD.1080905@TestEquity.com> <20060512073406.GA15793@droopy.unibe.ch> <44645732.9020205@netinertia.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44645732.9020205@netinertia.co.uk> User-Agent: Mutt/1.4i X-message-flag: Warning! Using Outlook is insecure and promotes virus distribution. Please use a different email client. X-Virus-checked: by University of Berne Cc: freebsd-mobile@freebsd.org Subject: Re: Another 6.1R on a ThinkPad X60s 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: Fri, 12 May 2006 10:17:07 -0000 On Fri, May 12, 2006 at 10:36:50AM +0100, James O'Gorman wrote: > Tobias Roth wrote: > > On Thu, May 11, 2006 at 02:12:29PM -0700, Michael Collette wrote: > >> When starting up /etc/rc.d/bluetooth I get back "ERROR: Unsupported > >> device:". I thought that was informative. I'm guessing the bluetooth > >> device in question is the Broadcom (0x0a5c) BCM2045B (0x2110) which > >> comes up attached to ugen0. I haven't made any source code tweaks to > >> usbdevs for this one as I'm pretty bluetooth ignorant. Got a Palm Treo > >> to test on it if I can get the service up and going. > > > > try turning the bluetooth device on first. My T30 had a little button > > below the LCD screen to do that, my T43p has dev.acpi_ibm.0.bluetooth. > > The switch is on on mine, and dev.acpi_ibm.0.bluetooth is set to 1, but > /etc/rc.d/bluetooth still says "ERROR: Unsupported device:"... ok, I'll make a wild guess: you are doing /etc/rc.d/bluetooth start instead of /etc/rc.d/bluetooth start ubt0 if so, please take a look at the bluetooth section in the handbook, it told me everything I needed to know to get bluetooth working. cheers, t.