LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-21-2005, 01:27 AM   #1
lonestar_1
LQ Newbie
 
Registered: Aug 2005
Location: USA*
Posts: 19

Rep: Reputation: 0
p4c800-e built-in ethernet,no internet


sup all,

i have a p4c800-e deluxe board which has built in ethernet card.
now the ethernet card is detected but i cannot connect to the internet.
ive installed the kernel packages for suse9.3, installed the suse2.6.11.4-20ai586.rpm.,tried installing the driver below from asus.


now i get this
opened terminal keyed in su -
entered pw
keyed in cd /home/user/e1000
keyed tar zxf e1000-5.0.43.tar.gz
keyed cd e1000-x.x.x/src/
keyed make install
i get this error makefile 111****linux kernel source not configured - missing config.h stop
 
Old 08-21-2005, 05:10 AM   #2
Harlin
Member
 
Registered: Dec 2004
Location: Atlanta, GA U.S.
Distribution: I play with them all :-)
Posts: 316

Rep: Reputation: 38
Go through the following list to troubleshoot your internet connection. If you can answer yes, move down to the next one.

1. Is your ethernet card detected?
Run /sbin/ifconfig and see if 'eth0' is showing. If it isn't you probably don't have the correct driver installed.

2. Has it been assigned a name (i.e. eth0 or eth1)?
If not, try to find the correct driver in your drivers list and do modprobe driver name.

3. Do you have an ip address (do: /sbin/ifconfig at the prompt)?
If not, and you want to have a dynamic address, do:
dhclient eth0
-OR-
dhcpcd eth0

If neither of these work, you need to install a dhcp client. If you have them installed and for some reason get an error when you try to run these commands, you may have a misconfigured DHCP server.

If you want a static IP address, do:

/sbin/ifconfig eth0 up 192.168.0.2 [<-sub your desired IP address here]

4. Can you ping your gateway?
If you have an IP address and you can't ping your gateway you may have problems with the following:

Your IP address is incompatible with your gateway's local subnet. For example, your gateway may be: 192.168.0.1 and you may have set up your computer's IP address to be 192.168.1.2. You would need to change your computer's IP address to be 192.168.0.2. HINT: If you are using dynamic ip addressing, this is almost certainly not your problem!

-OR-

Your ethernet card or cable could just simply not be working. If possible, replace them.

5. Is there anything in /etc/resolv.conf? If not, you will need a DNS server listed... usually your gateway/router's local network address will suffice.

Again, if you're using dynamic ip addressing, this should not be a problem. If, however, you are using static IP addressing, add the following in your resolv.conf file (if empty or correct it):

