#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
'Operating System > Linux' 카테고리의 다른 글
리눅스에서 하드디스크 백업 (0) | 2006.04.03 |
---|---|
mysql user,db 등록하는 방법 (0) | 2006.04.01 |
리눅스 기초보안-2 (0) | 2006.04.01 |
인텔 440gx 보드 사용시 레드햇7.1,7.2 설치시.. (1) | 2006.04.01 |
서버 시간 맞추기 (0) | 2006.04.01 |