I&#39;m using wicd so using the interfaces file is useless for me. Even if I tried, the first problem to solve would be it&#39;s inability to scan for APs. If I have the interface up and running it doesn&#39;t matter if it knows where to connect, I should be able to search for networks, no?<br>
<br>The weird thing is the same happens with ath5k, madwifi-modules in repositories and madwifi compiled from new sources. Instead, I tried a live cd of eeexubuntu and it worked flawlessly. I think the problem is somewhere else, and it seems to be something wrong with the new 2.6.26 kernel. Is there someway I can go back to 2.6.25 and try without breaking my system?<br>
<br>Thanks in advance!<br>
<br><br><div class="gmail_quote">On Sun, Oct 26, 2008 at 1:14 PM, Jean-Christophe <span dir="ltr">&lt;<a href="mailto:jc.sid@free.fr">jc.sid@free.fr</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Sergio Blanco a écrit :<br>
<div><div></div><div class="Wj3C7c">&gt; After installation from the older install image ath0 dissappeared. I<br>
&gt; tried madwifi-modules and got to the same original problem. Then I<br>
&gt; tried compiling wireless-compat against the 2.6.26 kernel, installed<br>
&gt; the drivers and got the wlan0 interface. Still does not scan neither<br>
&gt; connect. Just to be sure I am doing everything ok, I&#39;m writing the<br>
&gt; steps I did here:<br>
&gt;<br>
&gt; a) Install with synaptic build-essential and kernel-headers. madwifi<br>
&gt; is already uninstalled.<br>
&gt; b) Download wireless-compat for old kernels (inferior to 2.6.27) and untar<br>
&gt; c) As root, in the folder with the contents of the tar file, first<br>
&gt; make and then make install (and then make unload as requested by make<br>
&gt; install)<br>
&gt; d) modprobe ath5k (pciehp is already loaded with the force option at<br>
&gt; system init)<br>
&gt; e) ifconfig wlan0 up (Bring up the interface)<br>
&gt; f) iwlist wlan0 scanning (no scan results)<br>
&gt;<br>
&gt; wlan0 shows up perfectly with iwconfig. I also tried to connect to my<br>
&gt; AP using static config but it never associates to the access point.<br>
&gt; dhclient also fails to get a lease.<br>
&gt;<br>
&gt; Any ideas?<br>
</div></div>I&#39;m using ath5k, and it works well...<br>
Here is my interfaces (using wpa_supplicant), maybe it can help you?<br>
<br>
# The loopback network interface<br>
auto lo<br>
iface lo inet loopback<br>
<br>
# The primary network interface<br>
iface wlan0 inet manual<br>
 &nbsp; &nbsp;wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf<br>
 &nbsp; &nbsp;post-up /sbin/iwconfig wlan0 rate 11M<br>
iface default inet dhcp<br>
iface eth0 inet dhcp<br>
<br>
I put the 11M rate in order to have constant output: the auto rate cuts<br>
when I stream some music<br>
<div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
Debian-eeepc-devel mailing list<br>
<a href="mailto:Debian-eeepc-devel@lists.alioth.debian.org">Debian-eeepc-devel@lists.alioth.debian.org</a><br>
<a href="http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel" target="_blank">http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel</a><br>
</div></div></blockquote></div><br>