public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: "Fabrice Ménard" <menard.fabrice@wanadoo.fr>
To: bluez-users@lists.sourceforge.net
Subject: [Bluez-users] Boot problem
Date: Tue, 4 May 2004 14:44:45 +0200	[thread overview]
Message-ID: <200405041444.45061.menard.fabrice@wanadoo.fr> (raw)

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

             reply	other threads:[~2004-05-04 12:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-04 12:44 Fabrice Ménard [this message]
2004-05-04 16:10 ` [Bluez-users] bluetooth keyboard not typing Matias Pablo Brutti

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200405041444.45061.menard.fabrice@wanadoo.fr \
    --to=menard.fabrice@wanadoo.fr \
    --cc=bluez-users@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox