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

 Replying to [comment:7 nbd]:
 > I'm beginning to think that this might have nothing to do with those
 commits. Your config is buggy. You selected wpa_supplicant, even though
 the default config already has wpad-mini. I think because of that, it is
 overwriting the wpad multicall binary with the wpa_supplicant binary, thus
 breaking AP mode support.
 > Please check


 Hmm – not sure about that; wpad-mini isn't selected in make menuconfig and
 doesn't show up in the diffconfig listing. If I select it, it does indeed
 appear in the diffconfig listing as CONFIG_PACKAGE_wpad-mini=y.

 Unselecting Network > wpa-supplicant and selecting Network > wpad-mini
 makes a tiny difference: the list of interfaces includes wlan0, but it's
 still not possible to associate with an existing WiFi. Here's the output
 from ifconfig:

 {{{
 root@OpenWrt:/# ifconfig
 br-lan    Link encap:Ethernet  HWaddr B8:27:EB:FF:9F:74
           inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
           inet6 addr: fe80::ba27:ebff:feff:9f74/64 Scope:Link
           inet6 addr: fdbc:ad1c:48d2::1/60 Scope:Global
           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
           RX packets:1812 errors:0 dropped:0 overruns:0 frame:0
           TX packets:806 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:0
           RX bytes:173144 (169.0 KiB)  TX bytes:89776 (87.6 KiB)

 eth0      Link encap:Ethernet  HWaddr B8:27:EB:FF:9F:74
           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
           RX packets:2618 errors:0 dropped:0 overruns:0 frame:0
           TX packets:783 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:1000
           RX bytes:372178 (363.4 KiB)  TX bytes:96758 (94.4 KiB)

 lo        Link encap:Local Loopback
           inet addr:127.0.0.1  Mask:255.0.0.0
           inet6 addr: ::1/128 Scope:Host
           UP LOOPBACK RUNNING  MTU:65536  Metric:1
           RX packets:4946 errors:0 dropped:0 overruns:0 frame:0
           TX packets:4946 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:0
           RX bytes:336960 (329.0 KiB)  TX bytes:336960 (329.0 KiB)

 wlan0     Link encap:Ethernet  HWaddr 00:0F:13:38:07:D4
           UP BROADCAST MULTICAST  MTU:1500  Metric:1
           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:1000
           RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

 }}}

 Also, on the default /etc/config/wireless configuration, it doesn't appear
 to start a WiFi access point.

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