On Tuesday, May 3, 2016 8:20:44 PM CDT Larry Finger wrote:
On 05/03/2016 02:46 PM, Chan Ju Ping wrote:
On Tuesday, 3 May 2016 10:42:51 CDT Chan Ju Ping wrote:
On Tuesday, 3 May 2016 12:28:37 CDT Cristian Rodríguez wrote:
On Tue, May 3, 2016 at 12:22 PM, Chan Ju Ping <email@chanjp.me> wrote:
If your BT device is connected via USB, then at least one of the drivers will be btusb. Does "lsmod | grep btusb" show anything? It would also be useful to post the output of "lsusb".
My Bluetooth mouse is not connected via USB, and I do not have a USB Bluetooth dongle because it is built in. I am certain the Bluetooth chipset is part of the Intel wireless card. Here is my lsusb output for further clarification.
$lsusb Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 007: ID 0eef:7926 D-WAV Scientific Co., Ltd Bus 001 Device 006: ID 04f2:b3fc Chicony Electronics Co., Ltd Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
The last snapshot fixed whatever issue was introduced in the previous one.
I'm glad that your Bluetooth is working, but there are some misconceptions that should be addressed. Of course your BT mouse is not connected via USB - that would be a wired mouse. It is connected to your computer via radio waves in the 2.4 GHz band, which is shared with a lot of wifi. The receiver for that radio information is interfaced to the main bus structure of the computer. Using a PCIe interface would be too expensive, thus most BT host devices use USB. The few that do not are connected via serial port. As your system does not show any BT device on the USB bus, it may be that you have a serial BT adapter. My laptop, which has an Intel 7260 for wifi shows the following line in the lsusb output:
Bus 003 Device 002: ID 8087:07dc Intel Corp.
That is a BT adapter. There is no USB dongle as that device is built into the wifi card. That makes sense as the wifi and BT can share the 2.4 GHz radio.
When someone asks you for information about your system, please assume that they know what they are asking to see. Once you become an expert, then you can dispute their need to know.
Larry
That is my error. Consider me chastened.