TL-WN8200ND_V2_170627_Linux driver - has errors even after compilation using gcc version 5.4.0

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

TL-WN8200ND_V2_170627_Linux driver - has errors even after compilation using gcc version 5.4.0

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
TL-WN8200ND_V2_170627_Linux driver - has errors even after compilation using gcc version 5.4.0
TL-WN8200ND_V2_170627_Linux driver - has errors even after compilation using gcc version 5.4.0
2019-10-06 18:18:29 - last edited 2019-10-08 11:30:53
Model: Adapter  
Hardware Version: V1
Firmware Version: S/N 2144241001647

I followed the steps as read in the Installation Guide for Linux:

 

Driver TL-WN8200ND_V2_170627_Linux

 

cat /proc/version

Linux version 4.15.0-65-generic (buildd@lcy01-amd64-017) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #74~16.04.1-Ubuntu SMP Wed Sep 18 09:51:44 UTC 2019

 

make clean

cd hal/phydm/ ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko

cd hal/phydm/ ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko

cd hal/led ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko

cd hal ; rm -fr */*/*.mod.c */*/*.mod */*/*.o */*/.*.cmd */*/*.ko

cd hal ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko

cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko

cd core/efuse ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko

cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko

cd os_dep/linux ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko

cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko

cd platform ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko

rm -fr Module.symvers ; rm -fr Module.markers ; rm -fr modules.order

rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~

rm -fr .tmp_versions

 

 

make

make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.15.0-65-generic/build M=/home/vn/Desktop/rtl8192  modules

make[1]: Entering directory '/usr/src/linux-headers-4.15.0-65-generic'

  CC [M]  /home/vn/Desktop/rtl8192/core/rtw_cmd.o

In file included from /home/vn/Desktop/rtl8192/include/osdep_service.h:41:0,

                 from /home/vn/Desktop/rtl8192/include/drv_types.h:32,

                 from /home/vn/Desktop/rtl8192/core/rtw_cmd.c:22:

/home/vn/Desktop/rtl8192/include/osdep_service_linux.h: In function ‘_init_timer’:

/home/vn/Desktop/rtl8192/include/osdep_service_linux.h:273:8: error: ‘_timer {aka struct timer_list}’ has no member named ‘data’

  ptimer->data = (unsigned long)cntx;

        ^

/home/vn/Desktop/rtl8192/include/osdep_service_linux.h:274:2: error: implicit declaration of function ‘init_timer’ [-Werror=implicit-function-declaration]

  init_timer(ptimer);

  ^

In file included from /home/vn/Desktop/rtl8192/include/drv_types.h:32:0,

                 from /home/vn/Desktop/rtl8192/core/rtw_cmd.c:22:

/home/vn/Desktop/rtl8192/include/osdep_service.h: In function ‘thread_enter’:

/home/vn/Desktop/rtl8192/include/osdep_service.h:345:2: error: implicit declaration of function ‘allow_signal’ [-Werror=implicit-function-declaration]

  allow_signal(SIGTERM);

  ^

/home/vn/Desktop/rtl8192/include/osdep_service.h: In function ‘flush_signals_thread’:

/home/vn/Desktop/rtl8192/include/osdep_service.h:355:6: error: implicit declaration of function ‘signal_pending’ [-Werror=implicit-function-declaration]

  if (signal_pending (current))

      ^

/home/vn/Desktop/rtl8192/include/osdep_service.h:357:3: error: implicit declaration of function ‘flush_signals’ [-Werror=implicit-function-declaration]

   flush_signals(current);

   ^

cc1: some warnings being treated as errors

scripts/Makefile.build:330: recipe for target '/home/vn/Desktop/rtl8192/core/rtw_cmd.o' failed

make[2]: *** [/home/vn/Desktop/rtl8192/core/rtw_cmd.o] Error 1

Makefile:1571: recipe for target '_module_/home/vn/Desktop/rtl8192' failed

make[1]: *** [_module_/home/vn/Desktop/rtl8192] Error 2

make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-65-generic'

Makefile:1686: recipe for target 'modules' failed

make: *** [modules] Error 2

 

 

Please, help is requiered.

  0      
  0      
#1
Options
4 Reply
Re:TL-WN8200ND_V2_170627_Linux driver - has errors even after compilation using gcc version 5.4.0
2019-10-08 11:30:10 - last edited 2019-10-08 11:30:53

@vnatale52 

 

Hello, the official driver supports linux  2.6.18-4.4.6 only, while your laptop  is  4.15.0-65-generic, which is not included.

https://www.tp-link.com/support/download/tl-wn8200nd/v2/#Driver  

 

You can try to find the driver online with the chipset and reinstall it to give it a go. 

 

The chipset is Realtek RTL8192EU.

 

May it help and have a nice day. 

  0  
  0  
#2
Options
Re:TL-WN8200ND_V2_170627_Linux driver - has errors even after compilation using gcc version 5.4.0
2019-10-09 00:15:47 - last edited 2019-10-09 00:16:52

The seller should provide to me the correct and working driver. I will never buy again a TP-link product !!!

Kevin_Z wrote

@vnatale52 

 

Hello, the official driver supports linux  2.6.18-4.4.6 only, while your laptop  is  4.15.0-65-generic, which is not included.

https://www.tp-link.com/support/download/tl-wn8200nd/v2/#Driver  

 

You can try to find the driver online with the chipset and reinstall it to give it a go. 

 

The chipset is Realtek RTL8192EU.

 

May it help and have a nice day. 

 

  0  
  0  
#3
Options
Re:TL-WN8200ND_V2_170627_Linux driver - has errors even after compilation using gcc version 5.4.0
2019-10-09 05:41:10

@vnatale52 

 

Well, we are sorry for the inconvenience caused, we do provide official driver for Linux computer, while as an open system, the driver provided is limited; 

 

Cause you failed to install it, you can try to get a driver which is compatible with the current Linux OS to test whether it works. 

 

Or you can return it and get another one which has the driver for 4.15.0-65-generic already if it is qualified. 

 

Good day. 

 

  0  
  0  
#4
Options
Re:TL-WN8200ND_V2_170627_Linux driver - has errors even after compilation using gcc version 5.4.0
2019-10-09 11:00:11

I learned!!! Not to buy T-plink because there is no official driver provided por Linux Ubuntu.

Issue ended.

 

  0  
  0  
#5
Options

Information

Helpful: 0

Views: 343

Replies: 4

Related Articles