public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] SuSE 9.1 Pro and Epox Barton wireless desktop
@ 2004-08-03 21:35 Ulrich Wisser
  2004-08-03 21:46 ` Marcel Holtmann
  0 siblings, 1 reply; 7+ messages in thread
From: Ulrich Wisser @ 2004-08-03 21:35 UTC (permalink / raw)
  To: bluez-users

Hello,

has anybody got that combination running?
When I plug in my BT-DG03BF USB bluetooth dongle "hcitool dev" does not
show any device. Please find the /var/log/messages below.

Any idea how to get the dongle working? The keyboard and mouse?

TIA

Ulrich


Jul 31 10:34:38 dorette kernel: usb 1-1: new full speed USB device using
address                 3
Jul 31 10:34:38 dorette /etc/hotplug/usb.agent[3868]: need a device for
this com                mand
Jul 31 10:34:38 dorette kernel: input: USB HID v1.11 Keyboard
[0a12:1000] on usb                -0000:00:07.2-1
Jul 31 10:34:39 dorette kernel: drivers/usb/input/hid-core.c: ctrl urb
status -3                2 received
Jul 31 10:34:39 dorette /etc/hotplug/usb.agent[3889]: need a device for
this com                mand
Jul 31 10:34:39 dorette kernel: input: USB HID v1.11 Mouse [0a12:1000]
on usb-00                00:00:07.2-1




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] SuSE 9.1 Pro and Epox Barton wireless desktop
  2004-08-03 21:35 [Bluez-users] SuSE 9.1 Pro and Epox Barton wireless desktop Ulrich Wisser
@ 2004-08-03 21:46 ` Marcel Holtmann
  2004-08-04 19:41   ` Ulrich Wisser
  0 siblings, 1 reply; 7+ messages in thread
From: Marcel Holtmann @ 2004-08-03 21:46 UTC (permalink / raw)
  To: Ulrich Wisser; +Cc: BlueZ Mailing List

Hi Ulrich,

> has anybody got that combination running?
> When I plug in my BT-DG03BF USB bluetooth dongle "hcitool dev" does not
> show any device. Please find the /var/log/messages below.
> 
> Any idea how to get the dongle working? The keyboard and mouse?

the dongle of the Barton desktop is a HID proxy dongle. You must run
hid2hci first before you will see it with hciconfig.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] SuSE 9.1 Pro and Epox Barton wireless desktop
  2004-08-03 21:46 ` Marcel Holtmann
@ 2004-08-04 19:41   ` Ulrich Wisser
  2004-08-04 23:21     ` Marcel Holtmann
  0 siblings, 1 reply; 7+ messages in thread
From: Ulrich Wisser @ 2004-08-04 19:41 UTC (permalink / raw)
  To: BlueZ Mailing List

Hallo Marcel,

> > has anybody got that combination running?
> > When I plug in my BT-DG03BF USB bluetooth dongle "hcitool dev" does not
> > show any device. Please find the /var/log/messages below.
> > 
> > Any idea how to get the dongle working? The keyboard and mouse?
> 
> the dongle of the Barton desktop is a HID proxy dongle. You must run
> hid2hci first before you will see it with hciconfig.

which I would love to do, but it seems the SuSE 9.1 Pro does not include
the hid2hci tool.

Can I download and compile from SF or do I need to upgrade all bluez
packages in that case?

Ulrich



-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] SuSE 9.1 Pro and Epox Barton wireless desktop
  2004-08-04 19:41   ` Ulrich Wisser
@ 2004-08-04 23:21     ` Marcel Holtmann
       [not found]       ` <1091737844.4179.46.camel@dorette.Entenhausen>
  0 siblings, 1 reply; 7+ messages in thread
From: Marcel Holtmann @ 2004-08-04 23:21 UTC (permalink / raw)
  To: Ulrich Wisser; +Cc: BlueZ Mailing List

Hi Ulrich,

> > > has anybody got that combination running?
> > > When I plug in my BT-DG03BF USB bluetooth dongle "hcitool dev" does not
> > > show any device. Please find the /var/log/messages below.
> > > 
> > > Any idea how to get the dongle working? The keyboard and mouse?
> > 
> > the dongle of the Barton desktop is a HID proxy dongle. You must run
> > hid2hci first before you will see it with hciconfig.
> 
> which I would love to do, but it seems the SuSE 9.1 Pro does not include
> the hid2hci tool.

that's maybe true. However the upcoming SuSE 9.2 will include it ;)

> Can I download and compile from SF or do I need to upgrade all bluez
> packages in that case?

It should be possible to compile only hid2hci. Download bluez-utils-2.9
and run configure. Make sure that the USB library is installed. Then
change to the tools directory and type "make hid2hci". Then you should
get the hid2hci binary that you can copy everywhere you like.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] SuSE 9.1 Pro and Epox Barton wireless desktop
       [not found]       ` <1091737844.4179.46.camel@dorette.Entenhausen>
