* Re: Support for Realtek 8188RU Chipset in rtl8192cu driver?
[not found] <CAHFBKjfHfAvpxGhhvRFwni9EVXdSC3HA1WxMJRzVm9SxvowmWQ@mail.gmail.com>
@ 2011-07-25 14:58 ` Larry Finger
2011-07-25 15:12 ` Larry Finger
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Larry Finger @ 2011-07-25 14:58 UTC (permalink / raw)
To: Lubomir Schmidt; +Cc: wireless, 'George0505'
On 07/25/2011 06:47 AM, Lubomir Schmidt wrote:
> What distribution did you mean?
>
> The old AWUS036H had the Realtek 8187L, yes. Then there came out before nearly
> an year the AWUS036NH and the AWUS036NEH. Both base on the Ralink 3070L Chipset
> and have till today the best range of all devices on the market.
> Now Alfa release the AWUS036NHR with the Realtek 8188RU and the AWUS036NHA with
> an Atheros AR9271.
>
> Last year i helped to get support for the Ralink Chipsets in the 2800usb driver.
> I got white papers and so on from the chipsets and the driver developer could
> connect to an laptop running 24/7 and make tests with the device.
>
> How can i help to get support? What distribution did you prefere on the notebook
> to connect to?
If you keep dropping the Cc'd recipients, I will not answer your Emails! Note, I
also included linux-wireless here.
I do not care what distribution you use. I can use any. As the driver from the
Realtek web site
(ftp://WebUser:wK9xBuD5@202.134.71.21/cn/wlan/RTL8188RU_linux_v3.0.2164.20110715.zip)
is only for kernel 2.6.38 or later, it would be better if I had a kernel that
new; however, I could backport the system to an older one if necessary.
As I downloaded the Realtek driver while composing this Email, I need to look at
the driver before making any commitment.
Larry
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Support for Realtek 8188RU Chipset in rtl8192cu driver?
[not found] <CAHFBKjfHfAvpxGhhvRFwni9EVXdSC3HA1WxMJRzVm9SxvowmWQ@mail.gmail.com>
2011-07-25 14:58 ` Support for Realtek 8188RU Chipset in rtl8192cu driver? Larry Finger
@ 2011-07-25 15:12 ` Larry Finger
2011-07-29 15:56 ` Larry Finger
2011-08-01 19:01 ` Larry Finger
3 siblings, 0 replies; 6+ messages in thread
From: Larry Finger @ 2011-07-25 15:12 UTC (permalink / raw)
To: Lubomir Schmidt; +Cc: wireless, 'George0505'
[-- Attachment #1: Type: text/plain, Size: 1004 bytes --]
On 07/25/2011 06:47 AM, Lubomir Schmidt wrote:
> What distribution did you mean?
>
> The old AWUS036H had the Realtek 8187L, yes. Then there came out before nearly
> an year the AWUS036NH and the AWUS036NEH. Both base on the Ralink 3070L Chipset
> and have till today the best range of all devices on the market.
> Now Alfa release the AWUS036NHR with the Realtek 8188RU and the AWUS036NHA with
> an Atheros AR9271.
>
> Last year i helped to get support for the Ralink Chipsets in the 2800usb driver.
> I got white papers and so on from the chipsets and the driver developer could
> connect to an laptop running 24/7 and make tests with the device.
>
> How can i help to get support? What distribution did you prefere on the notebook
> to connect to?
When I looked at the driver, it turned out to be the driver for the RTL8192CU
with new additional device IDs. Please try the attached patch for any 2.6.39 or
later kernel. Meanwhile, I will see what other changes have been made to the driver.
Larry
[-- Attachment #2: rtl8192cu_add_new_device --]
[-- Type: text/plain, Size: 726 bytes --]
Index: wireless-testing-new/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
===================================================================
--- wireless-testing-new.orig/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
+++ wireless-testing-new/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
@@ -281,6 +281,8 @@ static struct usb_device_id rtl8192c_usb
{RTL_USB_DEVICE(USB_VENDER_ID_REALTEK, 0x817d, rtl92cu_hal_cfg)},
/* 8188CE-VAU USB minCard (b/g mode only) */
{RTL_USB_DEVICE(USB_VENDER_ID_REALTEK, 0x817e, rtl92cu_hal_cfg)},
+ /* 8188RU in Alfa AWUS036NHR */
+ {RTL_USB_DEVICE(USB_VENDER_ID_REALTEK, 0x817f, rtl92cu_hal_cfg)},
/* 8188 Combo for BC4 */
{RTL_USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8754, rtl92cu_hal_cfg)},
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Support for Realtek 8188RU Chipset in rtl8192cu driver?
[not found] <CAHFBKjfHfAvpxGhhvRFwni9EVXdSC3HA1WxMJRzVm9SxvowmWQ@mail.gmail.com>
2011-07-25 14:58 ` Support for Realtek 8188RU Chipset in rtl8192cu driver? Larry Finger
2011-07-25 15:12 ` Larry Finger
@ 2011-07-29 15:56 ` Larry Finger
2011-08-01 19:01 ` Larry Finger
3 siblings, 0 replies; 6+ messages in thread
From: Larry Finger @ 2011-07-29 15:56 UTC (permalink / raw)
To: Lubomir Schmidt; +Cc: wireless, 'George0505'
[-- Attachment #1: Type: text/plain, Size: 1062 bytes --]
On 07/25/2011 06:47 AM, Lubomir Schmidt wrote:
> What distribution did you mean?
>
> The old AWUS036H had the Realtek 8187L, yes. Then there came out before nearly
> an year the AWUS036NH and the AWUS036NEH. Both base on the Ralink 3070L Chipset
> and have till today the best range of all devices on the market.
> Now Alfa release the AWUS036NHR with the Realtek 8188RU and the AWUS036NHA with
> an Atheros AR9271.
>
> Last year i helped to get support for the Ralink Chipsets in the 2800usb driver.
> I got white papers and so on from the chipsets and the driver developer could
> connect to an laptop running 24/7 and make tests with the device.
>
> How can i help to get support? What distribution did you prefere on the notebook
> to connect to?
When I looked at the driver, it turned out to be the driver for the RTL8192CU
with new additional device IDs. Please try the attached patch for any 2.6.39 or
later kernel. Meanwhile, I will see what other changes have been made to the driver.
This is a ping on the previous mail. Did the patch work?
Larry
[-- Attachment #2: rtl8192cu_add_new_device --]
[-- Type: text/plain, Size: 726 bytes --]
Index: wireless-testing-new/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
===================================================================
--- wireless-testing-new.orig/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
+++ wireless-testing-new/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
@@ -281,6 +281,8 @@ static struct usb_device_id rtl8192c_usb
{RTL_USB_DEVICE(USB_VENDER_ID_REALTEK, 0x817d, rtl92cu_hal_cfg)},
/* 8188CE-VAU USB minCard (b/g mode only) */
{RTL_USB_DEVICE(USB_VENDER_ID_REALTEK, 0x817e, rtl92cu_hal_cfg)},
+ /* 8188RU in Alfa AWUS036NHR */
+ {RTL_USB_DEVICE(USB_VENDER_ID_REALTEK, 0x817f, rtl92cu_hal_cfg)},
/* 8188 Combo for BC4 */
{RTL_USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8754, rtl92cu_hal_cfg)},
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Support for Realtek 8188RU Chipset in rtl8192cu driver?
[not found] <CAHFBKjfHfAvpxGhhvRFwni9EVXdSC3HA1WxMJRzVm9SxvowmWQ@mail.gmail.com>
` (2 preceding siblings ...)
2011-07-29 15:56 ` Larry Finger
@ 2011-08-01 19:01 ` Larry Finger
2011-08-01 19:50 ` Lubomir Schmidt
3 siblings, 1 reply; 6+ messages in thread
From: Larry Finger @ 2011-08-01 19:01 UTC (permalink / raw)
To: Lubomir Schmidt; +Cc: wireless, 'George0505'
On 07/25/2011 06:47 AM, Lubomir Schmidt wrote:
> What distribution did you mean?
>
> The old AWUS036H had the Realtek 8187L, yes. Then there came out before nearly
> an year the AWUS036NH and the AWUS036NEH. Both base on the Ralink 3070L Chipset
> and have till today the best range of all devices on the market.
> Now Alfa release the AWUS036NHR with the Realtek 8188RU and the AWUS036NHA with
> an Atheros AR9271.
>
> Last year i helped to get support for the Ralink Chipsets in the 2800usb driver.
> I got white papers and so on from the chipsets and the driver developer could
> connect to an laptop running 24/7 and make tests with the device.
>
> How can i help to get support? What distribution did you prefere on the notebook
> to connect to?
When I looked at the driver, it turned out to be the driver for the RTL8192CU
with new additional device IDs. Please try the attached patch for any 2.6.39 or
later kernel. Meanwhile, I will see what other changes have been made to the driver.
===========================================================================
I hate to nag, but I cannot push this patch upstream and make it available to
others until you tell me that it works.
Larry
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Support for Realtek 8188RU Chipset in rtl8192cu driver?
2011-08-01 19:01 ` Larry Finger
@ 2011-08-01 19:50 ` Lubomir Schmidt
2011-08-02 20:22 ` Lubomir Schmidt
0 siblings, 1 reply; 6+ messages in thread
From: Lubomir Schmidt @ 2011-08-01 19:50 UTC (permalink / raw)
To: Larry Finger; +Cc: linux-wireless, george0505
I was not in Germany for some days and had no time. I will test that
next hours. Sorry for waiting.
2011/8/1 Larry Finger <Larry.Finger@lwfinger.net>:
> On 07/25/2011 06:47 AM, Lubomir Schmidt wrote:
>>
>> What distribution did you mean?
>>
>> The old AWUS036H had the Realtek 8187L, yes. Then there came out before
>> nearly
>> an year the AWUS036NH and the AWUS036NEH. Both base on the Ralink 3070L
>> Chipset
>> and have till today the best range of all devices on the market.
>> Now Alfa release the AWUS036NHR with the Realtek 8188RU and the AWUS036NHA
>> with
>> an Atheros AR9271.
>>
>> Last year i helped to get support for the Ralink Chipsets in the 2800usb
>> driver.
>> I got white papers and so on from the chipsets and the driver developer
>> could
>> connect to an laptop running 24/7 and make tests with the device.
>>
>> How can i help to get support? What distribution did you prefere on the
>> notebook
>> to connect to?
>
> When I looked at the driver, it turned out to be the driver for the
> RTL8192CU with new additional device IDs. Please try the attached patch for
> any 2.6.39 or later kernel. Meanwhile, I will see what other changes have
> been made to the driver.
>
> ===========================================================================
>
> I hate to nag, but I cannot push this patch upstream and make it available
> to others until you tell me that it works.
>
> Larry
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Support for Realtek 8188RU Chipset in rtl8192cu driver?
2011-08-01 19:50 ` Lubomir Schmidt
@ 2011-08-02 20:22 ` Lubomir Schmidt
0 siblings, 0 replies; 6+ messages in thread
From: Lubomir Schmidt @ 2011-08-02 20:22 UTC (permalink / raw)
To: Larry Finger; +Cc: linux-wireless, george0505
Yesterday my HDD i took to test everything with dies and i have to get
an other one...
I added the two lines with the usb id's and the driver load fine and
see networks. Also monitor mode and injection is working fine.
The build in networkmanager from ubuntu 11.10 Alpha 2(with an "apt-get
update && apt-get upgrade") does not connect to the wpa2 network i use
at home. I think the problem would be the networkmanager. I just
wonder why the adapter is named now "Obda ALFA AWUS036NHR" - why obda
and what is obda?
Thanks for adding the usb-id's and the name into the driver :)
2011/8/1 Lubomir Schmidt <gentoo.lubomir@googlemail.com>:
> I was not in Germany for some days and had no time. I will test that
> next hours. Sorry for waiting.
>
> 2011/8/1 Larry Finger <Larry.Finger@lwfinger.net>:
>> On 07/25/2011 06:47 AM, Lubomir Schmidt wrote:
>>>
>>> What distribution did you mean?
>>>
>>> The old AWUS036H had the Realtek 8187L, yes. Then there came out before
>>> nearly
>>> an year the AWUS036NH and the AWUS036NEH. Both base on the Ralink 3070L
>>> Chipset
>>> and have till today the best range of all devices on the market.
>>> Now Alfa release the AWUS036NHR with the Realtek 8188RU and the AWUS036NHA
>>> with
>>> an Atheros AR9271.
>>>
>>> Last year i helped to get support for the Ralink Chipsets in the 2800usb
>>> driver.
>>> I got white papers and so on from the chipsets and the driver developer
>>> could
>>> connect to an laptop running 24/7 and make tests with the device.
>>>
>>> How can i help to get support? What distribution did you prefere on the
>>> notebook
>>> to connect to?
>>
>> When I looked at the driver, it turned out to be the driver for the
>> RTL8192CU with new additional device IDs. Please try the attached patch for
>> any 2.6.39 or later kernel. Meanwhile, I will see what other changes have
>> been made to the driver.
>>
>> ===========================================================================
>>
>> I hate to nag, but I cannot push this patch upstream and make it available
>> to others until you tell me that it works.
>>
>> Larry
>>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-08-02 20:22 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CAHFBKjfHfAvpxGhhvRFwni9EVXdSC3HA1WxMJRzVm9SxvowmWQ@mail.gmail.com>
2011-07-25 14:58 ` Support for Realtek 8188RU Chipset in rtl8192cu driver? Larry Finger
2011-07-25 15:12 ` Larry Finger
2011-07-29 15:56 ` Larry Finger
2011-08-01 19:01 ` Larry Finger
2011-08-01 19:50 ` Lubomir Schmidt
2011-08-02 20:22 ` Lubomir Schmidt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.