Heh time to take a step back and explain what half the things you did are...
ifconfig
ifup
ifdown
These commands are for setting up and seeing the status of your network InterFaces. ifup and ifdown will take an interface up or down respectively, ifconfig will do a whole crudload of things, but by itself will give you information on all your currently active interfaces.
lsmod
This command is to see all currently loaded modules(kinda like drivers for windows but not exactly).
iwconfig
Like ifconfig above but for wireless interfaces.
So now that that is out of the way....
From the output of lsmod, I don't see a ndiswrapper module, which needs to be loaded. I don't remember the exact syntax to get it to load the driver for your wireless card, but the command modprobe will load and unload drivers, and likely there is a command for that in one of those guides you can search for and find. That should start your wireless interface, again, and from there you can use the appropriate if commands to get it up or get info on it.
Seablade
ifconfig
ifup
ifdown
These commands are for setting up and seeing the status of your network InterFaces. ifup and ifdown will take an interface up or down respectively, ifconfig will do a whole crudload of things, but by itself will give you information on all your currently active interfaces.
lsmod
This command is to see all currently loaded modules(kinda like drivers for windows but not exactly).
iwconfig
Like ifconfig above but for wireless interfaces.
So now that that is out of the way....
From the output of lsmod, I don't see a ndiswrapper module, which needs to be loaded. I don't remember the exact syntax to get it to load the driver for your wireless card, but the command modprobe will load and unload drivers, and likely there is a command for that in one of those guides you can search for and find. That should start your wireless interface, again, and from there you can use the appropriate if commands to get it up or get info on it.
Seablade







Check it out: sudo ifconfig


Also, I've read some of the comments that people wrote about
I should add that I tried disabling the security and also with WEP instead of WPA and the SAME problem happened (I appear to be connected but I'm really not)
sudo route


