Re: Error on IEEE80211

2008-08-28 Thread Zaki Akhmad
On Thu, Aug 28, 2008 at 6:36 PM, Florian Kulzer <[EMAIL PROTECTED]> wrote: > > Try to reinstall the linux-image-2.6.25-2-686 package. Thank you Florian. It works now. I do apt-get dist-upgrade on Testing. Now I have newer kernel version zara:/home/za# uname -a Linux zara 2.6.26-1-686 #1 SMP Wed A

Re: Error on IEEE80211

2008-08-28 Thread Florian Kulzer
On Thu, Aug 28, 2008 at 13:52:02 +0700, Zaki Akhmad wrote: > On Wed, Aug 27, 2008 at 3:11 PM, Florian Kulzer wrote: > > > If your ipw2200 does not work after replacing the firmware and rebooting > > then we need to see the output of these commands: > > Still doesn't work :( > > > dmesg | grep -E

Re: Error on IEEE80211

2008-08-27 Thread Zaki Akhmad
On Wed, Aug 27, 2008 at 3:11 PM, Florian Kulzer <[EMAIL PROTECTED]> wrote: > If your ipw2200 does not work after replacing the firmware and rebooting > then we need to see the output of these commands: Still doesn't work :( > dmesg | grep -E 'ipw2200|ieee80211' [9.332002] ipw2200: Unknown s

Re: Error on IEEE80211

2008-08-27 Thread Florian Kulzer
On Wed, Aug 27, 2008 at 10:39:43 +0700, zakiakhmad At gmail DOT com wrote: > On 8/26/08, Florian Kulzer wrote: > > > Why do you try to compile these modules yourself? The Debian 2.6.25 > > kernels already have these modules (ipw2200 version 1.2.2, ieee80211 > > version git-1.1.13). The only thing

Re: Error on IEEE80211

2008-08-26 Thread zakiakhmad
On 8/26/08, Florian Kulzer <[EMAIL PROTECTED]> wrote: > Why do you try to compile these modules yourself? The Debian 2.6.25 > kernels already have these modules (ipw2200 version 1.2.2, ieee80211 > version git-1.1.13). The only thing you should have to do is to install > the firmware version 3.0 fr

Re: Error on IEEE80211

2008-08-26 Thread Florian Kulzer
On Tue, Aug 26, 2008 at 15:46:50 +0700, Zaki Akhmad wrote: > > Hi > > I am using Debian Testing. I try to make my wireless on Toshiba L20 get > detected. I've download the ipw2200 driver[1], and the ieee80211 > driver[2]. When I compile the ieee8021, this error shows up: > > # make IEEE80211_INC

Re: Error on IEEE80211

2008-08-26 Thread Zaki Akhmad
[EMAIL PROTECTED] wrote: > Hi, > > in /usr/lib/hotplug/firmware, make a directory of the name of your > kernel version ( mkdir `uname -r` ) and move the firmware file to that > directory (if that doesn't work make same steps in /lib/firmware). > > Regards > > - Anas > > > > Done that, but still

Re: Error on IEEE80211

2008-08-26 Thread linux . anas
Hi, in /usr/lib/hotplug/firmware, make a directory of the name of your kernel version ( mkdir `uname -r` ) and move the firmware file to that directory (if that doesn't work make same steps in /lib/firmware). Regards - Anas On 8/26/08, Zaki Akhmad <[EMAIL PROTECTED]> wrote: > > Hi > > I am usi