mam nastepujacy problem: jakis czas temu laptop byl w serwisie i wymienili min plyte glowna. Po powrocie z serwisu nie dzialal mi internet (dhcp). Troche pogrzebalem i sie okazalo ze plik /etc/network/interfaces mial postac:
# 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 eth1
iface eth1 inet dhcp
# 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
auto eth1
iface eth1 inet dhcp
i po wpisaniu jako root w konsole dhclient internet wstaje...tylko ze jest taki problem ze teraz musze po kazdym wlaczeniu kompa logowac sie jako root i wpisywac dhclient
jak zrobic zeby siec wstawala automatycznie?