特殊:Badtitle/NS100:EthernetOverFirewire:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Wikibot留言 | 贡献
无编辑摘要
Wikibot留言 | 贡献
无编辑摘要
第1行: 第1行:
{{From|https://help.ubuntu.com/community/EthernetOverFirewire}}
{{From|https://help.ubuntu.com/community/EthernetOverFirewire}}
{{Languages|UbuntuHelp:EthernetOverFirewire}}
{{Languages|UbuntuHelp:EthernetOverFirewire}}
=== How to use Ethernet over Firewire? ===
=== How to use Ethernet over Firewire ===
'''Note: this is a work in progress'''
'''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):
第19行: 第19行:
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.
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.
Using a firewire cable and the above commands, you can have a network between two PCs having both a firewire port.
=== See also ===
=== External Links ===
*[http://en.wikipedia.org/wiki/Ethernet_over_USB Ethernet Over USB]
*[[http://en.wikipedia.org/wiki/Ethernet over USB|Ethernet over USB]] - Wikipedia page on connecting Ethernet devices via USB, and USB as an Ethernet network.
----
----
[[category:CategoryDocumentation]] [[category:CategoryCleanup]] [[category:CategoryNetworking]]
[[category:CategoryCleanup]] [[category:CategoryNetworking]]


[[category:UbuntuHelp]]
[[category:UbuntuHelp]]

2008年10月19日 (日) 05:09的版本

{{#ifexist: :EthernetOverFirewire/zh | | {{#ifexist: EthernetOverFirewire/zh | | {{#ifeq: {{#titleparts:EthernetOverFirewire|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:EthernetOverFirewire|1|-1|}} | zh | | }}

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.

External Links