View previous topic :: View next topic |
Author |
Message |
GES Tux's lil' helper
Joined: 12 Jun 2005 Posts: 108 Location: Budapest, Hungary
|
Posted: Sat Mar 12, 2011 7:27 pm Post subject: hcitool scan can not found anything |
|
|
I have phone and mouse are capable of bluetooth.
Code: | # hcitool scan
Scanning ...
# hciconfig
hci0: Type: BR/EDR Bus: USB
BD Address: E0:2A:82:78:D9:30 ACL MTU: 310:10 SCO MTU: 64:8
UP RUNNING PSCAN ISCAN
RX bytes:762 acl:0 sco:0 events:35 errors:0
TX bytes:628 acl:0 sco:0 commands:30 errors:0
# lsusb |grep Ralink
Bus 002 Device 004: ID 148f:1000 Ralink Technology, Corp.
# /etc/init.d/bluetooth status
* status: started
# zgrep CONFIG_BT_ /proc/config.gz
CONFIG_BT_L2CAP=m
CONFIG_BT_SCO=m
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=m
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HIDP=m
CONFIG_BT_HCIBTUSB=m
CONFIG_BT_HCIBTSDIO=m
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_ATH3K=y
CONFIG_BT_HCIUART_LL=y
CONFIG_BT_HCIBCM203X=m
CONFIG_BT_HCIBPA10X=m
CONFIG_BT_HCIBFUSB=m
CONFIG_BT_HCIDTL1=m
CONFIG_BT_HCIBT3C=m
CONFIG_BT_HCIBLUECARD=m
CONFIG_BT_HCIBTUART=m
CONFIG_BT_HCIVHCI=m
CONFIG_BT_MRVL=m
CONFIG_BT_MRVL_SDIO=m
CONFIG_BT_ATH3K=m
|
What could be the problem? |
|
Back to top |
|
|
billium Apprentice
Joined: 22 Mar 2003 Posts: 185
|
Posted: Sun Mar 13, 2011 6:38 pm Post subject: |
|
|
What does lsmod say? |
|
Back to top |
|
|
GES Tux's lil' helper
Joined: 12 Jun 2005 Posts: 108 Location: Budapest, Hungary
|
Posted: Sun Mar 13, 2011 7:40 pm Post subject: |
|
|
billium wrote: | What does lsmod say? |
# lsmod |
|
Back to top |
|
|
billium Apprentice
Joined: 22 Mar 2003 Posts: 185
|
Posted: Sun Mar 13, 2011 8:14 pm Post subject: |
|
|
your bluetooth modules are not loaded, this is mine ..
aurora billy # lsmod
Module Size Used by
sco 9005 2
rfcomm 34581 8
bnep 10878 2
l2cap 41588 16 rfcomm,bnep
btusb 12168 2
bluetooth 57056 9 sco,rfcomm,bnep,l2cap,btusb
I don't know which driver RALink use, as you have them all selected.
A quick googling did not reveal anything different for RALink.
Try modprobing some of the above.
Billy |
|
Back to top |
|
|
|