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. |
|
 |
|
12-18-2000, 01:16 AM
|
#1
|
|
LQ Newbie
Registered: Dec 2000
Posts: 10
Rep:
|
im running Mandrake 7.2 with @Home cable and a LinkSys LNE100TX 10/100 ethernet card, its the second version of the card, one with Wake-On-Lan support, my question is.....how on earth do i get the thing to work? and if you cant tell, yes, im a linux newbie  )
|
|
|
|
12-18-2000, 03:08 PM
|
#2
|
root 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 9,527
|
The tulip driver is the correct one to use with this card. Just a warning - this is often a difficult card to get working properly in Linux. Sometimes it works other times it doesn't.
|
|
|
|
12-19-2000, 04:07 PM
|
#3
|
|
LQ Newbie
Registered: Dec 2000
Posts: 10
Original Poster
Rep:
|
ok well i said screw it and went out and found a NE2000 ISA clone and mandrake immediately recogonized it and its in drake's hardware profile, but for some reason i cant get on the net, im pretty sure everything is configured properly in linuxconf but it still wont work  (
|
|
|
|
12-19-2000, 05:10 PM
|
#4
|
root 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 9,527
|
I'm sure if you give us a little more info (what configs you have now, how you access the net, etc) we will be able to help you out.
|
|
|
|
12-19-2000, 07:14 PM
|
#5
|
|
LQ Newbie
Registered: Dec 2000
Posts: 10
Original Poster
Rep:
|
uhm configs? and its AT&T @Home cable, dunno what u mean by configs though cuz i dont know too much bout linux 
|
|
|
|
12-19-2000, 09:30 PM
|
#6
|
root 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 9,527
|
You said that you think everthing is configured properly. What did you configure?
|
|
|
|
12-19-2000, 10:00 PM
|
#7
|
|
LQ Newbie
Registered: Dec 2000
Posts: 10
Original Poster
Rep:
|
in linuxconf i did the DNS settings, my hostname, ip, subnet mask and so on
|
|
|
|
12-19-2000, 10:05 PM
|
#8
|
root 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 9,527
|
OK. You you give us the output from ifconfig and route? What happens when you try to ping something?
|
|
|
|
12-20-2000, 01:58 AM
|
#9
|
|
LQ Newbie
Registered: Dec 2000
Posts: 10
Original Poster
Rep:
|
erm output?? and as for ping says its unreachable
|
|
|
|
12-20-2000, 07:52 AM
|
#10
|
root 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 9,527
|
Just type ifconfig at a prompt and then copy/paste the output from the command into your post. Do the same with route. ifconfig will show us what interfaces are detected and route will show us how linux is trying to route network traffic.
|
|
|
|
12-20-2000, 12:59 PM
|
#11
|
|
LQ Newbie
Registered: Dec 2000
Posts: 10
Original Poster
Rep:
|
ok heres ifconfig first then route, windows didnt read the text as nicely as linux did but here it is...
[root@C936172-A /root]# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 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
[root@C936172-A /root]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
|
|
|
|
12-20-2000, 01:01 PM
|
#12
|
|
LQ Newbie
Registered: Dec 2000
Posts: 10
Original Poster
Rep:
|
im noticing that for my net addy it has the loopback addy, and for the subnet mask its supposed to be 255.255.255.0 but i dunno how to fix it...
|
|
|
|
12-22-2000, 11:08 AM
|
#13
|
|
LQ Newbie
Registered: Dec 2000
Location: canada
Posts: 5
Rep:
|
Intel PRO 100 VE NIC + Mandrake 7.1
I have installed mandrake 7.1 linux on IBM pentium III but linux could not
detect my network card (Intel(R) PRO/100 VE Desktop adapter). I checked the
adapter card support for linux and it states that the driver only supports
Linux* 2.25 and above. I do not think there is such version of linux or am I
wrong?
What can I do to get Linux detect my NIC
|
|
|
|
12-22-2000, 12:05 PM
|
#14
|
root 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 9,527
|
SnoozeButton,
Your card is not being detected. You would have an eth0 if it were. Did you try loading the tulip driver? If not type "insmod tulip" at a prompt.
|
|
|
|
01-09-2001, 08:10 AM
|
#15
|
|
Guru
Registered: Jan 2001
Posts: 24,128
Rep: 
|
Intel PRO 100 VE NIC + Mandrake 7.1
Hey sojsam,
When it states that your card is only supported in Linux 2.2.5 or above, that is referring to the Kernel. If your card states it is supported, then check their website for a driver download. Most likely they will have one for your card if they state it is supported.
Good Luck
Drew
|
|
|
|
| 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 09:00 PM.
|
|
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
|
|