The out put:

=======================
m...@m:~$ sudo modprobe forcedeth
[sudo] password for m: 
m...@m:~$ sudo modprobe forcedeth
m...@m:~$ sudo ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:01:6c:c0:0f:69  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:23 Base address:0x4000 

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:4091 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4091 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:1481486 (1.4 MB)  TX bytes:1481486 (1.4 MB)

ppp0      Link encap:Point-to-Point Protocol  
          inet addr:218.101.92.142  P-t-P:218.101.58.65  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:8535 errors:0 dropped:0 overruns:0 frame:0
          TX packets:9805 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3 
          RX bytes:5230766 (5.2 MB)  TX bytes:2045410 (2.0 MB)

m...@m:~$ sudo dhclient eth0
Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/00:01:6c:c0:0f:69
Sending on   LPF/eth0/00:01:6c:c0:0f:69
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 16
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 16
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 2
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
m...@m:~$ 



=======================

 
mohan



----- Original Message ----
From: Steve Holdoway <[email protected]>
To: Canterbury Linux Users Group <[email protected]>
Sent: Mon, 20 September, 2010 11:25:37 AM
Subject: Re: [Linux-users] Hi All Its a nice experience with Rik on SFD day at 
South lib.

On Sun, 2010-09-19 at 15:32 -0700, Patelkhana Mohan Rao wrote:
> Hi Steve,
> This bis the output.
> --------------------------
> 
> m...@m:~$ sudo lspci

> 00:0a.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev a3)


OK, you need the forcedeth driver for that. Try

sudo modprobe forcedeth
sudo ifconfig -a
sudo dhclient eth0

and post the result??

Cheers,

Steve

-- 
Steve Holdoway <[email protected]>
http://www.greengecko.co.nz
MSN: [email protected]
Skype: sholdowa



      

_______________________________________________
Linux-users mailing list
[email protected]
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users

Reply via email to