On 08/09/2010 02:01 PM, binarynut@xxxxxxxxxxx wrote: > On 08/09/2010 04:29 PM, JD wrote: >> On 08/09/2010 12:51 PM, Ed Greshko wrote: >>> On 08/10/2010 02:39 AM, binarynut@xxxxxxxxxxx wrote: >>>> On 08/09/2010 02:01 PM, JD wrote: >>>>> On 08/09/2010 09:57 AM, Ed Greshko wrote: >>>>>> No.... It did not.... >>>>>> >>>>> OK, Mr. binary - so what was the original compilation error message >>>>> that prompted you to start this thread? >>>>> >>>>> Also, do you or do you not want to work with a working rt2860 driver >>>>> which I offered to send you? >>>>> >>>>> >>>> I really would like for all of us to work together on this, I'm sure >>>> you two gurus can put your heads together and solve it , so all Fedora users >>>> would have it to use. >>>> >>>> So please, Ed, JD put your differences aside and work together. I'm >>>> sure each of you will learn something new. >>>> >>>> I really do appreciate you guys helping me. >>> One more time..... >>> >>> Did you make the changes I asked you to and try to recompile again? >>> >>> It isn't a matter of differences. >>> >>> I reproduced your problem....exactly....according to your compile output >>> that you posted on fpaste.org. >>> >>> I then took the time to troubleshoot the Makefile process...and found >>> exactly what the problem was...I then made changes to the Makefile and >>> the other file....and I have successfully compiled the driver from the >>> exactly same source code tar file that you downloaded. >>> >>> So....I have *actually* done it. I am not sitting around speculating on >>> what may be the problem. >>> >>> Again.... >>> >>> 1. I reproduced exactly your problem on my system. >>> 2. I found a fix for it. >>> 3. I successfully compiled. >>> 4. I told you what the how to fix it. >>> >>> What more would you like? >>> >>> It is 3:30AM here in Taiwan. The only reason I'm writing this is my cat >>> woke me.... >>> >>> Have a look at >>> >>> http://fpaste.org/WaSp/ >>> >>> Proof enough? >>> >> Ed, perhaps his kernel differs from the one you are using. >> I believe he is using the vanilla fedora kernel, and not the >> rpmfusion kernel. Is this the case, Mr. BinaryNut? >> > I tried to install that kernel-src rpm and this is the output I get. > > uname -a > Linux inspiron 2.6.33.6-147.2.4.fc13.i686 #1 SMP Fri Jul 23 17:27:40 UTC > 2010 i686 i686 i386 GNU/Linux > > > yum localinstall --nogpg kernel-2.6.33.6-147.2.4.fc13.src.rpm > Loaded plugins: presto, refresh-packagekit, remove-with-leaves > Setting up Local Package Process > Examining kernel-2.6.33.6-147.2.4.fc13.src.rpm: > kernel-2.6.33.6-147.2.4.fc13.src > Cannot add package kernel-2.6.33.6-147.2.4.fc13.src.rpm to transaction. > Not a compatible architecture: src > That's not how you bring in the source rpm do this: cd ~/rpmbuild/SRPMS wget -c -ndH http://mirrors.kernel.org/fedora/updates/13/SRPMS/kernel-2.6.33.6-147.2.4.fc13.src.rpm rpm -ivh kernel-2.6.33.6-147.2.4.fc13.src.rpm cd ../SPECS rpmbuild -bp kernel.spec cd ../BUILD/kernel-2.6.33.6/linux-2.6.33.6 cp /boot/config--2.6.33.6-147.2.4.fc13* .config make oldconfig make xconfig wait for the gui to come up scroll down to the middle scroll bar down to Staging Drivers area, just above Filesystems Click on Staging On the right side scroll down to Ralink 2870/3070 which is compatible with your chipset. Select it. Click on the floppy icon at top left quit make all sudo make modules_install install reboot and in the grub screen, press any key to stop autoboot, and select the kernel you just built - it will be at the top. Let us know f it worked. If it does not work, then you have to fall back on Ed's way of installing the kmod stuff from rpmfusion. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines