# sysctl hw.syscons.bell=0Make sure settings remains same after you reboot the laptop, enter:
# echo "hw.syscons.bell=0" >> /etc/sysctl.confTest it:
# reboot# sysctl hw.syscons.bell=0 # echo "hw.syscons.bell=0" >> /etc/sysctl.conf # reboot# /etc/rc.d/netif start# /etc/rc.d/netif stop# /etc/rc.d/netif restart# ifconfig network-interface down# ifconfig network-interface up# ifconfig -d# ifconfig -u# /etc/rc.d/routing restart# /etc/rc.d/netif restart && /etc/rc.d/routing restart# cp /usr/share/examples/etc/netstart /etc/network2) Execute script:
. /etc/networkOR
sh /etc/networkPlease note that script will do all necessary work for you i.e. it will start network, routing, firewall etc.