Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
01-19-2003, 08:55 AM
|
#1
|
|
LQ Newbie
Registered: Oct 2002
Posts: 3
Rep:
|
need help! activate eth0
Hi, I'm relatively new to linux. I'm using Red Hat 7.3 and I've installed it before without a problem but after switching to a newer mb/cpu, my network card wont activate. Can anyone please help me out? I posted some of the usual information people request to see when this question comes up. If you need to see anything else, please just tell me.
Using Linksys Instant EtherFast 10/100 Card LNE100TX model 5.0. I believe this uses the tulip module which I think is installed from the lsmod info.
ECS K7VTA3 motherboard if that helps with BIOS info.
root@localhost root]# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:04:5A:55:51:8C
BROADCAST MULTICAST MTU:1500 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:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:17
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:10 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:700 (700.0 b) TX bytes:700 (700.0 b)
[root@localhost root]# ifconfig
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:10 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:700 (700.0 b) TX bytes:700 (700.0 b)
[root@localhost root]# service network status
Configured devices:
lo eth0 irlan0
Currently active devices:
lo eth0
[root@localhost root]# ifup eth0
Determining IP information for eth0...Operation failed.
failed.
[root@localhost root]# lsmod
Module Size Used by Not tainted
sr_mod 16952 0 (autoclean)
emu10k1 68256 0 (autoclean)
sound 75436 0 (autoclean) [emu10k1]
ac97_codec 12096 0 (autoclean) [emu10k1]
soundcore 7236 7 (autoclean) [emu10k1 sound]
binfmt_misc 7780 1
autofs 12740 0 (autoclean) (unused)
tulip 43936 0
ipchains 46184 9
ide-scsi 9824 0
scsi_mod 115168 2 [sr_mod ide-scsi]
ide-cd 30368 0
cdrom 32672 0 [sr_mod ide-cd]
mousedev 5536 1
hid 21696 0 (unused)
input 6432 0 [mousedev hid]
ehci-hcd 20352 0 (unused)
usb-uhci 25540 0 (unused)
usbcore 77024 1 [hid ehci-hcd usb-uhci]
|
|
|
|
01-19-2003, 11:47 AM
|
#2
|
|
Moderator
Registered: Aug 2002
Posts: 10,683
|
The command netconfig will setup your NIC.
|
|
|
|
01-19-2003, 08:25 PM
|
#3
|
|
LQ Newbie
Registered: Oct 2002
Posts: 3
Original Poster
Rep:
|
I've tried the netconfig as well. I click dhcp then ok and the netconfig screen closes.
What steps do I have to do afterwards? Is there a certain process to get it done? like a certain order of typing in the commands?
|
|
|
|
01-19-2003, 09:33 PM
|
#4
|
|
Guru
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Rep:
|
If the device comes up under ifconfig and doesn't get a lease from dhcpcd (which is what if-up calls), then it might be hardware. Before calling bum card, make certain everything is plugged in wire to wire correctly. Also, if you choose dhcp under netconfig and it just exits, its exiting clean, which should mean that it got a lease... does your dhcp server have all the proper information being handed out on the leases?
Cheers,
Finegan
|
|
|
|
01-20-2003, 11:46 AM
|
#5
|
|
LQ Newbie
Registered: Oct 2002
Posts: 3
Original Poster
Rep:
|
Thanks for the replies. The card isnt a bum tho because I'm using Windows XP and it works fine.
About the dhcp server having proper information being handed out on the leases... how can I check this? I'm not sure what this means.
|
|
|
|
01-20-2003, 12:08 PM
|
#6
|
|
Member
Registered: Jan 2003
Location: Asheville, NC
Distribution: Slackware, RedHat
Posts: 35
Rep:
|
What DHCP server are you using?
|
|
|
|
01-20-2003, 01:19 PM
|
#7
|
|
Member
Registered: Jan 2003
Location: Poland, Warsaw
Distribution: LFS, Gentoo
Posts: 576
Rep:
|
My doubt concerns the tulip card/driver. I used it with windows without a problems whereas under linux many times I lost link.
See
http://www.linuxquestions.org/questi...threadid=41128
- it look like the similar problem
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:04 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|