OpenWrt Forum Archive

Topic: Raspberry pi 2 wifi dongle issue

The content of this topic has been archived on 29 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

I'm using openwrt-15.05-rc3-brcm2708-bcm2709 on top of raspberry pi 2. Everything working perfectly fine without WiFi. I added REALTEK 8188 based WiFi dongle and install all the kmods. now my dongle is detected but unable to turn on a WiFi. Every time I hit enable button from LUCI says " Wireless is disabled or not associated "

Since raspberry pi only contain one Ethernet port I configured it as a LAN and I can ping from the PI. I have no idea this WIFI module need to WAN interface or not. Currently I bound it with LAN. But It wont enable



this is my wireless config
_________________________________________


config wifi-device 'radio0'
    option type 'mac80211'
    option hwmode '11g'
    option path 'platform/bcm2708_usb/usb1/1-1/1-1.5/1-1.5:1.0'
    option txpower '20'
    option country '00'
    option channel 'auto'
    option htmode 'HT40'

config wifi-iface
    option device 'radio0'
    option mode 'ap'
    option ssid 'OpenWrt'
    option encryption 'none'
    option network 'lan'



this is my system log
_____________________________________________________


Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.225116] Console: switching to colour frame buffer device 82x26
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.236828] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driver
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.245834] uart-pl011 dev:f1: no DMA platform data
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.252348] vc-cma: Videocore CMA driver
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.257725] vc-cma: vc_cma_base      = 0x00000000
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.263842] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.270624] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.285136] brd: module loaded
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.293464] loop: module loaded
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.298120] vchiq: vchiq_init_state: slot_zero = 0xba000000, is_master = 0
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.307272] usbcore: registered new interface driver smsc95xx
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.314444] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Tue Aug  4 06:29:55 2015 kern.warn kernel: [    1.521763] Core Release: 2.80a
Tue Aug  4 06:29:55 2015 kern.warn kernel: [    1.526197] Setting default values for core params
Tue Aug  4 06:29:55 2015 kern.warn kernel: [    1.532275] Finished setting default values for core params
Tue Aug  4 06:29:55 2015 kern.warn kernel: [    1.739449] Using Buffer DMA mode
Tue Aug  4 06:29:55 2015 kern.warn kernel: [    1.744018] Periodic Transfer Interrupt Enhancement - disabled
Tue Aug  4 06:29:55 2015 kern.warn kernel: [    1.751177] Multiprocessor Interrupt Enhancement - disabled
Tue Aug  4 06:29:55 2015 kern.warn kernel: [    1.758105] OTG VER PARAM: 0, OTG VER FLAG: 0
Tue Aug  4 06:29:55 2015 kern.warn kernel: [    1.763800] Dedicated Tx FIFOs mode
Tue Aug  4 06:29:55 2015 kern.warn kernel: [    1.768961] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xba414000 dma = 0xfa414000 len=9024
Tue Aug  4 06:29:55 2015 kern.warn kernel: [    1.781587] FIQ FSM acceleration enabled for :
Tue Aug  4 06:29:55 2015 kern.warn kernel: [    1.781587] Non-periodic Split Transactions
Tue Aug  4 06:29:55 2015 kern.warn kernel: [    1.781587] Periodic Split Transactions
Tue Aug  4 06:29:55 2015 kern.warn kernel: [    1.781587] High-Speed Isochronous Endpoints
Tue Aug  4 06:29:55 2015 kern.debug kernel: [    1.803626] dwc_otg: Microframe scheduler enabled
Tue Aug  4 06:29:55 2015 kern.warn kernel: [    1.803689] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x8025a4f0
Tue Aug  4 06:29:55 2015 kern.warn kernel: [    1.811047] WARN::hcd_init_fiq:413: FIQ ASM at 0x8000d5a8 length 36
Tue Aug  4 06:29:55 2015 kern.warn kernel: [    1.818728] WARN::hcd_init_fiq:438: MPHI regs_base at 0xbb808000
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.826169] dwc_otg bcm2708_usb: DWC OTG Controller
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.832485] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.841182] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
Tue Aug  4 06:29:55 2015 kern.warn kernel: [    1.848108] Init: Port Power? op_state=1
Tue Aug  4 06:29:55 2015 kern.warn kernel: [    1.853387] Init: Power Port (0)
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.858187] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.866392] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.875017] usb usb1: Product: DWC OTG Controller
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.881082] usb usb1: Manufacturer: Linux 3.18.17 dwc_otg_hcd
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.888203] usb usb1: SerialNumber: bcm2708_usb
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.894752] hub 1-0:1.0: USB hub found
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.899897] hub 1-0:1.0: 1 port detected
Tue Aug  4 06:29:55 2015 kern.debug kernel: [    1.905552] dwc_otg: FIQ enabled
Tue Aug  4 06:29:55 2015 kern.debug kernel: [    1.905562] dwc_otg: NAK holdoff enabled
Tue Aug  4 06:29:55 2015 kern.debug kernel: [    1.905571] dwc_otg: FIQ split-transaction FSM enabled
Tue Aug  4 06:29:55 2015 kern.debug kernel: [    1.905605] Module dwc_common_port init
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.905849] usbcore: registered new interface driver uas
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.912554] usbcore: registered new interface driver usb-storage
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.919938] mousedev: PS/2 mouse device common for all mice
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.926878] bcm2708 watchdog, heartbeat=10 sec (nowayout=0)
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.933796] sdhci: Secure Digital Host Controller Interface driver
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.941298] sdhci: Copyright(c) Pierre Ossman
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.947089] DMA channels allocated for the MMC driver
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.984997] Load BCM2835 MMC driver
Tue Aug  4 06:29:55 2015 kern.info kernel: [    1.993330] sdhci-pltfm: SDHCI platform and OF driver helper
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.000934] TCP: cubic registered
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.005606] NET: Registered protocol family 17
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.012477] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
Tue Aug  4 06:29:55 2015 kern.notice kernel: [    2.029928] Bridge firewalling registered
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.036375] 8021q: 802.1Q VLAN Support v1.8
Tue Aug  4 06:29:55 2015 kern.notice kernel: [    2.044443] Registering SWP/SWPB emulation handler
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.051304] vc-sm: Videocore shared memory driver
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.057412] [vc_sm_connected_init]: start
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.063275] [vc_sm_connected_init]: end - returning 0
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.070389] Waiting for root device /dev/mmcblk0p2...
Tue Aug  4 06:29:55 2015 kern.warn kernel: [    2.105100] Indeed it is in host mode hprt0 = 00021501
Tue Aug  4 06:29:55 2015 kern.warn kernel: [    2.182638] mmc0: host does not support reading read-only switch, assuming write-enable
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.195896] mmc0: new high speed SD card at address 23dd
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.203145] mmcblk0: mmc0:23dd SD02G 1.83 GiB
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.210239]  mmcblk0: p1 p2
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.285037] usb 1-1: new high-speed USB device number 2 using dwc_otg
Tue Aug  4 06:29:55 2015 kern.warn kernel: [    2.293120] Indeed it is in host mode hprt0 = 00001101
Tue Aug  4 06:29:55 2015 kern.warn kernel: [    2.310181] EXT4-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is recommended
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.326137] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null)
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.336799] VFS: Mounted root (ext4 filesystem) on device 179:2.
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.344686] Freeing unused kernel memory: 168K (8045e000 - 80488000)
Tue Aug  4 06:29:55 2015 user.info kernel: [    2.436043] init: Console is alive
Tue Aug  4 06:29:55 2015 user.info kernel: [    2.441373] init: - watchdog -
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.495389] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.503782] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.513326] hub 1-1:1.0: USB hub found
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.518876] hub 1-1:1.0: 5 ports detected
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.805070] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.925265] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.933789] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Tue Aug  4 06:29:55 2015 kern.info kernel: [    2.945444] smsc95xx v1.0.4
Tue Aug  4 06:29:55 2015 kern.info kernel: [    3.008091] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:b7:45:0d
Tue Aug  4 06:29:55 2015 kern.info kernel: [    3.115060] usb 1-1.4: new high-speed USB device number 4 using dwc_otg
Tue Aug  4 06:29:55 2015 kern.info kernel: [    3.235575] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=0179
Tue Aug  4 06:29:55 2015 kern.info kernel: [    3.244151] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Tue Aug  4 06:29:55 2015 kern.info kernel: [    3.253145] usb 1-1.4: Product: 802.11n NIC
Tue Aug  4 06:29:55 2015 kern.info kernel: [    3.258944] usb 1-1.4: Manufacturer: Realtek
Tue Aug  4 06:29:55 2015 kern.info kernel: [    3.264750] usb 1-1.4: SerialNumber: 00830E015CCA
Tue Aug  4 06:29:55 2015 kern.info kernel: [    3.365058] usb 1-1.5: new high-speed USB device number 5 using dwc_otg
Tue Aug  4 06:29:55 2015 user.info kernel: [    3.446868] init: - preinit -
Tue Aug  4 06:29:55 2015 kern.info kernel: [    3.486435] usb 1-1.5: New USB device found, idVendor=0bda, idProduct=8176
Tue Aug  4 06:29:55 2015 kern.info kernel: [    3.494898] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Tue Aug  4 06:29:55 2015 kern.info kernel: [    3.504147] usb 1-1.5: Product: 802.11n WLAN Adapter
Tue Aug  4 06:29:55 2015 kern.notice kernel: [    3.509773] random: procd urandom read with 70 bits of entropy available
Tue Aug  4 06:29:55 2015 kern.info kernel: [    3.519259] usb 1-1.5: Manufacturer: Realtek
Tue Aug  4 06:29:55 2015 kern.info kernel: [    3.525366] usb 1-1.5: SerialNumber: 00e04c000001
Tue Aug  4 06:29:55 2015 user.notice kernel: [    6.580930] mount_root: mounting /dev/root
Tue Aug  4 06:29:55 2015 kern.info kernel: [    6.590640] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Tue Aug  4 06:29:55 2015 user.info kernel: [    6.603586] procd: - early -
Tue Aug  4 06:29:55 2015 user.info kernel: [    6.608241] procd: - watchdog -
Tue Aug  4 06:29:55 2015 user.info kernel: [    7.230339] procd: - ubus -
Tue Aug  4 06:29:55 2015 user.info kernel: [    8.245881] procd: - init -
Tue Aug  4 06:29:55 2015 kern.info kernel: [    8.706328] NET: Registered protocol family 10
Tue Aug  4 06:29:55 2015 kern.info kernel: [    8.731402] ip6_tables: (C) 2000-2006 Netfilter Core Team
Tue Aug  4 06:29:55 2015 kern.info kernel: [    8.748295] hidraw: raw HID events driver (C) Jiri Kosina
Tue Aug  4 06:29:55 2015 kern.info kernel: [    8.780348] Loading modules backported from Linux version master-2015-03-09-0-g141f155
Tue Aug  4 06:29:55 2015 kern.info kernel: [    8.791029] Backport generated by backports.git backports-20150129-0-gdd4a670
Tue Aug  4 06:29:55 2015 kern.info kernel: [    8.802186] ip_tables: (C) 2000-2006 Netfilter Core Team
Tue Aug  4 06:29:55 2015 kern.info kernel: [    8.814700] nf_conntrack version 0.5.0 (14891 buckets, 59564 max)
Tue Aug  4 06:29:55 2015 kern.info kernel: [    8.909520] Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_A_CUT_1T1R_RomVer(0)
Tue Aug  4 06:29:55 2015 kern.info kernel: [    8.945521] usbcore: registered new interface driver r8188eu
Tue Aug  4 06:29:55 2015 kern.info kernel: [    8.955961] usbcore: registered new interface driver usbhid
Tue Aug  4 06:29:55 2015 kern.info kernel: [    8.963012] usbhid: USB HID core driver
Tue Aug  4 06:29:55 2015 kern.info kernel: [    8.979831] xt_time: kernel timezone is -0000
Tue Aug  4 06:29:55 2015 kern.info kernel: [    8.997230] cfg80211: Calling CRDA to update world regulatory domain
Tue Aug  4 06:29:55 2015 kern.info kernel: [    9.005228] cfg80211: World regulatory domain updated:
Tue Aug  4 06:29:55 2015 kern.info kernel: [    9.012014] cfg80211:  DFS Master region: unset
Tue Aug  4 06:29:55 2015 kern.info kernel: [    9.016483] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
Tue Aug  4 06:29:55 2015 kern.info kernel: [    9.030514] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Tue Aug  4 06:29:55 2015 kern.info kernel: [    9.041735] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Tue Aug  4 06:29:55 2015 kern.info kernel: [    9.041743] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
Tue Aug  4 06:29:55 2015 kern.info kernel: [    9.041758] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
Tue Aug  4 06:29:55 2015 kern.info kernel: [    9.041770] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
Tue Aug  4 06:29:55 2015 kern.info kernel: [    9.041778] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
Tue Aug  4 06:29:55 2015 kern.info kernel: [    9.041786] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
Tue Aug  4 06:29:55 2015 kern.info kernel: [    9.041794] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
Tue Aug  4 06:29:55 2015 kern.info kernel: [    9.075757] PPP generic driver version 2.4.2
Tue Aug  4 06:29:55 2015 kern.info kernel: [    9.077228] NET: Registered protocol family 24
Tue Aug  4 06:29:55 2015 kern.info kernel: [    9.084199] usbcore: registered new interface driver rtl8187
Tue Aug  4 06:29:55 2015 kern.info kernel: [    9.096928] usbcore: registered new interface driver rt2800usb
Tue Aug  4 06:29:55 2015 kern.info kernel: [    9.103797] rtl8192cu: Chip version 0x10
Tue Aug  4 06:29:55 2015 kern.notice kernel: [    9.154895] random: nonblocking pool is initialized
Tue Aug  4 06:29:55 2015 kern.info kernel: [    9.190935] rtl8192cu: MAC address: 00:1d:43:80:01:9a
Tue Aug  4 06:29:55 2015 kern.info kernel: [    9.197867] rtl8192cu: Board Type 0
Tue Aug  4 06:29:55 2015 kern.info kernel: [    9.203237] rtl_usb: rx_max_size 15360, rx_urb_num 8, in_ep 1
Tue Aug  4 06:29:55 2015 kern.info kernel: [    9.210829] rtl8192cu: Loading firmware rtlwifi/rtl8192cufw_TMSC.bin
Tue Aug  4 06:29:55 2015 kern.debug kernel: [    9.219585] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
Tue Aug  4 06:29:55 2015 kern.info kernel: [    9.221508] usbcore: registered new interface driver rtl8192cu
Tue Aug  4 06:29:55 2015 authpriv.info dropbear[477]: Not backgrounding
Tue Aug  4 06:29:56 2015 user.emerg syslog: setting up led MMC
Tue Aug  4 06:29:56 2015 daemon.info procd: - init complete -
Tue Aug  4 06:29:56 2015 daemon.warn netifd: You have delegated IPv6-prefixes but haven't assigned them to any interface. Did you forget to set option ip6assign on your lan-interfaces?
Tue Aug  4 06:29:56 2015 kern.info kernel: [   12.106952] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
Tue Aug  4 06:29:56 2015 kern.info kernel: [   12.117716] device eth0 entered promiscuous mode
Tue Aug  4 06:29:56 2015 daemon.notice netifd: Interface 'lan' is enabled
Tue Aug  4 06:29:56 2015 daemon.notice netifd: Interface 'lan' is setting up now
Tue Aug  4 06:29:56 2015 kern.info kernel: [   12.126129] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
Tue Aug  4 06:29:56 2015 daemon.notice netifd: Interface 'lan' is now up
Tue Aug  4 06:29:56 2015 daemon.notice netifd: Interface 'loopback' is enabled
Tue Aug  4 06:29:56 2015 daemon.notice netifd: Interface 'loopback' is setting up now
Tue Aug  4 06:29:56 2015 daemon.notice netifd: Interface 'loopback' is now up
Tue Aug  4 06:29:56 2015 daemon.notice netifd: Network device 'lo' link is up
Tue Aug  4 06:29:56 2015 daemon.notice netifd: Interface 'loopback' has link connectivity
Tue Aug  4 06:29:56 2015 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Tue Aug  4 06:29:57 2015 daemon.info dnsmasq[626]: started, version 2.73 cachesize 150
Tue Aug  4 06:29:57 2015 daemon.info dnsmasq[626]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-DNSSEC loop-detect inotify
Tue Aug  4 06:29:57 2015 daemon.info dnsmasq[626]: DNS service limited to local subnets
Tue Aug  4 06:29:57 2015 daemon.info dnsmasq[626]: using local addresses only for domain lan
Tue Aug  4 06:29:57 2015 daemon.info dnsmasq[626]: reading /tmp/resolv.conf.auto
Tue Aug  4 06:29:57 2015 daemon.info dnsmasq[626]: using local addresses only for domain lan
Tue Aug  4 06:29:57 2015 daemon.info dnsmasq[626]: using nameserver 8.8.8.8#53
Tue Aug  4 06:29:57 2015 daemon.info dnsmasq[626]: using nameserver 8.8.4.4#53
Tue Aug  4 06:29:57 2015 daemon.info dnsmasq[626]: using nameserver 192.168.2.115#53
Tue Aug  4 06:29:57 2015 daemon.info dnsmasq[626]: read /etc/hosts - 1 addresses
Tue Aug  4 06:29:57 2015 daemon.info dnsmasq[626]: read /tmp/hosts/dhcp - 1 addresses
Tue Aug  4 06:29:58 2015 kern.info kernel: [   13.670483] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x4DE1
Tue Aug  4 06:29:58 2015 kern.info kernel: [   13.683114] br-lan: port 1(eth0) entered forwarding state
Tue Aug  4 06:29:58 2015 kern.info kernel: [   13.690226] br-lan: port 1(eth0) entered forwarding state
Tue Aug  4 06:29:58 2015 daemon.notice netifd: Network device 'eth0' link is up
Tue Aug  4 06:29:58 2015 kern.info kernel: [   13.697567] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
Tue Aug  4 06:29:58 2015 daemon.notice netifd: Bridge 'br-lan' link is up
Tue Aug  4 06:29:58 2015 daemon.notice netifd: Interface 'lan' has link connectivity
Tue Aug  4 06:30:00 2015 kern.info kernel: [   15.684980] br-lan: port 1(eth0) entered forwarding state
Tue Aug  4 06:30:10 2015 daemon.notice netifd: radio0 (763): sh: acs_survey: bad number
Tue Aug  4 06:30:10 2015 daemon.notice netifd: radio0 (763): command failed: Too many open files in system (-23)
Tue Aug  4 06:30:10 2015 daemon.notice netifd: radio0 (763): ./mac80211.sh: eval: line 1: /usr/sbin/hostapd: not found
Tue Aug  4 06:30:10 2015 daemon.notice netifd: radio0 (763): cat: can't open '/var/run/wifi-phy0.pid': No such file or directory
Tue Aug  4 06:30:10 2015 daemon.notice netifd: radio0 (763): Command failed: Invalid argument
Tue Aug  4 06:30:10 2015 daemon.notice netifd: radio0 (763): Device setup failed: HOSTAPD_START_FAILED
Tue Aug  4 06:30:12 2015 daemon.warn odhcpd[445]: DHCPV6 SOLICIT IA_NA from 000100011bb93398bcee7b88237f on br-lan: no addresses available
Tue Aug  4 06:30:12 2015 daemon.info dnsmasq[626]: read /etc/hosts - 1 addresses
Tue Aug  4 06:30:12 2015 daemon.info dnsmasq[626]: read /tmp/hosts/odhcpd - 0 addresses
Tue Aug  4 06:30:12 2015 daemon.info dnsmasq[626]: read /tmp/hosts/dhcp - 1 addresses

(Last edited by semirauthsala on 4 Aug 2015, 07:40)

Could someone please answer this sad

Hello semrauthsala

I new user of openwrt

Like you I have this : openwrt-15.05-rc3-brcm2708-bcm2709 on top of raspberry pi 2.

I would like to pair usb dongle wifi but I need very help...
How I do this ?

Can you help me and after we could seen if I had the same problem like you with " Wireless is disabled or not associated "

Many thanks

Hello semrauthsala,

Iam also working on the same.

But when I am trying to install ipk files on Raspberry pi 2 following error was thrown

* deb_extract: /etc/kmod-usb-net_3.3.8-1_brcm2708.ipk: invalid magic
* pkg_init_from_file: Failed to extract control file from /etc/kmod-usb-net_3.3.8-1_brcm2708.ipk.

So can you please provide the link to download ipk files for Raspberry Pi 2 to enable wifi dongle.

Thanks in advance..

I Think the problem is
this line:

option mode 'ap'

I suspect that your WLAN-Adapter does not support the Accesspoint-mode.
See here: https://wireless.wiki.kernel.org/en/users/drivers

To be shure, run in OpenWRT console:

iw list

If the output with AP:
========================================
Wiphy phy1
        max # scan SSIDs: 4
        max scan IEs length: 2257 bytes
    .....
    Supported interface modes:
                 * IBSS
                 * managed
                 * AP
                 * AP/VLAN
                 * WDS
                 * monitor
        Band 1:
        .....
==========================================
then you have luck and i am wrong.

Yes I managed to solve it !! could you pleas tell me exactly what WiFi USB adapter you using ? mine is realtek 8188 based WiFI adapter bought from eBay and I do the following


first install  following Kmods

opkg install kmod-usb-core
opkg install kmod-usb2
opkg install usbutils

This is for basic USB support. And then I install following Kmods

opkg install kmod-net-rtl8188eu
opkg install r8188eu-firmware
opkg install hostapd
opkg install hostapd-utils
opkg install wpa-supplicant
opkg install wpa-cli

These for 8188 driver and Hostpad. Hostpad required to working WPA2 PSK encryption and without enabling the encryption my WiFi adapter throw the same issue that you mentioned ("Wireless is disabled or not associated")

after install the Basic USB support run "lsusb" to make sure your adapter is listed !! then create the AP

Some of installed Kmods are may be not required but I pasted what I have done

(Last edited by semirauthsala on 12 Sep 2015, 03:09)

The discussion might have continued from here.