
Re: Haipad USB Wifi dongle hack
HUGE!
I want to help however I can.
I have a Ralink RT3070 adapter - this one with a big ext antenna:
http://www.amazon.com/gp/product/B004BA ... 00_detailsAlso have same chipset mini dapter - lost atm
Driver from Ralink is here - first one:
http://www.ralinktech.com/en/04_support ... php?sn=501I'm not sure how to attach a file, or if I can, here.
I read a little about it, and while I don't understand much of it yet, the below seemed to be the most on point.
Some of what I read sounded like there may be some dependency on whether the kernel supports this chipset?
Is that correct - could it just be a no-go if the Haipad kernel doesn't support the RT3070?
Anyway - this link:
http://groups.google.com/group/android- ... 462bbd1aca:
It's a google doc that says just:
"USB WIFI RT3070 Compile Patch for ARM
USB WIFI:RT3070
Official driver :http://www.ralinktech.com/support.php?s=2[RT3070USB(RT307x)] (note this link is out of date - current link above).
Linux:2.6.24.2
MCU:ARMV6 ARM1176
Patch for Compiling for ARM
--- rt3070_test_ok/os/linux/config.mk 2009-10-30 10:55:07.000000000 +0800
+++ /home/tommy/Desktop/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/
config.mk 2009-05-21 11:33:56.000000000 +0800
@@ -1,4 +1,3 @@
# Support ATE function
HAS_ATE=n
@@ -7,12 +6,12 @@
#ifdef WPA_SUPPLICANT_SUPPORT
# Support Wpa_Supplicant
-HAS_WPA_SUPPLICANT=y
+HAS_WPA_SUPPLICANT=n
#endif // WPA_SUPPLICANT_SUPPORT //
#ifdef NATIVE_WPA_SUPPLICANT_SUPPORT
# Support Native WpaSupplicant for Network Maganger
-HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
+HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n
#endif // NATIVE_WPA_SUPPLICANT_SUPPORT //
#Support Net interface block while Tx-Sw queue full
@@ -285,17 +284,6 @@
endif
endif
-ifeq ($(PLATFORM),ARM)
- # Linux 2.6
- EXTRA_CFLAGS := $(WFLAGS) -I$(RT28xx_DIR)/include
-endif
-
ifeq ($(PLATFORM),IXP)
EXTRA_CFLAGS := -v $(WFLAGS) -I$(RT28xx_DIR)/include -mbig-endian
endif