LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
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 03-06-2004, 06:25 AM   #1
Spudley
Member
 
Registered: Mar 2003
Location: Berkshire, England.
Distribution: SuSE 10.0
Posts: 299

Rep: Reputation: 32
Unhappy New PC doesn't see network.


Hi,

I need some help.

I've just upgraded to a brand new PC, and I can't get the new machine to connect to my ASDL router (a Vigor 2600, which works perfectly with my older system).

I'd appreciate any advice on how to get it working; I'll try to give any details that will help, but I still consider myself a bit of a newbie, so forgive me if I miss anything.

The new machine has an ASUS A7N8X-E Deluxe motherboard, which has two built-in network ports. These are being picked up correctly by Suse as eth0 and eth1, and they show up in the hardware scans as expected, but the boot sequence reports "failed" for both of them, and I don't seem to be able to get any response out of either of them.

I tried looking for the reasons for it reporting "failed", but the one log file I found (in Yast) was not very enlightening - it just said "failed"; didn't give any more details.

I did some research, and I'm told this motherboard should work fine with Linux, so I'm sure it's just something wrong in my setup. I just don't know what.


Thanks in advance for any replies.
 
Old 03-06-2004, 10:25 AM   #2
Qzukk
Member
 
Registered: Jun 2003
Posts: 132

Rep: Reputation: 15
Try redoing the network configuration stuff, and check that you made sure to specify the correct way of connecting (pppoe? dhcp? static IP address?) If its pppoe check your username and password. (With a router, its typically DHCP though)

Thats really all I can think of. Try "/bin/dmesg" and seeing if you can get any useful error messages out of the boot log. Run ifconfig -a and make sure its really detecting both an eth0 and an eth1. Maybe swap your cable (maybe you have it set up to dhcp on eth0, but the router is plugged into eth1?)
 
Old 03-06-2004, 10:27 AM   #3
Qzukk
Member
 
Registered: Jun 2003
Posts: 132

Rep: Reputation: 15
Ah, got distracted... also see if you can try starting the network by hand, that might get you more useful error messages? (if static, run ifconfig eth# up 555.555.555.555 netmask 255.255.255.0 gw 555.555.555.1, or if dhcp, run the dhcp client by hand - typically pump, dhcpcd, dhcpc, or dhcp-client)
 
Old 03-06-2004, 04:38 PM   #4
Spudley
Member
 
Registered: Mar 2003
Location: Berkshire, England.
Distribution: SuSE 10.0
Posts: 299

Original Poster
Rep: Reputation: 32
Thank you Qzukk for the replies.

I've spent a good portion of today trying to solve this, and I still don't have it working, but I think I have made some progress, though.

I did a bit more digging around the web, and found that the network ports on this mobo do need a driver that isn't included as standard with Suse. So I downloaded it and installed it. So far so good.

Now, when I change the network settings in Yast, the P1 light on the router blinks, which it wasn't doing before... which implies that I have made some sort of progress. It also isn't reporting failure any more on bootup. I still can't get any sort of connection, though - the only thing I can ping is localhost.

Help!
 
Old 03-07-2004, 05:17 PM   #5
Spudley
Member
 
Registered: Mar 2003
Location: Berkshire, England.
Distribution: SuSE 10.0
Posts: 299

Original Poster
Rep: Reputation: 32
Hi again,

Yes, I'm still fighting with this one.

I have the driver installed, and set it up in Yast for eth0 as far as I can tell correctly.

Now when I boot, I am no longer getting "eth0 Failed". But instead I am getting "Eth0 (DHCP) . . . . . no ip address yet....backgrounding"

I have no idea what this means.... execpt that I still can't connect to anything.

Can anyone explain what I need to do now? :?


This is really getting quite frustrating.
 
Old 03-24-2004, 01:56 PM   #6
or1onas
Member
 
Registered: Mar 2004
Location: Athens,Greece
Distribution: Mint
Posts: 181

Rep: Reputation: 32
Hi guys,
i'm a linux newbie too and had the same problem with you.
ifup,ifdown,ifconfig or anything else wouldn't renew my lease.
So i tried:

'#ifup eth0 dhcp'

and it worked!!!!I suggest you give it a try too!!!
I'll be waiting for the results...
 
Old 03-24-2004, 02:13 PM   #7
Projekt2
Member
 
Registered: Sep 2003
Location: Naples, Fl
Distribution: Slackware Current
Posts: 34

Rep: Reputation: 15
Try this:

I had a similar problem with having 2 nic's installed on my system. Reconfigure eth0 and eth1 but this time put them on different subnets. For some reason Linux does not like 2 nic's in the same machine on the same subnet.
 
Old 03-24-2004, 02:55 PM   #8
Bjorkli
Member
 
Registered: Jul 2003
Location: Norway
Posts: 65

Rep: Reputation: 15
I had the same problem. Gave up SuSE, and now uses fedora.redhat.com. Worked on first try there...
 
Old 03-25-2004, 10:48 AM   #9
or1onas
Member
 
Registered: Mar 2004
Location: Athens,Greece
Distribution: Mint
Posts: 181

Rep: Reputation: 32
Talking

Quote:
Originally posted by Bjorkli
I had the same problem. Gave up SuSE, and now uses fedora.redhat.com. Worked on first try there...
Funny thing! I just gave up on fedora and now working on SuSE!!!!
 
  


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
Fedora C2 - Wireless network drivers? Broadcom 802.11g Network Adapter FragTek Linux - Wireless Networking 7 01-22-2010 12:10 AM
Slackware 10 network configuration. Problem with 8139 network card drivers ! Padmakiran Linux - Networking 8 03-27-2007 06:48 AM
3c905C network card in docking station. Cannot activate network device eth0. pathelms Linux - Networking 4 04-12-2006 02:55 PM
Xandros mount point for Windows Network & NFS Network jaagut Linux - Distributions 1 09-14-2005 07:21 AM
Newbie wanna setup up a linux network on existing home network... marvc Linux - Networking 3 03-19-2003 09:02 PM

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

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