-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi John,
Sorry it's taken so long for me to respond, but this sounds like the same problem I had. On 25/08/10 09:44, Matthew Daubney wrote: > Once you've done this can you send us the output of "lsmod" (simply type > lsmod in a terminal and hit enter) After the modprobe, I did the following: jt...@sixtymilesmile:~$ lsmod | grep raw1394 raw1394 25330 0 ieee1394 94771 2 raw1394,ohci1394 > If that driver has loaded, we can then look at the permissions problem > if you still get it on using the camera in kino (or whatever program > you're using) By default, the raw1394 device has very restrictive permissions, because it can conceivably by misused. It gives you complete and unrestricted to the IEEE1394 bus, so exercise extreme caution. Following the modprobe command I get: jt...@sixtymilesmile:~$ ls -l /dev/raw1394 crw-rw---- 1 root root 171, 0 2010-08-25 22:16 /dev/raw1394 My usual workaround is to add myself to the disk group: jt...@sixtymilesmile:~$ sudo adduser jtait disk Adding user `jtait' to group `disk' ... Adding user jtait to group disk Done. Log out and back in for the new group membership to take effect, then change the ownership of /dev/raw1394: jt...@sixtymilesmile:~$ sudo chown .disk /dev/raw1394 jt...@sixtymilesmile:~$ ls -l /dev/raw1394 crw-rw---- 1 root disk 171, 0 2010-08-25 22:16 /dev/raw1394 Kino is usually happy with this arrangement. It is possible to set up udev rules to the desired permissions, but to be honest I use the DV camera infrequently enough that it hasn't been worth looking into it. Hope that helps! JT - -- - ---------------------------------------+-------------------------------- James Tait, BSc | xmpp:jayte...@wyrddreams.org Programmer and Free Software advocate | VoIP: +44 (0)870 490 2407 - ---------------------------------------+-------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkx1ik8ACgkQyDo4xMNTLiYn3wCfcaOnA2LvmsdFVxbOdxLgGunN Vt4AoMI8wGalTd6CxhGOIzZU6T/zCIuF =oU5L -----END PGP SIGNATURE----- -- ubuntu-uk@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.ubuntu.com/UKTeam/