LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-05-2008, 05:52 PM   #1
freelancer42
LQ Newbie
 
Registered: Sep 2006
Posts: 17

Rep: Reputation: 0
No raw1394 module anymore?


I recently reinstalled Debian on my laptop, and got a new kernel (2.6.24) in the process. Unfortunately I'm having trouble getting firewire to work. Isn't the raw1394 kernel module available anymore?
 
Old 06-24-2008, 10:00 PM   #2
freelancer42
LQ Newbie
 
Registered: Sep 2006
Posts: 17

Original Poster
Rep: Reputation: 0
*bump* *bump* *bump*
 
Old 08-20-2008, 04:48 AM   #3
Kirmonkey
Member
 
Registered: Jan 2004
Location: UK
Distribution: Debian
Posts: 194

Rep: Reputation: 30
I have the same problem with kernel 2.6.25 on a recent Debian install. The world will be denied my talented video making skills!

I have some time to look into this now and will post if I find a solution.
 
Old 08-20-2008, 06:41 AM   #4
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
No problems here with kubuntu 8.04:
Code:
root@vaio:~# uname -a
Linux vaio 2.6.24-19-generic #1 SMP Fri Jul 11 23:41:49 UTC 2008 i686 GNU/Linux
root@vaio:~# lsmod | grep 1394
ohci1394               33584  0
ieee1394               93752  2 sbp2,ohci1394
root@vaio:~# modprobe raw1394
root@vaio:~# lsmod | grep 1394
raw1394                29144  0
ohci1394               33584  0
ieee1394               93752  3 raw1394,sbp2,ohci1394
root@vaio:~#
 
Old 08-20-2008, 10:13 AM   #5
resetreset
Senior Member
 
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,340

Rep: Reputation: 62
no problems with the thing showing up in modprobe with Dynebolic either. i dont have a camera though, so I cant test the full thing. try Dynebolic, it should be good for you.
 
Old 08-20-2008, 07:30 PM   #6
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
If your kernel doesn't have
/lib/modules/$(uname -r)/kernel/drivers/ieee1394/raw1394.ko
module, then the kernel was built without the module, and you will need to rebuild it.
 
Old 08-21-2008, 02:55 AM   #7
Kirmonkey
Member
 
Registered: Jan 2004
Location: UK
Distribution: Debian
Posts: 194

Rep: Reputation: 30
Having looked into it yesterday is seems that the relevant module isn't part of the standard Debian kernel as it undergoes a transition to a new system. See here:


http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=438336

This bug report is 1 year old but this one:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=449272

Runs until June this year. It makes entertaining reading, there are some very grumpy people out there.

It looks like there are the following choices:

1. Wait until Lenny becomes the stable release
2. Roll your own kernel with ieee1394 support enabled
3. Buy a Mac

Not decided what I want to do yet, I don't think I have the energy to roll my own kernel, the money to buy a mac or the patience to wait.

Will see if there is a workaround.

Regards
 
Old 08-21-2008, 03:09 AM   #8
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
The link you posted has another possible solution:
Quote:
Re: Subject: Firewire Kernel Problems with Fedora 7
From: Ken Solomon <kensol <at> internode.on.net>
Subject: Re: Subject: Firewire Kernel Problems with Fedora 7
Newsgroups: gmane.linux.redhat.fedora.general
Date: 2007-06-10 07:21:28 GMT

