All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sietse Achterop <s.achterop@rug.nl>
To: linux-bluetooth@vger.kernel.org
Subject: Using multiple adapters do not work
Date: Thu, 04 Oct 2012 15:23:14 +0200	[thread overview]
Message-ID: <506D8DC2.7010506@rug.nl> (raw)

  Dear list,

I want to use a number, say 2, of local bluetooth adapters that each communicate with a single
different bluetooth device. The	devices	appear as rfcomm devices.
We can communicate with the devices using minicom.

Binding of the 2 adapters in linux:
   rfcomm -i hci0 bind /dev/rfcomm1 10:00:E8:6C:D8:14 1
   rfcomm -i hci1 bind /dev/rfcomm7 10:00:E8:6C:EC:9E 1
I test with starting minicom for each rfcomm device.
The first minicom invocation works perfectly, but the second (and third ...) gets an error:
  minicom: cannot open /dev/rfcomm7: No such file or directory
or sometimes: Permission denied.
  (the device exists and is said to be readable by ls -l)
This on 2 machines with up to date kernels  2.6.32-43-generic and  3.2.0-31-generic (ubuntu)

Using only a single adapter in the usual way, using rfcomm.conf, it works perfectly.
That is the way in which the pairing has been done before doing the above tests.

I assumed that the above would work.
What am I doing wrong?


Again, if this is the wrong list, please tell me.

  Regards,
    Sietse


PS I am using this approach because of problems as described on this list on
   October 2-nd in:
    Unreliable communication with multiple bluetooth devices and some delay.


                 reply	other threads:[~2012-10-04 13:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=506D8DC2.7010506@rug.nl \
    --to=s.achterop@rug.nl \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.