个人工具

“UbuntuHelp:EthernetOverFirewire”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第3行: 第3行:
 
=== How to use Ethernet over Firewire? ===
 
=== How to use Ethernet over Firewire? ===
  
<code><nowiki> Note: this is a work in progress </nowiki></code>
+
'''Note: this is a work in progress'''
  
 
* You need to compile a kernel including the following (NOT as modules):
 
* You need to compile a kernel including the following (NOT as modules):
第9行: 第9行:
 
** ohci1394
 
** ohci1394
 
** eth1394
 
** eth1394
* Restart your comuter
+
* Restart your computer
* Your firewire ethernet connection should be listed under System-> Administration-> Networking, or you can use ifconfig to list your network devices.
+
* Your firewire ethernet connection should be listed under System-> Administration-> Networking, or you can use <code><nowiki>ifconfig -a</nowiki></code> to list your network devices.
 +
 
 +
 
 +
Alternative to try
 +
 
 +
* Do
 +
<pre><nowiki>
 +
sudo modprobe raw1394
 +
sudo modprobe ohci1394
 +
sudo modprobe ieee1394
 +
sudo modprobe eth1394
 +
</nowiki></pre>
 +
* Your firewire ethernet connection should be listed under System-> Administration-> Networking, or you can use <code><nowiki>ifconfig -a</nowiki></code> to list your network devices.
 +
 
 +
You might need <code><nowiki>ifconfig eth1 up</nowiki></code> (or <code><nowiki>eth2</nowiki></code>, 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.
  
 
----
 
----

2007年11月22日 (四) 12:32的版本

How to use Ethernet over Firewire?

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.