Hi folks, Does anyone in the forum have the driver for TP-Link WN727N (RT 5370 chipset) ? I need rt5370sta.ko I downloaded linux driver source from ralink web page and tried to cross compile but no success. If someone managed please share the driver binary. Cheers !
rt5370 driver
Hello guys ! I managed to compile it ! My wifi dongle is working now. So if you need help regarding rt5370 driver feel free to contact me.
in Makefile add: PLATFORM = S3C6410 below: ifeq ($(PLATFORM),S3C6410) LINUX_SRC = /path/to/src/linux-2.6.38/ CROSS_COMPILE = arm-linux- LINUX_SRC_MODULE = /home/user/local/kernel/linux-2.6.38/drivers/net/wireless/ endif in ./os/linux/config.mk HAS_WPA_SUPPLICANT=y HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y add: ifeq ($(PLATFORM),S3C6410) EXTRA_CFLAGS := $(WFLAGS) -I$(RT28xx_DIR)/include endif In your $PATH must be path to the toolschain. Download...http://oskol.no-ip.org/files/rt5370sta.ko