PDA

View Full Version : Autodetect IPW adapter on 7.2?


N4is3N
May 7th, 2009, 15:30
FreeBSD 7.2 autodetect with Intel Pro Wireless wifi adpater?

Thanks before... :)

SirDice
May 7th, 2009, 15:39
It's not in the GENERIC kernel if that's what you mean. You will need to load it yourself. See ipw and iwi.

N4is3N
May 9th, 2009, 09:04
How to load it? sorry, am new here...

Thx

vivek
May 9th, 2009, 09:37
The driver get loaded automatically if you add the following to /boot/loader.conf file:
if_ipw_load="YES"
wlan_load="YES"
firmware_load="YES"
ipw_bss_load="YES"
ipw_ibss_load="YES"
ipw_monitor_load="YES"
legal.intel_ipw.license_ack=1

Then, reboot the system. Read man page provided by SirDice, it has all info. To read man page type the command:
man 4 ipw
man 4 iwi