ubuntu 14.04 install TL-WN823N

ubuntu 14.04 install TL-WN823N

Source code download

https://github.com/christiantroy/TL-WN823N-V2

Build and install

#sudo make install

#iwconfig

#sudo ifconfig wlan0 up

Done.

 

==========================

If NOT find usb device please following step to fix it.

The rtw_usb_id_tbl array inside os_dep\linux\usb_intf.c file defines all the vid/pids which this Realtek WiFi USB Linux driver supports currently. To support WiFi USB devices with new vid/pid(s) which is compatible with this driver, you can add the new vid/pid entries into the rtw_usb_id_tbl array. For example, adding 0x2019,0x4902 for CU and 0x07B8,0x8193 for DU compatible WiFi devices into rtw_usb_id_tbl array: 
 
static struct usb_device_id rtw_usb_id_tbl[] ={ #ifdef CONFIG_RTL8192C  /*=== Realtek demoboard ===*/ 
 
 
 {USB_DEVICE(0x0BDA, 0x8191)},//Default ID  …  …  … 
 {USB_DEVICE(0x0B05, 0x17AB)},//ASUS – Edimax 
 
{USB_DEVICE(0x2019, 0x4902)}, //add here for CU compatible WiFi devices 
#endif 
#ifdef CONFIG_RTL8192D  /*=== Realtek demoboard ===*/  /****** 8192DU ********/ 
 {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8193)},//8192DU-VC  …  …  … 
 /****** 8192DU-WiFi Display Dongle ********/ 
 {USB_DEVICE(0x2019, 0xAB2D)},//Planex - Abocom ,5G dongle for WiFi Display  
{USB_DEVICE(0x07B8, 0x8193)}, // add here for DU compatible WiFi devices 
#endif  {} 
/* Terminating entry */ 
};  
After adding the new vid/pid entries into the rtw_usb_id_tbl array, and re-compile the driver, the new driver image can support the device with the new vid/pid now

 

=====================

some wireless command

http://www.shumeipaiba.com/wanpai/jiaocheng/25.html 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值