From your previous posts, you keep saying that "ndiswrapper -i" is supposed to show installed drivers. In fact, the "-i" option is to install. "-l" (- lowercase-L), will show installed drivers.
From what I've read, there were server problems, which meant the site was down. I know I had problems accessing the site.
According to
this, you should be okay. As long as you're not wanting to do too much.
But I don't have much experience with laptops, so you might want to check that out more thoroughly.
As for getting the wireless network adaptor working...
I'm using the Belkin F5D7050B model, which uses the rt73 drivers on Windows. I don't know what version of the drivers came with your device, so I'll refer to mine.
You should also check
this site, to see if your device is compatible. If you check the adapter itself, on the side with the AMC address, there should be a little box, with what looks like "FCC Belkin F5Dxxxx". Use the "find in this page" feature to locate it more quickly. Be sure to check more than once for it, too.
Anyway... this is what I went through;
I used ndiswrapper 1.35, which I compiled from
source.
I tried using the version of ndiswrapper that came with openSUSE, but it didn't work.
Take the files - rt73.inf, rt73.sys - from the Windows installation disc, and put those into a folder "/home/user/rt73". If I remember rightly, one of the files had a name different from "rt73.*", but ndiswrapper will look for the .sys file when you install the .inf file, so they need to be called the same thing. Just rename them, so that they have the same file name. But be sure to leave the extension alone.
Next, once you have the files, and the ndiswrapper is installed, navigate to the rt73 folder, and in konsole, as root, type
ndiswrapper -i rt73.inf
This should give some output like "installing...", there'll be a brief pause, and then you'll get the prompt back.
You can check this with
ndiswrapper -l
Which should give some indication that the driver is installed.
Then type
ndiswrapper -m
Which should return some output, I don't remember exactly what it said, but it showed that it worked.
The type
modprobe ndiswrapper
which I don't think gives any output if it works.
Hopefully that all works.
Then you can leave konsole.
Now you want to go to YaST, choose "Network Devices", and "Network Card".
I doubt that this next step is really "proper", but it was how I got mine working, so I'll include it.
I had to choose "Traditional Method with ifup" from the network setup method. Then I rebooted and used the "User Controlled with NetworkManager" instead. If you can get the NetworkManager method to work for you first time, then do that. Otherwise, try choosing the ifup method, reboot and change it.
Now, my Belkin device is already listed here, if yours is too, ignore it.
Choose "Add".
Device Type = Wireless
Configuration Name = wlan0
Hardware Config Name = static-0
Module Name = ndiswrapper
Options = (empty) -- do not type this, just leave it empty
PCMCIA = unchecked
USB = unchecked
Choose "Next"
Device Type = Wireless
Config Name = wlan0
Automatic Address Setup = TRUE
Choose "Next"
The next set of settings should be for your network. So choose the appropriate settings here. It will all depend on how you have your router set up.
Choose "Next"
That should be it. Click "Finish", and YaST will run through some settings and try to set up the device.
If it stalls and halts the system, then either you tried the NetworkManager method first, in which case, reboot and try ifup, reboot and then try again. Or something went wrong (obviously).
If it all works then open up KNetworkManager, or the Gnome equivalent, input the network name, passphrase/code and connect.
My device sometimes halts at 28%, in which case I unplug the device, reconnect it and try again, which always works for me. I'm sure there's some way to "unplug" the device during startup, and then getting it to "plug in" again. But I don't know what it is, and the device is close enough to me that unplugging it and plugging it back in isn't a big deal.
If it doesn't work, let me know what steps you get stuck at, and what sort of errors you get.
I'm no expert, so I can only be of limited help, but I got mine working, and my Dad had problems getting the same device to work on Mandriva, so we did loads of research into getting it to work, so I know a little about this device.
Anyway... I hope it helps in some way.