You are not logged in.

#1 2007-10-20 17:29:23

monotiz
Member
Registered: 2007-10-20
Posts: 140

kino and raw1394 problem

Hi all. I'm italian boy, sorry for my english.

I have a problem with kino. Do not capture from the camera. Launch kino from root and obtain:

AVVISO: il modulo del kernel raw1394 non è caricato o errore leggendo/scrivendo /devraw1394!

in english:

The kernel module raw1394 is not loaded or error reading/writing /devraw1394!

There is a problem with /devraw1394 but if I launch lsmod:

[tiziano@localhost ~]$ lsmod | grep 1394
raw1394                27312  0 
dv1394                 19856  0 
ohci1394               33608  1 dv1394
ieee1394               93144  3 raw1394,dv1394,ohci1394

The modules seem to be...

It's very important for me capture from camera. I change from debian to arch because arch it's very KISS tongue

Thanks.

Last edited by monotiz (2007-10-20 17:32:05)

Offline

#2 2007-11-02 17:17:28

monotiz
Member
Registered: 2007-10-20
Posts: 140

Re: kino and raw1394 problem

The problem remains. I asked other forum but nobody seems to understand what is the problem. Unfortunately, if nobody helps me, I can not remain under archlinux and I regret.

Offline

#3 2007-11-05 21:29:17

delco
Member
From: Germany
Registered: 2003-02-07
Posts: 19

Re: kino and raw1394 problem

Hi monotiz,

is /devraw1394 right? Check the config in Kino and have a "ls" in dev. Is there a /dev/raw1394 available? Maybe it is under /dev/raw/raw1394.

delco

Last edited by delco (2007-11-05 21:31:24)

Offline

#4 2007-11-05 23:03:27

monotiz
Member
Registered: 2007-10-20
Posts: 140

Re: kino and raw1394 problem

delco wrote:

Hi monotiz,

is /devraw1394 right? Check the config in Kino and have a "ls" in dev. Is there a /dev/raw1394 available? Maybe it is under /dev/raw/raw1394.

delco

/dev/raw1394 is available. The problem is not kino. I launch testlibraw and it return that I have 0 ieee card?????

Offline

#5 2007-11-05 23:45:15

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: kino and raw1394 problem

Your user should be in the video group; gpasswd -a monotiz video. Then logout and -in and try again.

Last edited by byte (2007-11-05 23:46:19)


1000

Offline

#6 2007-11-06 14:35:31

monotiz
Member
Registered: 2007-10-20
Posts: 140

Re: kino and raw1394 problem

byte wrote:

Your user should be in the video group; gpasswd -a monotiz video. Then logout and -in and try again.

I'm doing all from root....

Offline

#7 2007-11-06 19:41:08

delco
Member
From: Germany
Registered: 2003-02-07
Posts: 19

Re: kino and raw1394 problem

Is kino working ok?
Maybe try it with dvgrab to record a small video from the camcorder.

Is there a firewire-* module loaded also?

Offline

#8 2007-11-07 18:23:24

monotiz
Member
Registered: 2007-10-20
Posts: 140

Re: kino and raw1394 problem

delco wrote:

Is kino working ok?
Maybe try it with dvgrab to record a small video from the camcorder.

Is there a firewire-* module loaded also?

I'm correctly use firewire and kino on arch64 don't panic 2007.08.
The problem is on 2007.08-2.

The firewire modules seem to be loaded.

[tiziano@dhcppc0 ~]$ lsmod | grep firewire
firewire_ohci          17792  0 
firewire_core          41792  1 firewire_ohci
crc_itu_t               2560  1 firewire_core
[tiziano@dhcppc0 ~]$

dvgrab:

[root@dhcppc0 tiziano]# dvgrab 
Error: no camera exists

[root@dhcppc0 tiziano]#

testlibraw:

[root@dhcppc0 tiziano]# testlibraw 
successfully got handle
current generation number: 0
0 card(s) found
[root@dhcppc0 tiziano]#

dmesg:

[root@dhcppc0 tiziano]# dmesg | grep firewire
firewire_ohci: Added fw-ohci device 0000:02:0e.0, OHCI version 1.10
firewire_core: created new fw device fw0 (0 config rom retries, S400)
firewire_core: created new fw device fw1 (0 config rom retries, S100)
firewire_core: phy config: card 0, new root=ffc1, gap_count=5
[root@dhcppc0 tiziano]# dmesg | grep 1394
ieee1394: raw1394: /dev/raw1394 device initialized
NOTE: The dv1394 driver is unsupported and may be removed in a future Linux release. Use raw1394 instead.
[root@dhcppc0 tiziano]#

lspci:

[root@dhcppc0 tiziano]# lspci | grep 1394
02:0e.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)
[root@dhcppc0 tiziano]#

Offline

#9 2007-11-07 19:42:05

delco
Member
From: Germany
Registered: 2003-02-07
Posts: 19

Re: kino and raw1394 problem

maybe a stupid question wink
Is the firewire cable correct plugged in and not broken?

Offline

#10 2007-11-07 20:00:44

monotiz
Member
Registered: 2007-10-20
Posts: 140

Re: kino and raw1394 problem

delco wrote:

