According to the Freebsd 7.2 man pages for iwi, it states that i should load the following in /boot/loader.conf
Iam not sure if this means that the mini pci is not functioning,
Any help would be deemly appreciated.
Thanks
Code:
legal.intel_iwi.license_ack=1
if_iwi_load="YES"
wlan_load="YES"
firmware_load="YES"
iwi_bss_load="YES"
iwi_ibss_load="YES"
iwi_monitor_load="YES"
ifconfig iwi0
shows the device is up and running.I tried to scan ifconfig iwi0 scan
, but it just hangs, I looked up the boot log and found the following
Code:
can't re-use a leaf (iwi)!
module_register: module pci/iwi already exists!
Module pci/iwi failed to register: 17
Iam not sure if this means that the mini pci is not functioning,
Any help would be deemly appreciated.
Thanks