2013/7/2 Evgeniy Ginzburg :
> ls /dev/ before and after connecting camera let you determine which /dev/
> nodes are creared.
*if* device nodes are created...
> ls -l /dev/something gives you user and group this device node created
> under.
> id [username] gives you in which groups this user enliste
(re:all)
2013/7/2 Evgeniy Ginzburg :
> ls /dev/ before and after connecting camera let you determine which /dev/
> nodes are creared.
*if* device nodes are created...
> ls -l /dev/something gives you user and group this device node created
> under.
> id [username] gives you in which groups this use
ls /dev/ before and after connecting camera let you determine which /dev/
nodes are creared.
ls -l /dev/something gives you user and group this device node created
under.
id [username] gives you in which groups this user enlisted.
Add this user to group that have read/write access to node.
If unfor
On Tue, Jul 2, 2013 at 8:41 PM, Micha Feigin wrote:
> Doesn't seem to be a camera group (there is a camera user, which may
> affect that), no v4l and video under the dev tree.
> Only thing I found that changes under dev during connection is these two
> files:
>
> lrwxrwxrwx 1 root root 18 Jul 2
On 07/02/2013 01:41 PM, Micha Feigin wrote:
Doesn't seem to be a camera group (there is a camera user, which may
affect that), no v4l and video under the dev tree.
Only thing I found that changes under dev during connection is these
two files:
lrwxrwxrwx 1 root root 18 Jul 2 13:35 /dev/char/1
Doesn't seem to be a camera group (there is a camera user, which may
affect that), no v4l and video under the dev tree.
Only thing I found that changes under dev during connection is these two
files:
lrwxrwxrwx 1 root root 18 Jul 2 13:35 /dev/char/189:389 ->
../bus/usb/004/006
crw-rw-r-T 1 r
On Tue, Jul 2, 2013 at 8:09 PM, Micha Feigin wrote:
> Hi All,
>
> I'm trying to connect a camera (Mesa Imaging Swissranger specifically) to
> a Debian unstable box. I'm getting an error that the user does not have
> permissions to open the USB device (needs read/write access). Couldn't find
> any
Hi All,
I'm trying to connect a camera (Mesa Imaging Swissranger specifically)
to a Debian unstable box. I'm getting an error that the user does not
have permissions to open the USB device (needs read/write access).
Couldn't find any relevant group to add my user to to solve the problem.
Any