I've been struggling to get my linksys wpc11 v4 wireless card working (without ndiswrapper).
I started with something like:
ifconfig wlan0 down
iwconfig wlan0 essid "XXX"
iwconfig wlan0 key XXXX
the last command gave me:
Error for wireless request "Set Encode" (8B2A) :
SET failed on device wlan0 ; Operation not supported
After tons of googling, I get the impression that to get on a network with a password, I need to have different drivers. (yes?)
so I am currently following a combo of these 2 tutorials
http://ubuntuforums.org/archive/index.php/t-170813.html
http://sourceforge.net/cvs/?group_id=114161
in an effort to compile the drivers on my machine.
using cvs i download the files to another computer and copied to a usb drive and then moved them to the laptop i am working on. then
make
make: Warning: File 'Makefile' has modification time 8.8e+03 s in the future
make -C /lib/modules/2.6.21.5/build SUBDIRS=/root/rtl8180-sa2400-dev MODVERDIR=/root/rtl8180-sa2400-dev modules
make[1]: Entering directory '/usr/src/linux-2.6.21.5'
scripts/Makefile.build17: /root/rtl8180-2-sa2400-dev/Makefile: no such file or directory
make[2]: *** No rule to make target '/root/rtl8180-sa2400-dev/Makefile'. Stop.
make[1]: *** [_module_/root/rtl8180-sa2400-dev] Error 2
make[1]: Leaving directory '/usr/src/linux-2.6.21.5'
make: *** [2.6] Error 2
and when i ls the directory is now empty.
per another post in this form i used 'date' to confirm my laptops clock is correct.
i am in way over my head here. i'm a linux newbie and have been finding and following tutorials and googling error mesages but dont really understand what i'm doing. my line of reasoning could be wrong at any step of this and i would not know. can anyone help?
thank you!