Comment 61 for bug 190515

Revision history for this message
sixgun (dhooper) wrote : Re: [Hardy] Low bandwidth with rt2400 / rt2500 drivers

I confirm the same failure with the backports-modules as Shawn.

So far, the machine that I installed the CVS driver on has worked fine for the last month. The machine with the NDiswrapper driver, I decided to try installing the CVS driver again, and it did work, but not without a minor complication. I was receiving two errors like "no rule to make target" and "make: *** /lib/modules/2.6.24-19-generic/build: No such file or directory. Stop". Fortunately it just took an easy fix with a symlink to my header files. Here is a neutral copy and paste friendly version of the command I used.

ln -s /usr/src/linux-headers-`uname -r` /lib/modules/`uname -r`/build

I do plan to test the ndiswrapper driver again, because I didn't let it go a full week. I just wanted to make sure that I could duplicate my results with the CVS driver. So, I'll be getting back with you on that.