#17679: Raspberry Pi and WiPi not working
--------------------------+----------------------------------
  Reporter:  mikebrady@…  |      Owner:  developers
      Type:  defect       |     Status:  new
  Priority:  normal       |  Milestone:  Chaos Calmer (trunk)
 Component:  base system  |    Version:  Trunk
Resolution:               |   Keywords:
--------------------------+----------------------------------

Comment (by j.schauer@…):

 Replying to [comment:4 nbd]:
 > It's normal that wlan0 gets removed if wireless is disabled. Once it
 gets enabled, the interface is re-recreated (as long as the config is
 sane).

 For me, the interface wlan0 exists with wireless *disabled*, then after
 doing `uci set wireless.@wifi-device[0].disabled=0; uci commit wireless;
 wifi` it disappears.

 > So is it working for you guys now (with a proper config)?

 Not working here. Here is my default wireless config (before enabling it):


 {{{
 config wifi-device  radio0
         option type     mac80211
         option channel  11
         option hwmode   11g
         option path     'platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3:1.0'
         option htmode   HT20
         # REMOVE THIS LINE TO ENABLE WIFI:
         option disabled 1

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

--
Ticket URL: <https://dev.openwrt.org/ticket/17679#comment:5>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to