Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
упал eth0 после emerge world...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Russian
View previous topic :: View next topic  
Author Message
d0d63r
n00b
n00b


Joined: 29 Jan 2006
Posts: 6

PostPosted: Sun Feb 19, 2006 11:36 am    Post subject: упал eth0 после emerge world... Reply with quote

Проблема такова: обновил мир, ребутнулся, и вылезло при загрузке следующее

* Caching service dependencies ... [ ok ]
* Starting eth0
* adsl does not support the required function provides
* apipa does not support the required function check_installed
* arping does not support the required function provides
* bonding does not support the required function provides
* bridge does not support the required function provides
* dhclient does not support the required function provides
* dhcpcd does not support the required function provides
* essidnet does not support the required function check_installed
* ifconfig does not support the required function provides
* ifplugd does not support the required function provides
* ipppd does not support the required function provides
* iproute2 does not support the required function provides
* iptunnel does not support the required function check_installed
* iwconfig does not support the required function provides
* macchanger does not support the required function check_installed
* macnet does not support the required function check_installed
* netplugd does not support the required function provides
* pppd does not support the required function provides
* pump does not support the required function provides
* rename does not support the required function check_installed
* system does not support the required function check_installed
* tuntap does not support the required function provides
* udhcpc does not support the required function provides
* vlan does not support the required function provides
* wpa_supplicant does not support the required function provides
* no interface module has been loaded

может кто-нить знает что делать?
Back to top
View user's profile Send private message
GreenDragon
Guru
Guru


Joined: 31 Jul 2003
Posts: 319

PostPosted: Sun Feb 19, 2006 12:36 pm    Post subject: Re: упал eth0 после emerge world... Reply with quote

d0d63r wrote:
Проблема такова: обновил мир, ребутнулся, и вылезло при загрузке следующее

* Caching service dependencies ... [ ok ]
* Starting eth0
* adsl does not support the required function provides
* apipa does not support the required function check_installed
* arping does not support the required function provides
* bonding does not support the required function provides
* bridge does not support the required function provides
* dhclient does not support the required function provides
* dhcpcd does not support the required function provides
* essidnet does not support the required function check_installed
* ifconfig does not support the required function provides
* ifplugd does not support the required function provides
* ipppd does not support the required function provides
* iproute2 does not support the required function provides
* iptunnel does not support the required function check_installed
* iwconfig does not support the required function provides
* macchanger does not support the required function check_installed
* macnet does not support the required function check_installed
* netplugd does not support the required function provides
* pppd does not support the required function provides
* pump does not support the required function provides
* rename does not support the required function check_installed
* system does not support the required function check_installed
* tuntap does not support the required function provides
* udhcpc does not support the required function provides
* vlan does not support the required function provides
* wpa_supplicant does not support the required function provides
* no interface module has been loaded

может кто-нить знает что делать?

Code:
#etc-update

и смотрим что изменилось в файле /etc/conf.d/net
прописываем свои настройки.
Возможно Вы уже сделали etc-update но не обратили внимание на то, что net изменился.
Сказав "1" или "5" Вы тем самым заменили файл со своими настройками на файл по-умолчанию.
Back to top
View user's profile Send private message
d0d63r
n00b
n00b


Joined: 29 Jan 2006
Posts: 6

PostPosted: Sun Feb 19, 2006 1:14 pm    Post subject: Reply with quote

etc-update я сделал, но в /etc/conf.d/net ничего не изменилось
Back to top
View user's profile Send private message
afrit
n00b
n00b


Joined: 09 Mar 2005
Posts: 22

PostPosted: Wed Feb 22, 2006 2:04 pm    Post subject: Reply with quote

если используешь ~x86, то начиная с baselayout-что-то-там формат /etc/conf.d/net изменился
и выглядит, в простом случае, примерно так:
Code:
hotplug_eth0="yes"

config_eth0=( "X.X.X.X netmask X.X.X.X" )

routes_eth0=( "default via X.X.X.X" )
Back to top
View user's profile Send private message
d0d63r
n00b
n00b


Joined: 29 Jan 2006
Posts: 6

PostPosted: Thu Feb 23, 2006 10:26 am    Post subject: Reply with quote

у меня /etc/conf.d/net сейчас выглядит вот так

config_eth0=( "dhcp" )
dhcp_eth0="nodns nontp nonis"

получается должно выглядеть вот так

hotplug_eth0="yes"
config_eth0=( "dhcp" )
dhcp_eth0="nodns nontp nonis"

?
Back to top
View user's profile Send private message
afrit
n00b
n00b


Joined: 09 Mar 2005
Posts: 22

PostPosted: Thu Feb 23, 2006 6:02 pm    Post subject: Reply with quote

на всякий случай укажи явно
Quote:
# DHCP can be provided by dhcpcd, dhclient, udhcpc or pump
# dhcpcd: emerge net-misc/dhcpcd
# dhclient: emerge net-misc/dhcp
# udhcpc: emerge net-misc/udhcp
# pump: emerge net-misc/pump
# If you have more than one DHCP client installed, you need to specify which
# one to use - otherwise we default to dhcpcd if available
#modules=( "udhcpc" ) # to select udhcpc over dhcpcd


и по поводу опций, есть?
Quote:
# To set options for dhclient, you need to have an /etc/dhclient.conf file
# See the dhclient man page for details
Back to top
View user's profile Send private message
d0d63r
n00b
n00b


Joined: 29 Jan 2006
Posts: 6

PostPosted: Thu Feb 23, 2006 9:25 pm    Post subject: Reply with quote

пасиба большое за помощь, хватило

hotplug_eth0="yes"
config_eth0=( "dhcp" )
dhcp_eth0="nodns nontp nonis"

в /etc/conf.d/net
Back to top
View user's profile Send private message
GreenDragon
Guru
Guru


Joined: 31 Jul 2003
Posts: 319

PostPosted: Sat Feb 25, 2006 9:41 am    Post subject: Reply with quote

d0d63r wrote:
пасиба большое за помощь, хватило

hotplug_eth0="yes"
config_eth0=( "dhcp" )
dhcp_eth0="nodns nontp nonis"

в /etc/conf.d/net

А что, модули для eth-а в /etc/modules.autoload.d/kernel-2.x явно не указаны, что hotplug потребовался?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Russian All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum