Xnote LW20 / LW25를 사고 옆을 보니 눈에 띄는 1394 커넥터
오호라~ 예전에 질렀던(펜4 2기가 시절에 -_-) 1394 케이블을 다시 쓸날이 왔구나! 싶은데
아무튼 이녀석 링크를 하면 400Mbps로 뜨고,
예전 구형 시스템에서도 더욱 낮은 cpu 점유율과 더욱 빠른 전송속도를 보여주었던 기억이 난다.
리눅스쪽 설정
일단 eth1394의 경우에는 blacklist 처리가 되어 있어 풀어줘야 하고
ifup 스크립트 쪽에도 올려놔야 자동으로 올라올듯 하다.
[링크 : https://help.ubuntu.com/community/EthernetOverFirewire]
[링크 : http://stream-recorder.com/forum/connecting-two-ubuntu-9-10-computers-over-t5347.html]
[링크 : http://www.ubuntu.or.kr/viewtopic.php?f=21&t=19072]
윈도우쪽 설정
TCP/IP에 대충 때려주고는 작업관리자에서 확인하면 400Mbps로 속도가 뜬다.
[링크 : http://dvvb-textcube.blogspot.com/2008/10/ubuntu-ieee1394firewire-networking.html]
오호라~ 예전에 질렀던(펜4 2기가 시절에 -_-) 1394 케이블을 다시 쓸날이 왔구나! 싶은데
아무튼 이녀석 링크를 하면 400Mbps로 뜨고,
예전 구형 시스템에서도 더욱 낮은 cpu 점유율과 더욱 빠른 전송속도를 보여주었던 기억이 난다.
리눅스쪽 설정
$ lspci
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8036 PCI-E Fast Ethernet Controller (rev 12)
06:00.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Controller
$ sudo modprobe eth1394
$ lsmod | grep 1394
eth1394 13318 0
ohci1394 26950 0
ieee1394 81181 2 eth1394,ohci1394
$ dmesg | grep 1394
[ 0.281394] ACPI: Battery Slot [CMB0] (battery present)
[ 2.498798] ohci1394 0000:06:00.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 2.552066] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[16] MMIO=[bc006000-bc0067ff] Max Packet=[2048] IR/IT contexts=[4/8]
[ 3.824202] ieee1394: Host added: ID:BUS[0-00:1023] GUID[5822274000e09104]
[ 3.824759] ieee1394: Node added: ID:BUS[0-01:1023] GUID[6c01156100e09104]
[ 218.325001] eth1394: eth2: IPv4 over IEEE 1394 (fw-host0)
[ 219.606023] ieee1394: Node changed: 0-01:1023 -> 0-00:1023
[ 219.606157] ieee1394: Node changed: 0-00:1023 -> 0-01:1023
$ ifconfig
eth2 Link encap:UNSPEC HWaddr 58-22-27-40-00-E0-91-04-00-00-00-00-00-00-00-00
inet addr:192.168.10.2 Bcast:192.168.10.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:502 errors:0 dropped:0 overruns:0 frame:0
TX packets:384 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:34881 (34.8 KB) TX bytes:36850 (36.8 KB)
$ vi /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth2
iface eth2 inet static
address 192.168.10.2
netmask 255.255.255.0
$ vi /etc/modprobe.d/blacklist.conf
# causes no end of confusion by creating unexpected network interfaces
#blacklist eth1394
|
ifup 스크립트 쪽에도 올려놔야 자동으로 올라올듯 하다.
[링크 : https://help.ubuntu.com/community/EthernetOverFirewire]
[링크 : http://stream-recorder.com/forum/connecting-two-ubuntu-9-10-computers-over-t5347.html]
[링크 : http://www.ubuntu.or.kr/viewtopic.php?f=21&t=19072]
윈도우쪽 설정
TCP/IP에 대충 때려주고는 작업관리자에서 확인하면 400Mbps로 속도가 뜬다.
[링크 : http://dvvb-textcube.blogspot.com/2008/10/ubuntu-ieee1394firewire-networking.html]
'하드웨어 > Network 장비' 카테고리의 다른 글
RTSP 포워딩 특성 - Anygate / Iptime (0) | 2011.11.14 |
---|---|
가상 랜카드는 MAC 어드레스 변경 불가? (0) | 2011.11.06 |
WEP / WPA 별 자릿수 (0) | 2011.10.17 |
SATA / SAS 그리고 infiniband(인피니밴드) (0) | 2011.09.08 |
정적 링크 통합 / 동적 링크 통합 (0) | 2011.08.09 |