Send users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://rt2x00.serialmonkey.com/mailman/listinfo/users_rt2x00.serialmonkey.com
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of users digest..."
Today's Topics:
1. Re: RT5592 not supported in rt2800pci (Charlie Woollard)
2. Re: RT5592 not supported in rt2800pci (Andreas Hartmann)
----------------------------------------------------------------------
Message: 1
Date: Thu, 02 Aug 2012 17:03:53 +0000
From: Charlie Woollard <[email protected]>
To: Andreas Hartmann <[email protected]>
Cc: "[email protected]" <[email protected]>
Subject: Re: [rt2x00-users] RT5592 not supported in rt2800pci
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8; format=flowed
On 01/08/12 16:12, Andreas Hartmann wrote:
> Charlie Woollard wrote:
> [...]
>> I have uploaded a log of the crash here:
>> http://pastebin.com/raw.php?i=4YJpuZw8
>
> According to the log, the device now works basically. You got the IP
> address with dhcpcd.
>
> Hmmm, I found another driver on the ralink site, which seems to support
> the device, too, but does have another code base:
>
> RT3290 PCIe
>
>
> Maybe you give it a try. I did a diff about this and the one and they
> are definitely different.
>
> BTW:
> you have to set in config.mk these two values (but I think you already
> did it correctly):
>
> HAS_WPA_SUPPLICANT=y and
> HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
>
> for use with wpa_supplicant (wext) and wicd.
>
>
>
> Sorry,
> kind regards,
> Andreas
>
Thanks for your help Andreas
I tried RT3290 PCIe but I can't get that one working either, however in
the readme it tells me to load the driver, although I do not have either
rt2860sta.o (for kernel 2.4) or rt2860sta.ko (for kernel 2.6), I don't
know if this has anything to do with me running kernel 3.4.7-1-ARCH, I'm
quite a newb with Linux so I'm not really sure. I tried installing with
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT as n (default with this driver, not
the one provided by Asus) and y however that didn't help.
I should also mention that switching to kernel 2.6 is not an option for
me, as the drivers for my graphics card require a very new kernel,
without these I cannot get a decent picture.
Kind regards,
Charlie
------------------------------
Message: 2
Date: Thu, 02 Aug 2012 21:11:37 +0200
From: Andreas Hartmann <[email protected]>
To: Charlie Woollard <[email protected]>
Cc: "[email protected]" <[email protected]>
Subject: Re: [rt2x00-users] RT5592 not supported in rt2800pci
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Charlie Woollard wrote:
> On 01/08/12 16:12, Andreas Hartmann wrote:
>> Charlie Woollard wrote:
>> [...]
>>> I have uploaded a log of the crash here:
>>> http://pastebin.com/raw.php?i=4YJpuZw8
>>
>> According to the log, the device now works basically. You got the IP
>> address with dhcpcd.
>>
>> Hmmm, I found another driver on the ralink site, which seems to support
>> the device, too, but does have another code base:
>>
>> RT3290 PCIe
>>
>>
>> Maybe you give it a try. I did a diff about this and the one and they
>> are definitely different.
>>
>> BTW:
>> you have to set in config.mk these two values (but I think you already
>> did it correctly):
>>
>> HAS_WPA_SUPPLICANT=y and
>> HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
>>
>> for use with wpa_supplicant (wext) and wicd.
>>
>>
>>
>> Sorry,
>> kind regards,
>> Andreas
>>
> Thanks for your help Andreas
>
> I tried RT3290 PCIe but I can't get that one working either, however in
> the readme it tells me to load the driver, although I do not have either
> rt2860sta.o (for kernel 2.4) or rt2860sta.ko (for kernel 2.6),
- You have to remove the old module at first.
- I tested (only compiling) with 3.4.2 and it compiles fine after
applying this patch:
--- a/os/linux/rt_main_dev.c 2012-08-02 20:55:46.266128751 +0200
+++ b/os/linux/rt_main_dev.c 2012-08-02 20:56:27.795126287 +0200
@@ -57,6 +57,7 @@
module_param (mac, charp, 0);
#endif
MODULE_PARM_DESC (mac, "rt28xx: wireless mac addr");
+MODULE_LICENSE("GPL");
#ifdef OS_ABL_SUPPORT
RTMP_DRV_ABL_OPS RtmpDrvOps, *pRtmpDrvOps = &RtmpDrvOps;
---
I'm not sure, if this is legal, but as the code is provided for linux,
it should be :-).
The module is called
/home/andreas/DPO_RT3290_LinuxSTA_V2600_20120508> find -name *.ko
./os/linux/rt3290sta.ko
It's getting installed with
make install
Maybe you want to give it a try again :-).
Kind regards,
Andreas
------------------------------
_______________________________________________
users mailing list
[email protected]
http://rt2x00.serialmonkey.com/mailman/listinfo/users_rt2x00.serialmonkey.com
End of users Digest, Vol 42, Issue 3
************************************