On Monday 06 Apr 2009, Suresh Kumar wrote: > > list output of ifconfig -a (i.e. all interfaces) > > # ifconfig -a > 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:98 errors:0 dropped:0 overruns:0 frame:0 > TX packets:98 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:6508 (6.3 Kb) TX bytes:6508 (6.3 Kb) >
As someone else has suggested, the driver for the NIC is not being loaded. From the kernel version in your OP, it looks like you are using openSUSE 11.0. Try openSUSE 11.1, it comes with 2.6.27.19. Alternately, if you have the source code for the NIC driver, you can compile it and install it. HTH, -- Arun Khan _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