domain domainName.tld
nameserver 192.168.0.0 [<- dns server #1 you can use your router's ip address if needed]
nameserver 192.168.0.1 [<- dns server #2 if you have one.]

6. Still not working? Run the following:

route add default gateway eth0

7. Is your gateway/router connected to the internet?

From your gateway/router, ping internet addresses like: www.google.com or www.yahoo.com

8. Does your gateway/router have an internet address? You can check it on the STATUS tab if you're using a Linksys router or if you're using another Linux machine as a router, you can do /sbin/ifconfig like in step 3


9. Can you ping the gateway/router's internet address from your computer?

If your gateway/router does have an internet address, then ping that internet address from your computer. If this doesn't work, repeat step #6, if this still doesn't do it, you most likely have ISP problems.

10. From your computer or your gateway/router can you ping the internet DNS servers listed?

If you cannot ping the internet DNS servers from either your router/gateway or your computer, your ISP is almost certainly having some DNS issues.

Hopefully this helps. If anyone has some suggestions or corrections, please post them.
 
Old 08-21-2005, 05:28 AM   #3
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,414

Rep: Reputation: 4197Reputation: 4197Reputation: 4197Reputation: 4197Reputation: 4197Reputation: 4197Reputation: 4197Reputation: 4197Reputation: 4197Reputation: 4197Reputation: 4197
The P4P800-E used the Marvel Yukon for Gigabit ethernet - maybe the P4C800-E does likewise.
Used to be I had to load the sk98lin driver for it - as of (around about) 2.6.10 it became a kernel option, so the driver load was no longer required. Although for a while it wouldn't run above 100Meg - but that's a different story for a different thread ...
Don't know about Suse - I tried 9.3 but it wouldn't install a boot loader so I gave up in disgust. Couldn't get to the ASUS site just now (showed too busy), so can't offer any better.
 
Old 08-21-2005, 01:45 PM   #4
lonestar_1
LQ Newbie
 
Registered: Aug 2005
Location: USA*
Posts: 19

Original Poster
Rep: Reputation: 0
sup all

this is a dual boot system xp on hd 1 and suse on hd2

on hd1 with xp , the ethenet card is picked up by xp and internet works great .
my problem is with suse i picks up the ethenet card it seems, but i cant connect to the internet

when i key in /sbin/ifconfig i get this

eth0 Link encap:Ethernet HWaddr 00:0C:6E:CE:12:CB
inet addr:192.168.0.179 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::20c:6eff:fece:12cb/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:37 errors:0 dropped:0 overruns:0 frame:0
TX packets:177 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4410 (4.3 Kb) TX bytes:20232 (19.7 Kb)
Base address:0xcf80 Memory:fe9e0000-fea00000

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:56 errors:0 dropped:0 overruns:0 frame:0
TX packets:56 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3808 (3.7 Kb) TX bytes:3808 (3.7 Kb)

when i try to ping router i get this

linux:~ # ping -c5 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
From 192.168.0.179: icmp_seq=2 Destination Host Unreachable
From 192.168.0.179 icmp_seq=2 Destination Host Unreachable
From 192.168.0.179 icmp_seq=3 Destination Host Unreachable
From 192.168.0.179 icmp_seq=4 Destination Host Unreachable
From 192.168.0.179 icmp_seq=5 Destination Host Unreachable


when i try to install the driver from asus i get this
open terminal key in su -
enter pw
keyed in cd /home/user/e1000
keyed tar zxf e1000-5.0.43.tar.gz
keyed cd e1000-x.x.x/src/
keyed make install
i get this error makefile 111****linux kernel source not configured - missing config.h stop

i have tried static ip tru yast2
ip address 192.168.0.179 subnet mask 255.255.255.0
in the host name and domain name 192.168.0.179
in the name server 1 192.168.0.1<ip of router
in the routing tab default gateway 192.168.0.1

none of this has worked so far.


as for installing the asus driver can someone help me install it since i get that error
makefile 111****linux kernel source not configured - missing config.h stop

im stuck need more suggestions

thanks all
 
Old 08-21-2005, 01:50 PM   #5
Harlin
Member
 
Registered: Dec 2004
Location: Atlanta, GA U.S.
Distribution: I play with them all :-)
Posts: 316

Rep: Reputation: 38
Did you read my step 4? Sounds like you may have cable or nic issues (hardware-related).
 
Old 08-21-2005, 01:51 PM   #6
Harlin
Member
 
Registered: Dec 2004
Location: Atlanta, GA U.S.
Distribution: I play with them all :-)
Posts: 316

Rep: Reputation: 38
If you have extra cables or even an extra nic, i would recommend trying these out. An outside problem could possibly be you might not have the exact driver (module) loaded.
 
Old 08-21-2005, 01:54 PM   #7
Harlin
Member
 
Registered: Dec 2004
Location: Atlanta, GA U.S.
Distribution: I play with them all :-)
Posts: 316

Rep: Reputation: 38
Ahh sorry... I wasn't reading exactly... almost certainly a driver issue. If this works in XP, then of course there's no hw issue. Very sorry for that. I see you show the motherboard chipset, but do you know exactly which type of ethernet card you have (vendor & model)?
 
Old 08-21-2005, 02:06 PM   #8
Pete M
Member
 
Registered: Aug 2003
Location: UK
Distribution: Redhat 9 FC 3 SUSE 9.2 SUSE 9.3 Gentoo 2005.0 Debian Sid
Posts: 657

Rep: Reputation: 32
lonestar_1

Quote:
eth0 Link encap:Ethernet HWaddr 00:0C:6E:CE:12:CB
inet addr:192.168.0.179 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::20c:6eff:fece:12cb/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:37 errors:0 dropped:0 overruns:0 frame:0
TX packets:177 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4410 (4.3 Kb) TX bytes:20232 (19.7 Kb)
Base address:0xcf80 Memory:fe9e0000-fea00000
Your NIC is up and active, you don't need a driver you just need to configure eth0 properly

