From: Marcel Holtmann <marcel@holtmann.org>
To: Andrej Rosano <andrejro@gmail.com>
Cc: Bastien Nocera <hadess@hadess.net>, linux-bluetooth@vger.kernel.org
Subject: Re: Renaming hci interfaces with udev
Date: Tue, 28 Jul 2009 14:22:27 +0200 [thread overview]
Message-ID: <1248783747.28545.225.camel@violet> (raw)
In-Reply-To: <20090728120507.GB3292@stjenka>
Hi Andrej,
> > > I would like to change the default name of bluetooth interfaces (hci0, hci1, ...)
> > > using udev rules.
> >
> > Could I ask why you want to do that?
>
> I have more than one bt dongle connected to the box and I would like to assign always
> the same bluetooth name (the one set with hciconfig hciX name ...), ex:
>
> the one with BD_ADDR=xx:yy:zz:00:00:01 -> foo
> the one with BD_ADDR=xx:yy:zz:00:00:02 -> bar
> ...
>
>
> If one could use the udev persistent rules like with ethernet interfaces:
>
> ACTION=="add", KERNEL=="hci*", ATTR{address}=="xx:yy:zz:00:00:01", NAME="hci0"
> ACTION=="add", KERNEL=="hci*", ATTR{address}=="xx:yy:zz:00:00:02", NAME="hci1"
> ...
>
> and then set the appropriate bluetooth name:
>
> hciconfig hci0 name foo
> hciconfig hci1 name bar
> ...
>
> Currently I am using a script to do that.
and actually bluetoothd is doing that for you no matter what the device
name is. You just have to set the name once using the D-Bus interface.
Regards
Marcel
prev parent reply other threads:[~2009-07-28 12:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-28 8:37 Renaming hci interfaces with udev Andrej Rosano
2009-07-28 11:31 ` Marcel Holtmann
2009-07-28 11:34 ` Bastien Nocera
2009-07-28 12:05 ` Andrej Rosano
2009-07-28 12:22 ` Marcel Holtmann [this message]
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=1248783747.28545.225.camel@violet \
--to=marcel@holtmann.org \
--cc=andrejro@gmail.com \
--cc=hadess@hadess.net \
--cc=linux-bluetooth@vger.kernel.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