From owner-freebsd-mobile Tue Mar 25 12:25:28 2003 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 F3A4437B401 for ; Tue, 25 Mar 2003 12:25:25 -0800 (PST) Received: from scl8owa02.int.exodus.net (scl8out02.exodus.net [66.35.230.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20AAF43F75 for ; Tue, 25 Mar 2003 12:25:25 -0800 (PST) (envelope-from Maksim.Yevmenkin@cw.com) Received: from scl8owa01.int.exodus.net ([66.35.230.241]) by scl8owa02.int.exodus.net with Microsoft SMTPSVC(5.0.2195.5329); Tue, 25 Mar 2003 12:25:20 -0800 Received: from exodus.net ([165.193.27.35]) by scl8owa01.int.exodus.net over TLS secured channel with Microsoft SMTPSVC(5.0.2195.5329); Tue, 25 Mar 2003 12:25:19 -0800 Message-ID: <3E80BA67.4060301@exodus.net> Date: Tue, 25 Mar 2003 12:21:59 -0800 From: Maksim Yevmenkin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021126 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Tobias Roth Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Bluetooth on IBM T30 (serial device?) References: <20030323181910.GA9037@speedy.unibe.ch> <20030324090619.GC13336@speedy.unibe.ch> <3E7F4338.5040405@exodus.net> <3E7F4FE5.3080603@exodus.net> <20030325194710.GA13944@speedy.unibe.ch> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 Mar 2003 20:25:19.0804 (UTC) FILETIME=[A7AC4FC0:01C2F30C] X-Spam-Status: No, hits=-19.7 required=5.0 tests=AWL,QUOTED_EMAIL_TEXT,REFERENCES,USER_AGENT_MOZILLA_UA autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Tobias, >>bottom line: if your T30 has the same device and TDK used CSR chip >>in it then you will make it work. > > looks good. I played some more with windows, and then I got it to > display some hardware specs: > > Manufacturer: Cambridge Silicon Radio (that means CSR chip, right?) > Firmware Version 115 > HCI Version 1.1 Revision 0073 > LMP Version 1.1 Minor version 0073 yes it is a CSR chip based device. can you tell if its a USB device? > However, I did not yet get FreeBSD to recognize it. > Can you guide me on the following things? > > Kernel config, as related to usb/bluetooth > Modifications to a base 5.0 Release install, if needed > Which modules to load at what point (loader.conf, after boot) at this point you do not need to add anything to your kernel config. everything can be loaded by hand. just make sure you have USB, PCCARD and sio support in your kernel > My thinkpad has a little button that has to be pressed to activate > bluetooth, and a led that indicates bluetooth status (on/off). I > do not know if it will work when I try to activate bluetooth during > boot, I tried with no success, but that might be another problem > (see my questions above). could you please try the following: 1) at loader prompt type (without quotes) "boot -v" 2) do not press the Bluetooth button just yet 3) wait until system is fully loaded 4) kldload ugen (this is only required if you do not have "device ugen" the in the kernel config file) 5) press the Bluetooth button now if you have a USB device then ugen(4) driver should attach to it. watch for it in /var/log/messages. if you see messages from ugen(4) then send me the output of # usbdevs -v -d if you do not see the device then please send me the output of the following commands 1) dmesg 2) pciconf -v -l thannks, max To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message