<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Courier New" size=2>
<DIV><FONT face="Courier New" size=2><FONT face="Times New Roman"
size=3>Hello,<BR>Working with Intersil PrismGT mini-pci 11g driver. After
loading the module,<BR>check the wireless interface by
iwconfig:<BR><BR>#iwconfig eth0<BR><BR>Warning: Driver for device eth0 has been
compiled with version 13<BR>of Wireless Extension, while this program is using
version 15.<BR>Some things may be broken...<BR>Warning: Driver for device eth0
recommend version 15 of Wireless Extension,<BR>but has been compiled with
version 13, therefore some driver features<BR>may not be available...<BR>eth0
PRISM Duette ESSID:"uAP"<BR>Mode:Master Frequency:2.437GHz Bit
Rate:54Mb/s<BR>RTS thr:off Fragment thr:off<BR><BR>Some warning message, but
basically the card is able to work in AP mode.<BR>Try changing the
SSID:<BR><BR># iwconfig eth0 essid myAP<BR># iwconfig eth0<BR>Warning: Driver
for device eth0 has been compiled with version 13<BR>of Wireless Extension,
while this program is using version 15.<BR>Some things may be
broken...<BR>Warning: Driver for device eth0 recommend version 15 of Wireless
Extension,<BR>but has been compiled with version 13, therefore some driver
features<BR>may not be available...<BR>eth0 PRISM Duette
ESSID:"myAP"<BR>Mode:Master Frequency:2.437GHz Bit Rate:54Mb/s<BR>RTS thr:off
Fragment thr:off<BR><BR>SSID able to change successfully. But when I try to
change the bit rate,<BR>encryption and txpower:<BR><BR># iwconfig eth0 rate
auto<BR>Error for wireless request "Set Bit Rate" (8B20) :<BR>SET failed on
device eth0 ; Operation not supported.<BR><BR># iwcofig enc 1234-5678<BR>Error
for wireless request "Set Encode" (8B2A) :<BR>SET failed on device eth0 ;
Operation not supported.<BR><BR># iwconfig eth0 txpower 15mW<BR>Warning: Driver
for device eth0 has been compiled with version 13<BR>of Wireless Extension,
while this program is using version 15.<BR>Some things may be
broken...<BR>Warning: Driver for device eth0 recommend version 15 of Wireless
Extension,<BR>but has been compiled with version 13, therefore some driver
features<BR>may not be available...<BR>Error for wireless request "Set Tx Power"
(8B26) :<BR>SET failed on device eth0 ; Operation not
supported.<BR><BR>Apparently the command is not working well. Any idea on
this?</FONT><BR></FONT></DIV></FONT></DIV></BODY></HTML>