Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#2601 - Netgear EX6130 (MT7620A) No wireless Interfaces after installing wpad-mesh-openssl #7441

Open
openwrt-bot opened this issue Nov 15, 2019 · 1 comment
Labels

Comments

@openwrt-bot
Copy link

stauraum:

Supply the following if possible:

  • Device problem occurs on
  • Software versions of OpenWrt/LEDE release, packages, etc.
  • Steps to reproduce

Device: Netgear EX6130 (MT7620A)
Sotfware version: OpenWrt SNAPSHOT r11509-1c6066a867

Reproducable:

  • firstboot -y && reboot

  • change /etc/config/network to dhcp or static ip in my network

  • configure wireless networking to my needs

  • remove wpad-basic && remove wpad-mesh-openssl

  • both interfaces (radio0/1) are shown as "Device is not active"

  • both configured networks are shown as "Wireless is not associated"

root@OpenWrt:~# cat /etc/config/wireless

config wifi-device 'radio0'
option type 'mac80211'
option channel '36'
option hwmode '11a'
option path 'pci0000:00/0000:00:00.0/0000:01:00.0'
option htmode 'VHT80'

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

config wifi-device 'radio1'
option type 'mac80211'
option channel '11'
option hwmode '11g'
option path 'platform/10180000.wmac'
option htmode 'HT20'

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

@openwrt-bot
Copy link
Author

stauraum:

  • install wpad-mesh-openssl, not remove
  • i also disabled dnsmasq, odhcpd & firewall as install steps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant