One thing I discovered was that when restarting, my WUSB54GS would frequently not connect. I found a workaround to this somewhere by executing:
Code:
iwconfig <yourdevice> essid x mode managed
So for me, it ended up as:
Code:
iwconfig wlan0 essid x mode managed
Someone somewhere else (I forgot now) posted that ndiswrapper has an issue with dissociating with networks, so the workaround is to assign the router to a non existent network (in this case, that network is x) and then attempt to reconnect to your own network. It has solved the trick for me on every boot with no adverse problems that are noticeable.
Bookmarks