i cant seem to get my internet to work through a hard line or wireless. i tried using ubuntu first and i couldn't get it to work either.
Announcement
Collapse
No announcement yet.
internet troubles
Collapse
This topic is closed.
X
X
-
Re: internet troubles
eth0 link encap:ethernet HWaddr 00:1b:24:2d:0f:b1
inet6 addr: fe80::21b:24ff:fe2d:fb1/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:12701 errors:0 dropped:0 overruns:0 frame:0
TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Rx bytes:806301 (806.3 kb) TX bytes:3888 (3.8 kb)
Interrupt20 Base address:0xa000
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:248 errors:0 dropped:0 overruns:0 frame:0
TX packets:248 errors:0 droppes:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:18324 (18.3 KB) TX bytes:18324 (18.3 KB)
- Top
- Bottom
Comment
-
Re: internet troubles
That's good. At least your system is recognizing a network interface, eht0.
So next step is to follow my instructions here to get a wired connection up and running, then we will see what we can do about the wireless.
http://kubuntuforums.net/forums/inde...opic=3100052.0
- Top
- Bottom
Comment
-
Re: internet troubles
Originally posted by stinkybrentok i was able to change the loopback network interface but i didnt see where the primary network interface was. do i type it in the same thing. also the little planet emblem in the panel is gone now how do i get that back
After editing your /etc/network/interfaces file should look like this.
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
# The primary network interface
auto eth0
iface eth0 inet dhcp
- Top
- Bottom
Comment
Comment