@ 2004-08-05 21:06         ` Marcel Holtmann
  2004-08-05 21:27           ` Ulrich Wisser
  0 siblings, 1 reply; 7+ messages in thread
From: Marcel Holtmann @ 2004-08-05 21:06 UTC (permalink / raw)
  To: Ulrich Wisser; +Cc: BlueZ Mailing List

Hi Ulrich,

> > It should be possible to compile only hid2hci. Download bluez-utils-2.9
> > and run configure. Make sure that the USB library is installed. Then
> > change to the tools directory and type "make hid2hci". Then you should
> > get the hid2hci binary that you can copy everywhere you like.
> 
> compiling did  work perfectly. Only when I tried to use the hid2hci the
> problems started:
> 
> Switching device 0a12:1000 to HCI mode failed. (Invalid or incomplete
> multibyte or wide character)

sometimes it works even if it reports an error. Check with hciconfig if
you see a Bluetooth device now.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] SuSE 9.1 Pro and Epox Barton wireless desktop
  2004-08-05 21:06         ` Marcel Holtmann
@ 2004-08-05 21:27           ` Ulrich Wisser
  2004-08-05 21:36             ` Marcel Holtmann
  0 siblings, 1 reply; 7+ messages in thread
From: Ulrich Wisser @ 2004-08-05 21:27 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: BlueZ Mailing List

Hi Marcel,

> > > It should be possible to compile only hid2hci. Download bluez-utils-2.9
> > > and run configure. Make sure that the USB library is installed. Then
> > > change to the tools directory and type "make hid2hci". Then you should
> > > get the hid2hci binary that you can copy everywhere you like.
> > 
> > compiling did  work perfectly. Only when I tried to use the hid2hci the
> > problems started:
> > 
> > Switching device 0a12:1000 to HCI mode failed. (Invalid or incomplete
> > multibyte or wide character)
> 
> sometimes it works even if it reports an error. Check with hciconfig if
> you see a Bluetooth device now.

You are  right. It did work :)
hciconfig did see the bluetooth device and I could convince hcitool to
find my mouse and connect to it. 
Seems I have to find out how to automate the mouse and keyboard
connection. But one of the FAQs on your homepage will probably help.

Thanks for your efforts

Ulrich

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

* Re: [Bluez-users] SuSE 9.1 Pro and Epox Barton wireless desktop
  2004-08-05 21:27           ` Ulrich Wisser
@ 2004-08-05 21:36             ` Marcel Holtmann
  0 siblings, 0 replies; 7+ messages in thread
From: Marcel Holtmann @ 2004-08-05 21:36 UTC (permalink / raw)
  To: Ulrich Wisser; +Cc: BlueZ Mailing List

Hi Ulrich,

> Seems I have to find out how to automate the mouse and keyboard
> connection. But one of the FAQs on your homepage will probably help.

no need for doing this, because the mouse and keyboard will reconnect
when you are trying to use them. Simply start hidd server at boot and
run hid2hci.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

end of thread, other threads:[~2004-08-05 21:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-03 21:35 [Bluez-users] SuSE 9.1 Pro and Epox Barton wireless desktop Ulrich Wisser
2004-08-03 21:46 ` Marcel Holtmann
2004-08-04 19:41   ` Ulrich Wisser
2004-08-04 23:21     ` Marcel Holtmann
     [not found]       ` <1091737844.4179.46.camel@dorette.Entenhausen>
2004-08-05 21:06         ` Marcel Holtmann
2004-08-05 21:27           ` Ulrich Wisser
2004-08-05 21:36             ` Marcel Holtmann

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