Any ideas :(<br>
<br>
This is still happening now and then :((<br>
<br>
BTW, This is a discussion on Linux Thinkpad mailing list about a similar problem:<br>
<br>
Hi all<br>
<br>
I'm running Debian testing on a T42 2378-JZM which has the Intel 2200BG<br>
wifi adapter. I've been using the ipw2200 driver without a hitch until<br>
this morning. I have used the contributed debian ipw2200-source package,<br>
and have simply used module-assistant to update the driver as and when<br>
updates occur.<br>
<br>
This morning I downloaded the new source package, built it fine, and<br>
re-loaded the module only to discover that I could no-longer associate<br>
with an access point. Although `iwlist eth1 scanning` showed the access<br>
point, and although I'd configured the essid and the WEP key, I could<br>
not associate. (This was version 1.0.2, whereas I had previously used<br>
1.0.0) I used the same firmware, version 2.2 (latest) with both module<br>
versions.<br>
<br>
There's no error in dmesg or syslog ... and I'm a bit stumped ...<br>
<br>
Has anyone else had similar problems ?<br>
<br>
(I've since downgraded to 1.0.2 vanilla, and 1.0.1 in an attempt to get<br>
online and neither of these versions were able to associate. I'm using<br>
1.0.0 vanilla now, without any problems at all)<br>
<br>
-----<br>
<br>
Hi David,<br>
<br>
I've had similar issues with this version of the driver.<br>
Unfortunately, I can't offer you an explanation nor a reliable<br>
solution but what I've found to get it to work is to use the load<br>
script instead of modprobe that comes with the driver distribution<br>
to load the driver, then sometimes I need to run iwconfig eth1 essid<br>
<> a few times to get it to stick.  If that fails and you've been<br>
trying a few things to get it to associate, try rebooting.  I've<br>
found that many times it'll associate right up after a fresh reboot.<br>
<br>
I think where things may get messed up is switching from one wireless<br>
network to another and an extra reboot (at least to me) seems to help.<br>
<br>
Maybe someone who's more familiar with how wireless works on Linux can<br>
give a more reliable explanation and/or solution?<br>
<br>
Thank you very much!<br>
<br>
----<br>
<br>
<span id="e_1032264ef9b3b853_1"></span><span class="e" id="q_1032264ef9b3b853_1"><br>Jeff wrote:<br>> On Fri, 8 Apr 2005, David de Hoog wrote:<br>><br>><br>>>Hi all<br>>><br>>>I'm running Debian testing on a T42 2378-JZM which has the Intel 2200BG<br>>>wifi adapter. I've been using the ipw2200 driver without a hitch until<br>>>this morning. I have used the contributed debian ipw2200-source package,<br>>>and have simply used module-assistant to update the driver as and when<br>>>updates occur.<br>>><br>>>This morning I downloaded the new source package, built it fine, and<br>>>re-loaded the module only to discover that I could no-longer associate<br>>>with an access point. Although `iwlist eth1 scanning` showed the access<br>>>point, and although I'd configured the essid and the WEP key, I could<br>>>not associate. (This was version 1.0.2, whereas I had previously used<br>>>1.0.0) I used the same firmware, version 2.2 (latest) with both module<br>>>versions.<br>>><br>>>There's no error in dmesg or syslog ... and I'm a bit stumped ...<br>>><br>>>Has anyone else had similar problems ?<br>>><br>>>(I've since downgraded to 1.0.2 vanilla, and 1.0.1 in an attempt to get<br>>>online and neither of these versions were able to associate. I'm using<br>>>1.0.0 vanilla now, without any problems at all)<br>>><br>>>Cheers<br>>>--<br>>>David de Hoog <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:dehood01@student.uwa.edu.au">dehood01@student.uwa.edu.au</a>><br>><br>><br>> Hi David,<br>><br>> I've had similar issues with this version of the driver.<br>> Unfortunately, I can't offer you an explanation nor a reliable<br>> solution but what I've found to get it to work is to use the load<br>> script instead of modprobe that comes with the driver distribution<br>> to load the driver, then sometimes I need to run iwconfig eth1 essid<br>> <> a few times to get it to stick.  If that fails and you've been<br>> trying a few things to get it to associate, try rebooting.  I've<br>> found that many times it'll associate right up after a fresh reboot.<br>><br>> I think where things may get messed up is switching from one wireless<br>> network to another and an extra reboot (at least to me) seems to help.<br>><br>> Maybe someone who's more familiar with how wireless works on Linux can<br>> give a more reliable explanation and/or solution?<br>><br>> Thank you very much!<br>><br>> -Jeff<br><br></span>i don't know about how dibian handles this, but at least in gentoo there<br>
is a startup script for the ntwork-interfaces you want to have up on<br>
boot time.<br>
<br>
if you rerun this init-script (via /etc/init.d/net.ath0 restart) it<br>
solves this problem at least for me (with a different card) but<br>
nevertheless, i sometimes have the same problem after switching WLANs<br><br>
----<br>
<br><div><span class="gmail_quote">On Apr 9, 2005 3:20 PM, <b class="gmail_sendername">Behrang Saeedzadeh</b> <<a href="mailto:behrangsa@gmail.com">behrangsa@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi all<br>
<br>
This has happened two times sinece I installed Hoary on my system
yesterday. Suddenly my wireless connection is not working anymore. A
screenshot showing the wireless conn. indicator is attached.<br>
<br>
I tried to solve it without restarting the system by executing the following commands with no success:<br>
<br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">behrangsa@Ubuntu:~$ sudo ifup eth1</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Password:</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Sorry, try again.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Password:</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">ifup: interface eth1 already configured</span><br>
<br>
This showed that my wireless adapter is already up. Then I did this:<br>
<br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">behrangsa@Ubuntu:~$ sudo ifdown eth1</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Internet Systems Consortium DHCP Client V3.0.1</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Copyright 2004 Internet Systems Consortium.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">All rights reserved.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">For info, please visit <a href="http://www.isc.org/products/DHCP" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.isc.org/products/DHCP</a></span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">sit0: unknown hardware address type 776</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">sit0: unknown hardware address type 776</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Listening on LPF/eth1/00:0e:35:78:d7:f6</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Sending on   LPF/eth1/00:0e:35:78:d7:f6</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Sending on   Socket/fallback</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">DHCPRELEASE on eth1 to <a href="http://192.168.1.1" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">192.168.1.1</a> port 67</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">behrangsa@Ubuntu:~$ sudo ifup eth1</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Internet Systems Consortium DHCP Client V3.0.1</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Copyright 2004 Internet Systems Consortium.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">All rights reserved.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">For info, please visit <a href="http://www.isc.org/products/DHCP" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.isc.org/products/DHCP</a></span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">sit0: unknown hardware address type 776</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">sit0: unknown hardware address type 776</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Listening on LPF/eth1/00:0e:35:78:d7:f6</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Sending on   LPF/eth1/00:0e:35:78:d7:f6</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Sending on   Socket/fallback</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">DHCPDISCOVER on eth1 to <a href="http://255.255.255.255" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">255.255.255.255</a> port 67 interval 6</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">DHCPDISCOVER on eth1 to <a href="http://255.255.255.255" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">255.255.255.255</a> port 67 interval 11</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">DHCPDISCOVER on eth1 to <a href="http://255.255.255.255" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">255.255.255.255</a> port 67 interval 7</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">DHCPDISCOVER on eth1 to <a href="http://255.255.255.255" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">255.255.255.255</a> port 67 interval 12</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">DHCPDISCOVER on eth1 to <a href="http://255.255.255.255" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">255.255.255.255</a> port 67 interval 16</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">DHCPDISCOVER on eth1 to <a href="http://255.255.255.255" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">255.255.255.255</a> port 67 interval 9</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">No DHCPOFFERS received.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">No working leases in persistent database - sleeping.</span><br>
<br>
Again, I couldn't solve the problem without restarting.<br>
<br>
BTW - The wireless went of once again when I was writing this email :(<br>
<br>
Any help will be appreciated.<br>
<br>
Best Regards,<br>
Behrang.<br>
<br>
-- <br><span class="sg">
<br>
Behrang Saeedzadeh<br>
<a href="http://www.jroller.com/page/behrangsa" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.jroller.com/page/behrangsa</a><br>

</span><br clear="all"></blockquote></div><br><br><br>-- <br><br>Behrang Saeedzadeh<br><a href="http://www.jroller.com/page/behrangsa">http://www.jroller.com/page/behrangsa</a>