Il giorno 23 gennaio 2010 00.00, Rodolfo Medina <[email protected]>ha scritto:
> Piergiuseppe Tundo <[email protected]> writes: > > > # ifconfig > > eth0 Link encap:UNSPEC HWaddr > 00-03-0D-53-25-5C-86-16-00-00-00-00-00-00-00-00 > > > Quell'UNSPEC è quantomeno sospetto... posta l'output di "dmesg!grep -i eth" > su > questo host... probabilmente il nome dell'interfaccia al quale hai > collegato fisicamente il cavo non è eth0. > > $ dmesg | grep -i eth > eth0: SiS 900 PCI Fast Ethernet at 0xd800, IRQ 201, 00:03:0d:33:02:17. > eth1394: eth0: IEEE-1394 IPv4 over 1394 Ethernet (fw-host0) > eth1: Media Link On 100mbps full-duplex > eth1: no IPv6 routers present > eth1: Media Link On 100mbps full-duplex > eth1: no IPv6 routers present > eth1: Media Link On 100mbps full-duplex > eth1: no IPv6 routers present > eth1: Media Link Off > eth1: Media Link On 100mbps full-duplex > eth1: Media Link Off > eth1: Media Link On 100mbps full-duplex > eth1: Media Link On 100mbps full-duplex > eth1: no IPv6 routers present > eth1: Media Link Off > eth1: Media Link On 100mbps full-duplex > > > Sì, credo proprio tu abbia ragione, e infatti avevo provveduto a dare > `ifdown > eth0', quindi a cambiare eth0 con eth1 nel file /etc/network/interfaces e > poi a > dare ` /etc/init.d/networking start'. > > Da quanto sopra è evidente che la sorgente di confusione è la porta firewire. Una possibile soluzione consiste nell'impedire il caricamento del modulo eth1394: r...@host# echo blacklist eth1394 >>/etc/modprode.d/blacklist Dopo il riavvio dovresti avere un'unica interfaccia di rete (eth0). Ciao. .. Peppe

