Download at sourceforge
The utility included with the driver will not compile unless you have the QTDIR set (normally most distros does not do it in bash_profile, bashrc or whatever they use ;) ) and that your QT library says it is threaded. This patch that I wrote fix the thread issue:
http://dcortarello.googlepages.com/ralink-1.1.0-b4.diff
So now. The compilation process will change. To be in this way (In the Utility directory):
patch -p0 < ralink-1.1.0-b4.diff
qmake -o Makefile raconfig2500.pro
QTDIR=/usr/lib/qt make # Or wherever your qt is installed
No comments:
Post a Comment