Well, I did take time to make a diagnostic, then I saw that the problem
is in the NetworkManager.

In fact, I did type

          [EMAIL PROTECTED]:~$ iwconfig 
          lo          no wireless extensions.

          eth0      no wireless extensions.

          eth1      unassociated  ESSID:""  
                  Mode:Managed  Channel=0  Access Point: Not-Associated   
                  Bit Rate:0 kb/s   Tx-Power=20 dBm   Sensitivity=8/0  
                  Retry limit:7   RTS thr:off   Fragment thr:off
                  Power Management:off
                  Link Quality:0  Signal level:0  Noise level:0
                  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
                  Tx excessive retries:0  Invalid misc:0   Missed beacon:0

Then I saw that the Kernel detected fine my Wireless, therfor I did try
to connect to my Network, then I did type.

          [EMAIL PROTECTED]:~$ sudo iwconfig eth1 essid "blanco"

It's don't send any error, I saw if did connect to the network with

[EMAIL PROTECTED]:~$ iwconfig

          eth1      unassociated  ESSID:"blanco"  
                       Mode:Managed  Channel=0  Access Point: Not-Associated   
                       Bit Rate:0 kb/s   Tx-Power=20 dBm   Sensitivity=8/0  
                       Retry limit:7   RTS thr:off   Fragment thr:off
                       Power Management:off
                       Link Quality:0  Signal level:0  Noise level:0
                       Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
                      Tx excessive retries:0  Invalid misc:0   Missed beacon:0

How the ESSID="blanco" then i did send a dhclient command, with:

         [EMAIL PROTECTED]:~$ sudo dhclient eth1
         There is already a pid file /var/run/dhclient.pid with pid 6823
         killed old client process, removed PID file
         Internet Systems Consortium DHCP Client V3.1.1
         Copyright 2004-2008 Internet Systems Consortium.
         All rights reserved.
         For info, please visit http://www.isc.org/sw/dhcp/

         Listening on LPF/eth1/00:13:ce:77:0c:56
         Sending on   LPF/eth1/00:13:ce:77:0c:56
         Sending on   Socket/fallback
         DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 5
         DHCPOFFER of 192.168.1.4 from 192.168.1.1
         DHCPREQUEST of 192.168.1.4 on eth1 to 255.255.255.255 port 67
         DHCPACK of 192.168.1.4 from 192.168.1.1
         bound to 192.168.1.4 -- renewal in 85298 seconds

and Voila, it works, then I can see that the BUG is not a Kernel BUG,
nitther a module, or network tool BUG, then I think that it is a
NetwokManager BUG. In fact, the NetworkManager don't apper in the Gnome
Pannel

-- 
IBM Lenovo ThinkPad T43 Don't work Wireless (wi-fi intel PRO/Wireless 2200BG) 
in Intrepid Ibex - Alpha 5
https://bugs.launchpad.net/bugs/270199
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to