Thread: wired networking problem
just installed 10.04 on wifes computer. knew going have work wireless adapter work (incorrectly) assumed wired connection work didn't test on live cd before installing. stuck no internet connection on machine.
i've read posts of similar problems , here more information.
sudo lshw -class network
*- network
description: ethernet interface
product: 82562ez 10/100 ethernet controller
vendor: intel corporation
physical id: 8
bus info: pci@0000:01:08.0
logical name: eth0
version: 02
serial: 00:13:20:2d:f9:56
size: 10mb/s
capacity: 100mb/s
width: 32 bits
clock: 33mhz
capabilities: pm bus_master cap_list ethernet physical tp mii 10bt 10bt-f
d 100 bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e100 driverversion=3.5.24-k2-napi duplex=half firmware=n/a latency=64 link=no maxlatency=56 mingnt=8 multicast=yes port=mii speed=10mb/s
resources: irq:20 memory:feaff000-feafffff io port:ddc0(size=64)
ifconfig
eth0 link encap:ethernet hwaddr 00:13:20:2d:f9:56
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)
lo link encap:local loopback
inet addr:127.0.0.1 mask:255.0.0.0
inet6 addr: ::1/128 scope:host
loopback running mtu:16436 metric:1
rx packets:72 errors:0 dropped:0 overruns:0 frames:0
tx packets:72 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
rx bytes:5600 (5.6 kb) tx bytes: 5600 (5.6 kb)
copied of correctly, wife reading off computer me across room.
appreciated
edit /etc/network/interfaces file. there eth0 should lines like:
auto eth0
iface eth0 inet dhcp
if configure net through dhcp or:
auto eth0
iface eth0 inet static
address 192.168.1.41
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
if configure static ip
if in file looks normal, try command:
sudo /etc/init.d/networking restart
output of command may helpfull
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] wired networking problem
Ubuntu
Comments
Post a Comment