Hey Dark,
Firstly, try turn the Mac filter and WEP off on the router. Make sure that the DHCP Server in the router is turned ON
#Iwconfig
check what <interface> the card is listed as. eth1, wlan0 are common.
#iwconfig <interface> essid <networkname>
#dhcpcd <interface>
#ifconfig <interface>
Did the router give you an IP address on the last line? you should also see in the 'iwconfig' line the MAC of the router and the channel number.... etc...
If it works, set the router up again to have WEP and MAC Filtering enabled (keeping the DHCP server ON) + set authentication mode to 'open' -
#iwconfig <interface> essid <network name>
#iwconfig <interface> key <hex key>
OR
#iwconfig <interface> key s:<ascii key>
#dhcpcd <interface>
it is way better for troubleshooting using the console rather than that crappy wireless manager in KDE. I dont think i have ever really got that thing to work very well...
If you have authentication on the router set to shared key then you will need to enter
#iwconfig <interfae> key restricted s:<ascii> etc etc....
Could your college be using WPA for encryption? instead of WEP