Please help to configure and setup wireless card, a NetGear WG311T on Solaris 10? elvin 11-October-2008 12:45:13 AMComments www.cyberciti.biz/tips/solaris-how-to-configure-lan-card-nic.html Posted by crouse please visit www.unix.com/sun-solaris Posted by waqasahmad I'm sorry, I shouldn't have posted this late, I got this done already, thanks anyway. For anyone looking for a solution, I used: Code: wificonfig -i ath0 connect (wireless network name) Code: ifconfig ath0 dhcp And then I changed my /etc/nsswitch.conf file. I changed the line: hosts: files to: hosts: files dns Oh and don't forget to add your DNS addresses in /etc/resolv.conf But I would like to know what file I can add commands in, so that Solaris runs them when I boot Solaris. Posted by sagitraz Try this wificonfig -i ath0 connect (wireless network name) ifconfig ath0 dhcp In /etc/nsswitch.conf file. I changed the line "hosts: files" to "hosts: files dns" add your DNS addresses in /etc/resolv.conf Posted by mariuspaul |
Posted: 13-October-2008 12:46:38 PM By: mariuspaul Try this wificonfig -i ath0 connect (wireless network name) ifconfig ath0 dhcp In /etc/nsswitch.conf file. I changed the line "hosts: files" to "hosts: files dns" add your DNS addresses in /etc/resolv.conf | |
Posted: 21-October-2008 12:56:45 AM By: sagitraz I'm sorry, I shouldn't have posted this late, I got this done already, thanks anyway. For anyone looking for a solution, I used: Code: wificonfig -i ath0 connect (wireless network name) Code: ifconfig ath0 dhcp And then I changed my /etc/nsswitch.conf file. I changed the line: hosts: files to: hosts: files dns Oh and don't forget to add your DNS addresses in /etc/resolv.conf But I would like to know what file I can add commands in, so that Solaris runs them when I boot Solaris. | |
Posted: 19-January-2009 12:39:08 PM By: waqasahmad please visit www.unix.com/sun-solaris | |
Posted: 07-May-2009 06:00:51 AM By: crouse www.cyberciti.biz/tips/solaris-how-to-configure-lan-card-nic.html |