I'm a proud Raspberry Pi owner but I have one problem: I use my RPi (amongst others) as an FTP server. When I upload files using WLAN, I get around 900 kB/s.
As this is not enough in my 802.11n network, I tested the SD card using
- Code: Select all
hdparm -tT /dev/root
- Code: Select all
dd if=/dev/zero of=testfile
Next thing I tried is using
- Code: Select all
iperf <IP>
I use an edimax ew-7811un (lsusb shows 'Bus 001 Device 004: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]') connected directly to the RPi and I don't use any other devices (even no ethernet connected).
I also tried unbind/deactivate eth0 which resulted in about 100 kB/s more speed (= almost 1 MB/s)
An additional strange thing is that iwconfig shows my stick being connected at 54 Mb/s, while my router is capable of 300 and my stick of 150 Mb/s:
- Code: Select all
wlan0 IEEE 802.11bg ESSID:"WLAN" Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency:2.432 GHz Access Point: 90:F6:52:24:6E:5C
Bit Rate:54 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=100/100 Signal level=81/100 Noise level=0/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
But this should at least give me 4-5 MB/s and not less than 1.
Does anybody know this problem or do you have any ideas how to solve my problem?
By the way I'm using Raspian Wheezy with all updates installed.
Thanks in advance