hmm... still doesn't work. Nothing has changed after following the steps and restarting. =\
I'm wondering if I fucked up and grabbed the wrong driver..... I really don't think I did but I'll have to double check when I get home and have an wired connection for the laptop.
I was diggin through the junk drawer for a nail file 'cause my nails were getting a bit long (classical guitar player...) and happened across this ancient cisco aironet 300 wireless adapter.
I popped it in and SHAZZAM! EDIT: Not working. It's just recognized as an "unknown device" and listed as a wireless adapter. Doesn't actually send or receive any data though. Just sits... broken. Drivers dont do jack shit. *sigh*
So it isn't working after all? If your AP uses encryption, you're going to need wpa_supplicant. For reference, I have the below in my /etc/network/interfaces:
/etc/wpa_supplicant.conf is a list of passphrases created with `wpa_passphrase some_essid mypassword >> /etc/wpa_supplicant.conf`.
I suppose that is the geek's way to wireless networking. There are a few GUI tools in apt that do most of the configuring for you, like network-manager-gnome, kwlan and wpagui.
Using the cisco Aironet 350 series wireless adapter I get results when typing in iwconfig.
It shows up under an interface called wifi0 (not ath0).
network-manager-gnome sees the device and when I go to configure the wifi connection it even sees that my lan exists with a high signal strength.
I disabled security and MAC filtering on the lan router (just to see if I could get the card working) but the card just refuses to connect to the lan even if I manually enter the connection info instead of relying on the router to dish one out automagically.
I feel like I'm closer with this Aironet card though than I was with the WPC300N card.
Interesting fact: Upon doing a complete reinstall of Debian using a minimal image (net install) the installer detects my cisco card, and even autoconfigured the net settings and made use of it to download the needed packages to finish installation.
It looks like the issue's been resolved. I'm crossing my fingers to see if the card still works after finializing the installation.