Senao Interrupt Problems

Ryan ryan
Mon Jun 16 10:16:44 PDT 2003


I'd appreciate any help I could get; I'm at the head-scratching phase of 
troubleshooting now.  I have a RedHat 7.2 box and I am running Aaron 
Baer's 2.4.18 HOSTAP kernel.  The card is a Senao 2011CS (the 200mW 
one).  I had this card working using the orinoco_cs driver, but had 
problems with Ad-Hoc mode, so I've turned my focus to HostAP.

What works?

The hostap_cs and related drivers load properly-
[root at gateway log]# lsmod
Module                  Size  Used by    Not tainted
hostap_cs              47500   1
hostap                 65572   0  [hostap_cs]
hostap_crypt            2608   0  [hostap]
pcnet_cs               13248   1
8390                    7468   0  [pcnet_cs]
ds                      7944   2  [hostap_cs pcnet_cs]
i82365                 15172   2
pcmcia_core            48640   0  [hostap_cs pcnet_cs ds i82365]
appletalk              23684   0  (autoclean)
ipx                    19908   0  (autoclean)

My interface comes up, but without a hardware address

[root at gateway root]# ifconfig wlan0
wlan0     Link encap:Ethernet  HWaddr 00:00:00:00:00:00
          inet addr:172.16.2.1  Bcast:172.16.2.255  Mask:255.255.255.0
          UP BROADCAST RUNNING 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
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

Some of the parameters that I set in ifcfg-wlan0 are set such as ESSID.  
iwconfig commands all fail with an error like SIOCSIWESSID: Invalid 
argument.  Obviously there is some critically missing information from 
my iwconfig output.

[root at gateway root]# iwconfig wlan0
Warning : Device wlan0 has been compiled with version 13
of Wireless Extension, while we are using version 11.
Some things may be broken...

wlan0     IEEE 802.11-DS  ESSID:"BALLSACK"
          Mode:Master  Tx-Power:15 dBm
          Encryption key:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  invalid crypt:0  invalid misc:0

Ok, so here are my syslog messges and we see why I don't have a mac address:

Jun 16 10:57:18 gateway cardmgr[521]: initializing socket 1
Jun 16 10:57:18 gateway cardmgr[521]: socket 1: Senao 
SL-2011CD/SL-2011CDPLUS
Jun 16 10:57:18 gateway cardmgr[521]: executing: 'modprobe hostap_crypt'
Jun 16 10:57:18 gateway cardmgr[521]: executing: 'modprobe hostap'
Jun 16 10:57:18 gateway cardmgr[521]: executing: 'modprobe hostap_cs 
ignore_cis_vcc=1'
Jun 16 10:57:19 gateway kernel: hostap_cs: 0.0.1 - 2003-04-05 (Jouni 
Malinen <jkmaline at cc.hut.fi>)
Jun 16 10:57:19 gateway kernel: hostap_cs: index 0x01: Vcc 5.0, irq 5, 
io 0x0100-0x013f
Jun 16 10:57:19 gateway kernel: hostap_cs: Registered netdevice wlan0
Jun 16 10:57:21 gateway kernel: wlan0: interrupt delivery does not seem 
to work
Jun 16 10:57:29 gateway last message repeated 8 times
Jun 16 10:57:29 gateway kernel: wlan0: could not get own MAC address

By the way dmesg is FULL of stuff like this:
wlan0: hfa384x_cmd: interrupted; err=-110
wlan0: hfa384x_get_rid: CMDCODE_ACCESS failed (res=-110, rid=fd48, len=2)
wlan0: hfa384x_cmd_issue: cmd reg was busy for 1000 usec
wlan0: hfa384x_cmd_issue - timeout - reg=0x8000
wlan0: hfa384x_cmd: entry still in list? (entry=c4f6bce0, type=0, res=-1)

Thanks,
Ryan




More information about the Hostap mailing list