In the included readme, do
Quote
To build just the driver, simply use 'make'. (do make in the directory where you unzipped the file).
Compiling against the linux kernel 2.4 source tree, there should be no warnings at all.
If you compile against the linux kernel 2.2 source tree, you may see:
{standard input}: Assembler messages:
{standard input}: Warning: ignoring changed section attributes for .modinfo
This is OK. It's caused by a small bug in the 2.2 series kernel, whereby it outputs two modinfo sections. It doesn't affect the running of the module, however.
This version of the driver offers an automatic installation facility.
Use 'make install' to have the driver installed into your kernel modules directory, which is assumed to be /lib/modules/<version>/kernel/drivers/usb.
<version> is picked up from the currently running kernel, so if that's not the right place, then don't use 'make install'!
Unquote
That's about it, tell me what part you may not 'get'. Make sure you get the software driver specific to your kernel, via the 'uname -r' command in a console, at
http://sourceforge.net/project/showf...group_id=28498 .
I've not used this software, nor installed it, just trying to help.
Anyone out there got specific experience with this stuff, feel free to step in.