public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] permissions problem with kino
@ 2005-08-05 15:29 Jean Magnan de Bornier
  2005-08-06  0:59 ` Bob Sanders
  0 siblings, 1 reply; 6+ messages in thread
From: Jean Magnan de Bornier @ 2005-08-05 15:29 UTC (permalink / raw
  To: gentoo-user

Hi all,
I am trying to use kino, but face some permission problems.
modules raw1394 an dv1394 are loaded, but when I want to use kino I get
the answer that:
dv1394 open: Permission non accordée (not granted)
giving the +r to /dev/dv1394-0 which has root as owner and group does
change nothing; with /dev/raw/raw1394 group is "disk"; putting my user in
this group does nothing better.
Not many infos on this permission issue in kino's manual.

Any direct info or link would be much welcome, TIA 
-- 
  Jean Magnan de Bornier             |        Cours Victor Hugo
  e-mots: jean at bornier.net        |        13980 Alleins   France
  T 08 70 39 34 03                   |        P 06 09 17 35 87



-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] permissions problem with kino
  2005-08-05 15:29 [gentoo-user] permissions problem with kino Jean Magnan de Bornier
@ 2005-08-06  0:59 ` Bob Sanders
  2005-08-06  5:30   ` Jean Magnan de Bornier
  0 siblings, 1 reply; 6+ messages in thread
From: Bob Sanders @ 2005-08-06  0:59 UTC (permalink / raw
  To: gentoo-user

On Fri, 05 Aug 2005 17:29:05 +0200
Jean Magnan de Bornier <jean@bornier.net> wrote:

> Hi all,
> I am trying to use kino, but face some permission problems.
> modules raw1394 an dv1394 are loaded, but when I want to use kino I get
> the answer that:
> dv1394 open: Permission non accordée (not granted)
> giving the +r to /dev/dv1394-0 which has root as owner and group does
> change nothing; with /dev/raw/raw1394 group is "disk"; putting my user in
> this group does nothing better.
> Not many infos on this permission issue in kino's manual.
> 

Have you added your username to /etc/group, disk?

Bob
-- 
-  

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] permissions problem with kino
  2005-08-06  0:59 ` Bob Sanders
@ 2005-08-06  5:30   ` Jean Magnan de Bornier
  2005-08-06  6:57     ` [gentoo-user] SOLVED: " Jean Magnan de Bornier
  0 siblings, 1 reply; 6+ messages in thread
From: Jean Magnan de Bornier @ 2005-08-06  5:30 UTC (permalink / raw
  To: gentoo-user

Le 06 août à 02:59:19 Bob Sanders <rmsand@concentric.net> écrit notamment:

| Have you added your username to /etc/group, disk?
yes, without any change!

cheers
-- 
  Jean Magnan de Bornier             |        Cours Victor Hugo
  e-mots: jean at bornier.net        |        13980 Alleins   France
  T 08 70 39 34 03                   |        P 06 09 17 35 87

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] SOLVED: permissions problem with kino
  2005-08-06  5:30   ` Jean Magnan de Bornier
@ 2005-08-06  6:57     ` Jean Magnan de Bornier
  2005-08-06 15:39       ` Bob Sanders
  0 siblings, 1 reply; 6+ messages in thread
From: Jean Magnan de Bornier @ 2005-08-06  6:57 UTC (permalink / raw
  To: gentoo-user

Le 06 août à 07:30:12 Jean Magnan de Bornier <jean@bornier.net> écrit notamment:

| Le 06 août à 02:59:19 Bob Sanders <rmsand@concentric.net> écrit notamment:
| 
| | Have you added your username to /etc/group, disk?
| yes, without any change!
| 
Well I found what was missing: 

Looking at the two necessary modules for kino:
/dev/raw/raw1394 is in group disk, while /dev/dv1394-0 is in group root;
(is this a feature of the gentoo installation?)

I put /dev/dv1394-0 in the disk group as well and now everything seems to
be ok, unless there might be some side effect(s)?

cheers,
-- 
  Jean Magnan de Bornier             |        Cours Victor Hugo
  e-mots: jean at bornier.net        |        13980 Alleins   France
  T 08 70 39 34 03                   |        P 06 09 17 35 87

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] SOLVED: permissions problem with kino
  2005-08-06  6:57     ` [gentoo-user] SOLVED: " Jean Magnan de Bornier
@ 2005-08-06 15:39       ` Bob Sanders
  2005-08-06 21:18         ` Jean Magnan de Bornier
  0 siblings, 1 reply; 6+ messages in thread
From: Bob Sanders @ 2005-08-06 15:39 UTC (permalink / raw
  To: gentoo-user

On Sat, 06 Aug 2005 08:57:41 +0200
Jean Magnan de Bornier <jean@bornier.net> wrote:

> Le 06 août à 07:30:12 Jean Magnan de Bornier <jean@bornier.net> écrit notamment:
> 

> Looking at the two necessary modules for kino:
> /dev/raw/raw1394 is in group disk, while /dev/dv1394-0 is in group root;
> (is this a feature of the gentoo installation?)
> 

I don't see dv1394 in the udev rules.  That doesn't seem to have made it 
yet.  So it's a missing feature.  It will need to be either created seperatly
as a rule.  Something like - 95-firewire.rules in /etc/udev/rules.d

> I put /dev/dv1394-0 in the disk group as well and now everything seems to
> be ok, unless there might be some side effect(s)?
> 

It should be no problem.  Technically, it would go into group - video.

There is an example of how to setup a custom device, including the udev
rule at - 

http://gentoo-wiki.com/HOWTO_Griffin_PowerMate_with_UDEV_and_Kernel_2.6.x

Bob
-  

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] SOLVED: permissions problem with kino
  2005-08-06 15:39       ` Bob Sanders
@ 2005-08-06 21:18         ` Jean Magnan de Bornier
  0 siblings, 0 replies; 6+ messages in thread
From: Jean Magnan de Bornier @ 2005-08-06 21:18 UTC (permalink / raw
  To: gentoo-user

Le 06 août à 17:39:16 Bob Sanders <rmsand@concentric.net> écrit notamment:


| > I put /dev/dv1394-0 in the disk group as well and now everything seems to
| > be ok, unless there might be some side effect(s)?
| > 
| 
| It should be no problem.  Technically, it would go into group - video.
| 
| There is an example of how to setup a custom device, including the udev
| rule at - 
| 
| http://gentoo-wiki.com/HOWTO_Griffin_PowerMate_with_UDEV_and_Kernel_2.6.x

Well thanks Bob, I'm not an udev expert (you guess), but I'll look at this
link with care
cheers,
-- 
  Jean Magnan de Bornier             |        Cours Victor Hugo
  e-mots: jean at bornier.net        |        13980 Alleins   France
  T 08 70 39 34 03                   |        P 06 09 17 35 87

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-08-06 21:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-05 15:29 [gentoo-user] permissions problem with kino Jean Magnan de Bornier
2005-08-06  0:59 ` Bob Sanders
2005-08-06  5:30   ` Jean Magnan de Bornier
2005-08-06  6:57     ` [gentoo-user] SOLVED: " Jean Magnan de Bornier
2005-08-06 15:39       ` Bob Sanders
2005-08-06 21:18         ` Jean Magnan de Bornier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox