#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@…):

 Note: solution at the end.

 I built r42701 and can confirm that my Ralink RT5370 does not show up with
 `ifconfig -a` on my Raspberry Pi.

 A user in the forum seem to have made similar observations:

 https://forum.openwrt.org/viewtopic.php?id=52391

 And maybe this is the same as well:
 https://forum.openwrt.org/viewtopic.php?id=52538

 Anyways, here some logs/data from my own system:

 the output of `wifi status`: https://mister-muffin.de/p/nGAb.txt

 `iw list`: https://mister-muffin.de/p/oRlc.txt

 `uci show wireless`: https://mister-muffin.de/p/0pVM.txt

 `dmesg`: https://mister-muffin.de/p/zeMs.txt

 My config looks like this:

 /etc/config/network:
 {{{
 config interface 'loopback'
         option ifname 'lo'
         option proto 'static'
         option ipaddr '127.0.0.1'
         option netmask '255.0.0.0'

 config interface 'lan'
         option ifname 'eth0'
         option type 'bridge'
         option proto 'dhcp'

 config interface 'wan6'
         option ifname '@wan'
         option proto 'dhcpv6'

 config globals 'globals'
         option ula_prefix 'fdd3:b396:94ac::/48'

 }}}

 /etc/config/wireless
 {{{
 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'
         option disabled '0'

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


 == Solution: ==

 I reverted r41441 and r41442, then I built the latest trunk again. This
 time everything works just as expected

--
Ticket URL: <https://dev.openwrt.org/ticket/17679#comment:1>
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