View previous topic :: View next topic |
Author |
Message |
divago Tux's lil' helper

Joined: 04 Jun 2010 Posts: 84
|
Posted: Wed Dec 15, 2010 9:00 am Post subject: [PARTIAL SOL] Bluetooth Problems (various) |
|
|
hi all
i got this problem here, so i found this topic
btw, the topic is closed (aka "solved") so i thought starting a new one is better idea
to install usb bluetooth adapter i followed this guide but i had 2 problems:
1) bluez-libs and bluez-utils doesn't appear to exist (both emerge and gentoo-portage website says so) but i emerge'd bluez
Code: |
# emerge -pv bluez
[ebuild R ] net-wireless/bluez-4.75 USE="alsa attrib consolekit cups health old-daemons pnat test-programs usb -caps -debug -gstreamer -maemo6 -pcmcia" 0 kB
|
2) when i'm starting bluetooth (/etc/init.d/bluetooth start) only bluetooth start, neither hcid or sdpd start :\
Code: |
# /etc/init.d/bluetooth start
* Starting Bluetooth ... [ ok ]
* Starting rfcomm ... [ ok ]
|
then i had the problem:
hciconfig does'nt show anything. i tried with some tools:
i tried with some tools
Code: |
# hcitool dev
Devices:
# hcitool scan
Device is not available: No such device
# hcitool inq
Inquiring ...
Inquiry failed.: No such device
|
my lsusb:
Code: |
# lsusb
Bus 002 Device 003: ID 064e:a103 Suyin Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 046d:c408 Logitech, Inc. Marble Mouse (4-button)
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 1131:1004 Integrated System Solution Corp. Bluetooth Device
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
|
Code: |
# cat /proc/bus/usb/devices | grep -e^[TPD] | grep -e Cls=e0 -B1 -A1
T: Bus=03 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 2.00 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=16 #Cfgs= 1
P: Vendor=1131 ProdID=1004 Rev= 3.73
|
i tried with dbus-thing and hciconfig thing (suggested in linked topic) but this is the result:
Code: |
# /etc/init.d/dbus start
* WARNING: dbus has already been started.
# hciconfig hci0 up
Can't get device info: No such device |
i also checked for kernel config:
Code: |
# cat /usr/src/linux/.config | grep HCI
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_LL=y
CONFIG_BT_HCIBCM203X=m
CONFIG_BT_HCIBPA10X=m
CONFIG_BT_HCIBFUSB=m
CONFIG_BT_HCIVHCI=m
CONFIG_SATA_AHCI=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
# CONFIG_USB_XHCI_HCD is not set
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
CONFIG_USB_OHCI_HCD=y
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_WHCI_HCD is not set
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_PCI=y
CONFIG_MMC_SDHCI_PLTFM=y
CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
|
i got no more ideas about how to config bluetooth 
Last edited by divago on Wed Dec 15, 2010 12:35 pm; edited 2 times in total |
|
Back to top |
|
 |
divago Tux's lil' helper

Joined: 04 Jun 2010 Posts: 84
|
Posted: Wed Dec 15, 2010 9:16 am Post subject: |
|
|
some adds:
Code: |
# modinfo btusb
filename: /lib/modules/2.6.34-gentoo-r12/kernel/drivers/bluetooth/btusb.ko
license: GPL
version: 0.6
description: Generic Bluetooth USB driver ver 0.6
author: Marcel Holtmann <marcel@holtmann.org>
srcversion: DFB60DCFD50647D28969125
alias: usb:v0C10p0000d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0BDBp1002d*dc*dsc*dp*ic*isc*ip*
alias: usb:v044Ep3002d*dc*dsc*dp*ic*isc*ip*
alias: usb:v044Ep3001d*dc*dsc*dp*ic*isc*ip*
alias: usb:v04BFp030Ad*dc*dsc*dp*ic*isc*ip*
alias: usb:v057Cp3800d*dc*dsc*dp*ic*isc*ip*
alias: usb:v05ACp8215d*dc*dsc*dp*ic*isc*ip*
alias: usb:v*p*d*dcE0dsc01dp01ic*isc*ip*
depends: bluetooth
vermagic: 2.6.34-gentoo-r12 SMP PENTIUM4
parm: ignore_dga:Ignore devices with id 08fd:0001 (bool)
parm: ignore_csr:Ignore devices with id 0a12:0001 (bool)
parm: ignore_sniffer:Ignore devices with id 0a12:0002 (bool)
parm: disable_scofix:Disable fixup of wrong SCO buffer size (bool)
parm: force_scofix:Force fixup of wrong SCO buffers size (bool)
parm: reset:Send HCI reset command on initialization (bool)
|
|
|
Back to top |
|
 |
divago Tux's lil' helper

Joined: 04 Jun 2010 Posts: 84
|
Posted: Wed Dec 15, 2010 9:43 am Post subject: |
|
|
ok i know: triple self reply is baaaaaaaaaaaaaaaaaad
btw i partially solved so i thought you all whant to know what i did:
- i recompiled kernel with bluetooth built-in
- i restarted pc with new kernel
so far, hciconfig:
Code: |
# hciconfig -a
hci0: Type: BR/EDR Bus: USB
BD Address: 00:11:67:CB:1A:02 ACL MTU: 1021:4 SCO MTU: 48:10
UP RUNNING PSCAN ISCAN
RX bytes:12900 acl:127 sco:0 events:482 errors:0
TX bytes:207097 acl:287 sco:0 commands:80 errors:0
Features: 0xff 0xfe 0xff 0x7e 0x98 0x19 0x00 0x80
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
Name: 'river'
Class: 0x4a0100
Service Classes: Networking, Capturing, Telephony
Device Class: Computer, Uncategorized
HCI Version: 2.0 (0x3) Revision: 0x2da
LMP Version: 2.0 (0x3) Subversion: 0x2da
Manufacturer: Integrated System Solution Corp. (57)
|
then i started bluetooth applet in gnome
it correctly found bt devices
it connect with my phone
it can send items to phone
yuuh! yeppa for me
btw it's just partial because i can't receive file from phone ;_;
(and neither can i explore device)
i hoped bluetooth could solve problem with my Galaxy S
(SD are not recognised when USB connected... known problem with gentoo still no solution afaik...)
but so far seems no useful  |
|
Back to top |
|
 |
|