特殊:Badtitle/NS100:EthernetOverFirewire

来自Ubuntu中文
Wikibot留言 | 贡献2007年11月30日 (五) 17: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.