LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 01-13-2004, 12:47 AM   #1
coollink
LQ Newbie
 
Registered: Jan 2004
Distribution: Slackware
Posts: 4

Rep: Reputation: 0
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
 
Old 01-13-2004, 07:49 AM   #2
rberry88
Member
 
Registered: Aug 2003
Location: Arlington Heights, IL USA
Distribution: Fedora Core 1 & WinXP Pro & Gentoo 1.4 & Arch Linux
Posts: 558

Rep: Reputation: 30
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
 
Old 01-13-2004, 07:29 PM   #3
coollink
LQ Newbie
 
Registered: Jan 2004
Distribution: Slackware
Posts: 4

Original Poster
Rep: Reputation: 0
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?
 
Old 01-13-2004, 07:32 PM   #4
coollink
LQ Newbie
 
Registered: Jan 2004
Distribution: Slackware
Posts: 4

Original Poster
Rep: Reputation: 0
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
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cannot activate eth1 using ifup or using ifcfg-eth1 akay Linux - Hardware 10 12-16-2010 05:10 AM
Wireless network on eth1 diabled Ethernet eth0 and eth0 never comes back tadatoshi Linux - Wireless Networking 4 09-23-2004 05:57 PM
Firewall WAN eth0 LAN eth1 self-bridges, eth0 does all routeing. Nichole_knc Linux - Networking 5 07-29-2004 02:33 PM
eth1 added, mysql connections FROM this machine are from eth1. Need bound to eth0??? kreese Linux - Networking 9 03-31-2004 12:12 PM
specifying eth0 and eth1 letrout Linux - Networking 6 02-20-2004 01:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 09:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration