Fedora Linux Support Community & Resources Center

Sections ›› Home | Forums | Guidelines | Forum Help | Fedora FAQ | Fedora News 

Go Back   FedoraForum.org > Fedora Support > General Support

General Support Fedora general support. Ask questions here that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2007-11-17, 12:04 PM CST
bowens44 Offline
Registered User
 
Join Date: Apr 2007
Posts: 89
fedora 8 - kino - atrpms

My camcorder doesn't work with default firewire stack in Fedora 8 (or 7). So I have attempted to get it working by blacklisting firewire_core and firewire_ohci. I then enabled the atrpms repo and did a 'yum install ieee1394 ieee1394-kmdl-2.6.23.1-49.fc8.i686'.

lsmod | grep 1394:
video1394 17880 0 (I loaded this with modprobe, not sure ifs it needed)
raw1394 24312 0
dv1394 19032 0
ohci1394 29872 2 video1394,dv1394
ieee1394 75060 4 video1394,raw1394,dv1394,ohci1394

dmesg:
ieee1394: Current remote IRM is not 1394a-2000 compliant, resetting...
ieee1394: Node added: ID:BUS[0-00:1023] GUID[0000850000951bf5]
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


Kino still doesn't see the camera, neither does dvgrab. Kino tells me 'WARNING:raw1394 kernel module not loaded or failure to read/write /dev/raw1394!'.
On the Prefrences/IEEE1394 it says The IEEE 1394 subsystem is not responding.

I have tried changing the permissions on /dev/raw1394 and I have tried running kino as root. Neither worked.

Any idea what I'm doing wrong or how I can get this working?

Thanks
Reply With Quote
  #2  
Old 2007-11-20, 04:02 PM CST
bowens44 Offline
Registered User
 
Join Date: Apr 2007
Posts: 89
I still haven't had any luck with firewire and video

Has anyone here been able to get firewire working properly on fedora 8? I really could use some help with this.
Reply With Quote
  #3  
Old 2007-11-26, 02:39 PM CST
CrystalCowboy's Avatar
CrystalCowboy Offline
Registered User
 
Join Date: Sep 2004
Posts: 521
I'm just encountering similar things now. I have an application which required raw1394 and libdc1394, and I don't know what changes will be required to get it working again. I did find this: ieee1394 changes in Linux 2.6.22
Quote:
From: Stefan Richter
Date: 2007-07-09 20:57:22
...
firewire-core:
This is a new driver, part of the new alternative FireWire driver
stack known under the nickname "Juju", written by Kristian Høgsberg.
Functionality-wise, firewire-core is a replacement for ieee1394,
raw1394, video1394, and dv1394.
...
At the moment, ported but as yet unreleased versions of libraw1394
and libdc1394 v2 are available via the following checkouts:
...
This might take some work.
__________________
Explore the Core!
Reply With Quote
  #4  
Old 2007-11-26, 02:46 PM CST
CrystalCowboy's Avatar
CrystalCowboy Offline
Registered User
 
Join Date: Sep 2004
Posts: 521
Re: JVC GR-D225E support
Quote:
From: Stefan Richter
Date: 2007-06-25 16:26:14
...
Well, firewire_core is an *entirely* new thing. You are using a
2.6.22-rc kernel, right?

There is the old driver stack, consisting of ohci1394, pcilynx (which
you don't need), ieee1394, raw1394, dv1394 (which you need if you want
to use ffmpeg based programs or dvgrab 1.x), video1394 (which you don't
need), sbp2 (which you don't need), eth1394 (which you don't need).

Then there is the brand new driver stack, consisting of firewire-ohci
(replaces ohci1394), firewire-core (replaces ieee1394 + most of raw1394/
video1394/ dv1394), and firewire-sbp2 (replaces sbp2, which you don't
need). BTW, the new drivers are indeed called firewire-ohci,
firewire-core, firewire-sbp2. But whenever the kernel prints their
names, it prints firewire_ohci, firewire_core, firewire_sbp2 --- i.e.
underscores. There is also the nickname "Juju" for the new driver
stack, with varying use of uppercase and lowercase.

