Jump to content

weird DHCP problem on 2005LE [solved]


penfield
 Share

Recommended Posts

OK, I did exactly as you said and this is what ifconfig -a reported:

-----------------------------------------------------------------

eth0

Link encap:Ethernet HWaddr 00:0A:E6:95:09:D0

BROADCAST MULTICAST MTU:1500 Metric:1

RX packets:0 erros:0 dropped:0 overruns:0 frame:0

TX packets:0 erros:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:1000

RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

Interrupt:16 Base address:0xc000

-----------------------------------------------------------------

and nothing else.

I am puzzled.

 

Looking back, I've just checked this same thing on mine for comparison:

 

Link encap:Ethernet  HWaddr 00:08:0D:F0:7F:34

          inet addr:10.1.1.3  Bcast:10.1.1.255  Mask:255.255.255.0

          inet6 addr: fe80::208:dff:fef0:7f34/64 Scope:Link

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:10769 errors:0 dropped:0 overruns:0 frame:0

          TX packets:12395 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:10562789 (10.0 Mb)  TX bytes:1997628 (1.9 Mb)

          Interrupt:11 Base address:0x8000

 

Comparing, the first two lines are missing for you, and the "UP" is missing from the broadcast line. For some reason, your network card isn't up, and I can't understand why.

 

Can you check this for me:

 

1. System/Configuration/Configure Your Computer.

2. System then Services.

3. Network service (can you report it's current status?)

Link to comment
Share on other sites

  • Replies 41
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

OK, and when you do the network config, is network hotplugging enabled along with start at boot.

 

Also, when you go through the run config again, does it remember the settings we entered before?

Link to comment
Share on other sites

That's OK, I think that's only usually enabled for laptop configurations. I have it enabled on mine, but then I'm using a laptop :P

 

I'm stumped, as I'm not sure what else to suggest. I can't figure out why the card won't start.

 

I'll keep thinking about it, and I'll do a bit of googling to see if I can find something in the meantime that may help resolve it, or perhaps, some members here might have an idea on something else that can be tried.

 

I'll get back to you, if I find something useful to try!

Link to comment
Share on other sites

Well I'm kind of new to linux, remeber ;) so I don't know if I'm looking at the right things in /var/log/boot.log but I think this is kind of strange, it says:

 

Shutting down loopback interface: succeeded

Setting network parameters: succeeded

Bringing up loopback interface: succeeded

Bringing up interface eth0: succeeded

 

this repeats 4 times and then right after Bringing up loopback interface: succeeded

it says:

Sorry, there is already an instance of ifplugd for eth0 running.

Bringing up interface eth0: failed

 

now this repeats 2 times and then it finally ends with:

Bringing up interface eth0: succeeded

 

 

Was this informative?

Link to comment
Share on other sites

OK, been doing a bit of googling, and see if any of this will help for you.

 

We've currently allocated an IP address to the card. In this example, I will assume you set 192.168.1.2. You can try this:

 

ifconfig eth0 192.168.1.2 up

 

Then type route, and see if you have any routes configured. You may need to:

 

route add default gw 192.168.1.1 (assuming this is the IP of the router)

 

If it was DHCP assigned, then you could type:

 

dhclient eth0

 

so you could try this, if the above doesn't work, but you'd need to reset the card to DHCP, through the config we did in HardDrake before.

 

Also can try "lspci" or "cat /proc/pci" and look for Ethernet Controller, to make sure we have drivers installed and running OK.

 

And one last thing, type:

 

"dmesg | grep -i eth0" and report back what it says.

Edited by ianw1974
Link to comment
Share on other sites

Ok, when I did "ifconfig eth0 192.168.1.10 up" (that is the IP I chose) it says:

SIOCSIFFLAGS: Function not implemented

SIOCSIFFLAGS: Function not implemented

 

and "dmesg | grep -i eth0" returns:

eth0: VIA Rhine II at 0x1c000, 00:0a:e6:95:09:d0, IRQ 16.

eth0: MII PHY found at address 1, status 0x786d advertising 01e1 Link 45e1.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share


×
×
  • Create New...