? 2010-3-8 5:27, Hillel Lubman ??:
> I tried to install Netgear MA311 (802.11b) WiFi PCI card on SunBlade 2500 
> with OpenSolaris snv_131 (pcwl is supposed to be one of the few available 
> WiFi drivers for SPARCs and Netgear 311 PCI card is listed as one of the 
> supported for it 
> here:http://hub.opensolaris.org/bin/view/Community+Group+laptop/wireless_driver_compatible_list
>   ).
>
> However WiFi doesn't really function. The system seems to recognize the 
> device and created an pcwl1 interface. However once in a while it produces a 
> message:
> WARNING: pcwl: setcmd 121, fce5 timeout 8000 due to busy bit
> 'wificonfig -i pcwl1 scan' doesn't produce any results. What can be wrong 
> with it?
>
> Thanks,
>
> Hillel.
>    
Hi Hillel,

It seems to be a new bug. You can run below dtrace command to get the 
stack when timeout happen.
#dtrace -n 'fbt:pcwl:pcwl_set_cmd:return/args[1] == 0x10/ { stack() }'
And, how about output of "ifconfig -a"?

Thanks,
Michael

Reply via email to