public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: BlueZ users <bluez-users@lists.sourceforge.net>
Subject: Re: [Bluez-users] rfcomm hell
Date: Tue, 29 Aug 2006 22:49:38 +0200	[thread overview]
Message-ID: <1156884578.4026.25.camel@aeonflux.holtmann.net> (raw)
In-Reply-To: <20060829180123.GD12634@suse.de>

Hi Stefan,

> > I found what was wrong, and it was udev.
> > After following a tutorial I added the following rule to change the permissions upon dev creation:
> > 
> > # cat /etc/udev/rules.d/10-udev.rules 
> > KERNEL="rfcomm[0-9]*", NAME="bluetooth/%k", GROUP="users", MODE="0660"
> > 
> > after commenting it rfcomm started connecting :-D
> 
> i have
> root@susi:/tmp# cat /etc/udev/rules.d/47-rfcomm.rules
> # udev-rules for rfcomm devices
> KERNEL=="rfcomm*", NAME="%k" GROUP="uucp" MODE="0660" OPTIONS="resmgr"

these should be needed at all. The rfcommX devices are TTYs and a

	SUBSYSTEM=="tty", GROUP="dialout"

or similar should take care of the correct permissions and group
assignment.

> The OPTIONS=resmgr is probably SUSE specific, but the rest should be generic
> and works just fine for me.

Yes, it is.

Regards

Marcel



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

      reply	other threads:[~2006-08-29 20:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-22 16:15 [Bluez-users] rfcomm hell The Peach
2006-08-22 16:25 ` The Peach
2006-08-22 16:27 ` Andrew Kohlsmith
2006-08-22 17:52   ` The Peach
2006-08-22 17:57     ` Andrew Kohlsmith
2006-08-22 23:22       ` The Peach
2006-08-29  9:06 ` The Peach
2006-08-29 18:01   ` Stefan Seyfried
2006-08-29 20:49     ` 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=1156884578.4026.25.camel@aeonflux.holtmann.net \
    --to=marcel@holtmann.org \
    --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