Hi,
I am completely new to freeBSD and PC-BSD. I decided to go for PC-BSD 8.0 64bits on my Dell D630 laptops...
It seems that the Dell wireless card is not seen by default as it is a BROADCOM chip.
I wanted to try bwi and start with b43-fwcutter install:
|
Code:
|
cd /usr/ports/sysutils/b43-fwcutter/ && make install clean |
then I installed bwi-firmware-kmod:
|
Code:
|
cd /usr/ports/net/bwi-firmware-kmod/ && make install clean |
and add the following commande in /boot/loader.conf
After rebooting, I issued dmesg | grep bwi and get nothing...
I have then tried to go for NDIS by following this doc
http://faqs.pcbsd.org/index.php?action= ... artlang=en
I have used the Dell D630 drivers 64bits (bcmwl6.inf and bcmwl664.sys)
but I do not have kload (as stated in the doc, I should issue "kload ndis" and "kload if_ndis" but I have a kload:command not found) and then I copied bcmwl664_sys.ko to /boot/modules and chmod it to 555, and issued kldload /boot/modules/bcmwl664_sys.ko
I have the following message
kldload: can't load /boot/modules/bcmwl664_sys.ko: Exec format error
How to set it up properly ?