Pete
 
Old 08-21-2005, 02:22 PM   #9
lonestar_1
LQ Newbie
 
Registered: Aug 2005
Location: USA*
Posts: 19

Original Poster
Rep: Reputation: 0
the onboard network card. name is ASUSTek 82547EI gigabit ethernet controller(LOM)
configured with DCHP.

i downloaded this driver
http://downloadfinder.intel.com/scri...ileName=e1000-
but when i try to install i get this

opened terminal keyed in su -
entered pw
keyed in cd /home/user/e1000
keyed tar zxf e1000-5.0.43.tar.gz
keyed cd e1000-x.x.x/src/
keyed make install
i get this error makefile 111****linux kernel source not configured - missing config.h stop

can you tell me how to configure the card
cause i dont know how.
 
Old 08-21-2005, 03:07 PM   #10
Pete M
Member
 
Registered: Aug 2003
Location: UK
Distribution: Redhat 9 FC 3 SUSE 9.2 SUSE 9.3 Gentoo 2005.0 Debian Sid
Posts: 657

Rep: Reputation: 32
lonestar_1

I assume as XP works it's getting settings via DHCP from your router

Surely Yast has a DHCP option for eth0 ?

Sorry but at the moment I'm on Gentoo so I can't check

Pete
 
Old 08-23-2005, 07:21 AM   #11
lonestar_1
LQ Newbie
 
Registered: Aug 2005
Location: USA*
Posts: 19

Original Poster
Rep: Reputation: 0
sup all

Pete i have tried DHCP and static IP address.

and its still a no go, i even tried a linksys ethernet card(from my other pc) and suse picks it up
i dont feel like buying another ethernet card as the built in works fine with XP.

im convinced its the driver..

but like i said i dont know how to install the driver given the error i get..
makefile 111****linux kernel source not configured - missing config.h stop

someone give me some suggestions on how to install this driver given this error.

thanks all.
 
Old 05-11-2006, 07:46 AM   #12
smartnorman
LQ Newbie
 
Registered: Apr 2006
Location: South Africa
Distribution: RH8
Posts: 5

Rep: Reputation: 0
I had similar problems with a Shuttle box, using Yukon chipset. RH8 did not see the network card, although WinXP did.

I did the following for Red Hat 8:
a. Click on RedHat button / System Settings / Packages
b. Select Development / Kernel Development
c. Click Update (any "Next ????)
d. Insert RedHat Disk 2 when requested then OK.
e. When "Update completed" is displayed, OK then quit from Package Management.
f. Installed the drivers downloaded from Marvell (www.marvell.com) or Syskonnect site (www.skd.de), according to the instructions in the driver package
 
Old 05-11-2006, 10:47 AM   #13
Bobymc
Member
 
Registered: Apr 2006
Location: INDONESIA
Distribution: SLAX,Damn S.L,Suse,Mandrake,Rd HAT62,72,73,90, Mandriva2k6, FEdora, SUNmicrosys.
Posts: 269

Rep: Reputation: 30
Lightbulb

I also have your kind of MOBO, I was having difficulties on bringing up eth0.

have you tried SK98lin?
It works out fine on my P4C800.

Regards
 
Old 05-11-2006, 10:54 AM   #14
Bobymc
Member
 
Registered: Apr 2006
Location: INDONESIA
Distribution: SLAX,Damn S.L,Suse,Mandrake,Rd HAT62,72,73,90, Mandriva2k6, FEdora, SUNmicrosys.
Posts: 269

Rep: Reputation: 30
unforunately.....for someone else...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Newly Built and no Ethernet grimlaur Mandriva 6 06-11-2005 10:34 PM
abit-nf2/s2g built-in ethernet controller loanstocker Linux - Hardware 1 01-25-2005 09:06 PM
built-to-order PC or ready-built PC from well-known companies? kpachopoulos General 6 11-03-2004 03:14 PM
Ethernet Controller/ ASUS P4C800 E-Deluxe bgsenevi Linux - Networking 4 05-28-2004 04:16 PM
Asus: P4C800 or P4C800-E deluxe, Sata RAID0 -- Compatibility C.Loko Linux - Hardware 1 02-27-2004 08:03 PM

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

All times are GMT -5. The time now is 09:03 AM.

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