본문 바로가기

IT/각종컴퓨터팁

[리눅스]네트워크 카드 인식 방법

728x90
반응형

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


728x90
반응형