linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Larry Finger <Larry.Finger@lwfinger.net>
To: "shiki.biomernok" <shiki.biomernok@gmail.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: Fwd: Re: TP-Link 8200ND - rtl8192cu module not loading / working
Date: Thu, 27 Jun 2013 10:21:39 -0500	[thread overview]
Message-ID: <51CC5883.3010600@lwfinger.net> (raw)
In-Reply-To: <51CC0F22.7030004@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 854 bytes --]

On 06/27/2013 05:08 AM, shiki.biomernok wrote:
> The closed source driver is not working either.
> It compiled like a charm, and it loads perfectly.
> (I even blacklisted the open-source one!)
>
> But there is nothing in iwconfig or ifconfig.
> Here is the dmesg: http://pastebin.com/EX8h1HfZ
>
> I really don't want to waste your time guys by the way. If there is no way to
> fix it, let's just leave it. (Don't get me wrong I know things can be
> troublesome on Linux and I'm still willing to try anything. I just bet you have
> better things to do. :))

The standard Realtek driver does not have the 8200ND in its device table. Apply 
the attached patch to add the necessary code. This patch was made for the driver 
version that I just sent you privately, but it should work on the other version. 
Please test both with this patch.

Thanks,

Larry



[-- Attachment #2: add_8200ND --]
[-- Type: text/plain, Size: 632 bytes --]

Index: rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105/os_dep/linux/usb_intf.c
===================================================================
--- rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105.orig/os_dep/linux/usb_intf.c
+++ rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105/os_dep/linux/usb_intf.c
@@ -92,6 +92,7 @@ static struct usb_device_id rtw_usb_id_t
 	/****** 8192CUS ********/
 	{USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8177)},//8191cu 1*2
 	{USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8178)},//8192cu 2*2
+	{USB_DEVICE(0x2357, 0x0100)}, /*TP-Link WN8200ND*/
 	{USB_DEVICE(USB_VENDER_ID_REALTEK, 0x817C)},//8192CE-VAU USB minCard
 	
 

      reply	other threads:[~2013-06-27 15:21 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <51A77433.2060702@lwfinger.net>
2013-06-26 11:30 ` Fwd: Re: TP-Link 8200ND - rtl8192cu module not loading / working shiki.biomernok
2013-06-26 16:14   ` Larry Finger
2013-06-26 17:29     ` shiki.biomernok
2013-06-26 20:25       ` Larry Finger
2013-06-27  9:58         ` shiki.biomernok
2013-06-27 13:34           ` Xose Vazquez Perez
2013-06-27 15:07             ` Larry Finger
2013-06-27 15:32               ` shiki.biomernok
2013-06-27 16:05                 ` Larry Finger
     [not found]                 ` <51CDAE50.3010107@lwfinger.net>
     [not found]                   ` <51CDD051.6060804@gmail.com>
2013-06-28 19:15                     ` Larry Finger
2013-06-27 19:45               ` Xose Vazquez Perez
2013-06-27 10:08         ` shiki.biomernok
2013-06-27 15:21           ` Larry Finger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51CC5883.3010600@lwfinger.net \
    --to=larry.finger@lwfinger.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=shiki.biomernok@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).