Re: Error on IEEE80211

2008-08-29 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 Aug 20 12:56:41 UTC 2008 i686 GNU/Linux

And the wireless device get detected.

-- 
Zaki Akhmad


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Error on IEEE80211

2008-08-28 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 symbol ieee80211_wx_get_encodeext
[9.332221] ipw2200: Unknown symbol ieee80211_wx_set_encode
[9.332323] ipw2200: Unknown symbol ieee80211_wx_get_encode
[9.332537] ipw2200: Unknown symbol ieee80211_txb_free
[9.332665] ipw2200: Unknown symbol ieee80211_wx_set_encodeext
[9.332912] ipw2200: Unknown symbol ieee80211_wx_get_scan
[9.333012] ipw2200: Unknown symbol escape_essid
[9.333182] ipw2200: Unknown symbol ieee80211_freq_to_channel
[9.333491] ipw2200: Unknown symbol ieee80211_set_geo
[9.333704] ipw2200: Unknown symbol ieee80211_rx
[9.333885] ipw2200: Unknown symbol ieee80211_channel_to_index
[9.334234] ipw2200: Unknown symbol ieee80211_rx_mgt
[9.334335] ipw2200: Unknown symbol ieee80211_get_geo
[9.334480] ipw2200: Unknown symbol free_ieee80211
[9.334755] ipw2200: Unknown symbol ieee80211_is_valid_channel
[9.334915] ipw2200: Unknown symbol alloc_ieee80211
[ 1019.274638] ipw2200: Unknown symbol ieee80211_wx_get_encodeext
[ 1019.274897] ipw2200: Unknown symbol ieee80211_wx_set_encode
[ 1019.274975] ipw2200: Unknown symbol ieee80211_wx_get_encode
[ 1019.277741] ipw2200: Unknown symbol ieee80211_txb_free
[ 1019.277857] ipw2200: Unknown symbol ieee80211_wx_set_encodeext
[ 1019.278160] ipw2200: Unknown symbol ieee80211_wx_get_scan
[ 1019.278232] ipw2200: Unknown symbol escape_essid
[ 1019.278408] ipw2200: Unknown symbol ieee80211_freq_to_channel
[ 1019.278792] ipw2200: Unknown symbol ieee80211_set_geo
[ 1019.279037] ipw2200: Unknown symbol ieee80211_rx
[ 1019.279235] ipw2200: Unknown symbol ieee80211_channel_to_index
[ 1019.279681] ipw2200: Unknown symbol ieee80211_rx_mgt
[ 1019.279758] ipw2200: Unknown symbol ieee80211_get_geo
[ 1019.279886] ipw2200: Unknown symbol free_ieee80211
[ 1019.280224] ipw2200: Unknown symbol ieee80211_is_valid_channel
[ 1019.281799] ipw2200: Unknown symbol alloc_ieee80211


 /sbin/modinfo ipw2200 | grep -E '^(filename|version):'

filename:   /lib/modules/2.6.25-2-686/kernel/drivers/net/wireless/ipw2200.ko
version:1.2.2kmprq

 /sbin/modinfo ieee80211 | grep -E '^(filename|version):'

modinfo: could not find module ieee80211

 /sbin/modinfo ieee80211_crypt | grep -E '^(filename|version):'

modinfo: could not find module ieee80211_crypt

 /sbin/modinfo firmware_class | grep -E '^(filename|version):'

filename:   /lib/modules/2.6.25-2-686/kernel/drivers/base/firmware_class.ko

 --
 Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |

-- 
Zaki Akhmad


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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 'ipw2200|ieee80211'
 
 [9.332002] ipw2200: Unknown symbol ieee80211_wx_get_encodeext

[ snip: more unknown ieee80211_* symbols ]

  /sbin/modinfo ipw2200 | grep -E '^(filename|version):'
 
 filename:   
 /lib/modules/2.6.25-2-686/kernel/drivers/net/wireless/ipw2200.ko
 version:1.2.2kmprq

That one seems to be OK. 

  /sbin/modinfo ieee80211 | grep -E '^(filename|version):'
 
 modinfo: could not find module ieee80211

So your ieee80211 compilation attempt did remove these modules after all
(which explains the missing symbols above).

Try to reinstall the linux-image-2.6.25-2-686 package.

[ snip: firmware_class seems to be OK, too. ]

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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 you should have to do is to install
  the firmware version 3.0 from here:
 
  http://ipw2200.sourceforge.net/firmware.php?fid=7
 
 Gee, I didn't know that.
 Now how to make things back to normal?

Remove the files from the 2.4 firmware package and put the ones from the
3.0 tarball in their place. That might already be enough - if your
compilation attempt failed then it should not have changed anything in
the kernel modules directory.

If your ipw2200 does not work after replacing the firmware and rebooting
then we need to see the output of these commands:

dmesg | grep -E 'ipw2200|ieee80211'

/sbin/modinfo ipw2200 | grep -E '^(filename|version):'

/sbin/modinfo ieee80211 | grep -E '^(filename|version):'

/sbin/modinfo ieee80211_crypt | grep -E '^(filename|version):'

