Wireless:
I have got the new firmware-iwlwifi to work, though for some
reason I find it is necessary to bring up wlan0 twice (something
to do with DHCP I think). It works best from an X terminal. I do
"ifup wlan0"; when this fails to connect, as it usually does, I
kill this terminal, bring up another and do "ifdown wlan0"
followed by "ifup wlan0". I've succeeded in automating all this
with /etc/rc.local.
You will also need to edit /etc/network/interfaces. There are
configuration tools for this but I did it by hand. This
configuration brings up the socket on the side of the Z61M so
you don't need a PCMCIA card. This is my
/etc/network/interfaces:
# This file describes the network interfaces available on your system
and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth1
iface eth1 inet dhcp
iface wlan0 inet dhcp
wireless_essid ap
auto eth3