Hola,
mi configuración por red es con cable-modem, tarjeta realtek-8139 y
protocolo DHCP.
Con el kernel 2.2.20 todo funcionaba bien. Ahora he compilado el kernel
2.4.18 con las siguientes opciones:
-------------------------------------
[Networking options]
CONFIG_PACKET=y
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
... el resto = n
[Network device support]
CONFIG_NETDEVICES=y
[Ethernet(10 or 100Mbit)]
CONFIG_NET_PCI=y
CONFIG_8139TOO=m
... el resto = n, el módulo de la tarjeta está instalado correctamente.
--------------------------------------
Ya no puedo conectarme a red. Por probar, hago:
debian:~# dhclient eth0
entonces me suelta:
debian:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:02:44:10:BF:98
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:31765 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:1907244 (1.8 MiB) TX bytes:0 (0.0 b)
Interrupt:11 Base address:0x8000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:184 errors:0 dropped:0 overruns:0 frame:0
TX packets:184 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:12160 (11.8 KiB) TX bytes:12160 (11.8 KiB)
No me da una dirección IP.
Por todo lo dicho estoy más que seguro que me ha faltado alguna opción
en el kernel.
¿Alguien tiene idea de cuál o cuáles?
Gracias de antemano.
Un saludo.
Javi Castelo.