Короче говоря, в /etc/conf.d/net добавил строки:
Код: Выделить всё
config_eth1( "192.168.0.1/24" )
routes_eth1=( "default gw 192.168.1.2" )При команде /etc/init.d/net.eth1 start пишет, что
Код: Выделить всё
net.eth1 |/etc/init.d/../conf.d//net: line 8: syntax error near unexpected token `"192.168.0.1/24"'
net.eth1 |/etc/init.d/../conf.d//net: line 8: `config_eth1( "192.168.0.1/24" )'
net.eth1 | * Bringing up interface eth1
net.eth1 | * ERROR: interface eth1 does not exist
net.eth1 | * Ensure that you have loaded the correct kernel module for your hardware
net.eth1 | * ERROR: net.eth1 failed to startМодуль 8139too загружен.
Что ему не нравится, и что с этим можно сделать?
Да, забыл добавить, lspci про такоё устройство ничего не пишет, хотя оно вставлено. И модуль пришлось вручную загружать, сам не загрузился.