public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] Boot problem
@ 2004-05-04 12:44 Fabrice Ménard
  2004-05-04 16:10 ` [Bluez-users] bluetooth keyboard not typing Matias Pablo Brutti
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Ménard @ 2004-05-04 12:44 UTC (permalink / raw)
  To: bluez-users

Hi all

I've succeeded to make my dinovo work in bluetooth mode.
Thanks for your great work !!

But in boot time nothing happens and I don't have any error message.
No response from the keyboard and the media pad but the mouse is ok.

Any clue ?

Here is my init script:

#!/bin/bash
# D=E9marrage du sous-syst=E8me bluetooth

# Source function library.
=2E /etc/init.d/scripts/functions

start()=20
{
        echo $"D=E9marrage de Bluetooth..."
        loadproc /sbin/hcid
	evaluate_retval

	echo "Passage du mode USB au mode Bluetooth pour le DiNovo..."
	hid2hci > /dev/null
	evaluate_retval

	echo "Lancement du d -b=E9mon de service HID..."
	bthid -d
	evaluate_retval

 	touch /var/lock/bluetooth
}

stop()=20
{
        echo "Arr=EAt du d=E9mon de service HID..."
	bthid -k
	evaluate_retval

        echo $"Arr=EAt de Bluetooth..."
	killproc hcid
	evaluate_retval

	rm -f  /var/lock/bluetooth
}

[ -f /sbin/hcid ] || exit 0

case "$1" in
  start)
	start
        ;;
  stop)
	stop
        ;;
  restart|reload)
	stop
	start
	;;
  condrestart)
	[ -e /var/lock/bluetooth ] && (stop; start)
	;;
  *)
        echo $"Utilisation: $0 {start|stop|restart|reload|condrestart}"
        exit 1
esac

exit 0

=2D-=20
=46abrice M=E9nard
menard.fabrice@wanadoo.fr

ps: if my english is very bad, please send me a note !!



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* [Bluez-users] bluetooth keyboard not typing
  2004-05-04 12:44 [Bluez-users] Boot problem Fabrice Ménard
@ 2004-05-04 16:10 ` Matias Pablo Brutti
  0 siblings, 0 replies; 2+ messages in thread
From: Matias Pablo Brutti @ 2004-05-04 16:10 UTC (permalink / raw)
  To: bluez-users

=2D----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I got an apple bluetooth keyboard and a MX 900 mouse ...=20

I managed to connect both devices with linux .. the mouse was the easiest=20
one .. the keyboard was a little more complex ..=20
The problems comes when I try to type on the keyboard ..  The keyboards is=
=20
connected becuase to do that I have to type the PIN on the ekyboard and pre=
ss=20
ENTER to complete the pairing .. but when I try to typo so I will actually=
=20
work .. I does not work at alll ....=20
I read that I have to load keybdev .. maybe .. but in 2.6  there is no keyb=
dev=20
module ..  the bthid that I used it from this=20
website http://www.visi.com/~pmk/msbtkb-linux.html I

I use hid2hci=20
then hcid=20
then hciconfig hci0 up=20
then hcitool scan=20
then I connect my mouse and works bith  bthid -v <baddres> and the mouse wo=
rks=20

then I connect my keyboard and works bith  bthid  -a -e -v -v  <baddres>  h=
ere=20
the keyboards get connected but does not output when I type on it .=20


if you need some outputs let me know ..=20
Thanks =20

Matias P. Brutti=20
=2D----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iQEVAwUBQJfAc2XJj+mzTB70AQL+aQf/ZGO5h7VHd5VSfR8A1Qk4REdPcmYlA/Vs
A/d8VqFdQm7l5EsmTVO5zxfR76QFoc2szys9lJ80wXOr699l0VPTuNRpFMHcLFJJ
lBuv0zhiFGFZusgDVoAJ1ZiSCusSq5eEKmr5C3CVK3EUl1OiHixTGRKIcFP+cu0z
6TjaWJOMA0PGrpg6JCJetpNXzifRM08A6b9/sLrdkH0H3pPyIulfL4z2Zd9fgPCz
U78qSNHQE+yJsB5uC6rGMMrHZf74fFJpclWY1ktjFhgqjtEE4dy08nQGkY6P73GZ
Sp97/ThFVTnMGCN3xl//hwSKlmT96OMCE/ulQuWm/5D+rbPoafUdzQ=3D=3D
=3D4gQ0
=2D----END PGP SIGNATURE-----


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

end of thread, other threads:[~2004-05-04 16:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-04 12:44 [Bluez-users] Boot problem Fabrice Ménard
2004-05-04 16:10 ` [Bluez-users] bluetooth keyboard not typing Matias Pablo Brutti

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