you must install the kernel 2.6.26-1-686, wpasupplicant and firmware-iwlwifi, wireless-tools to get intel pro/wireless 4695 to work.

then in /etc/network/interfaces

#auto wlan0
iface wlan0 inet dhcp
pre-up (echo ‘Modprobing iwl4965′) && /sbin/modprobe iwl4965
post-down (echo ‘Removing iwl4965′) && /sbin/modprobe -r iwl4965
wpa-ssid YOURNETNAMEAKASID
wpa-key_mgmt WPA-PSK
wpa-proto WPA
wpa-pairwise TKIP
wpa-group TKIP
wpa-psk “yourpassphrase”
wpa-driver wext

to activate the wireless driver

#ifup wlan0

more info