You are not logged in.
Pages: 1
Hello!!
I have an HP Pavillion DM4, i have installed bluez and started the bluetooth daemon
DAEMONS=(syslog-ng crond dbus networkmanager avahi-daemon alsa bluetooth)but the system doesn't detect the device.
$ hcitool dev
Devices:I see the bluetooth icon in gnome but I cannot activate it in the preferences.
Here's my lspci output:
$ lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5)
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5)
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b5)
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM67 Express Chipset Family LPC Controller (rev 05)
00:1f.2 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
02:00.0 Network controller: Intel Corporation Centrino Wireless-N + WiMAX 6150 (rev 67)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
05:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)and my lsusb output:
$ lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 8087:07d7 Intel Corp.
Bus 001 Device 004: ID 064e:e258 Suyin Corp.
Bus 004 Device 004: ID 08ff:2665 AuthenTec, Inc.
Bus 004 Device 010: ID 0a5c:21e1 Broadcom Corp. How can i solve this issue?
Thanks!
Offline
It would appear you have a Broadcom BCM20702A0.
Can you check the output of lsmod and see if btusb is loaded. If not, try modprobing it, then remove the USB device and plug it back in.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
The bluetooth device is integrated in the laptop how am I supposed to plug it out and in again? I added btusb to MODULES in /etc/rc.conf but it doesn't change anything... I am going to check if it works in ubuntu.
Any other suggestions?
Thanks
Offline
Bus 004 Device 010: ID 0a5c:21e1 Broadcom Corp.
Support was added for that device in version 3.4-rc3 of the kernel. So I hope you're either running something that recent or patched it yourself:
http://lkml.indiana.edu/hypermail/linux … 01427.html
Although the official version of that patch in Linus' tree is slightly different.
Last edited by pigiron (2012-06-14 18:39:32)
Offline
Oh great, thanks! I'll wait for 3.4 to land in Arch... I don't use BT really I was just trying to get a PS3 controller to work via BT.
Offline
Pages: 1