Problem With Internet Under Ubuntu Intrepid Ibex Netbook Remix


 
Thread Tools Search this Thread
Special Forums IP Networking Problem With Internet Under Ubuntu Intrepid Ibex Netbook Remix
# 1  
Old 07-29-2009
Data Problem With Internet Under Ubuntu Intrepid Ibex Netbook Remix

Hello,
I have an Eee PC 904D that i use for development, because it's tiny and little, but i have a PC too. But in my Eee PC that i have Ubuntu Intrepid Ibex with the Netbook Remix, when i want to use the ethernet cable for thhe internet i connect it and tryes to connect, but in aproximatly 10 secs trying to connect it fails and change the icon like i don't put any cable, but the cable is connected and other computers when i try to use this cable connect normally. Sorry about my english.

Thanks,
Nathan Paulino Campos
# 2  
Old 07-29-2009
do you use dhcp or a static ip to configure your network interface?
# 3  
Old 07-29-2009
Tools

I use the NetworkManager Applet v. 0.7.0, because it's better and is pre-installed with gnome.
# 4  
Old 07-29-2009
this is no answer to my question! we need to know how do you get the configuration for your networkinterface... if you are unsure, open a terminal and type:

Code:
# ifconfig -a

as root user or with "sudo":

Code:
$ sudo ifconfig -a

and post the output of the command.
# 5  
Old 07-29-2009
Lightbulb

Hello DukeNuke2,
Here is the log of the command:
Code:
ubuntu@ubuntu-laptop:~$ sudo ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:22:15:a2:6a:8f  
          UP BROADCAST RUNNING MULTICAST  MTU:64  Metric:1
          RX packets:7 errors:0 dropped:0 overruns:0 frame:0
          TX packets:15 errors:0 dropped:0 overruns:0 carrier:3
          collisions:0 txqueuelen:1000 
          RX bytes:3070 (3.0 KB)  TX bytes:3142 (3.1 KB)
          Interrupt:220 

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:507 errors:0 dropped:0 overruns:0 frame:0
          TX packets:507 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:27175 (27.1 KB)  TX bytes:27175 (27.1 KB)

pan0      Link encap:Ethernet  HWaddr 62:dc:af:fa:21:9e  
          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:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

wlan0     Link encap:Ethernet  HWaddr 00:15:af:eb:d8:6e  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:72941 errors:0 dropped:0 overruns:0 frame:0
          TX packets:63141 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:74424454 (74.4 MB)  TX bytes:8753878 (8.7 MB)

wmaster0  Link encap:UNSPEC  HWaddr 00-15-AF-EB-D8-6E-00-00-00-00-00-00-00-00-00-00  
          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)

ubuntu@ubuntu-laptop:~$

What is wrong?,
Nathan Paulino Campos
# 6  
Old 07-29-2009
you don't have a ip... without ip for "eth0" you can't go to internet.
# 7  
Old 07-29-2009
PHP

I don't have an IP, because my network manager that i say in the past post can't connect, because? i don't know, but i want to solve it.Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Ubuntu

Zoneminder 1.23X, Apache and Ubuntu Intrepid -----No Video Output

I have install Ubuntu Intrepid and Zoneminder 1.23X. I have setup all of the all of the cameras and every time I try and run the cameras is cycle or montage mode I get no picture and I see a little emblem that resembles a broken connection. I checked /var/log/apache2/error.log and I can see that... (1 Reply)
Discussion started by: metallica1973
1 Replies
Login or Register to Ask a Question