|
Hi,
Since the drivers (rt2x00 2.0.14) that ship with SuSE11.0 give me no statisfaction because of slowness and unstable connections I tried the legacy RT2500 driver from CSV. I have an Hercules card by the way which I used successfully in my previous SuSE10.1 setup. I nevertheless managed to compile the module rt2500.ko from your project and load it successfully.
Now I'm trying to compile RutilT and after tackeling the memcpy errors (missing include files) I now stumble upon this error : (snippet of last lines) Compiling lib/CWirelessMsgHandler.o In file included from lib/src//CWirelessMsgHandler.cxx:23: include/CWirelessMsgHandler.h:54: error: ISO C++ forbids declaration of ‘auto_ptr’ with no type include/CWirelessMsgHandler.h:54: error: invalid use of ‘::’ include/CWirelessMsgHandler.h:54: error: expected ‘;’ before ‘<’ token In file included from include/CWirelessMsgHandler.h:60, from lib/src//CWirelessMsgHandler.cxx:23: include/private/CWirelessMsgHandler.hxx: In constructor ‘nsRoot::CWirelessMsgHandler::CWirelessMsgHandler()’: include/private/CWirelessMsgHandler.hxx:23: error: class ‘nsRoot::CWirelessMsgHandler’ does not have any field named ‘m_pDriver’ include/private/CWirelessMsgHandler.hxx: In member function ‘nsWireless::IDriver* nsRoot::CWirelessMsgHandler::GetDriver()’: include/private/CWirelessMsgHandler.hxx:31: error: ‘m_pDriver’ was not declared in this scope include/private/CWirelessMsgHandler.hxx: In member function ‘const nsWireless::IDriver* nsRoot::CWirelessMsgHandler::GetDriver() const’: include/private/CWirelessMsgHandler.hxx:39: error: ‘m_pDriver’ was not declared in this scope include/private/CWirelessMsgHandler.hxx: In member function ‘void nsRoot::CWirelessMsgHandler::SetDriver(nsWireless::IDriver*)’: include/private/CWirelessMsgHandler.hxx:47: error: ‘m_pDriver’ was not declared in this scope lib/src//CWirelessMsgHandler.cxx: In member function ‘virtual nsRoot::CMsg nsRoot::CWirelessMsgHandler::operator()(const nsRoot::CMsg&)’: lib/src//CWirelessMsgHandler.cxx:96: error: ‘m_pDriver’ was not declared in this scope lib/src//CWirelessMsgHandler.cxx:102: error: ‘m_pDriver’ was not declared in this scope make: *** [lib/CWirelessMsgHandler.o] Error 1
Can any of the authors help with this? In the meantime I fiddled around with the SuSE network configuration and managed to get the card working with WEP Shared Key. Is it not possible to use WAP-PSK with this driver?
Thanks for any reply, Guy.
|