On Fri, Dec 11, 2009 at 2:41 PM, kesavan (K7) <[email protected]> wrote:
> > then trying to set the ip address in eth1 using following command > > r...@server ~]# ifconfig eth1 192.168.1.3 netmask 255.255.255.0 up > SIOCSIFADDR: No such device > eth1: unknown interface: No such device > SIOCSIFNETMASK: No such device > SIOCGIFADDR: No such device > SIOCSIFBROADCAST: No such device > eth1: unknown interface: No such device > [r...@server ~]# > > then trying to up the eth1 using following command > [r...@server ~]# ifup eth1 > Error for wireless request "Set Encode" (8B2A) : > SET failed on device eth1 ; No such device. > SIOCGIFFLAGS: No such device > Failed to bring up eth1. > [r...@server ~]# > > > this is the problem because one eth0 is connected to switch and eth1 is > connected to modem > how to solve this error ? Hi, Give the output of the following command. lspci | grep Ethernet check whether the two cards are recognized. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com _______________________________________________ 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
