Diff for "EthernetOverFirewire"


Differences between revisions 15 and 16
Revision 15 as of 2009-02-07 10:09:37
Size: 1517
Editor: adsl-ull-157-114
Comment: cited /etc/modprobe.d/blacklist
Revision 16 as of 2009-06-23 15:17:27
Size: 1551
Editor: c-68-83-157-246
Comment: replaced "CategoryCleanup" with "Tag/NeedsExpansion"
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<<Include(Tag/NeedsExpansion)>>
## Tag added: Page needs more information
Line 37: Line 40:

----
CategoryCleanup CategoryNetworking

Tag/tag.png

Needs Expansion
This article is incomplete, and needs to be expanded. More info...

How to use Ethernet over Firewire

In the file /etc/modprobe.d/blacklist there are the lines

# causes no end of confusion by creating unexpected network interfaces
blacklist eth1394

Simply add a '#' to comment out the second line

Note: this is a work in progress.

  • You need to compile a kernel including the following (NOT as modules):
    • ieee1394
    • ohci1394
    • eth1394
  • Restart your computer
  • Your firewire ethernet connection should be listed under System-> Administration-> Networking, or you can use ifconfig -a to list your network devices.

Alternative to try

  • Do

    sudo modprobe raw1394
    sudo modprobe ohci1394
    sudo modprobe ieee1394
    sudo modprobe eth1394
  • Your firewire ethernet connection should be listed under System-> Administration-> Networking, or you can use ifconfig -a to list your network devices.

You might need ifconfig eth1 up (or eth2, or another number), before you see the interface with ifconfig.

Using a firewire cable and the above commands, you can have a network between two PCs having both a firewire port.

  • Ethernet over USB - Wikipedia page on connecting Ethernet devices via USB, and USB as an Ethernet network.

EthernetOverFirewire (last edited 2012-10-27 12:42:44 by 82-70-73-254)