LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-15-2005, 03:14 AM   #1
terrorcichlid
LQ Newbie
 
Registered: Jul 2005
Posts: 11

Rep: Reputation: 0
eth0


Hello,
I am very new to linux and am trying to configure a 10.1 slackbox. I am running KDE, but my router doesn't see the network card. I believe the problem to be eth0 not starting on boot. Any suggestions?
Thank You,
TerrorCichlid
 
Old 07-15-2005, 03:43 AM   #2
extz
LQ Newbie
 
Registered: Jul 2005
Posts: 3

Rep: Reputation: 0
look inside /etc/rc.d/rc.inet1.conf modify the values and after .rc.inet1 restart
 
Old 07-15-2005, 04:13 AM   #3
OhMyAchingGut
Member
 
Registered: May 2004
Location: Ohio
Distribution: Slackware-current/10.1/10.0, Splack 10, Suse 9.2, NetBSD 2.0, OpenBSD 3.6, Solaris 8
Posts: 85

Rep: Reputation: 15
also, "ifconfig" can be used to bring a network interface up at anytime. Such as "ifconfig eth0 up", and if you are running DHCP, "dhcpcd eth0" will try and grab an IP.
 
Old 07-15-2005, 08:50 AM   #4
maginotjr
Member
 
Registered: Aug 2004
Location: BR - Floripa
Distribution: Ubuntu 9.10 - 2.6.x.x
Posts: 661

Rep: Reputation: 35
first of all isnt your router who see your network card, is you computer who will see the network card and search in the network for the router.

second its normal to your eth card start with the system, read to go, if it doesnt probably you havent configured your network during the process or you havent the right nic module.

the first is easy to solve, just go to the console and type as root netconfig, if you are using DHCP in your router you can try dhcpcd eth0 and check the config with ifconfig

if the problem is the module them its other history...

EDITED: I havent seen the above post... lol

Last edited by maginotjr; 07-15-2005 at 08:56 AM.
 
Old 07-15-2005, 08:58 AM   #5
maginotjr
Member
 
Registered: Aug 2004
Location: BR - Floripa
Distribution: Ubuntu 9.10 - 2.6.x.x
Posts: 661

Rep: Reputation: 35
Question

Quote:
Originally posted by extz
look inside /etc/rc.d/rc.inet1.conf modify the values and after .rc.inet1 restart

what values???
 
Old 07-15-2005, 09:06 AM   #6
Azmeen
Senior Member
 
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307

Rep: Reputation: 47
What's the output for /sbin/ifconfig? Is your NIC details displayed when running /sbin/lspci?
 
Old 07-15-2005, 06:25 PM   #7
terrorcichlid
LQ Newbie
 
Registered: Jul 2005
Posts: 11

Original Poster
Rep: Reputation: 0
help

/sbin/lspci displays the correct ethernet controller. I have setup my /etc/rc.d/rc.inet1.conf to run with my routers static ip address already. The local network light on my router/modem does not come on when I plug in the cat5, thus my router does not "see" my Ethernet card. It is an onboard lan (sis900 pci fast Ethernet(rev 40)). Ifconfig eth0 up did not seem to do anything. Ifconfig shows eth0 running and lo(loopback) are running. If there is more information you need please ask.
Thank You,
TerrorCichlid
 
Old 07-15-2005, 06:32 PM   #8
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
ifconfig -a show your IP, netmask and all ?
You tried to ping your router address ?
 
Old 07-15-2005, 06:55 PM   #9
terrorcichlid
LQ Newbie
 
Registered: Jul 2005
Posts: 11

Original Poster
Rep: Reputation: 0
Yes ifconfig shows all the ip information under the loopback. Is that right? Pinging 127.0.0.1 begins to show 64 bytes from 127.0.0.1 icmp_seq1 ttl=64 time=0.018 ms and then it repeats changing the seq up by one infinitely.
TerrorCichlid
 
Old 07-15-2005, 07:08 PM   #10
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Do you see sis900 in the modules list when you run lsmod ?
 
Old 07-15-2005, 07:20 PM   #11
terrorcichlid
LQ Newbie
 
Registered: Jul 2005
Posts: 11

Original Poster
Rep: Reputation: 0
Yes I do see sis900. To correct myself earlier I said I did see my ip when I run ifconfig, but I don't the 127.0.0.1 is not my routers ip. If I ping my real ip it does the same thing.
TerrorCichlid
 
Old 07-15-2005, 07:25 PM   #12
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Do you see your router address from the output of :
/sbin/route

Something like :
default <router IP> 0.0.0.0 UG 0 0 0 eth0
 
Old 07-15-2005, 07:31 PM   #13
terrorcichlid
LQ Newbie
 
Registered: Jul 2005
Posts: 11

Original Poster
Rep: Reputation: 0
gateway is a * and genmask shows the correct submask, but not the static anywhere. I fixed /etc/rc.d/rc.inet1.conf and now ifconfig shows my correct ip information under eth0.
 
Old 07-15-2005, 07:34 PM   #14
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Did you add the router address as default gateway IP address
in rc.inet1.conf ?

[edit]
do a /etc/rc.d/rc.inet1 stop followed by a /etc/rc.d/rc.inet1 start
to take the change in account

Last edited by keefaz; 07-15-2005 at 07:36 PM.
 
Old 07-15-2005, 07:41 PM   #15
terrorcichlid
LQ Newbie
 
Registered: Jul 2005
Posts: 11

Original Poster
Rep: Reputation: 0
yes
 
  


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
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
howto delete existing static ip of ethernet(eth0)& reconf multiple ips on eth0 viveku Linux - Networking 2 02-02-2004 01:30 AM
howto delete static ip configured on eth0 & reconf multiple ip on one eth0(redhat8 viveku Linux - Networking 0 01-31-2004 10:40 AM
Bringing up interface eth0: determining ip information for eth0... failed ralphethomas Linux - Networking 0 01-24-2004 05:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:38 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