I just install Slackware 10.2 with the stock kernel 2.4.31 and the DHCP not working under my Linksys NIC. The NIC is connected to a router using DHCP but the router is not the problem since I'm using another computer using the router. The NIC card has been working under Ubuntu & Damn Small Linux.
Code:
lspci (cut short because I can't copy and paste):
00:0e.0 Ethernet contoller: Linksys NC100 Network Fast Ethernet 10/100 (rev 11)
Code:
lsmod:
soundcore
usb-ohci
usbcore
tulip
crc32
ide-scsi
agpgart
Code:
ifconfig -a:
eth0 Link encop:Ethernet HWADDR 00:04:5A:5D:6F:56
BROADCAST NOTRAILERS MULTICAST
MTU: 1500 Metric: 1
RXpackets: 0 errors: 0 dropped: 0 overruns: 0 frame: 0
TXpackets: 0 errors: 0 dropped: 0 overruns: 0 carriers: 0
collisions: 0 txqueuelen: 1000
RX bytes: 0 (0.0 b) TX bytes: 0 (0.0 b)
lo encap: Local Loopback
inet addr: 127.0.0.1 Mask: 255.0.0.0
UP LOOPBACK RUNNING MTU: 14436 Metric: 1
RXpackets: 150 errors: 0 dropped: 0 overruns: 0 frame: 0
TXpackets: 150 errors: 0 dropped: 0 overruns: 0 carriers: 0
collisions: 0 txqueuelen: 0
RX bytes: 11700 (11.4 kb) TX bytes: 11700 (11.4 kb)
Thank you very much.