LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 12-15-2004, 04:40 PM   #1
jmfj
LQ Newbie
 
Registered: Dec 2004
Posts: 9

Rep: Reputation: 0
Question Mandrake 10.1 - Can't change settings with wireless-tools on intel 2200BG


Mandrake 10.1, brand new installation on a HP pavillion zt3000 (actually zt3201us)

For some reason, wireless-tools package on this distribution (iwconfig, iwlist, etc) are not able to change some attributes on the wireless card (e.g. mode and key).

Some examples:

# iwconfig eth1 mode Managed
Error for wireless request "Set Mode" (8B06) :
SET failed on device eth1 ; Operation not supported.

# iwconfig eth1 key [1] "ABC"
Error for wireless request "Set Encode" (8B2A) :
SET failed on device eth1 ; Operation not supported.

Specific attributes for this driver are

# iwpriv eth1
eth1 Available private ioctl :
set_power (8BE0) : set 1 int & get 0
get_power (8BE1) : set 0 & get 80 char

Driver information:

Vendor: ‎Intel Corp.
Description: ‎Intel(R) PRO/Wireless 2200BG
Media class: ‎NETWORK_OTHER
Module name: ‎ipw2200
Mac Address: ‎00:00:00:00:00:00
Bus: ‎PCI
Location on the bus: ‎2

Thanks for any help
 
Old 12-16-2004, 12:28 AM   #2
snecklifter
Member
 
Registered: Mar 2004
Location: UK/West Yorkshire/Huddersfield
Distribution: Fedora 7
Posts: 982

Rep: Reputation: 30
Can you post your ifconfig output. You might be trying to configure a wired interface.
I'm fairly sure
# iwconfig eth1 key [1] "ABC"
is not the way to set wep encryption.
 
Old 12-16-2004, 08:40 AM   #3
jmfj
LQ Newbie
 
Registered: Dec 2004
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by snecklifter
Can you post your ifconfig output. You might be trying to configure a wired interface.
I'm fairly sure
# iwconfig eth1 key [1] "ABC"
is not the way to set wep encryption.
Thanks for your reply

This computer has the following configuration:
eth0 - Wired ethernet connection - unplugged right now
eth1 - Wireless connection, through Intel's 2200 BG - not working, the one I am trying to fix
eth3 - Wireless connection, through PCMCIA, working (connected right now)


All righty -- I have the following results:

# ifconfig
eth0 Link encap:Ethernet HWaddr 00:02:3F:6F:EF:66
inet6 addr: fe80::202:3fff:fe6f:ef66/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:10 Base address:0x8000

eth3 Link encap:Ethernet HWaddr 00:90:4B:00:DA:4D
inet addr:192.168.123.130 Bcast:192.168.123.255 Mask:255.255.255.0
inet6 addr: fe80::290:4bff:fe00:da4d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:89 errors:0 dropped:0 overruns:0 frame:0
TX packets:84 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:10138 (9.9 Kb) TX bytes:13221 (12.9 Kb)
Interrupt:5 Base address:0x100

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:168 errors:0 dropped:0 overruns:0 frame:0
TX packets:168 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:12464 (12.1 Kb) TX bytes:12464 (12.1 Kb)

# iwconfig eth1
eth1 unassociated ESSID:off/any
Mode:Managed Channel=0 Access Point: 00:00:00:00:00:00
Bit Rate=0kb/s
RTS thr:off
Encryption key:off
Power Management:off

# iwconfig eth3
eth3 IEEE 802.11-DS ESSID:"my ESSID" Nickname:"nick"
Mode:Managed Frequency:2.437GHz Access Point: 00:50:18:09:C0:40
Bit Rate:11Mb/s Tx-Power=15 dBm Sensitivity:1/3
Retry min limit:8 RTS thr:off Fragment thr:off
Encryption key:XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XX Security mode:open
Power Management:off
Link Quality:32/92 Signal level:-98 dBm Noise level:-149 dBm
Rx invalid nwid:0 Rx invalid crypt:1 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

And below, a copy-and-paste of iwconfig's man page (regarding setting keys on cards that support multiple keys)

