Debian Etch - bootolási probléma

Fórumok

Sziasztok,

a következő aprócska problémám van.Feltettem notimra (asus a3hf, atheros wifi kártya) az említett oprendszert.Bootoláskor a következő üzenetnél megáll:

lo: Disabled Privacy Extensions
ath0: no IPv6 routers present
eth1: no IPv6 routers present

Innen csak egy "CTRL+C" -re hajlandó tovább menni.
Mit tegyek , hogy ez ne akadjon meg itt? Köszi a helpet.
S.

Hozzászólások

/etc/network/interfaces fajlt erdemes nezegetned, lehet, hogy az auto kulcsszokat kene megritkitani :-)

Mit ritkítsak rajta?
Ez van most benne:

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
#allow-hotplug eth1
auto eth1
iface eth1 inet dhcp

#iface eth0 inet static
#address 10.1.1.3
#netmask 255.255.255.0
#gateway 10.1.1.1

auto ath0
iface ath0 inet static
wireless-essid sutyee-home
address 10.1.1.3
netmask 255.255.255.0
gateway 10.1.1.1
pre-up wpa_supplicant -i ath0 -D madwifi -c /etc/wpa_supplicant.conf
post-down killall -q wpa_supplicant
wireless-key s:password

Hi!

Nekem is ugyanez a hibám jön elő:

eth0: no IPv6 routers present
Innen csak egy "CTRL+D" -re hajlandó tovább menni.
Mit tegyek, hogy ez ne akadjon meg itt? Köszi a helpet.

Az etc/network/interfaces file-ban ez van:

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp

auto eth0

Debian 4.0 etch, 1 db. hálókártya(UTP)+router, a net+belső háló is megy rendesen.
Matt