Usually the NIC Lan Card & wi-fi card drivers will be detected by default, so all you need is to go :
Start==>Administration ==> Networks ==> Wireless or Ethernet ==> properties ==> enable this connection, select the Network from the available networks, keytype- hexadecimal, configuration-DHCP If you want to auto-enable this wifi connection then check 'enable on boot'. Now select 'Activate' and you are done. Surf Net !!!
In my HP nx6315 laptop we're having broadcom NIC card 'bcm4401' series. It was not that difficult I followed the procedure below :
Downloaded bfe 2.3 from here : http://opensolaris.org/os/community/device_drivers/files/bfe-2.3.1t0.tar.gz
Extracted it in a folder & executed these commands.
make
make install
./adddrv.sh
modload obj/bfe
modinfo | grep bfe (loaded?)
devfsadm -i bfe
ifconfig bfe0 plumb
ifconfig bfe0 up
Now , Start==>administration ==> Networks ==> Ethernet ==> properties ==>
enable this connection, select the Network from the available networks, keytype- hexadecimal, configuration-DHCP
If you want to auto-enable this wifi connection then check 'enable on boot'. Now select 'Activate' and you are done.
Surf Net !!!
Or if this doesn't work then please visit this link :
http://www-user.uni-bremen.de/~hburde/solaris_bmc4401.html
Start==>Administration ==> Networks ==> Wireless or Ethernet ==> properties ==> enable this connection, select the Network from the available networks, keytype- hexadecimal, configuration-DHCP If you want to auto-enable this wifi connection then check 'enable on boot'. Now select 'Activate' and you are done. Surf Net !!!
In my HP nx6315 laptop we're having broadcom NIC card 'bcm4401' series. It was not that difficult I followed the procedure below :
Downloaded bfe 2.3 from here : http://opensolaris.org/os/community/device_drivers/files/bfe-2.3.1t0.tar.gz
Extracted it in a folder & executed these commands.
make
make install
./adddrv.sh
modload obj/bfe
modinfo | grep bfe (loaded?)
devfsadm -i bfe
ifconfig bfe0 plumb
ifconfig bfe0 up
Now , Start==>administration ==> Networks ==> Ethernet ==> properties ==>
enable this connection, select the Network from the available networks, keytype- hexadecimal, configuration-DHCP
If you want to auto-enable this wifi connection then check 'enable on boot'. Now select 'Activate' and you are done.
Surf Net !!!
Or if this doesn't work then please visit this link :
http://www-user.uni-bremen.de/~hburde/solaris_bmc4401.html
本文介绍如何为HP nx6315笔记本电脑配置Broadcom bcm4401系列NIC卡。通过下载并安装特定驱动程序,可以实现网络连接的自动启用,并详细介绍了配置步骤。

425

被折叠的 条评论
为什么被折叠?



