Michael Li napsal(a): > > > Petr Sobotka ??: >> Hello, >> >> I download and compiled ndis 1.1 from opensolaris laptop comunity. >> Everything is fine till I try to connect (I opened ap-point to be >> sure that >> I didn't miswrite wep password). >> I can scan wifi: >> dladm scan-wifi shows all accesible wifi in range (same wificonfig) >> >> When I try to connect: >> dladm connect-wifi -e zahrada-I2 >> >> It doesn't write any error and in dmesg I have bcmndis: link is up. >> But dladm show-wifi tells "bcmndis0 disconnected zahrada-I2" :-( >> >> Do you have any advices, or at least where I should look for problems >> (logs...). > Petr, > > Did you plumb the bcmndis0, before connect your AP? > I prefer inetmenu tool for you which has nice GUI to guide users > configuring WiFi station. > inetmenu package is linked on Ndis project page. > > The right configure steps are: > add_drv -i '"pci14e4,4318"' bcmndis > ifconfig bcmndis0 plumb Oh I forgot to plumb it ... ;-)
> wificonfig -i bcmndis0 scan; Or: dladm scan-wifi bcmndis0 > wificonfig -i bcmndis0 connect AP; Or: dladm connect-wifi -e AP -k xxx > bcmndis0 > > Thanks, > > Michael It works nicely, much better than in linux (the time also to set up wifi was shorter). Great work! Maybe in next release of inetmenu, it should contain also gnome desktop link, so it can be accessible from menu. Is there any auto-profile support, which connect to my home wifi at start of laptop? Thanks for advices, Petr