key/enc[ryption]
(...) To set a key other
than the current key, prepend or append [index] to the key
itself (this won't change which is the active key). (...)
Examples :
(...)
iwconfig eth0 key [3] 0123-4567-89

And as far as iwlist reports, eth1 supports 4 keys and 2 key sizes

eth1 2 key sizes : 40, 104bits
4 keys available :
[1]: off
[2]: off
[3]: off
[4]: off
Current Transmit Key: [0]
 
Old 12-16-2004, 08:44 AM   #4
jmfj
LQ Newbie
 
Registered: Dec 2004
Posts: 9

Original Poster
Rep: Reputation: 0
And see what I found on syslog

Dec 16 09:42:52 localhost kernel: ipw2200: Unable to load firmware: 0xFFFFFFFE
Dec 16 09:42:53 localhost kernel: ipw2200: ipw2200_boot.fw load failed
Dec 16 09:42:53 localhost kernel: ipw2200: Unable to load firmware: 0xFFFFFFFE
Dec 16 09:42:54 localhost kernel: ipw2200: ipw2200_boot.fw load failed
(....)

Repeated thousands of times --- related maybe?
 
Old 12-16-2004, 07:37 PM   #5
jmfj
LQ Newbie
 
Registered: Dec 2004
Posts: 9

Original Poster
Rep: Reputation: 0
Lightbulb almost there?

Quote:
Originally posted by jmfj
And see what I found on syslog

Dec 16 09:42:52 localhost kernel: ipw2200: Unable to load firmware: 0xFFFFFFFE
Dec 16 09:42:53 localhost kernel: ipw2200: ipw2200_boot.fw load failed
Dec 16 09:42:53 localhost kernel: ipw2200: Unable to load firmware: 0xFFFFFFFE
Dec 16 09:42:54 localhost kernel: ipw2200: ipw2200_boot.fw load failed
(....)

Repeated thousands of times --- related maybe?
Well -- following these instructions ...

http://ipw2200.sourceforge.net/INSTALL

the firmware now loads -- for kernel 2.6.8-1 you have to load firmware version v0.6-v0.16 from http://ipw2200.sourceforge.net/firmware.php

The bottom line is: this message(unable to load...) is now gone, but the original problem (SET failed on device eth1 ; Operation not supported.) still persists...

Any help is greatly appreciated...
 
Old 01-08-2005, 08:33 PM   #6
jmfj
LQ Newbie
 
Registered: Dec 2004
Posts: 9

Original Poster
Rep: Reputation: 0
So...

Happy new year...
New year, old bugs -- I am still unable to make it work. Any suggestions?
 
Old 02-09-2005, 12:03 PM   #7
bravobob
LQ Newbie
 
Registered: Feb 2005
Posts: 1

Rep: Reputation: 0
Dec 16 09:42:52 localhost kernel: ipw2200: Unable to load firmware: 0xFFFFFFFE
Dec 16 09:42:53 localhost kernel: ipw2200: ipw2200_boot.fw load failed
Dec 16 09:42:53 localhost kernel: ipw2200: Unable to load firmware: 0xFFFFFFFE
Dec 16 09:42:54 localhost kernel: ipw2200: ipw2200_boot.fw load failed


The above is critical to getting the driver to work due to the way this driver is engineered. The firmware contains the most important parts of the driver.

I am not sure about Mandrake 10.1 but this helped me.

In some current releases of OSs they have been including driver/firmware with the release for the IPW2200 and IPW2100 and its critical to remove all previous traces both in the /lib/modules/yourkernel/etc and the hotplug directory. Then grab both the new 1.0 driver and the correct firmware from sourceforge.

Hope that helps.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Intel PRO/Wireless 2200BG henriette Linux - Laptop and Netbook 5 05-20-2007 02:50 PM
Intel pro/wireless 2200BG lobwolf Linux - Wireless Networking 27 11-01-2005 10:20 AM
Intel PRO/Wireless 2200BG - Mandrake 10.1 - <SOLVED> Grasshopper Linux - Wireless Networking 3 03-15-2005 10:41 AM
Intel 2200BG wireless problems idahoakl SUSE / openSUSE 4 03-12-2005 08:24 AM
FC2 not recognizing the Intel PRO/Wireless 2200BG wireless card mdslf Linux - Laptop and Netbook 2 08-24-2004 02:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 02:57 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration