| Author |
Message |
|
|
Post subject: kino/cinelerra
Posted: Jun 14, 2008 - 01:07 AM
|
|

Joined: May 20, 2008
Posts: 72
Location: AZ
Status: Offline
|
|
| trying to save some dv video from video camera to disc via firewire it seems the module is loaded in /de/.static/dev/raw1394, but kino and cinelerra are looking in /dev/raw1394. I kinda understand whats happening, but can't figure out how to fix the problem. Can anyone help or provide some suggestions? |
|
|
| |
|
|
|
 |
|
|
Post subject: kino/cinelerra
Posted: Jun 14, 2008 - 07:53 AM
|
|
Joined: Dec 02, 2006
Posts: 63
Location: Saarland
Status: Offline
|
|
you could look here, especially the last article, but only german:
http://sidux.com/PNphpBB2-viewtopic-t-8 ... ewire.html
I will try to translate in corresponding words, hope that bitpoppler agrees
----------------
my dv cam works with sidux. but that was not so simple.
1.sidux uses as standard the "the alternative firewire stack" or something like that. But this is no good, because for example kino can not work with it. Also you have to delete the file ieee1394, because editing does not help.
2. Then i registered all needet modules in /etc/modules:
ohci1394
sbp2
dv1394
raw1394
video1394
But still did not work ...
Then did a kernel update, where initramfs was builded new and now that worked Editing with kino and all works. Even remote control from the camcorder.
greetz
Edit : forgotten: had to change access for standard user. With a chmod 777 /dev/raw1394 before using kino:
And changing permissions.rules in /etc/udev/rules.d in file 020_permissions.rules :
# ieee1394 devices
KERNEL=="raw1394", GROUP="video"
KERNEL=="dv1394*", GROUP="video"
KERNEL=="video1394*", GROUP="video"
------------------------------------------
Just another tip from myself: You could try kdenlive. It has nice features in the meantime and works good so far.
Dirk |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: kino/cinelerra
Posted: Jun 14, 2008 - 08:28 PM
|
|

Joined: May 20, 2008
Posts: 72
Location: AZ
Status: Offline
|
|
| Thanks I'll check t checked the 020 rules file and raw1394 was grouped as DISK, so changed it to video. Will reboot and post back. Thanx curly for your response.I still have the question of why my raw1394 is in /dev/.static/dev/raw1394 and kino is looking in /dev/raw1394, what is the/.static for and can it be renamed? |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: kino/cinelerra
Posted: Jun 15, 2008 - 04:38 AM
|
|
Joined: Jun 13, 2008
Posts: 7
Status: Offline
|
|
This is what finally worked for me:
got info from here:http://sidux.com/PNphpBB2-viewtopic-t-8686-highlight-firewire.html
Thank you Devil, thank you shame.
I started with a fresh install of sidux-2008-02-erebos-pre1-kde-lite-i386-200806032235.iso. I did this because I tried so many different things and may have been making problems for myself, probably not really needed though.
5 STEPS TO MAKE FIREWIRE WORK
1. I deleted the file /etc/modprobe.d/ieee1394 not edited, DELETED.
2. I placed the following in the file /etc/modules
ohci1394
sbp2
dv1394
raw1394
video1394
3. I edited /etc/udev/permissions.rules to look like this:
# Ieee1394 Devices
KERNEL == "raw1394", GROUP = "video"
KERNEL == "dv1394 *", GROUP = "video"
KERNEL == "video1394 *", GROUP = "video"
4. I updated the kernel with smxi.
5. As root: modprobe raw1394 |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: kino/cinelerra
Posted: Jun 15, 2008 - 12:08 PM
|
|

Joined: May 20, 2008
Posts: 72
Location: AZ
Status: Offline
|
|
| xvid6, Thank you. Now I see that curly was trying to tell me the same thing, biut I'm still a little new to linux, so I didn't understand to add the modules manually. Your instructions worked perfectly. I can now put all this video disc and reuse the tapes!! I really appreciate all the help from everyone. |
|
|
| |
|
|
|
 |
|
|