public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] headset
@ 2004-06-30 22:50 Steffen Schwientek
  2004-07-01  9:45 ` [Bluez-users] headset$ Nicholas A. Preyss
  0 siblings, 1 reply; 4+ messages in thread
From: Steffen Schwientek @ 2004-06-30 22:50 UTC (permalink / raw)
  To: bluez-users

I want to use my plantronics M9000 headset. Since it?s my only bluetooth
part, I can?t figure out, if bluetooth works. Connecting the USB dongle,
the kernel (2.6.6) reports:

usb 3-1: USB disconnect, address 7
usb 3-1: new full speed USB device using address 8
usb 3-1: control timeout on ep0in
usb 3-1: control timeout on ep0in

However, hciconfig detects the dongle.

An hcitool scan detects (if I put the headset in pairing mode)
00:03:89:46:E2:0F       M3000 by Plantronics

So nice, so far. Unfortunately I don?t know what I need next (I tried the
kbluetooth daemon, but this doesn?t detect the headset at all, or failed
due to an timeout.

Next I try an hcitool cc, but nothing happens. kdebluetooth shows me an
connection, but after a while it reports an error (0x22).
/var/log/messages shows no error.

Any suggestions?



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-users] headset$
  2004-06-30 22:50 [Bluez-users] headset Steffen Schwientek
@ 2004-07-01  9:45 ` Nicholas A. Preyss
  2004-07-01 18:47   ` [Bluez-users] headset$ Steffen Schwientek
  0 siblings, 1 reply; 4+ messages in thread
From: Nicholas A. Preyss @ 2004-07-01  9:45 UTC (permalink / raw)
  To: bluez-users

On  0, Steffen Schwientek <schwientek@web.de> wrote:
> I want to use my plantronics M9000 headset. Since it?s my only bluetooth
> part, I can?t figure out, if bluetooth works. Connecting the USB dongle,
> the kernel (2.6.6) reports:

Better use 2.6.7 or apply the latest -mh patch to 2.6.6. 

> An hcitool scan detects (if I put the headset in pairing mode)
> 00:03:89:46:E2:0F       M3000 by Plantronics
> 
> So nice, so far. Unfortunately I don?t know what I need next (I tried the
> kbluetooth daemon, but this doesn?t detect the headset at all, or failed
> due to an timeout.

Did you pair Headset and Computer? Normally you have to switch the
headset in pairing mode (-> Manual) and then insert the pin on the
computer. (you can also specifiy pin in a file?) This should happen
transparently, when  a program tries to connect to a remote device and
their was no pairing before, then it tries to get the Pin from pinhelper
application or from file. 

> Next I try an hcitool cc, but nothing happens. kdebluetooth shows me an
> connection, but after a while it reports an error (0x22).
> /var/log/messages shows no error.
 
Try the syslog file, if your distribution offers one. hcitool cc is not
recommend for users, it is more a development and debugging feature.

nicholas


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bluez-users] Re: headset$
  2004-07-01  9:45 ` [Bluez-users] headset$ Nicholas A. Preyss
@ 2004-07-01 18:47   ` Steffen Schwientek
  2004-07-01 23:57     ` Steffen Schwientek
  0 siblings, 1 reply; 4+ messages in thread
From: Steffen Schwientek @ 2004-07-01 18:47 UTC (permalink / raw)
  To: bluez-users

Nicholas A. Preyss schrieb:

> On  0, Steffen Schwientek <schwientek@web.de> wrote:
>> I want to use my plantronics M9000 headset. Since it?s my only bluetooth
>> part, I can?t figure out, if bluetooth works. Connecting the USB dongle,
>> the kernel (2.6.6) reports:
> 
> Better use 2.6.7 or apply the latest -mh patch to 2.6.6.

OK, I have upgraded to 2.6.7 now. Now I´m ask for a pin. Here is the output
of /car/log/syslog:

Jul  1 20:07:29 schwientek hcid[8586]: pin_code_request
(sba=85:0F:41:72:02:00, dba=0F:E2:46:89:03:00)
Jul  1 20:07:36 schwientek hcid[8586]: link_key_notify
(sba=85:0F:41:72:02:00)
Jul  1 20:07:36 schwientek hcid[8586]: Saving link key 00:02:72:41:0F:85
00:03:89:46:E2:0F

Fine. But how can I use the headset? kbluetoothd also shows the the
headset-profile and an unknown profile. 
> 
> Did you pair Headset and Computer? Normally you have to switch the
> headset in pairing mode (-> Manual) and then insert the pin on the
> computer. (you can also specifiy pin in a file?) This should happen
> transparently, when  a program tries to connect to a remote device 

Hmm, how can I tell kphone  to connect and use the remote device? I think,
kphone needs an an sounddriver for this task.But there is no sound-driver
in the 

Steffen




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bluez-users] Re: headset$
  2004-07-01 18:47   ` [Bluez-users] headset$ Steffen Schwientek
@ 2004-07-01 23:57     ` Steffen Schwientek
  0 siblings, 0 replies; 4+ messages in thread
From: Steffen Schwientek @ 2004-07-01 23:57 UTC (permalink / raw)
  To: bluez-users

Steffen Schwientek schrieb:

> Nicholas A. Preyss schrieb:

>> Did you pair Headset and Computer? Normally you have to switch the
>> headset in pairing mode (-> Manual) and then insert the pin on the
>> computer. (you can also specifiy pin in a file?) This should happen
>> transparently, when  a program tries to connect to a remote device
> 
> Hmm, how can I tell kphone  to connect and use the remote device? I think,
> kphone needs an an sounddriver for this task.But there is no sound-driver
> in the
> 
> Steffen

There is an (abandoned?) project.  http://www.dcs.gla.ac.uk/~jp/snd-bt-sco/.

Unfortunately the website is currently down. The google cache tells, I´ll
need an 2.6.4 kernel. 
Are there any other audio drivers avaible (OSS or even a commercial one) for
bluetooth?

Steffen



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-07-01 23:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-30 22:50 [Bluez-users] headset Steffen Schwientek
2004-07-01  9:45 ` [Bluez-users] headset$ Nicholas A. Preyss
2004-07-01 18:47   ` [Bluez-users] headset$ Steffen Schwientek
2004-07-01 23:57     ` Steffen Schwientek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox