|
本帖最后由 KochiyaOcean 于 2013-11-23 09:50 编辑
系统是Lubuntu,hostapd.conf配置如下:- interface=wlan0
- driver=nl80211
- ssid=KisekiKaze
- hw_mode=g
- channel=5
- wpa=2
- wpa_passphrase=helloworld
- wpa_key_mgmt=WPA-PSK
- wpa_pairwise=TKIP
- wpa_ptk_rekey=600
- macaddr_acl=0
复制代码 在启动hostapd时收到如下信息:- F1 signature read @0x18000000=0x1591a962
- bcmsdh_config_hw_oob_intr: Enter
- DHD: dongle ram size is set to 245760(orig 245760)
- dhd_bus_select_firmware_name_by_chip: firmware_path=/lib/firmware/ap6210/fw_bcm40181a2.bin
- Final fw_path=/lib/firmware/ap6210/fw_bcm40181a2.bin
- Final nv_path=/lib/firmware/ap6210/nvram_ap6210.txt
- dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
- dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
- bcmsdh_set_irq Flag = 1
- dhd_bus_devreset: WLAN ON DONE
- Firmware up: op_mode=0x0005, Broadcom Dongle Host Driver mac=00:22:f4:f8:c3:89
- Firmware version = wl0: Apr 22 2013 14:50:00 version 5.90.195.89.6 FWID 01-b30a427d
- Driver: 1.28.23.3 (r)
- Firmware: wl0: Apr 22 2013 14:50:00 version 5.90.195.89.6 FWID 01-b30a427d
- wl_android_wifi_on: Success
- <6>CFG80211-ERROR) wl_cfg80211_attach_post : p2p0: p2p_dev_addr=02:22:f4:f8:c3:89
- <6>CFG80211-ERROR) wl_cfg80211_set_channel : netdev_ifidx(5), chan_type(0) target channel(11)
- Using interface wlan0 with hwaddr 00:22:f4:f8:c3:89 and ssid 'KisekiKaze'
- <6>8021q: 802.1Q VLAN Support v1.8
- <6>CFG80211-ERROR) wl_cfg80211_parse_ies : No WPSIE in beacon
- <6>CFG80211-ERROR) wl_cfg80211_parse_ies : No WPSIE in beacon
复制代码 请问这是驱动问题么?有什么解决方法?
|
|