I studied the thread "Lost in Networking" linuxquestions.org/questions/history/253892

and I have a similar problem. Unfortunately I don't seem to be able to solve it with the given info.

My particulars - Router: SMC Barricade 7004AWBR, address 192.168.2.1; computer with problem of not starting eth0 or seeing the router has a Soyo MB with on board LAN VIA VT6102 [Rhine-II] (rev 78); operating system is Mepis (all works fine in Win98SE), address assigned this computer by the router seems to be 192.168.2.21 and a Dell on the network running Mepis is 192.168.2.26 (I think I got these addresses in Windows). Both machines and router are set up dhcp
ifconfig yields:
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:56 errors:0 dropped:0 overruns:0 frame:0
TX packets:56 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5776 (5.6 KiB) TX bytes:5776 (5.6 KiB)
ifconfig eth0 up yields:
rob@16[~]$ ifconfig eth0 up
SIOCSIFFLAGS: Permission denied
rob@16[~]$ su root
Password:
root@16[rob]# ifconfig eth0 up
root@16[rob]#
ifconfig -a yields:
rob@17[~]$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:50:2C:A5:B2:14
inet6 addr: fe80::250:2cff:fea5:b214/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:6 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:10 Base address:0x1000
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:56 errors:0 dropped:0 overruns:0 frame:0
TX packets:56 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5776 (5.6 KiB) TX bytes:5776 (5.6 KiB)
sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 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:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
lspci excerpt:
0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
0000:00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 78)
0000:01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)
Then this series:
rob@17[~]$ ifconfig eth0 192.168.2.2
SIOCSIFADDR: Permission denied
SIOCSIFFLAGS: Permission denied
rob@17[~]$ ifconfig eth0 192.168.2.26
SIOCSIFADDR: Permission denied
SIOCSIFFLAGS: Permission denied
rob@17[~]$ ping 192.168.2.1
PING 192.168.2.1 (192.168.2.1): 56 data bytes
ping: sendto: Network is unreachable
ping: wrote 192.168.2.1 64 chars, ret=-1
ping: sendto: Network is unreachable
It seemed to work so well in the other post, but then I have no idea what most of it means.

Any help would be appreciapted.
