Thanks Andrew for the information, we will check what difference between snv_76 and snv_91/OpenSolaris 2008.05.
-- Quaker am2605 at gmail.com wrote: > Hi Quaker, > > I just reinstalled b76 from an old DVD I have here. > > I can confirm that it does connect without problem on b76. > > The steps I took to connect on b76 were to enable nwam (svcadm enable > physical:nwam). I then simply picked my AP from the list that > appeared, and pasted in my WEP key. Within seconds a dialog popped up > saying that the IP address 192.168.2.103 was allocated, and I was able > to connect to the web. > > As previously discussed the same steps do not work on OpenSolaris > 2008.05 or snv_91. > > Please let me know anything I can try to assist with debugging this. > I will leave b76 installed on my laptop for the time being. > > Regards, > Andrew. > > > On 05/07/2008, Quaker Fang <Quaker.Fang at sun.com> wrote: > >> Hi Andrew, >> >> I will setup a similar env on Monday, and try, any progress, I will >> notify you. >> >> -- >> Quaker >> >> Andrew Myers wrote: >> >>> No joy. Output of my session is shown below. >>> >>> Although show-wifi shows connected, there is no mode or speed. >>> >>> Tomorrow I will try again on b78 - I am almost certain I had it >>> working on that last year and would like to just double check that >>> that it did. >>> >>> bash-3.2# dladm scan-wifi >>> LINK ESSID BSSID/IBSSID SEC STRENGTH MODE >>> SPEED >>> ipw0 JackAubrey 0:1:e3:e5:5:cd wep excellent g >>> 36Mb >>> ipw0 lanlex 0:13:46:b:24:f6 wep weak g >>> 54Mb >>> ipw0 BigPond6902 0:1d:5a:b0:30:11 wpa weak g >>> 54Mb >>> bash-3.2# dladm connect-wifi -e JackAubrey -s wep -k mywepkey >>> bash-3.2# dladm show-wifi >>> LINK STATUS ESSID SEC STRENGTH MODE >>> SPEED >>> ipw0 connected JackAubrey wep excellent g >>> -- >>> bash-3.2# ifconfig ipw0 192.168.2.106/24 up >>> bash-3.2# ifconfig -a >>> lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu >>> 8232 index 1 >>> inet 127.0.0.1 netmask ff000000 >>> ipw0: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 >>> index 2 >>> inet 192.168.2.106 netmask ffffff00 broadcast 192.168.2.255 >>> ether 0:4:23:72:ab:b2 >>> iprb0: flags=201000802<BROADCAST,MULTICAST,IPv4,CoS> mtu 1500 index 3 >>> inet 0.0.0.0 netmask 0 >>> ether 0:6:1b:d8:5e:d6 >>> lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu >>> 8252 index 1 >>> inet6 ::1/128 >>> bash-3.2# dladm show-wifi >>> LINK STATUS ESSID SEC STRENGTH MODE >>> SPEED >>> ipw0 connected JackAubrey wep very good g >>> -- >>> bash-3.2# ping 192.168.2.1 >>> no answer from 192.168.2.1 >>> >>> >>> 2008/7/4 Quaker Fang <Quaker.Fang at sun.com>: >>> >>> >>>> # dladm show-wifi --> should be "connected", right? >>>> >>>> If so, please try a static IP, >>>> # ifconfig ipw0 192.168.2.9/24 up >>>> # ping 192.168.2.1 >>>> >>>> Does this work? >>>> >>>> >>>> >>