Hi,

I'm struggling with this rspro to make wifi working. Below are some
related diagnostics. But I still couldn't see anything when I issue
"iwlist wlan0 scan | grep rspro" from my notebook. Any helps will be
really really appreciated.


Regards.

-----%<-----------------------------------------------------------------

# cat /etc/openwrt_release
DISTRIB_ID="OpenWrt"
DISTRIB_RELEASE="10.03"
DISTRIB_CODENAME="backfire"
DISTRIB_DESCRIPTION="OpenWrt Backfire 10.03"

# uci show wireless
wireless.radio0=wifi-device
wireless.radio0.type=mac80211
wireless.radio0.channel=1
wireless.radio0.macaddr=00:15:6d:67:39:04
wireless.radio0.hwmode=11g
wireless.@wifi-iface[0]=wifi-iface
wireless.@wifi-iface[0].device=radio0
wireless.@wifi-iface[0].network=lan
wireless.@wifi-iface[0].mode=ap
wireless.@wifi-iface[0].ssid=rspro
wireless.@wifi-iface[0].encryption=none

# wifi
Configuration file: /var/run/hostapd-phy0.conf
Using interface wlan0 with hwaddr 00:15:6d:67:39:04 and ssid 'rspro'

# ifconfig -a
...
mon.wlan0 Link encap:UNSPEC  HWaddr 
00-15-6D-67-39-04-00-00-00-00-00-00-00-00-00-00  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:255 (255.0 B)  TX bytes:0 (0.0 B)

wlan0     Link encap:Ethernet  HWaddr 00:15:6D:67:39:04  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

# iwconfig
...
wlan0     IEEE 802.11bg  Mode:Master  Frequency:2.412 GHz  Tx-Power=27 dBm   
          RTS thr:off   Fragment thr:off
          Power Management:off
          
mon.wlan0  IEEE 802.11bg  Mode:Monitor  Tx-Power=27 dBm   
          RTS thr:off   Fragment thr:off
          Power Management:off

# pgrep hostapd
768
# cat /proc/768/cmdline
hostapd -P /var/run/wifi-phy0.pid -B /var/run/hostapd-phy0.conf

# cat /var/run/hostapd-phy0.conf
ctrl_interface=/var/run/hostapd-phy0
driver=nl80211
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
tx_queue_data3_aifs=7
tx_queue_data3_cwmin=15
tx_queue_data3_cwmax=1023
tx_queue_data3_burst=0
tx_queue_data2_aifs=3
tx_queue_data2_cwmin=15
tx_queue_data2_cwmax=63
tx_queue_data2_burst=0
tx_queue_data1_aifs=1
tx_queue_data1_cwmin=7
tx_queue_data1_cwmax=15
tx_queue_data1_burst=3.0
tx_queue_data0_aifs=1
tx_queue_data0_cwmin=3
tx_queue_data0_cwmax=7
tx_queue_data0_burst=1.5
hw_mode=g
channel=1
interface=wlan0
auth_algs=1
wpa=0
ssid=rspro
bridge=br-lan
wmm_enabled=1
bssid=00:15:6d:67:39:04
ignore_broadcast_ssid=0

-----%<-----------------------------------------------------------------

#
# I even tried below simplified test as well, but no luck so far.
#

# cat ~/hostapd.conf
interface=wlan0
driver=nl80211
ssid=rspro
hw_mode=g
auth_algs=1
channel=1
ignore_broadcast_ssid=0

# hostapd ~/hostapd.conf
...
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to