Здравствуйте!
Помогите пожалуйста с решением маленькой проблемы:ОС FreeBSD 7.0, сетевушка интегрированная на материнке, Intel.
Нашёл дрова для линукса,
делаю как написано в readme:
"1. Move the base driver tar file to the directory of your choice. For
example, use /home/username/e1000 or /usr/local/src/e1000.
2. Untar/unzip archive:
tar zxf e1000-x.x.x.tar.gz
3. Change to the driver src directory:
cd e1000-x.x.x/src/
4. Compile the driver module:
make install
The binary will be installed as:".....
итд......
Однако у меня выскакивает такой еррор:
[root@ ~/e1000-7.6.15.5/src]#make install
"Makefile", line 42: Missing dependency operator
"Makefile", line 44: Need an operator
"Makefile", line 68: Missing dependency operator
"Makefile", line 70: Need an operator
Error expanding embedded variable.
...
P.S
Поддержка линукс включена: kldstat показывает модуль linux.ko, библиотеки linux_base также установлены...