Results 1 to 10 of 34
I have a linksys 100/10 ethernet adapter that uses the tulip.c driver that i know is compatible with slackware because i read it in the compatible hardware section thingy. so ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-02-2005 #1Just Joined!
- Join Date
- Jul 2004
- Location
- Canada
- Posts
- 45
Ethernet
I have a linksys 100/10 ethernet adapter that uses the tulip.c driver that i know is compatible with slackware because i read it in the compatible hardware section thingy. so my question is relatively simple. how do you configure the network card? because it doesnt work automatically.
- 02-03-2005 #2
what does
say?Code:ifconfig -a
- 02-03-2005 #3Just Joined!
- Join Date
- Jul 2004
- Location
- Canada
- Posts
- 45
from ifconfig -a this is what i get
eth0 Link encap:Ethernet HWaddr:00:20:70:B0:87:76
Broadcast Multicast MTU:1500 Metric:1
Rx packets:0 errors:0 dropped:0 overruns:0 frames:0
Tx packets:0 errors:2 dropped:0 overruns:0 carriers:2
Collisions:0 txqueuelen:1000
rx bytes:0 (0.0b) tx bytes:1180 (1.1Kb)
Interrupt:12 Base address:0xd800
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:15436 Metric:1
Rx packets:12 errors:0 dropped:0 overruns:0 frames:0
Tx packets:12 errors:0 dropped:0 overruns:0 carriers:0
collisions:0 txqueuelen:0
Rx bytes:872 (872.0b) tx bytes:872 (872.0b)
- 02-03-2005 #4
okay then:
Code:ifconfig eth0 up dhclient eth0
- 02-03-2005 #5Just Joined!
- Join Date
- Jul 2004
- Location
- Canada
- Posts
- 45
i put in ifconfig eth0 up and it goes to the next line then i put in dhclient eth0 and it says eth0 not found
- 02-03-2005 #6
The first thing is good. the second one, could you post the exact error message?
- 02-03-2005 #7Just Joined!
- Join Date
- Jul 2004
- Location
- Canada
- Posts
- 45
that is the exact error message, it just says stuff about the company before
then it says
eth0: not found
- 02-03-2005 #8Just Joined!
- Join Date
- Jul 2004
- Location
- Canada
- Posts
- 45
i have a router... does that make a difference?
- 02-03-2005 #9
I'm assuming that you have some sort of dhcp server on it?
try running your dhclient without arguments:
Code:dhclient
- 02-03-2005 #10Just Joined!
- Join Date
- Jul 2004
- Location
- Canada
- Posts
- 45
yes dhcp client is running on the router when i run dhclient without and arguements i get
no broadcast interfaces found - exiting


Reply With Quote
