jgombos
Group: Members
Posts: 39
Joined: Nov. 2006 |
|
Posted: Nov. 04 2006,19:02 |
|
I don't know anything about the NDIS Wrapper, but I was able to get an RT2571W chip to run successfully on DSL without it, using the RT73 driver. It wasn't easy. My card is not DLink, but rather Level One WNC-0301USB, but that shouldn't matter. Here was the process I followed:
* Download the source code for the RT73 driver direct from RAlink. * Download the source code for the DSL kernel (in my case, this was version 2.4.26). * Put all the source code on a machine that has a compiler. * Compile the kernel using all default options. * Compile the driver using the "Makefile.4" makefile. (This step depends on files produced by the kernel build process) * Put the module on the DSL machine in /lib/modules/net/wireless, run depmod, ignore the error, and reboot. (you could run insmod to test the module first if you want). * Run ifconfig rausb0 inet <IP addy> up * Run route add default gateway <your gateway IP>
My guess is that the segmentation fault may have occured if you downloaded a binary driver, which may have been compiled for a different kernel version.
I could post my binary driver module if you want, and you have kernel version 2.4.26.
|