Operating System/Linux
랜카드 수동셋팅
엔시스
2006. 4. 1. 10:28
반응형
#lsmod 하시면 랜카드모듈이 나옵니다
랜카드 2개일때:
#modprobe nic_module_name speed_duplex=4,4 (for two cards)
랜카드 1개일때:
#modprobe nic_module_name speed_duplex=0 (forsingle card)
참고
nic_module_name : lsmod에서 나온 랜카드모듈이름
speed_duplex=0 : 여기서 숫자는 아래나온설명처럼 0-4를 넣
으면 한가지로 셋팅하시면 됨다
0 indicates autodetection for both speed and duplex mode
1 indicates a speed of 10Mbps and a duplex mode of half
2 indicates a speed of 10Mbps and a duplex mode of full
3 indicates a speed of 100Mbps and a duplex mode of half
4 indicates a speed of 100Mbps and a duplex mode of full
그외 자주 조절하는 랜카드 옵션들.
TxDescriptors
RxDescriptors
XsumRX
랜카드 2개일때:
#modprobe nic_module_name speed_duplex=4,4 (for two cards)
랜카드 1개일때:
#modprobe nic_module_name speed_duplex=0 (forsingle card)
참고
nic_module_name : lsmod에서 나온 랜카드모듈이름
speed_duplex=0 : 여기서 숫자는 아래나온설명처럼 0-4를 넣
으면 한가지로 셋팅하시면 됨다
0 indicates autodetection for both speed and duplex mode
1 indicates a speed of 10Mbps and a duplex mode of half
2 indicates a speed of 10Mbps and a duplex mode of full
3 indicates a speed of 100Mbps and a duplex mode of half
4 indicates a speed of 100Mbps and a duplex mode of full
그외 자주 조절하는 랜카드 옵션들.
TxDescriptors
RxDescriptors
XsumRX
반응형