Release 2.060706 available


Recommended Posts

Since you can login on the console, type this command:

 

  ifconfig

 

This is alot like the Windows 'ipconfig' command.  It will show the status of your network i/f's.

 

You should see a block of information that looks something like this:

 

root@Server:~# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:11:11:95:33:DD
          inet addr:192.168.0.2  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:39821291 errors:2 dropped:0 overruns:0 frame:1
          TX packets:41990649 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3719547713 (3547.2 Mb)  TX bytes:531858293 (507.2 Mb)
          Base address:0x9c00 Memory:ff800000-ff820000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:40 errors:0 dropped:0 overruns:0 frame:0
          TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:3260 (3.1 Kb)  TX bytes:3260 (3.1 Kb)

 

In the info for 'eth0' look for 'inet addr' - this is your IP address (192.168.0.2 in above).  You can try putting this address in your browser address bar to see if it can connect that way.

Link to comment

Type this command at the console:

 

  modprobe e1000

 

This will force-load the intel driver if the network h/w is detected.  If this works and you get network connectivity, then first thing to do is capture your syslog so we can see why this doesn't happen at start-up.  Never seen this before with the intel driver.

Link to comment
  • 2 weeks later...

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.   Restore formatting

  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.