Zdravim,
mám taký drobný problém, nejde mi internet cez ethernet, ale len cez wifi, z ničoho nič to prestalo ísť. Keď kábel zasuniem do notebooku tak konektor začne svietiť ale nepridelí mi IP adresu:
ked pouzijem prikaz
ifconfig
tak mi ukaze vsetky rozhrania okrem eht0
skúšal som aj nastavenie manualne
ifconfig eth0 192.168.1.20/24
a tiež nepomohlo, niekedy som používal
/etc/init.d/networking restart
ale teraz mi vypisuje ze je to zastarale a takisto nepomoze
root@debian:/home/erino72# /etc/init.d/networking restart
Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces ... (warning).
Reconfiguring network interfaces...done.
a toto mám napisané v /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
Vie niekto pomoct?