Issue:
How to enable built-in wifi in Acer Aspire 3623WXMi?
Solution:
- add package ath driver v.0.5 for Solaris 10
- download wificonfig binary to /usr/bin
- create profile: wificonfig createprofile profilename essid=ssidname authmode=opensystem encryption=wep wepkey1=wepkey
- procedure:
- ifconfig rtls0 down
- ifconfig ath0 plumb
- wificonfig -i ath0 connect profilename
- ifconfig ath0 dhcp
Tricks:
- down the wired LAN interface (in this case rtls0) before bringing up wireless
- add authmode option in creating profile explicitly
- run: ifconfig ath0 plumb before running wificonfig command otherwise system will probably hang!