Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Can't find bluetooth device (BCM2046)
Date: Sat, 03 Apr 2010 23:44:30
Message-Id: 201004040044.04578.michaelkintzios@gmail.com
1 My lsusb shows as much:
2
3 Bus 002 Device 004: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of
4 BCM2046 Bluetooth)
5
6 dmesg:
7
8 Bluetooth: Core ver 2.15
9 NET: Registered protocol family 31
10 Bluetooth: HCI device and connection manager initialized
11 Bluetooth: HCI socket layer initialized
12 Bluetooth: L2CAP ver 2.14
13 Bluetooth: L2CAP socket layer initialized
14 Bluetooth: BNEP (Ethernet Emulation) ver 1.3
15 Bluetooth: BNEP filters: protocol multicast
16 Bluetooth: SCO (Voice Link) ver 0.6
17 Bluetooth: SCO socket layer initialized
18 Bluetooth: RFCOMM TTY layer initialized
19 Bluetooth: RFCOMM socket layer initialized
20 Bluetooth: RFCOMM ver 1.11
21
22
23 I've installed bluez and modprobe btusb, because /etc/init.d/bluetooth does
24 not load it:
25
26 Bluetooth: Generic Bluetooth USB driver ver 0.6
27 usbcore: registered new interface driver btusb
28
29 when I run:
30
31 $ hcitool dev
32 Devices:
33
34 or
35
36 # hciconfig
37 #
38
39 I am not seeing a device there. Is there a particular module in the kernel
40 that I am missing?
41
42 CONFIG_BT=m
43 CONFIG_BT_L2CAP=m
44 CONFIG_BT_SCO=m
45 CONFIG_BT_RFCOMM=m
46 CONFIG_BT_RFCOMM_TTY=y
47 CONFIG_BT_BNEP=m
48 CONFIG_BT_BNEP_MC_FILTER=y
49 CONFIG_BT_BNEP_PROTO_FILTER=y
50 CONFIG_BT_HIDP=m
51 CONFIG_BT_HCIBTUSB=m
52 CONFIG_BT_HCIBTSDIO=m
53 # CONFIG_BT_HCIUART is not set
54 CONFIG_BT_HCIBCM203X=m
55 CONFIG_BT_HCIBPA10X=m
56 CONFIG_BT_HCIBFUSB=m
57 # CONFIG_BT_HCIDTL1 is not set
58 # CONFIG_BT_HCIBT3C is not set
59 # CONFIG_BT_HCIBLUECARD is not set
60 # CONFIG_BT_HCIBTUART is not set
61 # CONFIG_BT_HCIVHCI is not set
62 # CONFIG_BT_MRVL is not set
63
64 --
65 Regards,
66 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-user] Re: Can't find bluetooth device (BCM2046) Mick <michaelkintzios@×××××.com>