On Monday 06 Apr 2009, Suresh Kumar wrote: > hi all > i was able to connect to internet (using bsnl broad brand) in ubuntu > 8.1 my network card is Attansic L2 Fast Ethernet > I installed suse 11 in the same system , but was not able to > configure the network nor connect to the internet
> Ethernet controller: Attansic Technology Corp. L2 100 Mbit Ethernet > Adapter (rev a0) This shows your ethernet card is detected. > # ifconfig list output of ifconfig -a (i.e. all interfaces) > # hostname > linuxserver > > # ping linuxserver > connect: Network is unreachable Indicates your routing tables are not setup. Output of /sbin/route -n ? > # insmod Do lsmod first and grep for the ethernet driver before trying insmod. > /lib/modules/2.6.25.5-1.1-pae/kernel/drivers/net/atl1/atl1.ko insmod: > error inserting > '/lib/modules/2.6.25.5-1.1-pae/kernel/drivers/net/atl1/atl1.ko': -1 > Unknown symbol in module > > what am i missing ..? Your network parameters are not set. Go to to the menu and start up YAST control center. On the left pane click on Network Settings. On the right pane you will see network settings. Click on network settings and give the parameters for the network settings. 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
