From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 05:13:16 2004 Return-Path: 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 B4BEC16A4CE; Mon, 23 Aug 2004 05:13:16 +0000 (GMT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50EB543D3F; Mon, 23 Aug 2004 05:13:16 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from [192.168.1.254] (really [24.52.242.150]) by mta10.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040823051315.XLJR9204.mta10.adelphia.net@[192.168.1.254]>; Mon, 23 Aug 2004 01:13:15 -0400 Message-ID: <41297CD4.4050609@savvis.net> Date: Sun, 22 Aug 2004 22:12:52 -0700 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Anderson References: <412964C1.8000108@centtech.com> In-Reply-To: <412964C1.8000108@centtech.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: Bluetooth modules don't load on RELENG_5 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 05:13:16 -0000 Eric, > Just curious if anyone has been messing with bluetooth on a RELENG_5. not that i know of :) > I'm not sure when it broke, since this is my first time messing with > bluetooth stuff. > Following the handbook, I try to load the ng_ubt driver, and I get the > super-informative; > > # kldload ng_ubt > kldload: can't load ng_ubt: No such file or directory > > # ls -al /boot/kernel/ng_ubt.ko > -r-xr-xr-x 1 root wheel 45306 Aug 20 09:38 /boot/kernel/ng_ubt.ko weird. - are you sure your kernel is in sync with your modules? - what is your module_path is? - what happens when you do kldload /boot/kernel/ng_ubt.ko? i'm building RELENG_5 now to check this. > (On a side note, I'm trying to get my new Sony Ericsson T637 phone > connected via bluetooth to my FreeBSD laptop for surfing and such. If > anyone has a good link, I'm interested). > > Any hints? if you want to use your phone as wireless modem to connect your laptop to the internet then you need DUN profile (see handbook, rfcomm_pppd(8)) if you want to use your phone to browse internet and use your laptop as gateway then you need LAN profile (see handbook, rfcomm_pppd(8)) thanks, max