Building Driver From TAR File
=============================
The following are general guidelines for installing the driver. Refer to
DISTRIB.TXT for additional installation notes for various Linux distributions.
1. Create a directory and extract the files:
tar xvzf bcm5700-<version>.tar.gz
2. cd bcm5700-<version>.tar.gz
3. Build the driver bcm5700.o as a loadable module for the running kernel:
cd src
make
4. Test the driver by loading it:
insmod bcm5700.o
or
insmod bcm5700.ko (on 2.6.x kernels)
If loading the driver on Red Hat 3 update 4, 2.1 AS or other newer kernels with the
tg3 driver, refer to the "Removing tg3 Driver" in DISTRIB.TXT before loading
the driver.
5. Install the driver and man page:
make install
See RPM instructions above for the location of the installed driver.
6. To configure network protocol and address, refer to various Linux
documentations.
7. Register new network card to /etc/modules.conf
alias eth0 bcm5700
'IT > 각종컴퓨터팁' 카테고리의 다른 글
[리눅스]FTP 명령어 정리 (0) | 2008.07.25 |
---|---|
[리눅스]FIND 명령어 정리 (0) | 2008.07.25 |
[리눅스]ctrl+alt+delete rebooting 제한하기 (0) | 2008.07.25 |
[리눅스]지정된 시간에 자동으로 리부팅하기 (0) | 2008.07.25 |
[리눅스]리눅스 설정 명령어 모음 (0) | 2008.07.25 |
[리눅스]부팅시 NUMLOCK 자동으로 켜기 (0) | 2008.07.25 |
NET USE 사용법 (0) | 2008.07.25 |
[엑셀]점수에 따른 합격여부 판단 (1) | 2008.07.25 |
엑셀파일의 내용 합친 후 필요없는 행 지우기 (0) | 2008.03.20 |
엑셀파일의 내용 합치기 (0) | 2008.03.19 |