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

do you use dhcp or a static ip to configure your network interface?

I use the NetworkManager Applet v. 0.7.0, because it's better and is pre-installed with gnome.

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:

# ifconfig -a

as root user or with "sudo":

$ sudo ifconfig -a

and post the output of the command.

Hello DukeNuke2,
Here is the log of the command:

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

you don't have a ip... without ip for "eth0" you can't go to internet.

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.:mad:

is "dhcp" selected for your interface eth0?