I can see in the sources there will be a new SUNWwpi pkg and SUNWwpar SUNWwpau (for wpa). I installed from the latest onnv-gate sources on b62. I altered the following script from Masayuki Murayama's bfe pkg, adddrv.sh:
#! /bin/csh -f # set DEVLIST = "" set DEVLIST = ($DEVLIST '"pci8086,4222"') # intel 3945abg set DEVLIST = ($DEVLIST '"pcie8086,4222"') # intel 3945abg #echo $DEVLIST /usr/sbin/add_drv -n -v -m '* 0600 root sys' -i "$DEVLIST" wpi sync Following I: devfsadm -i wpi; ifconfig wpi0 plumb; svcadm enable network/physical:nwam This popped up a list of AP's (I still can't get wep/wpa though. Now have wpi up & running. This message posted from opensolaris.org