(usando Ubuntu 10.04 LTS en una netbook antes de cualquier actualización) La conexión inalámbrica funciona bien, la conexión por cable se probó usando una computadora con Windows.
La elección de auto eth0 desde el administrador de energía falla.
Usando el administrador de red Wicd - presionando conectarse a la red cableada - 'conectando' Red cableada: obteniendo la dirección IP... - Error de conexión: no se puede obtener la dirección IP
alex@alex-laptop:~$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:24:54:df:22:d5
inet6 addr: fe80::224:54ff:fedf:22d5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:8558 errors:0 dropped:0 overruns:0 frame:0
TX packets:48 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:526280 (526.2 KB) TX bytes:9564 (9.5 KB)
Interrupt:18
probando dhclient en eth0
alex@alex-laptop:~$ sudo dhclient eth0
[sudo] password for alex:
Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/eth0/00:24:54:df:22:d5
Sending on LPF/eth0/00:24:54:df:22:d5
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 18
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
ejecutando dmesg
alex@alex-laptop:~$ dmesg | grep eth0
[ 1.092888] sky2 eth0: addr 00:24:54:df:22:d5
[ 13.521498] sky2 eth0: enabling interface
[ 13.522027] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 15.036628] sky2 eth0: Link is up at 100 Mbps, full duplex, flow control rx
[ 15.099270] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 21.505203] sky2 eth0: disabling interface
[ 21.516896] sky2 eth0: enabling interface
[ 21.517394] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 21.544054] sky2 eth0: disabling interface
[ 21.573775] sky2 eth0: enabling interface
[ 21.574326] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 23.085959] sky2 eth0: Link is up at 100 Mbps, full duplex, flow control rx
[ 23.086287] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 33.488031] eth0: no IPv6 routers present
[ 98.269052] sky2 eth0: disabling interface
[ 98.289665] sky2 eth0: enabling interface
[ 98.290176] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 99.795289] sky2 eth0: Link is up at 100 Mbps, full duplex, flow control rx
[ 99.795826] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 110.272732] eth0: no IPv6 routers present
[ 133.463522] sky2 eth0: Link is down.
[ 7748.854103] sky2 eth0: Link is up at 100 Mbps, full duplex, flow control rx
ejecutando ifup
alex@alex-laptop:~$ sudo ifup eth0
[sudo] password for alex:
Ignoring unknown interface eth0=eth0.
ejecutando lspci
alex@alex-laptop:~$ lspci | grep -i ethernet
09:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller
alex@alex-laptop:~$ lshw -c Network | driver
WARNING: you should run this program as super-user.
No command 'driver' found, did you mean:
Command 'drivel' from package 'drivel' (universe)
driver: command not found
alex@alex-laptop:~$ lshw -c Network | grep driver
WARNING: you should run this program as super-user.
configuration: broadcast=yes driver=wl0 driverversion=5.60.48.36 latency=0 multicast=yes wireless=IEEE 802.11
configuration: broadcast=yes driver=sky2 driverversion=1.25 firmware=N/A latency=0 multicast=yes
ruta corriendo
alex@alex-laptop:/etc$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
link-local * 255.255.0.0 U 0 0 0 pan0
link-local * 255.255.0.0 U 0 0 0 eth1
He visto consejos para editar el /etc/dhcp3/dhclient.conf
archivo poniendo un # delante de rfc3442 y guardarlo y reiniciarlo, pero esto no funcionó.
Luego intenté agregar a/etc/network/interfaces
auto eth0 iface eth0 inet dhcp. Originalmente el archivo de interfaces era:
auto lo
iface lo inet loopback
que edité para que fuera:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
y luego eliminar el administrador de red desde el inicio, y después de reiniciar esto tampoco ayudó. ¿Alguna idea de por qué la conexión por cable todavía no funciona?
Respuesta1
Su primer bloque indica que no hay ningún servidor DHCP en su red local. Cuando dijiste que la interfaz de red se probó en Windows, ¿estaba en esta red? Si así fuera, simplemente copie la configuración. Si no fue así, llame a su ISP para obtener información de conexión. Es posible que se requiera algo de magia PPPoE o incluso proporcionar su dirección MAC para que puedan habilitarlo para obtener una configuración DHCP.