nandan ??: > Hi Folks- I recently bought Lenovo T400 laptop and installed Opensolaris > 2008.11 release. I am not able to get the wireless working. I looked up the > driver in the compatible devices list. It lists "iwh" driver. I checked the > installed packages and the SUNWiwh package is already installed. I see the > "iwh" file in the kernel/drv directory as well. It shows up in the modinfo as > well. When I try to do the "devfsadm", it doesn't work. I am not able to > plumb the "iwh0" interface. Any help would be highly appreciated. > > thanks, > Nan > Hi Nan,
Please use command `/usr/X11/bin/scanpci` to check your wifi's device id. For OpenSolaris2008.11, iwh driver only supports "pciex8086,4232" and "pciex8086,4235". If your wifi's device id is not the same as the two, you should use command `update -a -i "pciex8086,****" iwh` to update driver alias, and iwh will work. Now from snv105+, the driver can support "pciex8086,4236" and "pciex8086,423a", and from snv106+, "pciex8086,4237" is also added to the driver alias. Thanks. ------ Thanks, Felix
