Перейти к содержанию

Draivera na SETEVUU PLATU


Рекомендуемые сообщения

To build a binary RPM* package of this driver, run 'rpmbuild -tb

<filename.tar.gz>'. Replace <filename.tar.gz> with the specific filename of

the driver.

NOTE: For the build to work properly, the currently running kernel MUST match

the version and configuration of the installed kernel sources. If you

have just recompiled the kernel reboot the system now.

RPM functionality has only been tested in Red Hat distributions.

1. Move the base driver tar file to the directory of your choice. For example,

use /home/username/atl1 or /usr/local/src/atl1.

2. Untar/unzip archive:

tar zxf atl1-x.x.x.tar.gz

3. Change to the driver src directory:

cd atl1-x.x.x/src/

4. Compile the driver module:

make install

The binary will be installed as:

/lib/modules/<KERNEL VERSION>/kernel/drivers/net/atl1.[k]o

The install locations listed above are the default locations. They might

not be correct for certain Linux distributions. For more information,

see the ldistrib.txt file included in the driver tar.

5. Install the module:

insmod atl1 <parameter>=<value>

6. Assign an IP address to the interface by entering the following, where

x is the interface number:

ifconfig ethx <IP_address>

7. Verify that the interface works. Enter the following, where <IP_address>

is the IP address for another machine on the same subnet as the interface

that is being tested:

ping <IP_address>

Ссылка на комментарий
Поделиться на другие сайты

http://translate.ru

Если бесплатно зарегистрироваться и перевести в контексте программного обеспечения (без регистрации доступен перевод в разговорном контексте), то даже можно понять чего хотят.

В двух словах:

2. Разархивировать

#tar zxf atl1-x.x.x.tar.gz

3. Перейти в src поддиректорию

#cd atl1-x.x.x/src/

4. Выполнить

#make install

5. Загрузить модуль

#insmod atl1 <parameter>=<value>

6. Назначить IP-адрес для интерефейса

#ifconfig ethx <IP_address>

7. Проверить работу

ping <IP_address>

Полезно почитать (есть на русском) в сети

man ifconfig

man tar

man insmod

Ссылка на комментарий
Поделиться на другие сайты

Присоединяйтесь к обсуждению

Вы можете написать сейчас и зарегистрироваться позже. Если у вас есть аккаунт, авторизуйтесь, чтобы опубликовать от имени своего аккаунта.

Гость
Ответить в этой теме...

×   Вставлено с форматированием.   Вставить как обычный текст

  Разрешено использовать не более 75 эмодзи.

×   Ваша ссылка была автоматически встроена.   Отображать как обычную ссылку

×   Ваш предыдущий контент был восстановлен.   Очистить редактор

×   Вы не можете вставлять изображения напрямую. Загружайте или вставляйте изображения по ссылке.

Загрузка...
×
×
  • Создать...