LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Kernel 2.4.22 finds eth0 and eth1 but 2.6.0 does not find eth1 (https://www.linuxquestions.org/questions/linux-networking-3/kernel-2-4-22-finds-eth0-and-eth1-but-2-6-0-does-not-find-eth1-134230/)

coollink 01-13-2004 12:47 AM

Kernel 2.4.22 finds eth0 and eth1 but 2.6.0 does not find eth1
 
Hello,

I got this sticky problem, that after surfing these forums for a few days have come up dry, so i come to the community for help:)

Alright, Under the 2.4.22 Kernel i do a ifconfig -a and it tells me there is an eth0 and an eth1 , however, under the new 2.6.0 kernel which i compiled it does not show eth1, wich is the ethernet port when i have my Dell Inspiron 5000 pluged into the port replicator.
I am pretty much new to Linux, but eger to learn so Thanks in advance for any help:)


Thanks,

Coollink

rberry88 01-13-2004 07:49 AM

Go back into menuconfig and make sure you enable support for both nic's into the kernel. What does 'ifconfig -a' show, if it shows both devices then you may just need to add them to your /etc/rc.conf file.

rberry88

coollink 01-13-2004 07:29 PM

ifconfig output
 
Kernel 2.4.22 ifconfig -a
++++++++++++++++++++++++++++++++++++++++++++++++

root@coollink:~# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:0C:CE:E5:5C:20
BROADCAST NOTRAILERS MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:7 dropped:0 overruns:0 carrier:7
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:4624 (4.5 Kb)
Interrupt:3 Base address:0x100

eth1 Link encap:Ethernet HWaddr 00:20:E0:62:4C:EC
inet addr:192.168.1.101 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:48 errors:0 dropped:0 overruns:0 frame:0
TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:6470 (6.3 Kb) TX bytes:1030 (1.0 Kb)
Interrupt:11 Base address:0xe000

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:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

wifi0 Link encap:UNSPEC HWaddr 00-0C-CE-E5-5C-20-00-00-00-00-00-00-00-00-00-00
BROADCAST MULTICAST MTU:2312 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:7 dropped:0 overruns:0 carrier:7
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:4624 (4.5 Kb)
Interrupt:3 Base address:0x100



++++++++++++++++++++++++++++++++++++++++++++++++





Kernel 2.6.0 ifconfig -a
----------------------------------------------------------------------
root@coollink:~# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:0C:CE:E5:5C:20
BROADCAST NOTRAILERS MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:7 dropped:0 overruns:0 carrier:7
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:4248 (4.1 Kb)
Interrupt:3 Base address:0x100

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:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

sit0 Link encap:UNSPEC HWaddr 00-00-00-00-31-00-00-00-00-00-00-00-00-00-00-00
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

wifi0 Link encap:UNSPEC HWaddr 00-0C-CE-E5-5C-20-00-00-00-00-00-00-00-00-00-00
BROADCAST MULTICAST MTU:2312 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:7 dropped:0 overruns:0 carrier:7
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:4248 (4.1 Kb)
Interrupt:3 Base address:0x100
-----------------------------------------------------------------------

The Kernel 2.4.22 works just fine...but the 2.6 does not however. One thing i noticed today during the 2.6 boot is says something about Intel PCIC module not found...but im not sure if that is the exact clause. Is there any way i can get a dump of the boot up to post that here?

coollink 01-13-2004 07:32 PM

Another thing to note is that the only way i have an ethernet card is threw my port replicator. the laptop itself does not have one. I dont know if this is of any importance but i just thought i'd post it. Also, the card under windows is intel 8255x Based PCI


All times are GMT -5. The time now is 10:08 AM.