Re: [ubuntu-uk] [Fwd: Dv camcorder]

2010-08-25 Thread James Tait
-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
raw139425330  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/


Re: [ubuntu-uk] [Fwd: Dv camcorder]

2010-08-25 Thread Matthew Daubney
On Wed, 2010-08-25 at 07:54 +0200, John wrote:
> e-mail message attachment, "Forwarded message - Dv camcorder"



> > j...@john-desktop:~$ sudo modprobe raw1394
> > [sudo] password for john: 
> > j...@john-desktop:~$ 
> > 

This returning you to a prompt shows that it has worked with no
errors :)

Once you've done this can you send us the output of "lsmod" (simply type
lsmod in a terminal and hit enter)

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)

> > 
> > I have followed the Duncan Lithgow work round butwhen I enter~$ grep
> > 1394 /var/log/kern.log ,the terminal returns to j...@john-desktop and it
> > seems that the system does not recognize the the kernel.
> > 
> > The web cam is usb and the dv camera is JVC.
> > 
> > Hope this helps 
> > 
> > John 


Thanks,

-Matt Daubney


-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] [Fwd: Dv camcorder]

2010-08-25 Thread Jacob Mansfield
what are you trying to grep, and from what?

On 25 August 2010 06:54, John  wrote:

>
>
>
> -- Forwarded message --
> From: John 
> To: ubuntu-uk-request
> Date: Wed, 25 Aug 2010 07:51:26 +0200
> Subject: Dv camcorder
> j...@john-desktop:~$ lsusb
> Bus 011 Device 002: ID 05a9:8519 OmniVision Technologies, Inc. OV519
> Webcam
> Bus 011 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 010 Device 003: ID 05e3:1205 Genesys Logic, Inc. Afilias Optical
> Mouse H3003
> Bus 010 Device 002: ID 0e5e:6611
> Bus 010 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 003 Device 005: ID 148f:2573 Ralink Technology, Corp. RT2501USB
> Wireless Adapter
> Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
> Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
> Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
> j...@john-desktop:~$ lspci
> 00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP]
> Host Bridge (rev 80)
> 00:01.0 PCI bridge: VIA Technologies, Inc. VT8237/VX700 PCI Bridge
> 00:0a.0 FireWire (IEEE 1394): NEC Corporation uPD72873 IEEE1394 OHCI 1.1
> 2-port Host Controller (rev 01)
> 00:0b.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
> Controller (rev 62)
> 00:0b.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
> Controller (rev 62)
> 00:0b.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 65)
> 00:0c.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev
> 10)
> 00:0e.0 Multimedia controller: Philips Semiconductors
> SAA7131/SAA7133/SAA7135 Video Broadcast Decoder (rev d1)
> 00:0f.0 RAID bus controller: VIA Technologies, Inc. VIA VT6420 SATA RAID
> Controller (rev 80)
> 00:0f.1 IDE interface: VIA Technologies, Inc.
> VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
> 00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
> Controller (rev 81)
> 00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
> Controller (rev 81)
> 00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
> Controller (rev 81)
> 00:10.3 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
> Controller (rev 81)
> 00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
> 00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge
> [KT600/K8T800/K8T890 South]
> 00:11.5 Multimedia audio controller: VIA Technologies, Inc.
> VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
> 00:11.6 Communication controller: VIA Technologies, Inc. AC'97 Modem
> Controller (rev 80)
> 00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II]
> (rev 78)
> 00:13.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
> Controller (rev 61)
> 00:13.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
> Controller (rev 61)
> 00:13.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 63)
> 01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon
> 9200 SE] (rev 01)
> 01:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 SE]
> (Secondary) (rev 01)
> j...@john-desktop:~$ sudo modprobe raw1394
> [sudo] password for john:
> j...@john-desktop:~$
>
>
> I have followed the Duncan Lithgow work round butwhen I enter~$ grep
> 1394 /var/log/kern.log ,the terminal returns to j...@john-desktop and it
> seems that the system does not recognize the the kernel.
>
> The web cam is usb and the dv camera is JVC.
>
> Hope this helps
>
> John
>
> --
> ubuntu-uk@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
> https://wiki.ubuntu.com/UKTeam/
>
>
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


[ubuntu-uk] [Fwd: Dv camcorder]

2010-08-24 Thread John

--- Begin Message ---
j...@john-desktop:~$ lsusb
Bus 011 Device 002: ID 05a9:8519 OmniVision Technologies, Inc. OV519
Webcam
Bus 011 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 010 Device 003: ID 05e3:1205 Genesys Logic, Inc. Afilias Optical
Mouse H3003
Bus 010 Device 002: ID 0e5e:6611  
Bus 010 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 005: ID 148f:2573 Ralink Technology, Corp. RT2501USB
Wireless Adapter
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
j...@john-desktop:~$ lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP]
Host Bridge (rev 80)
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237/VX700 PCI Bridge
00:0a.0 FireWire (IEEE 1394): NEC Corporation uPD72873 IEEE1394 OHCI 1.1
2-port Host Controller (rev 01)
00:0b.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
Controller (rev 62)
00:0b.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
Controller (rev 62)
00:0b.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 65)
00:0c.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev
10)
00:0e.0 Multimedia controller: Philips Semiconductors
SAA7131/SAA7133/SAA7135 Video Broadcast Decoder (rev d1)
00:0f.0 RAID bus controller: VIA Technologies, Inc. VIA VT6420 SATA RAID
Controller (rev 80)
00:0f.1 IDE interface: VIA Technologies, Inc.
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
Controller (rev 81)
00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
Controller (rev 81)
00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
Controller (rev 81)
00:10.3 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
Controller (rev 81)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge
[KT600/K8T800/K8T890 South]
00:11.5 Multimedia audio controller: VIA Technologies, Inc.
VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
00:11.6 Communication controller: VIA Technologies, Inc. AC'97 Modem
Controller (rev 80)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II]
(rev 78)
00:13.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
Controller (rev 61)
00:13.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
Controller (rev 61)
00:13.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 63)
01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon
9200 SE] (rev 01)
01:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 SE]
(Secondary) (rev 01)
j...@john-desktop:~$ sudo modprobe raw1394
[sudo] password for john: 
j...@john-desktop:~$ 


I have followed the Duncan Lithgow work round butwhen I enter~$ grep
1394 /var/log/kern.log ,the terminal returns to j...@john-desktop and it
seems that the system does not recognize the the kernel.

The web cam is usb and the dv camera is JVC.

Hope this helps 

John 
--- End Message ---
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/