Search Linux Wireless

Re: Fwd: Re: TP-Link 8200ND - rtl8192cu module not loading / working

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

 



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


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
 	
 

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux