I don't use eth1394 module.
Brought to you by:
aeb,
bencollins
hi!
I will use eth1394 on kernel-2.6.6(Fedora Core 2).
but I don't use eth1394 module.
first, I loaded ieee1394 & ohci1394 modules.
$modprobe ieee1394
$modprobe ohci1394
second, I loaded eth1394 module.
$modprobe eth1394
but eth1394 is not loaded...there is no error in dmesg.
so, I loaded module using insmod.
$insmod /lib/modules/..../ieee1394/eth1394.ko
eth1394 is loaded.
next,
$ifup eth1 eth1394
=>SIOCSIFFLAGS : resource temporarily unavailable.
it isn't active.
1394b card is normalcy.
it correctly work in kernel-2.4.18.
how can I solve this problem?
answer me please.