----- Original Message ----- >Date: Mon, 26 Apr 2010 13:41:53 +0200 >Subject: Re: Re: [driver-discuss] Broadcom bcm4312 build error with Dell > Inspiron 1545 >From: Vinay Patil <[email protected]> >To: [email protected] >Cc: [email protected] > > >hi Masa, > >I tried, but it was not able to browse internet. > >After command "dladm connect-wifi -e your-essid -k secobj-name run0" > >It told it is connected, but browser didnt work. >And I disabled the nwam by right clicking the Icone in top bar, and in >properties i made to work manually. > >Another one issues, mv /etc/dladm/secobj.conf had only comments, there were >no configuration items. >So I executed the above command without -k option.
Sorry, if you don't use encryption, no need to use -k option. There is no entr y in secobj.conf. >When executed second time, it told connection is already established, so >didnt connect. >did i miss anything to make internet work? Sorry, the procedure was not correct. The right oparation will be: Disable nwam by GUI or svcadm # ifconfig run0 plumb # dladm show-wifi # dladm scan-wifi # dladm connect-wifi -e your-essid run0 # ifconfig run0 dhcp # ifconfig run0 -masa > >Vinay > > >2010/4/25 <[email protected]> > >> >> >> >> ----- Original Message ----- >> >Date: Sat, 24 Apr 2010 11:34:34 +0200 >> >Subject: Re: [driver-discuss] Broadcom bcm4312 build error with Dell >> Inspiron >> >> > 1545 >> >From: Vinay Patil <[email protected]> >> >To: Masa Murayama <[email protected]> >> >Cc: [email protected] >> > >> > >> >hi Masa, >> > >> >Here is some more updated log. >> > >> >Nowadays I am not able to connect using run0, >> >Some days days before I removed run0 driver and installed Ralink driver >> for >> >Windows XP, using NDIS and I named device as rtndis. >> >That too didn't work out, to solve problem of frequent disconnect. >> > >> >Then I reverted back to run driver, now I am not able to connect at all. >> > >> >vinay >> >> Vinay, >> >> Sorry for late response, and thank you for updating me. >> >> I think I could duplicate the problem. >> >> Usually I don't use nwam because my boxs use some network interfaces >> simultaneously. run works without nwam for me. >> >> As you seemed to use nwam, I enabled it. With nwan, run failed to connect >> to >> the access point. >> >> If you can, please try run without nwam. >> >> To connect the your access point manually without nwam: >> # ifconfig run0 plumb >> # dladm show-wifi >> # dladm scan-wifi >> # dladm connect-wifi -e your-essid -k secobj-name run0 >> (see /etc/dladm/secobj.conf for the secobj name ) >> >> I think I can resolve the issue soon. >> >> -masa >> >> >2010/4/20 Masa Murayama <[email protected]> >> > >> >> ----- Original Message ----- >> >> >Date: Tue, 20 Apr 2010 10:18:34 PDT >> >> >From: Vinay Patil <[email protected]> >> >> >To: [email protected] >> >> >Subject: Re: [driver-discuss] Broadcom bcm4312 build error with Dell >> >> > Inspiron 1545 >> >> > >> >> > >> >> >hi mrym, >> >> > >> >> >I still have the problem with frequent disconnect with device run0 >> device. >> >> No >> >> t able to figure out the reason, was my device name wrong? or existence >> of >> >> 2 w >> >> ifi device? I even tried manually setting OpenSolaris to only use run0, >> >> still >> >> there is problem, any suggestion will be helpful.. >> >> > >> >> >vinay >> >> >> >> vinay, >> >> >> >> Would you show me the logs in /var/adm/messages from run. >> >> I'd like to identify the chipset of rt2870 family you use. >> >> I have similar experience in developing. >> >> >> >> -masa >> >> >> >> >-- >> >> >This message posted from opensolaris.org >> >> >_______________________________________________ >> >> >driver-discuss mailing list >> >> >[email protected] >> >> >http://mail.opensolaris.org/mailman/listinfo/driver-discuss >> >> >> >> >> >> _______________________________________________ driver-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/driver-discuss
