IEEE1394 permissions of /dev/raw1394 in debian for Kino
I installed Know recently, and I was experiencing the error of:
"The IEEE 1394 subsystem is not loaded; all IEEE 1394 options are disabled."
when I choose File->Preferences from the Kino menu.
I checked the permissions of /dev/*1394* and got:
~# ls -l /dev/*1394*
crw-rw---- 1 root disk 171, 0 Jun 18 23:02 /dev/raw1394
chaning the permissions to root:video (and I am member of video group)
solved this problem:
~# chown root:video /dev/raw1394
~# ls -l /dev/*1394*
crw-rw---- 1 root video 171, 0 Jun 18 23:02 /dev/raw1394
I just wanted to confirm if this is the right method. And also that this
works for the above problem.
->HS
Reply to: