On 08/10/2010 06:20 AM, binarynut@comcast.net wrote:
> On 08/09/2010 06:10 PM, Ed Greshko wrote:
>> On 08/10/2010 04:53 AM, binarynut@comcast.net wrote:
>>> Yes I made the changes and the latest "make" dump is at
>>> http://fpaste.org/bAoE/
>> I do not believe you made the correct changes....
>>
>> The line 6 from your pastbin shows...
>>
>> cp -f os/linux/Makefile.4
>> /home/jim/Downloads/RT3572/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/Makefile
>>
>> Notice "Makefile.4"....
>>
>> This indicates that the build is still trying to do a kernel 2.4 build!
>>
>> Would you accept a tar file emailed directly from me to try?
>>
> Yes,
> Is it another RT3572.tar ?
>
I have just emailed to you a file named wusb600-drivers.tar.gz. It is
the same file as you've downloaded from realtek with the exception that
2 files have been edited as previously described.
I changed the name of the base directory to wusb600-drivers to avoid
conflicting with the original file. Untar, change to the
directory...and type make.
--
I never take work home with me; I always leave it in some bar along the
way. 葛斯克 愛德華 / 台北市八德路四段
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
08-09-2010, 11:17 PM
JD
Linksys WUSB600N ver. 2
On 08/09/2010 02:01 PM, binarynut@comcast.net 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@comcast.net 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@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
08-09-2010, 11:18 PM
JD
Linksys WUSB600N ver. 2
On 08/09/2010 02:22 PM, binarynut@comcast.net wrote:
> I was running the rpm -ivh and all of a sudden I get this, I didn't
> install a Group mockbuild
>
>
> warning: group mockbuild does not exist - using root
> warning: user mockbuild does not exist - using root
> warning: group mockbuild does not exist - using root
> warning: user mockbuild does not exist - using root
> warning: group mockbuild does not exist - using root
> warning: user mockbuild does not exist - using root
> warning: group mockbuild does not exist - using root
> warning: user mockbuild does not exist - using root
> warning: group mockbuild does not exist - using root
> warning: user mockbuild does not exist - using root
> warning: group mockbuild does not exist - using root
> [root@inspiron Downloads]#
>
Ignore it it is only a warning.
Proceed as I emailed you.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
08-10-2010, 12:35 AM
Linksys WUSB600N ver. 2
PERFECT !!!!! THANK YOU VERY MUCH ED !! And thank you JD for
Your help.
ED I would like to put this out on a couple of Fedora Help Forums ,
there are many people out there that have tackled this with no success.
Could you send me the changes, to what files you did, and any comments.
Would you like to see the Output ?
I see it will allow me to do WPA now, my older adapter would only do WEP
Thank you again
Jim Tate
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
08-10-2010, 12:38 AM
Linksys WUSB600N ver. 2
On 08/09/2010 08:35 PM, binarynut@comcast.net wrote:
> PERFECT !!!!! THANK YOU VERY MUCH ED !! And thank you JD for
> Your help.
>
> ED I would like to put this out on a couple of Fedora Help Forums ,
> there are many people out there that have tackled this with no success.
>
> Could you send me the changes, to what files you did, and any comments.
>
> Would you like to see the Output ?
>
> I see it will allow me to do WPA now, my older adapter would only do WEP
>
> Thank you again
> Jim Tate
I forgot to ask, Will this compile okay on X86_64 vanilla Kernel ?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
08-10-2010, 12:51 AM
Ed Greshko
Linksys WUSB600N ver. 2
On 08/10/2010 08:35 AM, binarynut@comcast.net wrote:
> PERFECT !!!!! THANK YOU VERY MUCH ED !! And thank you JD for
> Your help.
>
> ED I would like to put this out on a couple of Fedora Help Forums ,
> there are many people out there that have tackled this with no success.
You are welcome. Folks should be reminded from time to time about
Occam's razor. To paraphrase, the simplest explanation is usually the
correct one.
> Could you send me the changes, to what files you did, and any comments.
The *key* (as previously noted) is the string 2.4 is being matched in
the current kernel name. So, 2.4 in the ifneq statement needs to be
changed so it *does not* match since this is in reality a 2.6 kernel.
Maybe I confused you since I changed it to 2.9 because I am too lazy to
change it to 9999.9999 or something equally unlikely to be in the kernel
name.
Also, FWIW, only the first change in the findstring line of config.mk is
really needed. I, again, was too lazy to change it back.
> Would you like to see the Output ?
No thank you. I've seen the correct output too many times.
> I see it will allow me to do WPA now, my older adapter would only do WEP
>
> Thank you again
> Jim Tate
--
You won't skid if you stay in a rut. -- Frank Hubbard 葛斯克 愛德華 / 台
北市八德路四段
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
08-10-2010, 12:53 AM
Ed Greshko
Linksys WUSB600N ver. 2
On 08/10/2010 08:38 AM, binarynut@comcast.net wrote:
> I forgot to ask, Will this compile okay on X86_64 vanilla Kernel ?
My guess is yes...assuming you have all the needed headers and such
installed.
I can't say that it will with 100% certainty since I don't have a x86_64
vanilla kernel system.
Whenever I wonder..."Will this work" I simply try it. It answers all my
questions without the needless time spent on speculation.
--
She often gave herself very good advice (though she very seldom followed
it). -- Lewis Carroll 葛斯克 愛德華 / 台北市八德路四段
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
08-10-2010, 12:34 PM
Linksys WUSB600N ver. 2
Ed I put a post on http://www.linuxquestions.org/questions/fedora-35/
Subj: Getting the Linksys WUSB600N ver. 2 working on Fedora , 8-10-2010
I tried to make it as simple as possible, by just posting the two
modified files, if you want to comment on it.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines