From: Bastien Nocera <hadess@hadess.net>
To: Marcel Holtmann <marcel@holtmann.org>
Cc: John Frankish <j-frankish@slb.com>,
"linux-bluetooth@vger.kernel.org"
<linux-bluetooth@vger.kernel.org>
Subject: RE: udev rule bluetooth.rules
Date: Tue, 07 Jul 2009 13:36:29 +0100 [thread overview]
Message-ID: <1246970189.2035.2.camel@snoogens.fab.redhat.com> (raw)
In-Reply-To: <1246901496.12994.232.camel@localhost.localdomain>
On Mon, 2009-07-06 at 10:31 -0700, Marcel Holtmann wrote:
> Hi John,
>
> > > Ref bluez-4.43 /etc/udev/bluetooth.rules:
> > >
> > > # Run helper every time a Bluetooth device appears
> > > # On remove actions, bluetoothd should go away by itself
> > > ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="/usr/sbin/bluetoothd
> > > --udev"
> > >
> > > Shouldn't this be of the format /etc/udev/rules.d/xx-bluetooth.rules
> > > so that it starts in the correct order - i.e. after dbus?
> >
> > That's taken care of - if dbus is not available, bluetoothd will exit
> > with return code 1. udev will notice that and later start it again in
> > the coldplug run.
> >
> > > if dbus is not started, I need to do this:
> > > # udevtrigger --subsystem-match=bluetooth
> > > is this is what was meant by "coldplug run"?
> > --
> > Thanks - I'd been playing around with this as /etc/udev/rules.d/85-bluetooth.rules but hadn't got around to trying without dbus started - it works for me with dbus started.
> >
> > It would be nice if "--prefix=/usr/local" were passed to bluetooth.rules to give:
> >
> > ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="/usr/local/sbin/bluetoothd
>
> I fixed that now and we generate bluetooth.rules with the correct
> prefix.
The UDEV_DATADIR code is broken:
114 UDEV_DATADIR="`$PKG_CONFIG --variable=udevdir udev`/rules.d"
115 if (test -z "${UDEV_DATADIR}"); then
116 UDEV_DATADIR="${sysconfdir}/udev/rules.d"
117 fi
UDEV_DATADIR will never be empty, because it will contain at least
"/rules.d".
Cheers
next prev parent reply other threads:[~2009-07-07 12:36 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-05 10:24 udev rule bluetooth.rules John Frankish
2009-07-05 11:32 ` Stefan Seyfried
2009-07-05 13:30 ` John Frankish
2009-07-06 6:48 ` John Frankish
2009-07-06 17:31 ` Marcel Holtmann
2009-07-07 12:36 ` Bastien Nocera [this message]
2009-07-08 18:26 ` Marcel Holtmann
2009-07-05 16:24 ` Marcel Holtmann
2009-07-05 17:11 ` Bastien Nocera
2009-07-05 17:12 ` Marcel Holtmann
2009-07-06 6:52 ` John Frankish
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=1246970189.2035.2.camel@snoogens.fab.redhat.com \
--to=hadess@hadess.net \
--cc=j-frankish@slb.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=marcel@holtmann.org \
/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