Hi Brian, One minor question about this code snippet:
> *171 while [ $# -gt 0 ]; do* > *172 if [ -r /dev/wifi/$1 ]; then > *173 /sbin/wificonfig -i $1 startconf > >/dev/null* My wireless driver is sitting in /dev. I don't have a /dev/wifi directory. Will this get automatically built, or will I need to create links here by hand? This message posted from opensolaris.org