Description of problem: I just tried to set up ieee1394 to download dv from my camera and :- [root@localhost baz]# modprobe raw1394 FATAL: Module raw1394 not found. [root@localhost baz]# ls -l /lib/modules/$(uname -r)/kernel/drivers/ieee1394 ls: cannot access /lib/modules/2.6.38.2-desktop-4.mga/kernel/drivers/ieee1394: No such file or directory What happened? In Mandriva I have:- [root@localhost baz]# ls -l /media/2010_1_64_root/lib/modules/2.6.36.2-desktop-2mnb/kernel/drivers/ieee1394/ total 156 -rw-r--r-- 1 root root 12836 Dec 22 16:53 dv1394.ko.gz -rw-r--r-- 1 root root 11123 Dec 22 16:53 eth1394.ko.gz -rw-r--r-- 1 root root 48867 Dec 22 16:53 ieee1394.ko.gz -rw-r--r-- 1 root root 19673 Dec 22 16:53 ohci1394.ko.gz -rw-r--r-- 1 root root 11317 Dec 22 16:53 pcilynx.ko.gz -rw-r--r-- 1 root root 17131 Dec 22 16:53 raw1394.ko.gz -rw-r--r-- 1 root root 14198 Dec 22 16:53 sbp2.ko.gz -rw-r--r-- 1 root root 10887 Dec 22 16:53 video1394.ko.gz Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Reproducible: Steps to Reproduce:
Old ieee1394 stack was removed upstream in 2.6.37 The new stack is in kernel/drivers/firewire, and in your case loading the firewire-core module should be enough See: https://ieee1394.wiki.kernel.org/index.php/Release_Notes#Linux_2.6.37
CC: (none) => tmbSeverity: major => normal
should we add this in release notes ?
CC: (none) => ennael1
I think it would be useful info yes. I will also look into adding module aliases to make upgrade less painful...
(In reply to comment #1) Thanks - working OK now. :-)
closing then
Status: NEW => RESOLVEDResolution: (none) => FIXED