Caveats:

1. You can install and even load both the old and the new driver stack,
but only one of them will actually be active. Actually I don't really
know what happens if ohci1394 and firewire-ohci are loaded together.
Better take care that you only ever have either the old or the new
drivers loaded.

2. firewire-core does not implement /all/ features of raw1394 +
video1394 + dv1394 yet; there are still some features missing. But more
importantly, firewire-core is not binary compatible with the old
drivers. That means:

- Programs which use libraw1394 or libdc1394 (latter is for
industrial cameras and webcams, don't bother), need specially
patched and as-yet unreleased versions of these libraries:
libraw1394 from git://people.freedesktop.org/~krh/libraw1394
libdc1394 v2 from SVN,
https://libdc1394.svn.sourceforge.net/svnroot/libdc1394

- Programs which used dv1394 (there is no library on top of
dv1394) or directly accessed the drivers video1394 (without
libdc1394 in between) are out of luck with firewire-core.
firewire-core's character device files work differently from
dv1394's and video1394's character device files.
...
SO: rip out the new stuff wholesale and put in the old stuff, or else hunt around for a new raw1394 and libdc1394 that are compatible with the new stuff.
__________________
Explore the Core!
Reply With Quote
  #5  
Old 2007-11-26, 03:11 PM CST
CrystalCowboy's Avatar
CrystalCowboy Offline
Registered User
 
Join Date: Sep 2004
Posts: 521
I see this problem has been around for a while: Firewire issues in Fedora 7
__________________
Explore the Core!
Reply With Quote
  #6  
Old 2007-11-26, 03:14 PM CST
7.11brown Offline
Registered User
 
Join Date: Aug 2007
Posts: 30
??

How should I go about changing from new to old FW??

I would like to have it working by this weekend--I have a video project due next tuesday
Reply With Quote
  #7  
Old 2007-11-26, 08:17 PM CST
spblaguard Offline
Registered User
 
Join Date: Nov 2007
Posts: 4
I used the atrpms.net RPMs from the first post, but also grabbed libraw1394_8-1.3.0-3_11.fc8.i386.rpm as well. I had to use --nodeps to remove the default fedora RPM, but now my Sony Handycam works (first time since fc6).
Reply With Quote
  #8  
Old 2007-11-27, 06:41 PM CST
bowens44 Offline
Registered User
 
Join Date: Apr 2007
Posts: 89
Quote:
Originally Posted by spblaguard
I used the atrpms.net RPMs from the first post, but also grabbed libraw1394_8-1.3.0-3_11.fc8.i386.rpm as well. I had to use --nodeps to remove the default fedora RPM, but now my Sony Handycam works (first time since fc6).
Thank you for providing me with the missing piece!! Once I removed the default libraw1394 and installed this , everything worked!!

I was about to switch distros, I would have hated that. I really like fedora.
Reply With Quote
  #9  
Old 2007-11-28, 03:54 PM CST
7.11brown Offline
Registered User
 
Join Date: Aug 2007
Posts: 30
still not working

I have installed the various things from atrpms
the libraw1394 386 won't install
and i have the various others.
I am on x86_64

Kino can't load or find raw 1394 or something like that
it is running as root and it does see the camera

Dvgrab as root will start to play on the camera, but it stops in 5 sec
Reply With Quote
  #10  
Old 2007-11-28, 08:02 PM CST
spblaguard Offline
Registered User
 
Join Date: Nov 2007
Posts: 4
Hmmm... try "rpm -e --nodeps libraw1394" then install the atrpms version.
Reply With Quote
  #11  
Old 2007-11-29, 03:44 PM CST
7.11brown Offline
Registered User
 
Join Date: Aug 2007
Posts: 30
no good

Now my camera is not recognized
Kino still complains about the libraw1394 module
dvgrab won't detect camera

both were installed as root
Reply With Quote
  #12  
Old 2007-11-29, 08:32 PM CST
spblaguard Offline
Registered User
 
Join Date: Nov 2007
Posts: 4
If you downloaded the packages manually, double-check to make sure you have the x86_64 versions. On x86 (IA32), I have these packages installed:

# rpm -qa --queryformat="%{NAME}-%{VERSION}-%{RELEASE} %{ARCH} from %{VENDOR}\n" | grep 1394
libavc1394-0.5.3-1.fc6 i386 from Red Hat, Inc.
libdc1394_20-2.0.0-9_rc7.fc8 i386 from ATrpms.net
ieee1394-2.6.23.1-4.fc8 i386 from ATrpms.net
libraw1394_8-1.3.0-3_11.fc8 i386 from ATrpms.net
ieee1394-kmdl-2.6.23.1-49.fc8-2.6.23.1-4.fc8 i686 from ATrpms.net
Reply With Quote
  #13  
Old 2007-11-30, 01:49 PM CST
7.11brown Offline
Registered User
 
Join Date: Aug 2007
Posts: 30
when I do
sudo rpm -qa --queryformat="%{NAME}-%{VERSION}-%{RELEASE} %{ARCH} from %{VENDOR}\n" | grep 1394

here is the result
libdc1394_control12-1.2.2-8.fc8 x86_64 from ATrpms.net
libraw1394_8-1.3.0-3_11.fc8 x86_64 from ATrpms.net
libavc1394-0.5.3-1.fc6 x86_64 from Red Hat, Inc.
ieee1394-kmdl-2.6.23.1-49.fc8-2.6.23.1-4.fc8 x86_64 from ATrpms.net
ieee1394-2.6.23.1-4.fc8 x86_64 from ATrpms.net
libdc1394-1.2.2-8.fc8 x86_64 from ATrpms.net

I am running fedora f8 x86_64 64 bit

kino even as root does not recognize the camera at all
it complains about /dev/raw1394

dvgrab as root does not see a camera
as regular user it can't use raw1394

Am I missing files, programs, configs?????????????
Reply With Quote
  #14  
Old 2007-12-01, 08:28 PM CST
spblaguard Offline
Registered User
 
Join Date: Nov 2007
Posts: 4
Some other packages of possible interest:

libiec61883-1.1.0-1.fc7 i386 from Red Hat, Inc.
libiec61883-utils-1.1.0-1.fc7 i386 from Red Hat, Inc.
kino-1.1.1-1.fc7 i386 from Freshrpms.net

Verify all of the kernel modules are loaded:
dv1394 19032 0
raw1394 24312 0
ohci1394 29872 1 dv1394
ieee1394 75060 3 dv1394,raw1394,ohci1394

Try "mv /root/.kinorc /root/.kinorc.bak" and run kino as root. If that still fails, it may be an issue with support for your camera. You may have seen this thread, too:
http://forum.fedoraforum.org/forum/s...d.php?t=158996

I'm not sure what else to say- the firewire changes have been frustrating.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Install Kino on Fedora 8 - problems with configure... schu777 Software 1 2008-06-22 07:51 PM CDT
Fedora 8 Firewire - atrpms? bowens44 General Support 5 2007-11-15 12:03 AM CST
firewire and kino on fedora 7 (non ezplanetone approach) voodoodoc Software 13 2007-08-17 10:37 AM CDT
Fedora 7 and atrpms danwaineo General Support 10 2007-06-09 08:01 PM CDT
Yum not working? RE: ATrpms for Fedora Core tizwoz General Support 2 2006-08-18 07:06 AM CDT

Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 12:46 PM CST.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo



All trademarks, and forum posts in this site are property of their respective owner(s).

FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
vB Enterprise Translator (vBET 2.3.8) created by NLP-er