LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   firewire ip (https://www.linuxquestions.org/questions/fedora-35/firewire-ip-573676/)

hohum 07-31-2007 09:51 AM

firewire ip
 
I'm running fc7 with an fc6 kernel (see my first post, booting raid 1)

lspci reveals my usb2/1394 card:

00:0e.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 63)
00:0e.3 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 46)

But ifconfig does not reveal any ieee 1394 devices.

Reading forums I see that I can modprobe eth1394. It doesn't complain, but neither does it do anything. Not even a hint in dmesg

How can I set up ip networking using firewire? I was unable to find any good reading out there.

michaelk 07-31-2007 11:49 AM

I've never tried networking via firewire but check to see if these modules are loading.
ieee1394
ohci1394
raw1394

hohum 07-31-2007 06:56 PM

attempt
 
[root@srv1 ~]# lsmod | grep 1394
ohci1394 37489 0
ieee1394 294681 1 ohci1394
[root@srv1 ~]# modprobe raw1394
[root@srv1 ~]# lsmod | grep 1394
raw1394 30789 0
ohci1394 37489 0
ieee1394 294681 2 raw1394,ohci1394
[root@srv1 ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:D0:B7:72:AB:22
inet addr:192.168.199.3 Bcast:192.168.199.255 Mask:255.255.255.0
inet6 addr: fe80::2d0:b7ff:fe72:ab22/64 Scope:Link
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:22253 errors:0 dropped:0 overruns:0 frame:0
TX packets:23042 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:10259559 (9.7 MiB) TX bytes:2429770 (2.3 MiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:6601 errors:0 dropped:0 overruns:0 frame:0
TX packets:6601 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:927887 (906.1 KiB) TX bytes:927887 (906.1 KiB)

[root@srv1 ~]# modprobe eth1394
[root@srv1 ~]# lsmod | grep 1394
raw1394 30789 0
ohci1394 37489 0
ieee1394 294681 2 raw1394,ohci1394


No luck

hohum 07-31-2007 06:58 PM

I wish I could find a really good walk-thru on it.

michaelk 08-01-2007 07:10 AM

Check the output of the dmesg command to see if there are any messages pertaining to eth1394 like:
eth1394: eth2: IEEE-1394 IPv4 over 1394 Ethernet (fw-host0)

hohum 08-01-2007 10:37 AM

dmesg | grep 1394 yields nothing. According to what I can find, Fedora 7 has a new firewire stack and eth1394 is not implemented yet.

Bummer. There's a number of hours of my life I won't get back again :)

subvertigo 02-21-2010 05:27 PM

Good news for this old thread!
 
Kernel 2.6.31-rc1 and higher (such as what comes with Fedora 12) have the firewire-net module, which on loading adds the network interface device firewire0. According to the kernel.org wiki, IPv6 and stability are on the todo list.


All times are GMT -5. The time now is 03:58 PM.