Hi,
i'm using a HP Pavilion dv6-1123ef laptop it not exist any native driver on FreeBSD for the integred Broadcom network card.
So i extracted the .sys and .inf form the .exe of this driver and i genereted the .ko file. I add line in my loader.conf file like :
and after rebooting, kldstat return that if_nids.ko, ndis.ko and bcmwl6_sys.ko was loaded. And when i run the ifconfig command, there is no ndis0 interface wich appear...only re0, fwe0, fwip0, lo0 interfaces.
So why my wireless card does net appear?
Tanks for helping !
i'm using a HP Pavilion dv6-1123ef laptop it not exist any native driver on FreeBSD for the integred Broadcom network card.
So i extracted the .sys and .inf form the .exe of this driver and i genereted the .ko file. I add line in my loader.conf file like :
Code:
ndis_load="YES"
if_ndis_load="YES"
bcmwl6_sys_load="YES"
bcmwl6_sys_name="/boot/kernel/bcmwl6_sys.ko"
and after rebooting, kldstat return that if_nids.ko, ndis.ko and bcmwl6_sys.ko was loaded. And when i run the ifconfig command, there is no ndis0 interface wich appear...only re0, fwe0, fwip0, lo0 interfaces.
So why my wireless card does net appear?
Tanks for helping !