maybe a stupid question wink
Is the firewire cable correct plugged in and not broken?

I have create a partition with xubuntu for use the firewire, and I correctly capture from camera. The cable are ok!

Offline

#11 2007-11-07 20:06:00

delco
Member
From: Germany
Registered: 2003-02-07
Posts: 19

Re: kino and raw1394 problem

Strange!
I've never had such a problem with firewire on arch.
Do you have a fresh install with no or less customization?
Some changes in udev rules or entries in fstab?

Is the permission for the raw1394 correct? I mean not if root is the owner. I mean the file rights -rw-rw-rw.

Offline

#12 2007-11-07 20:12:15

monotiz
Member
Registered: 2007-10-20
Posts: 140

Re: kino and raw1394 problem

delco wrote:

Strange!
I've never had such a problem with firewire on arch.
Do you have a fresh install with no or less customization?
Some changes in udev rules or entries in fstab?

Is the permission for the raw1394 correct? I mean not if root is the owner. I mean the file rights -rw-rw-rw.

Today I reinstall arch from core install CD.
The root permission for raw1394 are ok.

P.S. Thank for the moment!

Offline

#13 2007-11-08 16:32:02

monotiz
Member
Registered: 2007-10-20
Posts: 140

Re: kino and raw1394 problem

Well.

I'm just istall archlinux for 686 machine. Next, I have install dvgrab and it's run!!!!

Change only dmesg (this is arch 32bit):

ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[22]  MMIO=[fb008000-fb0087ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
ieee1394: Host added: ID:BUS[0-00:1023]  GUID[000fea000049ddc7]
ieee1394: Node added: ID:BUS[0-00:1023]  GUID[08004601043bac0e]
ieee1394: Node changed: 0-00:1023 -> 0-01:1023
NOTE: The dv1394 driver is unsupported and may be removed in a future Linux release. Use raw1394 instead.
ieee1394: raw1394: /dev/raw1394 device initialized

The problem is on arch 64 bit.

Offline

#14 2007-11-15 22:49:15

killajoe
Member
From: Berlin Planet Earth
Registered: 2007-07-04
Posts: 168
Website

Re: kino and raw1394 problem

sad for me nothing is working ...  I'm testing out everything permissions rmmod the dv1394 :

lspci
02:09.2 FireWire (IEEE 1394): Creative Labs SB Audigy FireWire Port
dmesg | grep firewire
firewire_ohci: Added fw-ohci device 0000:02:09.2, OHCI version 1.10
firewire_core: created new fw device fw0 (0 config rom retries, S400)
firewire_core: created new fw device fw1 (0 config rom retries, S100)
firewire_core: phy config: card 0, new root=ffc1, gap_count=5
dmesg | grep raw1394
NOTE: The dv1394 driver is unsupported and may be removed in a future Linux release. Use raw1394 instead.
ieee1394: raw1394: /dev/raw1394 device initialized
dmesg | grep video1394
video1394: Installed video1394 module

all seems to be loaded and running but with:

gscanbus
couldn't set port: Invalid argument
dvgrab
Error: no camera exists

and with kino it is the same: raw module can't be loaded....

i find for the Package libraw1394 that it is no longer maintained?

http://www.archlinux.org/packages/838/

>>> LastUpdated:      2006-04-10

for that i test to make a new Package (1.3.0) but it return in the same problems...

No one can help out??????

Last edited by killajoe (2007-11-15 22:50:34)


Cancel me not -- for what then shall remain?
Abscissas, some mantissas, modules, modes, A root or two, a torus and a node:
The inverse of my verse, a null domain.
-- Stanislaw Lem, The Cyberiad

Offline

#15 2007-11-17 17:58:04

monotiz
Member
Registered: 2007-10-20
Posts: 140

Re: kino and raw1394 problem

I found a way...

I remove firewire-core and firewire-ohci modules. Next I have load the old modules. This is the result:

[tiziano@myhost ~]$ lsmod | grep firewire
[tiziano@myhost ~]$
[tiziano@myhost ~]$ lsmod | grep 1394
raw1394                23932  0 
dv1394                 16988  0 
ohci1394               28848  1 dv1394
ieee1394               80184  3 raw1394,dv1394,ohci1394
[tiziano@myhost ~]$

Dvgrab result:

[root@myhost tiziano]# dvgrab 
Found AV/C device with GUID 0x08004601043bac0e
""     0.00 MB 0 frames                                                         
Capture Stopped                                                                 
Error: no DV

[root@myhost tiziano]#

My Arch don't capture but this is a great result for me!

EDIT: I'm stupid. I try to capture from tape on finish position. I rewind 2 minute and arch capture. Finally.

Last edited by monotiz (2007-11-17 20:00:34)

Offline

#16 2008-08-18 21:05:21

killajoe
Member
From: Berlin Planet Earth
Registered: 2007-07-04
Posts: 168
Website

Re: kino and raw1394 problem

for now the Problem seems to be solved in actual ARCH64 system!


Cancel me not -- for what then shall remain?
Abscissas, some mantissas, modules, modes, A root or two, a torus and a node:
The inverse of my verse, a null domain.
-- Stanislaw Lem, The Cyberiad

Offline

Board footer

Powered by FluxBB