Folks,
I just upgraded to versions 3.2 of bluez-utils and bluez-libs and things are
looking better for getting my headset working.
An "hcitool scan" gives me:
Scanning ...
00:0D:44:4F:37:72 Logitech HS03 V04
This is a Logitech Mobile Traveler. I turn on the headset and holding down the
on button to get it to start paring. Then i issue a "hidd --connect
00:0D:44:4F:37:72" After awhile the headset stops blinking and "Can't get
device information: Function not implemented" is returned for the
hidd --connect.
hcidump reports the following:
HCI sniffer - Bluetooth packet analyzer ver 1.31
device: hci0 snap_len: 1028 filter: 0xffffffffffffffff
< HCI Command: Create Connection (0x01|0x0005) plen 13
> HCI Event: Command Status (0x0f) plen 4
> HCI Event: PIN Code Request (0x16) plen 6
> HCI Event: Connect Complete (0x03) plen 11
< HCI Command: Create Connection (0x01|0x0005) plen 13
> HCI Event: Command Status (0x0f) plen 4
> HCI Event: PIN Code Request (0x16) plen 6
> HCI Event: Connect Complete (0x03) plen 11
Any ideas would be appreciated!
Bearcat M. Sandor
My config files:
#
# HCI daemon configuration file.
#
# HCId options
options {
# Automatically initialize new devices
autoinit yes;
# Security Manager mode
# none - Security manager disabled
# auto - Use local PIN for incoming connections
# user - Always ask user for a PIN
#
security auto;
# Pairing mode
# none - Pairing disabled
# multi - Allow pairing with already paired devices
# once - Pair once and deny successive attempts
pairing multi;
# Default PIN code for incoming connections
passkey "0000";
}
# Default settings for HCI devices
device {
# Local device name
# %d - device id
# %h - host name
name "BlueZ (%d)";
# Local device class
class 0x3e0100;
# Default packet type
#pkt_type DH1,DM1,HV1;
# Inquiry and Page scan
iscan enable; pscan enable;
# Default link mode
# none - no specific policy
# accept - always accept incoming connections
# master - become master on incoming connections,
# deny role switch on outgoing connections
lm accept;
# Default link policy
# none - no specific policy
# rswitch - allow role switch
# hold - allow hold mode
# sniff - allow sniff mode
# park - allow park mode
lp rswitch,hold,sniff,park;
}
rfcomm.conf:
#
# RFCOMM configuration file.
#
rfcomm0 {
# Automatically bind the device at startup
bind no;
# Bluetooth address of the device
device 00:0D:44:4F:37:72;
# RFCOMM channel for the connection
channel 1;
# Description of the connection
comment "Example Bluetooth device";
}
--
Bearcat M. Sandor
[email protected]
Jabber: [email protected]
ICQ: 6628727
MSN: [email protected]
Yahoo: bearcatsandor
AIM: bearcatmsandor
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users
Ok, I am getting further. I have the snd_bt_sco module loaded.
Doing a btsco 00:0D:44:4F:37:72 gives me
Error: Failed to connect to SDP server: Function not implemented
Assuming channel 2
Can't connect RFCOMM channel: Resource temporarily unavailable
I'm a newbie at this bluetooth stuff. I'm not sure if i'm supposed to start
the rfcomm program or what parameters i should send.
My config files are listed in the preceding emails.
Thank you for the help so far,
Bearcat M. Sandor
On Monday 21 August 2006 21:31 in an email titled "Re: [Bluez-users] Logitech
Traveler Headset. Progress but not there yet. Advice wanted." Bearcat M.
Sandor wrote:
>Brad,
>Thank you. That was immensely helpful. I have btsco installed. I have
>followed the steps at the link you provided.
>I change to root user.
>
>After the "hciconfig hci0 voice 0x0060" is given my hciconfig looks like:
>hci0: Type: USB
> BD Address: 00:07:61:1C:9F:D3 ACL MTU: 192:8 SCO MTU: 64:8
> UP RUNNING PSCAN
> RX bytes:3908436 acl:279025 sco:0 events:1181 errors:0
> TX bytes:1936 acl:16 sco:0 commands:192 errors:0
> Features: 0xff 0xff 0x0f 0x00 0x00 0x00 0x00 0x00
> Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
> Link policy: RSWITCH HOLD SNIFF PARK
> Link mode: SLAVE ACCEPT
> Name: 'BlueZ (0)'
> Class: 0x3e0100
> Service Classes: Networking, Rendering, Capturing, Object Transfer,
>Audio
> Device Class: Computer, Uncategorized
> HCI Ver: 1.1 (0x1) HCI Rev: 0x34e LMP Ver: 1.1 (0x1) LMP Subver:
> 0x34e Manufacturer: Cambridge Silicon Radio (10)
>
>Then i issue the "btsco 00:0D:44:4F:37:72" and i get:
>Error: hwdep next device (hw:0): Operation not permitted
>Error: hwdep next device (hw:1): Operation not permitted
>Error: control open (hw:2): No such device
>Error: Can't find device. Bail
>
>Bearcat M. Sandor
>
>
>
>On Monday 21 August 2006 20:35 in an email titled "Re: [Bluez-users]
> Logitech Traveler Headset. Progress but not there yet. Advice wanted." Brad
> Midgley
>
>wrote:
>>Bearcat
>>
>>> on button to get it to start paring. Then i issue a "hidd --connect
>>> 00:0D:44:4F:37:72" After awhile the headset stops blinking and "Can't get
>>> device information: Function not implemented" is returned for the
>>> hidd --connect.
>>
>>hidd is for connecting the keyboard/mouse/etc but not the headset. Check
>>with the docs at bluetooth-alsa.sf.net.
>>
>>Brad
>>
>>
>>-------------------------------------------------------------------------
>>Using Tomcat but need to do more? Need to support web services, security?
>>Get stuff done quickly with pre-integrated technology to make your job
>> easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
>> Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> _______________________________________________
>>Bluez-users mailing list
>>[email protected]
>>https://lists.sourceforge.net/lists/listinfo/bluez-users
--
Bearcat M. Sandor
[email protected]
Jabber: [email protected]
ICQ: 6628727
MSN: [email protected]
Yahoo: bearcatsandor
AIM: bearcatmsandor
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users
Brad,
Thank you. That was immensely helpful. I have btsco installed. I have
followed the steps at the link you provided.
I change to root user.
After the "hciconfig hci0 voice 0x0060" is given my hciconfig looks like:
hci0: Type: USB
BD Address: 00:07:61:1C:9F:D3 ACL MTU: 192:8 SCO MTU: 64:8
UP RUNNING PSCAN
RX bytes:3908436 acl:279025 sco:0 events:1181 errors:0
TX bytes:1936 acl:16 sco:0 commands:192 errors:0
Features: 0xff 0xff 0x0f 0x00 0x00 0x00 0x00 0x00
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
Name: 'BlueZ (0)'
Class: 0x3e0100
Service Classes: Networking, Rendering, Capturing, Object Transfer,
Audio
Device Class: Computer, Uncategorized
HCI Ver: 1.1 (0x1) HCI Rev: 0x34e LMP Ver: 1.1 (0x1) LMP Subver: 0x34e
Manufacturer: Cambridge Silicon Radio (10)
Then i issue the "btsco 00:0D:44:4F:37:72" and i get:
Error: hwdep next device (hw:0): Operation not permitted
Error: hwdep next device (hw:1): Operation not permitted
Error: control open (hw:2): No such device
Error: Can't find device. Bail
Bearcat M. Sandor
On Monday 21 August 2006 20:35 in an email titled "Re: [Bluez-users] Logitech
Traveler Headset. Progress but not there yet. Advice wanted." Brad Midgley
wrote:
>Bearcat
>
>> on button to get it to start paring. Then i issue a "hidd --connect
>> 00:0D:44:4F:37:72" After awhile the headset stops blinking and "Can't get
>> device information: Function not implemented" is returned for the
>> hidd --connect.
>
>hidd is for connecting the keyboard/mouse/etc but not the headset. Check
>with the docs at bluetooth-alsa.sf.net.
>
>Brad
>
>
>-------------------------------------------------------------------------
>Using Tomcat but need to do more? Need to support web services, security?
>Get stuff done quickly with pre-integrated technology to make your job
> easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
>Bluez-users mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/bluez-users
--
Bearcat M. Sandor
[email protected]
Jabber: [email protected]
ICQ: 6628727
MSN: [email protected]
Yahoo: bearcatsandor
AIM: bearcatmsandor
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users
Bearcat
> on button to get it to start paring. Then i issue a "hidd --connect
> 00:0D:44:4F:37:72" After awhile the headset stops blinking and "Can't get
> device information: Function not implemented" is returned for the
> hidd --connect.
hidd is for connecting the keyboard/mouse/etc but not the headset. Check
with the docs at bluetooth-alsa.sf.net.
Brad
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users