It's still not working, but the card is in the udev file, and ifconfig -a shows 
the interface.  When I try to bring it up, however, it gives me an error:

Backup:/# ifconfig -a                                                           
                      
eth0      Link encap:Ethernet  HWaddr 08:62:66:a1:40:51                         
                                                         
          inet addr:192.168.1.97  Bcast:192.168.1.255  Mask:255.255.255.0       
                                                         
          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:36 Memory:d3000000-d37fffff 

eth2      Link encap:Ethernet  HWaddr 50:46:5d:65:15:9c  
          inet addr:192.168.1.51  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::5246:5dff:fe65:159c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:180057 errors:0 dropped:2 overruns:0 frame:0
          TX packets:1502041 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:24120043 (23.0 MiB)  TX bytes:2220773875 (2.0 GiB)

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:65536  Metric:1
          RX packets:58 errors:0 dropped:0 overruns:0 frame:0
          TX packets:58 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:6254 (6.1 KiB)  TX bytes:6254 (6.1 KiB)

Backup:/# ifconfig eth0 192.168.1.97 up
SIOCSIFFLAGS: Cannot allocate memory
SIOCSIFFLAGS: Cannot allocate memory

Reply via email to