Date: Tue, 25 Mar 2003 12:21:59 -0800 From: Maksim Yevmenkin <myevmenk@exodus.net> To: Tobias Roth <roth@iam.unibe.ch> Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Bluetooth on IBM T30 (serial device?) Message-ID: <3E80BA67.4060301@exodus.net> References: <20030323181910.GA9037@speedy.unibe.ch> <20030324090619.GC13336@speedy.unibe.ch> <3E7F4338.5040405@exodus.net> <3E7F4FE5.3080603@exodus.net> <20030325194710.GA13944@speedy.unibe.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E80BA67.4060301>