On Saturday June 9 2007 10:37:32 pm Manal Helal wrote:
> Hi
>
>
>
> after installing Kino, I am having
> problems capturing files because of this message:
>
>
>
> WARNING: *raw1394 kernel module not loaded or failure to read/write
> *
> /*dev/raw1394*!

To get my camera (JVC GR-DVL510EA) working in F7, I did the
following...

sudo modprobe fw-ohci

Connect the camera.

Change permissions on device file - see below.

Start kino - The camera should be shown and operational now.

I've also changed permission on file "/dev/fwX" (/dev/fw0 on my machine)
to allow non-root access to the firewire device.
I've edited "/etc/security/console.perms.d/50-default.perms" and then I
ran "sudo pam_console_apply" afterwards to achieve this.

--
Ken <Registered Linux User #342812>

--
---
If you download your kernel source and run "make oldconfig", you will recreate a .config file with the same settings as your stock kernel. Then enable "CONFIG_IEEE1394_RAWIO=m" in "make xconfig".

Using "make oldconfig" should make it easier to make a small incremental change to the kernel configuration.
 
Old 08-27-2008, 04:35 PM   #9
Kirmonkey
Member
 
Registered: Jan 2004
Location: UK
Distribution: Debian
Posts: 194

Rep: Reputation: 30
Whilst I have no solution I do have a work round.

Simply run a live distro (in this case Ubuntu) and get the DV onto your hard drive, you can then work on the files in the normal way.

Rough, but ready
 
Old 03-24-2009, 03:26 PM   #10
crazy_chris
LQ Newbie
 
Registered: Mar 2009
Distribution: MEPIS
Posts: 1

Rep: Reputation: 0
Thumbs up Firewire IEEE1394 problem

Quote:
Originally Posted by freelancer42 View Post
I recently reinstalled Debian on my laptop, and got a new kernel (2.6.24) in the process. Unfortunately I'm having trouble getting firewire to work. Isn't the raw1394 kernel module available anymore?

I had the same problem. Firewire worked in Win2k and older Linux distros but not with new 2.6.27-1 kernel.

After much messing about I discovered that it could be fixed by adding acpi=force to the boot options line in /boot/grub/menu.lst

I had already changed the permissions on /dev/raw1394 and added myself to the disk and video groups!

Hope this helps.

(Kino, Mepis 8, Firewire card with Canon XM2 dv camera)
 
Old 12-05-2009, 12:31 AM   #11
zenofronia
Member
 
Registered: Nov 2009
Posts: 33

Rep: Reputation: 0
no raw1394 module? SOLVED

And another: Maybe this was answered but: Trying to load raw1394 to run Kino: In Ubu 9.04: 'sudo MAKEDEV raw1394'. Check /dev dir.
Worked for me after much frustration.

zenofronia








Quote:
Originally Posted by jschiwal View Post
The link you posted has another possible solution:


---
If you download your kernel source and run "make oldconfig", you will recreate a .config file with the same settings as your stock kernel. Then enable "CONFIG_IEEE1394_RAWIO=m" in "make xconfig".

Using "make oldconfig" should make it easier to make a small incremental change to the kernel configuration.

Last edited by zenofronia; 12-05-2009 at 12:32 AM.
 
Old 02-11-2010, 01:10 PM   #12
jlumpkins
LQ Newbie
 
Registered: Jun 2007
Posts: 2

Rep: Reputation: 0
Hi All,
I was having the same problem with Kino in Fedora 12, and found this post most helpful, but, the solution for me was to do the following:

I ran the device manager under System Tools, and discovered that the canon zr850 I had plugged in was showing up under /dev/fw1.

I then created a symlink from /dev/fw1 to /dev/raw1394:
sudo ls -n /dev/fw1 /dev/raw1394

I also had to change the privileges on /dev/fw1:
sudo chmod a+rw /dev/fw1

I was then able to select the camera from the preferences pulldown.

It's all working. I'll problably have to do more to make it work after a reboot. I haven't explored that.

Hope this was helpful to somebody...

Take care.
 
Old 04-15-2010, 04:12 PM   #13
moki
LQ Newbie
 
Registered: Mar 2009
Posts: 16

Rep: Reputation: 0
Question

I have exactly the same problem using Ubuntu 9.10. When I run Kino, I get the message "raw1394 kernel not loaded or failure to read/write /dev/raw1394!". I have not managed to solve this as yet. Anyone have any suggestions please? My camcorder is a Sharp Viewcam Z vl z300. I cannot get KDENLIVE to connect to my camera either.

Thank you in advance
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
raw1394 permissions crxssi Linux - General 4 03-17-2010 04:00 PM
Kernel 2.6.13 doesn't have 2.6.3 module anymore? pr0gm3r Linux - Laptop and Netbook 2 11-01-2005 12:16 PM
Can't boot anymore! modprobe: can't local module block-major-?? gti666 Linux - Software 1 02-19-2005 08:52 AM
what is raw1394 maximurs Linux - Hardware 0 03-19-2004 05:41 PM
help loading raw1394 device module jackstoage Linux - Software 3 03-04-2004 06:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration