Quote:
Originally Posted by bluecandylover
I am having problem with Ethernet, it worked fine in the previous version, however this will just NOT talk to the router, even the light doesn't light up, the driver is installed and configured but it just refuses!
|
open a terminal
sudo ifconfig
Does it show up there?
Should look a bit like this...
Quote:
eth0 Link encap:Ethernet HWaddr 00:19 1:EA:30:70
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::219:d1ff:feea:3070/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4728 errors:0 dropped:0 overruns:0 frame:0
TX packets:4200 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:3839603 (3.6 MB) TX bytes:858566 (838.4 KB)
Base address:0xecc0 Memory:dffe0000-e0000000
|
If its showing up but is inactive try
sudo ifconfig eth0 up
(change eth0 to whatever it shows up as)