[rt2x00-users] rt2800usb stops at random

岡野 拓生 okanot at alpha.co.jp
Wed May 23 20:31:33 EST 2012


Hi,

I have a WG-G300U(Railnk rt3070) usb dongle.
It is used by hostapd on ubuntu11.04 of beagleboad-xm.

However, it may not be connectable although SSID can be found. 
It often occurs that can't connect to hostapd's AP although SSID can be found. 

I attempted to change it into a different machine,ubunt12.04 on x86-pc .
But,it happens. 
I checked a driver, it seems that RX/TX Handler is not operating. 

When this phenomenon occurs, the following procedures may cure. 

/etc/init.d/hostapd stop
ifup wlan0
/etc/init.d/hostapd start

Although timing and Locke feel me dubiously, I cannot specify somewhere. 

# lsmod
Module                  Size  Used by
arc4                    1217  2
rt2800usb              10405  0
rt2800lib              41459  1 rt2800usb
crc_ccitt               1487  1 rt2800lib
rt2x00usb               9793  1 rt2800usb
rt2x00lib              45690  3 rt2800usb,rt2800lib,rt2x00usb
mac80211              250219  3 rt2800lib,rt2x00usb,rt2x00lib
cfg80211              151013  2 rt2x00lib,mac80211
smsc95xx               12479  0
rtc_twl                 4500  0
rtc_ds1307              6630  0
rtc_core               19784  2 rtc_twl,rtc_ds1307
twl4030_madc_hwmon      2620  0
gpio_keys               6160  0

# hostapd.conf
interface=wlan0
driver=nl80211
logger_syslog=-1
logger_syslog_level=1
logger_stdout=-1
logger_stdout_level=1
dump_file=/tmp/hostapd.dump
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0
ssid=000test
country_code=JP
ieee80211d=1
hw_mode=g
channel=11
beacon_int=110
dtim_period=1
max_num_sta=256
rts_threshold=2347
fragm_threshold=2346
preamble=1
macaddr_acl=0
auth_algs=3
ignore_broadcast_ssid=0
wmm_enabled=1
wmm_ac_bk_cwmin=4
wmm_ac_bk_cwmax=10
wmm_ac_bk_aifs=7
wmm_ac_bk_txop_limit=0
wmm_ac_bk_acm=0
wmm_ac_be_aifs=3
wmm_ac_be_cwmin=4
wmm_ac_be_cwmax=10
wmm_ac_be_txop_limit=0
wmm_ac_be_acm=0
wmm_ac_vi_aifs=2
wmm_ac_vi_cwmin=3
wmm_ac_vi_cwmax=4
wmm_ac_vi_txop_limit=94
wmm_ac_vi_acm=0
wmm_ac_vo_aifs=2
wmm_ac_vo_cwmin=2
wmm_ac_vo_cwmax=3
wmm_ac_vo_txop_limit=47
wmm_ac_vo_acm=0
ieee80211n=1
eapol_key_index_workaround=0
own_ip_addr=172.16.0.1

Regards,



More information about the users mailing list