FreeBSD 6.2 on Dell Latitude D600 - Wireless Networking

 

First, determine you hardware by typing:

#pciconf -lv

In my case it tells me - PRO/Wireless 2200BG Network Connection

In order to get wireless working:

pkg_add -r iwi-firmware
pkg_add -r iwi-firmware-kmod
pkg_add -r wpa_supplicant

Create startup script in /usr/local/etc/rc.d

vi /usr/local/etc/rc.d/WIFI.sh
#!/bin/sh
echo Loading Wireless Driver...
kldload -v if_iwi //This will load driver for Wireless.
echo Bringing Wireless Interface UP...
ifconfig iwi0 up
echo Loading WPA Supplicant...
wpa_supplicant -i iwi0 -c /etc/wpa_supplicant.conf &
# & parameter will make this line of code working in background.

Make executable:

chmod 755 WIFI.sh

Create wpa_supplicant.conf file and add parameters of your AP.

cat /etc/wpa_supplicant.conf

network={
ssid="YOUR_SIDE"
psk="YOUR_PARAPHRASE"
}

Edit /etc/rc.conf in order to add following line:

ifconfig_iwi0="YOUR_SID DHCP"
#Don't forget DHCP keyword!

Done!

Moving your apps to Amazon or Miscrosoft Clouds?

We can help you analyze your existing infrastructure, identify the cost savings we can achieve by migrating to a cloud provider. We can then execute end-to-end migration plan of your infrastructure and bringing down your TCO.

Cloud Computing

Ready for IPv6 Migration?

The Internet is running out of the equivalent of phone numbers - familiar problem, non-trivial solution.

The world has to move to IPv6, with its 128-bit addresses. But that's easier said than done.

IPv6 Migration

Are you fluent in "Linux"?

Learn Linux from a leading expert and quickly master you Linux skills.

Learn how to simplify your workflow and increase your productivity using tips and techniques of the pros.

Ideal training for Corporate IT Beginners and Advanced IT Admins alike.

Corporate Linux Training

Who's Online

We have 3 guests and no members online