[ubuntu-it] upgrade a Dapper: identifica eth0 ma non la inizializza

Carlo Griggio carlo.griggio a gmail.com
Gio 16 Mar 2006 23:16:42 GMT


ciao a tutti!
spero di aver scritto giusto l'oggetto, in ogni caso questo e' il mio
problema: aggiorno breezy a dapper, tutto "ok"; devo sostituire la
scheda di rete (pci) e quando avvio non attiva la connessione di rete,
sembra non rilevi la nuova periferica; rimetto la vecchia e idem non va
(ora e' installata la vecchia).
in "Sistema/Amministrazione/Rete" compare solo ppp e neppure il bottone
"Add", per cui non so come aggiungere eth0 (non ho neppure sulla breezy
che sto usando ora il bottone "Add"... mah?!).

eseguo lspci:
[...]
0000:00:09.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8139/8139C/8139C+ (rev 10)
[...]


eseguo /etc/init.d/networking start

carlo a laura:~$ sudo /etc/init.d/networking start
SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
eth0: ERROR while getting interface flags: No such device
carlo a laura:~$


controllo /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
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
auto eth0
# The primary network interface
iface eth0 inet static
address 192.168.1.3
netmask 255.255.255.0
gateway 192.168.1.99
iface dsl-provider inet ppp
provider dsl-provider


eseguo ifconfig:
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:1467 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1467 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:137192 (133.9 KiB)  TX bytes:137192 (133.9 KiB)


non so cosa combinare... un aiutino?! gentilissimi!!!
buona notte
c.



More information about the ubuntu-it mailing list