You can get your card up at startup by making your /etc/network/interfaces to look like this:
Code:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
And maybe you'll also need to make /etc/resolv.conf to look like this:
Code:
nameserver xxx.xxx.xxx.xxx
nameserver xxx.xxx.xxx.xxx
But in this thread
http://www.linuxquestions.org/questi...hreadid=234997 comp12345 suggests that you'll also need to have "wireless-tools" package installed before you can actually get your wireless connection working. Once you are connected, you can do "apt-cache search wireless" to see what other utilities there are for wireless cards.