/sbin/modinfo firmware_class | grep -E '^(filename|version):'

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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 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=/usr/src/ieee80211/
 Checking in /lib/modules/2.6.25-2-686 for ieee80211 components...
 make -C /lib/modules/2.6.25-2-686/build
 M=/media/disk/home/za/debianpackage/ieee80211-1.2.18 modules
 make[1]: Entering directory `/usr/src/linux-headers-2.6.25-2-686'
   CC [M]
 /media/disk/home/za/debianpackage/ieee80211-1.2.18/ieee80211_module.o
 /media/disk/home/za/debianpackage/ieee80211-1.2.18/ieee80211_module.c:
 In function 'ieee80211_init':
 /media/disk/home/za/debianpackage/ieee80211-1.2.18/ieee80211_module.c:268:
 error: 'proc_net' undeclared (first use in this function)
 /media/disk/home/za/debianpackage/ieee80211-1.2.18/ieee80211_module.c:268:
 error: (Each undeclared identifier is reported only once
 /media/disk/home/za/debianpackage/ieee80211-1.2.18/ieee80211_module.c:268:
 error: for each function it appears in.)
 /media/disk/home/za/debianpackage/ieee80211-1.2.18/ieee80211_module.c:
 In function 'ieee80211_exit':
 /media/disk/home/za/debianpackage/ieee80211-1.2.18/ieee80211_module.c:297:
 error: 'proc_net' undeclared (first use in this function)
 make[2]: ***
 [/media/disk/home/za/debianpackage/ieee80211-1.2.18/ieee80211_module.o]
 Error 1
 make[1]: ***
 [_module_/media/disk/home/za/debianpackage/ieee80211-1.2.18] Error 2
 make[1]: Leaving directory `/usr/src/linux-headers-2.6.25-2-686'
 make: *** [modules] Error 2

 When I take a look at this
 # dmesg | grep ipw
 [8.719725] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver,
 1.2.2kmprq
 [8.719808] ipw2200: Copyright(c) 2003-2006 Intel Corporation
 [8.731008] ipw2200: Detected Intel PRO/Wireless 2200BG Network
 Connection
 [9.234951] ipw2200: ipw2200-bss.fw request_firmware failed: Reason -2
 [9.234951] ipw2200: Unable to load firmware: -2
 [9.234951] ipw2200: failed to register network device
 [9.234951] ipw2200: probe of :06:04.0 failed with error -5

 Request the firmware, but I already extract it
 # tar xzvf ipw2200-fw-2.4.tgz -C /usr/lib/hotplug/firmware

 Somebody could give me a hint?

 --
 Zaki Akhmad
 [1]http://ipw2200.sf.net
 [2]http://ieee80211.sf.net


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]




-- 
If the only tool you have is a hammer, you will see every problem as a nail

http://linostar.arablug.org


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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 won't work

# ls -l /lib/firmware/
total 580
-rw-r--r-- 1 za users 191142 2006-03-08 02:49 ipw2200-bss.fw
-rw-r--r-- 1 za users 185660 2006-03-08 02:49 ipw2200-ibss.fw
-rw-r--r-- 1 za users 187836 2006-03-08 02:49 ipw2200-sniffer.fw
-rw-r--r-- 1 za users  12007 2006-03-08 02:49 LICENSE.ipw2200-fw

# ls -l /usr/lib/hotplug/firmware/2.6.25-2-686/
total 584
-rw-r--r-- 1 za users 191142 2006-03-08 02:49 ipw2200-bss.fw
drwxr-xr-x 2 za users   4096 2008-08-26 16:04 ipw2200-fw-3.0
-rw-r--r-- 1 za users 185660 2006-03-08 02:49 ipw2200-ibss.fw
-rw-r--r-- 1 za users 187836 2006-03-08 02:49 ipw2200-sniffer.fw
-rw-r--r-- 1 za users  12007 2006-03-08 02:49 LICENSE.ipw2200-fw

# modprobe ipw2200
WARNING: Could not open
'/lib/modules/2.6.25-2-686/kernel/net/ieee80211/ieee80211_crypt.ko': No
such file or directory
WARNING: Could not open
'/lib/modules/2.6.25-2-686/kernel/net/ieee80211/ieee80211.ko': No such
file or directory
FATAL: Error inserting ipw2200
(/lib/modules/2.6.25-2-686/kernel/drivers/net/wireless/ipw2200.ko):
Unknown symbol in module, or unknown parameter (see dmesg)

# dmesg | grep ipw
[8.719725] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver,
1.2.2kmprq
[8.719808] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[8.731008] ipw2200: Detected Intel PRO/Wireless 2200BG Network
Connection
[9.234951] ipw2200: ipw2200-bss.fw request_firmware failed: Reason -2
[9.234951] ipw2200: Unable to load firmware: -2
[9.234951] ipw2200: failed to register network device
[9.234951] ipw2200: probe of :06:04.0 failed with error -5
[14747.085446] ipw2200: Unknown symbol ieee80211_wx_get_encodeext
[14747.085658] ipw2200: Unknown symbol ieee80211_wx_set_encode
[14747.085722] ipw2200: Unknown symbol ieee80211_wx_get_encode
[14747.085922] ipw2200: Unknown symbol ieee80211_txb_free


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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=/usr/src/ieee80211/
 # dmesg | grep ipw

[...]

 [8.719725] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver,
 1.2.2kmprq
 [8.719808] ipw2200: Copyright(c) 2003-2006 Intel Corporation
 [8.731008] ipw2200: Detected Intel PRO/Wireless 2200BG Network
 Connection
 [9.234951] ipw2200: ipw2200-bss.fw request_firmware failed: Reason -2
 [9.234951] ipw2200: Unable to load firmware: -2
 [9.234951] ipw2200: failed to register network device
 [9.234951] ipw2200: probe of :06:04.0 failed with error -5
 
 Request the firmware, but I already extract it
 # tar xzvf ipw2200-fw-2.4.tgz -C /usr/lib/hotplug/firmware
 
 Somebody could give me a hint?

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 from here:

http://ipw2200.sourceforge.net/firmware.php?fid=7

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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 from here:

 http://ipw2200.sourceforge.net/firmware.php?fid=7

Gee, I didn't know that.
Now how to make things back to normal?

-- 
Zaki Akhmad


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]