User(s) browsing this thread:
|
[HOWTO] Ralink RT2870 wifi chipset
|
|
10-06-2010, 11:12 PM
|
|||
|
|||
|
[HOWTO] Ralink RT2870 wifi chipset
Hey, I've managed to compile and configure driver for RT2870 Ralink wifi-N USB dongle - Asus N11. It connects to my Asus wl500w at 135 Mbps, same connection speed achieved under Windows XP with bundle driver. Perhaps not able to achieve more speed due to my router settings which is configured for wifi b/g/n mixed mode.
Thanks to tiagor's guide on RT73 and RT2570 chipsets! My steps were: - configure toolchain under Debian VM image. Unfortunately I don't remember how I did that, hope just followed NMT wiki without extra steps. - obtained latest (2.4.0.x) sources from RaLink website - edited Makefile for RT28xx_MODE=STA PLATFORM=SIGMA replaced paths to /root/sigma/smp86xx* with actual paths to kernel source and toolchain - edited include/rtmp_def.h and replaced "ra" string with "wlan". This is to name wireless interface in same way as NMT's dirver for zd1221. Thus allowing gaya and scripts from firmware to control my dongle. Otherwise not able get wifi status from gaya. - edited common/usb_main_dev.c and entered my dongle vendorID and deviceID. These values can be obtained from /sys/bus/usb/devices/ once dongle attached to USB port at NMT. For mine Asus N11 they are 0x1761 and 0x0b05. Strange, other Asus entries are having 0x0b05 as vendorID. Looks like in my dongle vendorID and deviceID are mixed?? - make - upload rt2870sta.ko and DAT file to nmt - follow tiagor guide to configure module and wireless I've also added hotplug rules at /etc/udev/rules.d/ and edited /etc/init.d/S40Network for support from gaya and ipmonitor. I'm not using security on my home wireless, so here is all staff. My entry script (rt2870.sh) which copy all staff, being called from start_app.sh Code: #! /bin/shrt2870_hotplug.sh - being called by udev once dongle attached/detached to USB Code: #! /bin/shrt2870wifi.rules Code: ACTION=="add", SYSFS{idVendor}=="1761", SYSFS{idProduct}=="0b05", RUN+="/share/.rt2870_2.4.0.1/rt2870_hotplug.sh add"S40Network, my "if" under net_config_wlan now looks like this Code: if [ $wifi_device = "usb_zd1221" ]; thenSo far my connection from NMT works fine and quite stable. Uppreciate your comments on these. |
|||
2 users say Thank You to artbern for this post |
|
10-07-2010, 08:03 AM
|
|||
|
|||
|
RE: [HOWTO] Ralink RT2870 wifi chipset
What actual transfer speeds are you seeing. 135Mb/s sounds too high, at 16.9MB/s, for the actual transfer. That's as quick as wired using FTP!
A400: SSD+SD Card(Apps), HDMI A300: USB(Apps), HDMI C200: USB(Apps), BD SH-B083L(SB01), HDMI CAT6 Wired Network: TV TX-P42G20, HP ProCurve 1400-8G, Netgear GS-608/605, Synology CS407 |
|||
|
10-08-2010, 07:22 PM
|
|||
|
|||
RE: [HOWTO] Ralink RT2870 wifi chipset
(10-07-2010 08:03 AM)chris57 Wrote: What actual transfer speeds are you seeing. 135Mb/s sounds too high, at 16.9MB/s, for the actual transfer. That's as quick as wired using FTP! Here are my stats: Code: /opt/sybhttpd/localhost.drives/HARD_DISK # /opt/wifi/bin/iwconfigCode: /opt/sybhttpd/localhost.drives/HARD_DISK # ./iperf -c 192.168.1.1Iperf test from router to PCH: Code: [admin@myrouter root]$ ./iperf -c 192.168.1.6Quite intresting - bandwidth is not symmetric |
|||
|
06-16-2011, 06:37 PM
(This post was last modified: 06-16-2011 06:37 PM by loempie.)
|
|||
|
|||
|
RE: [HOWTO] Ralink RT2870 wifi chipset
Hi,
I also have a Ralink RT2870 chipset USB dongle over here. But i don't understand the guide. Can someone make a guide like this one please: http://www.networkedmediatank.com/showth...#pid185740 Thanks! |
|||
|
09-09-2011, 06:01 PM
|
|||
|
|||
|
RE: [HOWTO] Ralink RT2870 wifi chipset
Hi
I tried to compile the drivers but no success. Its possible that someone that has this drivers compiled to post a link to download to test? Thanks |
|||
|
09-11-2011, 06:27 PM
|
|||
|
|||
RE: [HOWTO] Ralink RT2870 wifi chipset
(09-09-2011 06:01 PM)zito14 Wrote: Hi Here you go https://rapidshare.com/files/203400590/RT2870STA.zip |
|||
1 user says Thank You to artbern for this post |
|
09-13-2011, 09:28 AM
|
|||
|
|||
|
RE: [HOWTO] Ralink RT2870 wifi chipset
Thanks
I will try this. (09-11-2011 06:27 PM)artbern Wrote:(09-09-2011 06:01 PM)zito14 Wrote: Hi |
|||
|
02-03-2012, 09:22 PM
|
|||
|
|||
RE: [HOWTO] Ralink RT2870 wifi chipset
(09-11-2011 06:27 PM)artbern Wrote: Here you go Not working on a300 Code: insmod /share/.rt2870_2.4.0.1/rt2870sta.koAny chances it will work on a300? |
|||
|
02-04-2012, 05:08 AM
|
|||
|
|||
|
RE: [HOWTO] Ralink RT2870 wifi chipset
As per error message, there is different kernel on a300. Need to recompile module, unfortunately I'm still on a110 and not able to test for a300
|
|||
|
02-04-2012, 09:13 PM
|
|||
|
|||
RE: [HOWTO] Ralink RT2870 wifi chipset
(02-04-2012 05:08 AM)artbern Wrote: As per error message, there is different kernel on a300. Need to recompile module, unfortunately I'm still on a110 and not able to test for a300 I'm confused a bit about how to compile module for a300 I've downloaded toolchain according to this thread and driver sources from ralink (2010_0709_RT2870_Linux_STA_v2.4.0.1.tar.bz2). Question 1: There are two sigma platforms in driver's Makefile - SIGMA and SIGMA_8622. Which one should I choose (btw A300 uses SMP8647 CPU)? Question 2: Later in Makefile they set variables LINUX_SRC and CROSS_COMPILE. What should I specify in them? |
|||
|
« Next Oldest | Next Newest »
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
A-400 [13 May 2013]







![[+]](images/collapse_collapsed.gif)



