View previous topic :: View next topic |
Author |
Message |
elestedt Guru
Joined: 13 Mar 2005 Posts: 383
|
Posted: Tue Jun 28, 2005 8:55 am Post subject: [SOLVED] bluetooth rfcomm problem |
|
|
Hi,
I'm having some problem with my Bluetooth dongle - attached on USB.
This is what it says when i start bluetooth:
Code: | * Starting Bluetooth ...
* Starting hcid ... [ ok ]
* Starting sdpd ... [ ok ]
* Starting rfcomm ...
Can't open RFCOMM control socket: Protocol not supported [ ok ]
|
And subsecuently all calls to rfcomm gives the same error. But I can use hcitool to search for devices, i just cant *speak* to them.
dmesg output:
Code: | usb 3-2: new full speed USB device using uhci_hcd and address 2
Bluetooth: Core ver 2.7
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: HCI USB driver ver 2.8
usbcore: registered new driver hci_usb
|
Last edited by elestedt on Tue Jun 28, 2005 1:50 pm; edited 1 time in total |
|
Back to top |
|
|
Kruegi Guru
Joined: 09 Feb 2005 Posts: 406 Location: Clausthal-Zellerfeld; DE
|
Posted: Tue Jun 28, 2005 10:06 am Post subject: |
|
|
Did you compile rfcomm support into your kernel?
Thomas |
|
Back to top |
|
|
elestedt Guru
Joined: 13 Mar 2005 Posts: 383
|
Posted: Tue Jun 28, 2005 10:43 am Post subject: |
|
|
I can not find any option for rfcomm in menuconfig - can you tell me where to find it? |
|
Back to top |
|
|
Kruegi Guru
Joined: 09 Feb 2005 Posts: 406 Location: Clausthal-Zellerfeld; DE
|
Posted: Tue Jun 28, 2005 10:57 am Post subject: |
|
|
on 2.6.11-gentoo-r9:
Device drivers -> Network support -> Bluetooth subsystem support -> RFCOMM protocol support
Thomas |
|
Back to top |
|
|
elestedt Guru
Joined: 13 Mar 2005 Posts: 383
|
Posted: Tue Jun 28, 2005 11:10 am Post subject: |
|
|
Kruegi wrote: | on 2.6.11-gentoo-r9:
Device drivers -> Network support -> Bluetooth subsystem support -> RFCOMM protocol support
Thomas |
on 2.6.11-gentoo-r11 that option does not exist - at least not in that location. |
|
Back to top |
|
|
Kruegi Guru
Joined: 09 Feb 2005 Posts: 406 Location: Clausthal-Zellerfeld; DE
|
Posted: Tue Jun 28, 2005 1:10 pm Post subject: |
|
|
Activate L2CAP to see it!
Thomas |
|
Back to top |
|
|
elestedt Guru
Joined: 13 Mar 2005 Posts: 383
|
Posted: Tue Jun 28, 2005 1:49 pm Post subject: |
|
|
Thanks man, that did it. |
|
Back to top |
|
|
|