Re: Linksys WUSB600N ver. 2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 On 08/10/2010 08:35 AM, binarynut@xxxxxxxxxxx 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.

It is there.....

[egreshko@f13 wusb600-drivers]$ pwd
/home/egreshko/src/wusb600-drivers
[egreshko@f13 wusb600-drivers]$ diff Makefile Makefile-orig
236c236
< ifneq (,$(findstring 2.9,$(LINUX_SRC)))
---
> ifneq (,$(findstring 2.4,$(LINUX_SRC)))
258c258
< ifneq (,$(findstring 2.9,$(LINUX_SRC)))
---
> ifneq (,$(findstring 2.4,$(LINUX_SRC)))
269c269
< ifneq (,$(findstring 2.9,$(LINUX_SRC)))
---
> ifneq (,$(findstring 2.4,$(LINUX_SRC)))
278c278
< ifneq (,$(findstring 2.9,$(LINUX_SRC)))
---
> ifneq (,$(findstring 2.4,$(LINUX_SRC)))


and

[egreshko@f13 linux]$ diff config.mk config.mk-orig
11c11
< HAS_WPA_SUPPLICANT=y
---
> HAS_WPA_SUPPLICANT=n
14c14
< HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
---
> HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n
400c400
<     ifneq (,$(findstring 2.9,$(LINUX_SRC)))
---
>     ifneq (,$(findstring 2.4,$(LINUX_SRC)))
458c458
<     ifneq (,$(findstring 2.9,$(LINUX_SRC)))
---
>     ifneq (,$(findstring 2.4,$(LINUX_SRC)))


Comment....

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 葛斯克 愛德華 / 台
北市八德路四段

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
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

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux